Hello all,<br><br>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...<br>I could see lot of posts regarding these problems that I face,but none helped me to overcome this problem...<br><br>The error messages that I am getting are...<br><br>request module [SCSI_host adapter]:root fs not&nbsp; mounted<br>kernel panic :vfs unable to mount root fs on 01:00<br><br>my grub.conf file looks like the below one<br># grub.conf generated by anaconda<br>#<br># Note that you do not have to rerun grub after making changes to this file<br># NOTICE:&nbsp; You have a /boot partition.&nbsp; This means that<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; all kernel and initrd paths are relative to /boot/, eg.<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; root (hd0,6)<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; initrd /initrd-version.img<br>#boot=/dev/sda<br>default=3<br>timeout=6<br>splashimage=(hd0,6)/grub/splash.xpm.gz<br>hiddenmenu<br><br>#new kernel<br><br>title Fedora Core (2.4.6)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; root (hd0,6)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; kernel /vmlinuz-2.4.6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; initrd /initrd-2.4.6.img<br><br>#the one below works fine<br><br>title Fedora Core (2.6.15-1.2054_FC5smp)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; root (hd0,6)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; kernel /vmlinuz-2.6.15-1.2054_FC5smp ro root=/dev/VolGroup00/LogVol00 rhgb quiet<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; initrd /initrd-2.6.15-1.2054_FC5smp.img<br><br>title Other<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rootnoverify (hd0,0)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chainloader +1<br><br>Looking for your help.<br>T.Sendhil<br><br>