Booting

David Eduardo Gómez Noguera davidgn at servidor.unam.mx
Tue Jan 20 00:07:35 UTC 2004


On Mon, 2004-01-19 at 14:11, Yves Beeken wrote:
> 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
> 
the chainloader thing is only for some systems not supported by grub.
i.e. grub doesnt know how to boot windows, so it just loads and executes
its loader.

To boot your redhat isntallation do the same thing as with fedora, only
change partitions 
i.e.
title Red Hat 9
rootnoverify (hd1,2)
root (hd1,2)
kernel /boot/your_rh9_kernel_here ro root=LABEL=whatever_it_is
hdc=ide-scsi
initrd /boot/yours_here

hope you got the idea, as you should fill in with your correct data
(i.e. I imagine you used grub previously. Just put a section for your
redhat like the one you had in the grub conf file on your redhat9
installation...






More information about the fedora-list mailing list