I am getting this error on boot:
"Please append a correct "root=" boot option...."
I have a newly installed scsi box with RH 9. I am trying to recompile a newer kernel and can’t seem to get it to boot properly. Can anyone tell me the correct parameters in grub.conf?
********
"df" gives me this:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb1 8768128 887600 7435128 11% /
/dev/sda1 101089 11356 84514 12% /boot
********
here is the grub.conf(the first entry is the one that does not work):
title TEST_2.4.22
root (hd0,0)
kernel /bzImage ro root=/dev/sda1
initrd /initrd-2.4.22.img
title Red Hat Linux (2.4.20-8)
root (hd0,0)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
********
"Please append a correct "root=" boot option...."
I have a newly installed scsi box with RH 9. I am trying to recompile a newer kernel and can’t seem to get it to boot properly. Can anyone tell me the correct parameters in grub.conf?
********
"df" gives me this:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb1 8768128 887600 7435128 11% /
/dev/sda1 101089 11356 84514 12% /boot
********
here is the grub.conf(the first entry is the one that does not work):
title TEST_2.4.22
root (hd0,0)
kernel /bzImage ro root=/dev/sda1
initrd /initrd-2.4.22.img
title Red Hat Linux (2.4.20-8)
root (hd0,0)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
********