multiple boot system

frontwards

Member
Jun 23, 2004
58
0
0
i am planning on installing linux in the next few weeks and i have a few questions about multiple boot systems. I currently have a 160GB HDD with 2 partitions, one of them containing Windows XP. i am going to buy an 80 GB HDD in the near future and plan on installing linux on this drive. i don't know which linux i will be using yet, it's between Debian, Mandrake or Gentoo. i want to know if and how a multiple boot system will work since i will be running the OS's off different drives. Will i need to change the boot sequence in the BIOS? how and where can i configure the multi boot?
 

spherrod

Diamond Member
Mar 21, 2003
3,897
0
0
www.steveherrod.com
When you install Linux it will install a boot loader to your hard drive and this will enable you to choose which OS boots on startup. You don't need to change anything in the BIOS.

One thing to check when installing Linux, is to configure the boot loader to choose Windows as default (if this is going to be the main OS) otherwise the Linux system will be the default one.
 

groovin

Senior member
Jul 24, 2001
857
0
0
i have a couple multi boot systems running win2k and Gentoo linux...

ive only used RH and Gentoo heavilly enough to talk about the install process, but mandrake being so close to RH would probaly be very similar... with RH8 and 9, all I did was use the graphical installer and select the second HD as the drive to hold linux. the installer did the rest. very easy.

with gentoo, the install process is much more invovled. you have to boot from the liveCD and run fdisk to slice up the disk. Then you pick what file system(s) you want to use on your partitions. Next comes the bootstrap/compilation/portage/kernel setup of gentoo. Then you install the bootloader (grub), at this point you install the grub rec on the MBR (for my setup, the first HD was windows, thats where i put grub/MBR). Then you install packages.

of course this is not meant to be an actual how-to install gentoo, thats what the very well written gentoo docs are for! if you do go gentoo, read the docs carefully! if you do everythign by the letter (and not even skip a single paragraph) you should have a working gentoo install.

as for tweaking the bios, I think if your windows drive is the primary master, and you install the grub rec on that drive, you should be ok. I think that is, you migh twant to research that further.