[lug] Booting Multiple Linuxes
Elyse Grasso
emgrasso at data-raptors.com
Thu Jan 10 16:38:11 MST 2002
Just a followup on my problem of different Linux installations on two
different hard drives, both using a boot partition.
I had some time to google around today and found a comprehensible article on
grub, which is able to do what I need. The relevant parts of the grub
menu.lst file are:
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title RedHat Linux (2.4.9-13)
root (hd0,0)
kernel /vmlinuz-2.4.9-13 ro root=/dev/hda6
initrd /initrd-2.4.9-13.img
title Red Hat Linux (2.4.2-2)
root (hd1,0)
kernel /vmlinuz-2.4.2-2 ro root=/dev/hdc2
Thanks for all the discussion
Elyse
More information about the LUG
mailing list