How to make it dual boot.

chumunga

Honorable
Apr 4, 2012
7
0
10,510
So I installed linux first than made a NTFS partition with Gparted for windows to be installed, and windows has been installed but now i dont know how to boot into linux? Any thoughts?
 
Solution
Short answer... you cant unless you boot from a linux live cd and rewrite MBR and add an entry for booting windows and one for linux.
That is because you did not have 2 drives: one for each OS.
Each OS could use one partition on same drive, but since the drive has only one MBR both OS rewrite it in order to ensure its proper boot secvence...
Windows boot manager can`t properly start linux... so your only choice are to use linux boot manager to start it and windows...

Google it... there are plenty of tutorials out there: http://lifehacker.com/5403100/dual+boot-windows-7-and-ubuntu-in-perfect-harmony

8350rocks

Distinguished
Are you running Ubuntu? If so...try this:

Ctrl+Alt+T to open a terminal.

Type in the command line:
Code:
sudo apt-get install boot-repair

When it's done, run boot-repair and perform the preferred/recommended (cannot recall what they call it) repair. That will give you a GRUB screen at startup to select which OS to run.
 

_Cosmin_

Distinguished
Jan 19, 2006
424
9
18,865
Short answer... you cant unless you boot from a linux live cd and rewrite MBR and add an entry for booting windows and one for linux.
That is because you did not have 2 drives: one for each OS.
Each OS could use one partition on same drive, but since the drive has only one MBR both OS rewrite it in order to ensure its proper boot secvence...
Windows boot manager can`t properly start linux... so your only choice are to use linux boot manager to start it and windows...

Google it... there are plenty of tutorials out there: http://lifehacker.com/5403100/dual+boot-windows-7-and-ubuntu-in-perfect-harmony
 
Solution

8350rocks

Distinguished


Yes, Linux can "see" windows, but windows cannot "see" Linux. That was entirely intentional on the part of M$.