I have just compiled the 2.6.10 kernel
making sure that ext2 and ext3 filesystem support is compiled in, but I am now unable to boot into it, as I get this error message:
Code:
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block (0,0)
I think this may be due to an error I made in adding an entry for the new kernel in grub (although I modelled it on the other entries that were already there). My grub.conf is below:
# 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,5)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=3
timeout=10
splashimage=(hd0,5)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.9-1.667smp)
root (hd0,5)
kernel /vmlinuz-2.6.9-1.667smp ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.9-1.667smp.img
title Fedora Core-up (2.6.9-1.667)
root (hd0,5)
kernel /vmlinuz-2.6.9-1.667 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.9-1.667.img
title Fedora Core (2.6.10)
root (hd0,5)
kernel /vmlinuz-2.6.10 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
title Windows XP
rootnoverify (hd0,1)
chainloader +1
The hard drive is a SATA one, if that makes any difference.
Any help would be greatly appreciated