Ubuntu dual boot install in 2nd partion

0

Have Asus U52F with Win 7 in first partition. I want to install ubuntu 10.10 in second partiton and create dual boot.

I have the 10.10 ISO. I also have the 10.4 live boot which won't boot in Win 7.

How do I install 10.10 in second partion and create dual boot without screwing up my Win 7 install?

Ron Cadby

Posted 2011-03-21T18:26:53.763

Reputation: 1

http://ubuntuforums.org/showthread.php?t=1647379 – 에이바 – 2011-03-21T18:34:35.927

Answers

0

Just install the grub bootloader on the Ubuntu partition rather than in the mbr (making sure that the Ubuntu partition is a primary partition).

You can then tell the mbr code to boot from the Ubuntu partition rather than the Windows partition and away you go.

(This is harder than it should be: all you need to do is to make the Ubuntu partition active rather than the Windows one. Unfortunately there is a bug in the Windows disk management utility which won't allow this so you can wither use the "diskpart" utility at the Windows command line, or boot live Linux system and use gparted, fdisk or whatever.)

Neal

Posted 2011-03-21T18:26:53.763

Reputation: 8 447