I am trying to boot with my new linux kernel and I am getting the following error messgaes..I tried n number of ways to get rid of this error ,but in vain...
I could see lot of posts regarding these problems that I face,but none helped me to overcome this problem...
The error messages that I am getting are...
request module [SCSI_host adapter]:root fs not mounted
kernel panic :vfs unable to mount root fs on 01:00
my grub.conf file looks like the below one
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,6)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=3
timeout=6
splashimage=(hd0,6)/grub/splash.xpm.gz
hiddenmenu
#new kernel
title Fedora Core (2.4.6)
root (hd0,6)
kernel /vmlinuz-2.4.6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.4.6.img
#the one below works fine
title Fedora Core (2.6.15-1.2054_FC5smp)
root (hd0,6)
kernel /vmlinuz-2.6.15-1.2054_FC5smp ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.15-1.2054_FC5smp.img
title Other
rootnoverify (hd0,0)
chainloader +1
Looking for your help.
T.Sendhil
_______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
