0

I have 2 Drives: 500GB SSD and 512GB HDD. Currently I have installed Ubuntu on a different partition of the SSD. Windows is installed on the SSD too. And I managed to mess up my boot. Anyway, I has thinking that I should better install Ubuntu on the second HDD with an EFI partition and all that is necessary. Will this approach give me more headaches in setting up the bootloader or it should be easier.

So when I start the computer I would like to go straight in Windows (no timout or boot options) unless I decide I want to start Ubuntu.

Can anyone give me some help?

Edit: My question is different than the one pointed as duplicate. I need to know if using the same Drive (SSD only) for both installation is better/worse than using two Drives(SSD and HDD). I need to understand how the bootloader needs to be configured and how it will behave on both cases.

P.S: Anyone figured out how to have Ubuntu 14.04 properly shutdown/reboot? I've been fighting it for some time and nothing seem to work!

Cristian
  • 143
  • 1
  • 2
  • 6

1 Answers1

0

You can install Ubuntu which ever way you prefer. Most Linux distributions including Ubuntu will use a boot loader. So when you install it there will be a menu that gives you choices to choose which OS to run. You can configure the grub file for a specific timeout period and which OS to boot from by default. Either way there will be a boot loader.

However if you install Ubuntu on your secondary HDD and you choose to boot from that and there is no other OS installed it will automatically boot into Ubuntu. It's only when you have multiple OS's that you will have the choice to choose operating systems.

Additionally, to answer your comment on Ubuntu messing up your Windows boot loader most newer computers come with UEFI boot mode, but Linux will install Grub or Grub2. If you remove the partitions of Ubuntu from one hard drive you will need to use a Windows install CD or USB to repair the MBR for Windows. You can do this by doing the following:

  1. Insert repair or installation media
  2. Choose "Repair"
  3. Then choose Troubleshoot>Advanced>Command Prompt
  4. Enter bootrec.exe /fix mbr

This will repair your Windows boot loader.

Joe
  • 149
  • 9