josh_sheffield wrote:Hi
I've been using mint for a while as a dual boot alongside
windows 7 and have just been trying to set up a dual boot on a laptop which had xp already installed. I installed mint in the same way as I did for my dual boot for
windows 7 ( partitioned and installed as shown in this tutorial:
http://www.linuxbsdos.com/2012/06/06/how-to-dual-boot-linux-mint-13-cinnamonmate-and-windows-7/2/) but after install I realised that I could not use EasyBCD in xp to give me the option of which os to use on startup. Now when I startup I can only boot into
windows xp.
Any help would be appreciated.
Josh
Hi. You need to add a copy of the boot partition's 1st sector to your C:\ folder and then add a line to
boot.ini to tell
Windows to execute the file. This is fairly easy.
First, boot your linux CD and open a terminal.
If your boot partition is sda3 (like in the article) type:
- Code: Select all
sudo dd if=/dev/sda3 bs=512 count=1 > mintMBR.bin
Then copy the mintMBR.bin file to your C:\ directory.
Next, boot into XP and add a reference to mintMBR.bin to the end of
boot.ini. See:
http://support.microsoft.com/kb/289022You need to add something like:
- Code: Select all
C:\mintMBR.bin="Mint"
to the end of
boot.ini