Hello all, I have tried googling, read forums, etc- (for the last two days) however I can't seem to find this problem. I have Fedora Core 3 on hda and Red Hat 9 on hdb- they both show upon boot- FC goes to the system- RH does not. This is the last grub file I have editied- please anyone assist me in the proper configuration. I receive the error #15- file not found kernel (hdx,0)/boot/1,0. This is where I have tried several configurations to try and correct the error to no avail
default=0
timeout=30
splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
title Fedora Core (2.6.11-1.27_FC3)
root (hd0,0)
kernel /vmlinuz-2.6.11-1.27_FC3 ro root=dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.11-1.27_FC3.img
title Fedora Core (2.6.9-1.667)
root (hd0,0)
kernel /vmlinuz-2.6.9-1.667 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.9-1.667.img
title Red Hat 9.0
kernel (hd1,0)/boot/1,0
root=/dev/hdb3
rootnoverify (hd1,0)
chainloader +1
I have tried several ways to get RH to boot up- and on my fdisk file this is what is shown :
/dev/hdb1 *
/dev/hdb2
/dev/hdb3 linux swap
my fstab file contains these lines:
Label=/boot1 /boot ext3 defaults 1 2
/dev/hdb3 swap swap defaults 0 0
I left out the middile items for brevity

. Any assistance in this matter will be greatly appreciated