How to dual boot Win7 and Ubuntu 12.04 LTS (Finnish Remix) with 2 HDD's and a UEFI BIOS motherboard
Tags:
- BIOS
- Dual Boot
- Hard Drives
-
Motherboards
- Ubuntu
Last response: in Linux/Free BSD
thumus
April 18, 2014 2:15:09 AM
So I have Windows 7 already installed on 1TB HDD. I will be buying a new 1TB HDD for Ubuntu 12.04 LTS (Finnish Remix). But I have a UEFI BIOS motherboard model: ASUS M5A97 R2.0. I want to install Ubuntu to the new HDD alongside with the existing Win7. How do I do it. Step by step manual with pictures would be nice. If someone from Finland reads this then you can post it in finnish. Thanks already
More about : dual boot win7 ubuntu lts finnish remix hdd uefi bios motherboard
-
Reply to thumus
Best solution
stillblue
April 18, 2014 3:40:51 AM
I find the safest and easiest way to do this is to disconnect your windows drive, connect the Ubuntu darive, make sure safeboot is OFF in the BIOS, boot to the DVD or Flash drive of Ubuntu. Follow the very straight forward install instructions which are
choose your language
choose your keyboard
choose your time zone
install third party software, yes
do not connect at this time to the internet unless you have a very high speed connection or a lot of time to devote to letting it update everything while installing, since yours is a remix that would probably mean everything new and that could be a lot.
Install to entire hard drive
name and password
Take your picture for icon if you have a camera turned on
Shut down after it finishes installing and reconnect your windows drive.
When you reboot if it starts to windows then shut it back down and change the boot order in the BIOS to boot to Ubuntu drive.
When Ubuntu is running, to add windows to the boot selection menu you open a terminal with Ctrl+Alt+t or from accessories in the program menu and type sudo update-grub it'll ask for your password and you should have windows as an option next time you boot.
This method leaves no chance to screw up your windows installation.
choose your language
choose your keyboard
choose your time zone
install third party software, yes
do not connect at this time to the internet unless you have a very high speed connection or a lot of time to devote to letting it update everything while installing, since yours is a remix that would probably mean everything new and that could be a lot.
Install to entire hard drive
name and password
Take your picture for icon if you have a camera turned on
Shut down after it finishes installing and reconnect your windows drive.
When you reboot if it starts to windows then shut it back down and change the boot order in the BIOS to boot to Ubuntu drive.
When Ubuntu is running, to add windows to the boot selection menu you open a terminal with Ctrl+Alt+t or from accessories in the program menu and type sudo update-grub it'll ask for your password and you should have windows as an option next time you boot.
This method leaves no chance to screw up your windows installation.
-
Reply to stillblue
Share
stillblue
April 18, 2014 4:09:22 AM
Related resources
thumus
April 18, 2014 10:00:55 AM
Installation process is largely the same across most Linux distributions.
The biggest difference between 12.04 -> 14.04 is driver's for newer hardware, newer kernel, newer software including UI improvements
How i install (keep your windows harddrive plugged in):
1) Burn iso to CD or use LiLi to make liveUSB of Ubuntu http://www.linuxliveusb.com/
2) Boot from usb / CD
3) The installer will guide you through the process. (partitoning, install bootloader, keyboard setup/language etc). Take care to make sure you install to the correct drive!
4) When installing the bootloader, Ubuntu will "automagically" detect your Windows 7 installation and add a Windows entry to the boot menu. This will allow you to choose Windows or Ubuntu when booting.
5) Reboot and set UEFI/BIOS to boot from your Ubuntu harddrive first.
You can find many guide on youtube if you want video
The biggest difference between 12.04 -> 14.04 is driver's for newer hardware, newer kernel, newer software including UI improvements
How i install (keep your windows harddrive plugged in):
1) Burn iso to CD or use LiLi to make liveUSB of Ubuntu http://www.linuxliveusb.com/
2) Boot from usb / CD
3) The installer will guide you through the process. (partitoning, install bootloader, keyboard setup/language etc). Take care to make sure you install to the correct drive!
4) When installing the bootloader, Ubuntu will "automagically" detect your Windows 7 installation and add a Windows entry to the boot menu. This will allow you to choose Windows or Ubuntu when booting.
5) Reboot and set UEFI/BIOS to boot from your Ubuntu harddrive first.
You can find many guide on youtube if you want video
-
Reply to skittle
m
0
l
thumus
April 18, 2014 10:27:19 AM
-
Reply to thumus
m
0
l
Linux no longer simply designates drives as /dev/sdX in the "fstab". Modern Linux uses UUID ( https://wiki.debian.org/Part-UUID )
UUID offeres uniqe identifier for each harddrive so it does not matter what order drivers are booted as.
Suggest keeping your Windows drive plugged in during Ubuntu installation as Ubuntu installer can detect Windows install and add it to the bootloader for you.
Of course this is not necessary it just saves you a step of having to add it later. Often it is suggested to unplug windows drive so as to not accidentily install Ubuntu to the wrong drive. IMO this is a worry from the past, modern Linux installers will detect other OS installations so it is hard to make this mistake!
[edit]
Have I done this my self? Yes although I use ArchLinux and not Ubuntu! Ubuntu/Linux/Windows 7 dual boot is well documented and very easy. Especially easy if you have installed to seperate drives!
UUID offeres uniqe identifier for each harddrive so it does not matter what order drivers are booted as.
Suggest keeping your Windows drive plugged in during Ubuntu installation as Ubuntu installer can detect Windows install and add it to the bootloader for you.
Of course this is not necessary it just saves you a step of having to add it later. Often it is suggested to unplug windows drive so as to not accidentily install Ubuntu to the wrong drive. IMO this is a worry from the past, modern Linux installers will detect other OS installations so it is hard to make this mistake!
[edit]
Have I done this my self? Yes although I use ArchLinux and not Ubuntu! Ubuntu/Linux/Windows 7 dual boot is well documented and very easy. Especially easy if you have installed to seperate drives!
-
Reply to skittle
m
0
l
stillblue
April 18, 2014 5:08:14 PM
Everything Skittle said is right. I suggested disconnecting the windows drive because you seem to be doing this the first time and recognizing which drive is which for a new user can be confusing. Better an extra step to add windows and be safe. I'm pretty sure uefi began with 12.04 but even if it did you should upgrade to 14.04 like skittle said and then make your own Finnish remix with remastersys.
-
Reply to stillblue
m
0
l
stillblue
April 19, 2014 2:08:47 AM
thumus
April 22, 2014 9:28:38 AM
!