This Post might be more appropriate as a new thread but I searched long and hard and found no instructions on starting an new thread in any of the FAQ's.
I am getting a file not find when I attempt to boot into Linux Fedora Core 5 when I use the following grub.conf file.
__________________________________________________ _________________________________
default=0
timeout=5
title Windows XP
rootnoverify (hd0,0)
chainloader +1
title Linux Fedora Core 5
root (hd1,2)
kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/hdb3
# kernel /kernel-2.6.15-1.2054_FC5 ro root=/dev/hdb3
# initrd /vmlinuz-2.6.15-1.2054_FC5.img
__________________________________________________ _________________________________
As indicated above, I have Windows XP on (hd0,0), /dev/hda. From /, I used
grub-install --recheck /dev/hda to install grub into the Master Boot Record of /dev/hda and I am able to boot into Windows XP when I select it or by way of the default when I timeout. However, I get a file not found error after the kernel command when I use
kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/hdb3
and also when I use
kernel /kernel-2.6.15-1.2054_FC5 ro root=/dev/hdb3 . I used
rpm -qa | grep kernel
as Bob mentioned in a post. I got the result, kernel-2.6.15-1.2054_FC5, but I was not sure whether you were supposed to change it to vmlinuz-2.6.15-1.2054_FC5. Since neither one worked, in addition to this uncertainty there are apparently other problems.
The size and type of the partitions on /dev/hdb are indicated below.
Partition Size Type
hdb1 94MB HPFS/NTFS
hdb2 1.95GB ext2 Linux Swap
hdb3 55.22GB ext2
I originally had my boot partition on hdb1 and it was working fine, but it was overwritten from Windows XP storage management.
Suggestions on what I should do to fix the problem of not being able to boot into Linux other than through system rescue would be appreciated.