2

So my situation is this: I have 2 Drives. 1 HDD(1TB) 1 SSD(about 230GB). I use SSD completely for Windows 7(with one partition only). I also use big part of HDD as NTFS storage for that windows(I called it 'Data'). I want to install Ubuntu on whats left. Here is a screenshot:

My Drives: enter image description here

Is it possible to do it like that? If so, what options I need to select during drive questions in order not to kill MBR and be able to load to both Windows and Linux?

  • If you do not unplug SSD, you can install to sdb using Something Else install option and manually create / (root) as ext4 format. Also should create swap. But you must use combo box on partitioning screen and change grub install location to HDD drive. Otherwise grub always installs to drive seen as sda, and you want to keep Windows boot loader in SSD. http://askubuntu.com/questions/274371/install-on-second-hard-drive-with-startup-boot-option – oldfred Oct 18 '16 at 14:18

1 Answers1

1

Yes, this is very easy to do.

Now in your question you say:

If so, what options I need to select during drive questions in order not to kill MBR and be able to load to both Windows and Linux?

You are going to have to install GRUB to the MBR of one of your disks.

  • If you install it to the MBR of your SSD, you won't have to change anything to get the dual-boot working properly.

  • If you install GRUB to the MBR of your HDD, you will have to alter the boot order in your BIOS so that the HDD is booted before the SSD.

Both are perfectly valid options.

Please leave a comment under my answer with which option you want to do, and also with a picture from the "Something Else" installation option, and I'll be more than happy to guide you through the partition setup.

Do not select "install alongside Windows"!
Select "something else", as shown in this picture.

I need you to take a picture of what this screen looks like for you in the installer:

enter image description here