Mikkel L. Ellertson
Sun, 10 Apr 2005 12:59:14 -0700
There a several ways to do it. One way it to have each distribution install its boot loader to its root partition, instead of the MBR, and then use one boot loader to give you a menu of distributions. This boot loader just loads the distribution's boot loader, and lets it take it from there. You can use LILO, Grub, or another boot loader of your own choice for this. You would use the same format as you do for booting Windows from the boot loader.Philippe Landau wrote:
if i install Mandi, what options should i choose to preserve the current grub entries ? or to copy them over to lilo (whatever mandrake 10.1 uses). last time i tried my superblock and its 7 backups were destroyed. (i have no idea what that is.)
now that i installed mandrake 10.1, how do i modify the mbr to be able to boot into the other linux installations ? control center:boot:boot loader says i need to specify a kernel image, but does not show the ones waiting on different partitions.
kind regards philippe
For lilo, it would be something like:
other=/dev/hda1 label="windows"
other=/dev/hda5 label="mandrake"
other=/dev/hda7 label="debian"
Mikkel --
Do not meddle in the affairs of dragons, for you are crunchy and taste good with Ketchup!
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
- Re: [newbie] Dual Booting with Multiple Linux Distros (Mandi, Debian) Philippe Landau
- Re: [newbie] Dual Booting with Multiple Linux Distros (Mandi, Debian) Philippe Landau
- Re: [newbie] Dual Booting with Multiple Linux Distros (Mandi, Debian) Mikkel L. Ellertson