Grub.conf example for anyone interested in dual or in this case tri boot.

Wade Chandler wchandler at redesetgrow.com
Fri Feb 27 05:42:16 UTC 2004


#BEGIN grub.conf
default=0
timeout=10
splashimage=(hd1,2)/boot/grub/splash.xpm.gz
title Fedora Core (2.4.22-1.2174.nptl)
        root (hd1,2)
        kernel /boot/vmlinuz-2.4.22-1.2174.nptl ro root=LABEL=/ hdd=ide-scsi
        initrd /boot/initrd-2.4.22-1.2174.nptl.img
title Fedora Core (2.4.22-1.2149.nptl)
        root (hd1,2)
        kernel /boot/vmlinuz-2.4.22-1.2149.nptl ro root=LABEL=/ hdd=ide-scsi
        initrd /boot/initrd-2.4.22-1.2149.nptl.img
title Fedora Core (2.4.22-1.2129.nptl)
        root (hd1,2)
        kernel /boot/vmlinuz-2.4.22-1.2129.nptl ro root=LABEL=/ hdd=ide-scsi
        initrd /boot/initrd-2.4.22-1.2129.nptl.img
title Fedora Core (2.4.22-1.2115.nptl)
        root (hd1,2)
        kernel /boot/vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ hdd=ide-scsi
        initrd /boot/initrd-2.4.22-1.2115.nptl.img
title Windows XP
        rootnoverify (hd0,2)
        chainloader +1
title BEOS
        rootnoverify (hd0,0)
        chainloader +1
#END grub.conf
I have many back kernels in my install which I have not cleaned up as of 
yet, but here is still a working example.  I boot Fedora, XP, and BEOS.  
I have never had any problems.

Wade





More information about the fedora-list mailing list