2

When I try to install Ubuntu 14.04 from a usb drive the option, 'Install alongside Windows 10' doesn't appear. Should I install it anyway, or if not, what can I do so that option appears?

Kalle Richter
  • 6,180
  • 21
  • 70
  • 103

2 Answers2

1

I had the same issue. The option of "Install alongside windows10" didn't appear while installing Ubuntu 16.04.

The problem was the Ubuntu ISO image on my USB drive was NOT UEFI bootable. I reformatted my USB that will be able to boot a UEFI system.

I used Rufus to create a UEFI bootable USB stick (Note: If you are using fixed disks/hard drives, try Alt - F in Rufus to enable it's detection)

After I did this, it worked perfectly!! I was able to install Ubuntu along-side windows!

neha admal
  • 11
  • 1
0

I can provide you with a workaround here.

If you cannot do it (install alongside Windows) with your installation wizard anyway, you may choose to boot with your installation media into the Live system, adjust the partition of Windows using gparted (it is a GUI tool), and manually create Ubuntu partitions during installation.

If you made your installation media using the official image, when you boot with it, you should either (1) see a grub menu asking you to boot into Live system or to install Ubuntu, or (2) boot into installation wizard directly, but can exit the wizard and enter Live system. The Live system looks like a normal Ubuntu desktop, and you can run gparted any way you like.

Be careful when you modify partitions, though. There's risk that you make your Windows no longer bootable, or lose your data on the Windows partition. Better not move the starting position of your Windows partition(s).

bfrguci
  • 654