Link to home
Start Free TrialLog in
Avatar of actingtrue
actingtrue

asked on

Dual boot win2k and Mandrake 10.0 *AFTER* Mandrake 10.0 already installed?

I had challenges installing win2k on my computer and so went ahead with Mandrake 10.0.  I've read there is a way to install a dual-boot with win2k AFTER Mandrake, but would like step by steps since this is new to me.  Thanks.
Avatar of avizit
avizit

It is advisable to install Windows first and then Linux
  Windows should be installed first, since it will always write its booter to the Master Boot Record.

ASKER CERTIFIED SOLUTION
Avatar of avizit
avizit

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
oops - the rest of my comment :

For Grub :

* Add the following lines to /boot/brub/grub.conf
#####
title Windows 2000
  rootnoverify (hd0,0)
  chainloader +1
#####
* run "grub-install /dev/hda"

For Lilo :
* Add the following lines to /etc/lilo.conf
#####
other=/dev/hda1
label="windows 2000"
#####
* run "lilo"


I advise you to test whether the rescue mode works correctly before you install windows.  You can use the cd of any linux distribution cd to do so.