new compiled kernel 2.6.6 didnt work
i tried to compile the kernel 2.6.6 .......using these steps
initially i tried :
make dep modules modules_install install
eventually i reliazed that kernel 2.6.6 have to use "make" instead of "make dep"
so i recompiled again :
make modules modules_install install
after evryone was done...i reboot .....there was an option for me to choose linux 2.6.6 from GRUB....then i choosed it.....but the linux cant boot ...
ERRORS:
VFS:Cant open root device "LABEL=/"
Please append a correct "root=" boot option
kernel panic:VFS:Unable to mount root fs
what should i do ?
my grub.conf :
title Red Hat Linux (2.6.6)
root (hd0,1)
kernel /boot/vmlinuz-2.6.6 ro root=LABEL=/ hdd=ide-scsi
initrd /boot/initrd-2.6.6.img
should i roll back ?if so ..how can i do that? thanks a lot
Last edited by karfei00; 06-07-2004 at 10:25 PM.
|