Hello,
I have installed Fedora on a new partition hd1/0, everything seems ok, Windows boots fine. I also want to boot my "old" RH9 but it won't. Here is my /etc/grub.conf:
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd1,0)/boot/grub/splash.xpm.gz
title Fedora Core (2.4.22-1.2149.nptl)
root (hd1,0)
kernel /boot/vmlinuz-2.4.22-1.2149.nptl ro root=LABEL=/1 hdc=ide-scsi rhgb
initrd /boot/initrd-2.4.22-1.2149.nptl.img
title Fedora Core (2.4.22-1.2140.nptl)
root (hd1,0)
kernel /boot/vmlinuz-2.4.22-1.2140.nptl ro root=LABEL=/1 hdc=ide-scsi rhgb
initrd /boot/initrd-2.4.22-1.2140.nptl.img
title DOS
rootnoverify (hd0,0)
chainloader +1
title Red Hat 9
rootnoverify (hd1,2)
chainloader +1
Can anybody suggest something?
Thanks
Yves