when booting the kernle,it says:
VFS: Cannot open root device "LABEL=/" or unknow-block(0,0)
please append a correct "root=" boot option
Kernel panic:VFS:Unable to mount root fs on unknown-block(0,0)
and the following is part of my grub.conf:
title Red Hat Linux (2.6.0)
lock
root (hd0,7)
kernel /boot/vmlinuz-2.6.0 ro root=LABEL=/ hdd=ide-scsi
initrd /boot/initrd-2.6.0.img
title Red Hat Linux (2.4.18-14)
lock
root (hd0,7)
kernel /boot/vmlinuz-2.4.18-14 ro root=LABEL=/ hdd=ide-scsi
initrd /boot/initrd-2.4.18-14.img
Kernel 2.4 works fine. i cant figure out whta's wrong.thank you!!!
PS: I have compiled ext2 and ext3 file system into the kernel and
I tried to edit the grub.conf file like this :
kernel /boot/vmlinuz-2.6.0 ro root=/dev/hda8 hdd=ide-scsi
but it still didnt work!