Results 1 to 4 of 4
Hello,
I just installed a linux system on an USB Hard Drive (UHD).
Unfortunately it does not work still.
It starts bootting from my DDU, but atfer some time I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-21-2008 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 11
Probleme with initrd
Hello,
I just installed a linux system on an USB Hard Drive (UHD).
Unfortunately it does not work still.
It starts bootting from my DDU, but atfer some time I get the
following message:
I uncompressed the file init.img and it seems that the problemMounting root file system /dev/root with flag noatime
VFS: Can't find ext3 file system on sdb1
...
Kernel panic - not syncing: Attempted to kill init
comes from the command:
When I installed the linux system I created a primary partition sdb1 (ext3, /)echo Mounting root filesystem /dev/root with flags noatime
mount -o noatime --ro -t ext3 /dev/root /sysroot
and a swap partition.
Finally the concerned grub section is:
I am currently reading docs but it is a bit difficult becausetitle pclinuxos
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=pclinuxos root=/dev/sdb1
initrd (hd0,0)/boot/initrd.img
I only have a basic linux knowledge.
If somebody could give me some clues to try to solve this problem
that would be really nice.
Michel
- 10-21-2008 #2
check your
file./etc/fstab
change the mounting by label name with the label you are using in
/boot/grub/grub.conf
- 10-22-2008 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 11
Thank you for your answer.
It seems to me that the lines that are concerned in fstab are ok:
# /dev/sdb1, size=397431972, type=131: Journalised FS: ext3 (primary)
/dev/sdb1 / ext3 noatime 1 1
- 10-22-2008 #4
Are you sure you need an initrd?
You could try to commend out the initrd and see how far that gets you. As I see it, all you are trying to do is mount /dev/sdb1 as / during boot. That should be a perfectly valid order of events. Adding an Initial Ram Disk to this may needlessly complicate this, unless you need additional kernel modules loaded before your system is able to speak to the external drive.
And if that doesn't work, please post whatever error message you get and the entire grub.conf.Can't tell an OS by it's GUI


Reply With Quote
