|
VFS: cannot open root device "LABEL=\" or 00:00
hi i have recompiled my kernel with few modification i have comliped the kernel using fallowing commands
make clean
make mrproper
make xconfig
make dep
make
make modules
make modules_install
make bzImage
make install
then i rebooted system with my new kernel but there was error saying:
VFS: Cannot open root device "LABEL=/" or 00:00
Please append a correct "root=" option
my grub.conf is as fallows:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,3)
# kernel /boot/vmlinuz-version ro root=/dev/hda4
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=2
timeout=500500500500500
splashimage=(hd0,3)/boot/grub/splash.xpm.gz
title Fedora Core (2.4.22-1.2115.nptlcustom)
root (hd0,3)
kernel /boot/vmlinuz-2.4.22-1.2115.nptlcustom ro root=LABEL=/ rhgb
initrd /boot/initrd-2.4.22-1.2115.nptlcustom.img
title Fedora Core (2.4.22-1.2115.nptl)
root (hd0,3)
kernel /boot/vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ rhgb
initrd /boot/initrd-2.4.22-1.2115.nptl.img
title windows
rootnoverify (hd0,0)
chainloader +1
any idea wt should i do.........
thanks
venkatesh
|