fortunatelly you have chosen the easiest distro and it will make everything automatically. anyway i would recommend using LILO as a boot loader which has a nice GUI and is easy to setup
you can allways add the windows OS to your boot option editing the /etc/lilo.conf file you can also add password to boot an option
this is how would it look like
boot=/dev/hda
map=/boot/System.map
password=lolek
prompt
timeout=50
default=Gentoo_2.6.6
vga=791
image = /boot/linux-2.6.6
vga=0x318
root = /dev/hda4
label = Gentoo_2.6.6
initrd=/boot/initrd.splash
append="splash=silent video=vesafb:ywrap,mtrr"
read-only # read-only for checking
restricted
other = /dev/hda1
label = Windows
password=password
where /dev/hda1 is the first partition of your Primary Master Disk /dev/hdb2 is the second partition of your second partition on your Primary Slave Disk etc.
this all can be set up during the mandrake instalation easilly without knowing the syntax anyway you can change it later to boot another OS if you want to add a 3rd OS to your PC
Main Topics
Browse All Topics





by: kmcgonigalPosted on 2004-09-12 at 22:50:19ID: 12041403
You have most of the hard work out of the way already. Just boot into the installer program go through it until you get to the boot loader section. Choose Windows XP as the default operating system and Grub as the default boot loader. You may give it a label here ie. WinXP or Windoze are good names. :) When the partitioning section comes up choose to use the existing Linux partition and auto partition. Linux still needs swap space which is typically double your RAM. The auto partition should take care of this for though.
Happy computing!