0

I am trying to install ubuntu-14.04.3 on my system which already has windows 10 installed (upgraded from Windows 8.1).

I can boot into ubuntu from a bootable USB drive. However when I try to install it I do not see the option to install ubuntu along with windows. I've found out that this is due to windows partition not being accessible due to windows going into hibernation when shut down.

As per the various guides on the internet I have disabled fast start-up from windows and checked that my BIOS is Legacy. The hibernation option is not available in windows. So why would ubuntu complain about mounting windows partition being unsafe? Is this a problem on windows side? I can mount the partition in read only mode but that still doesn't solve the missing dual mode installation option problem.

Is there anything that I can do here to solve this problem?

abhink
  • 101

2 Answers2

0

So if I understand correctly you are trying to install Ubuntu on a hard disk that already has Windows installed on it but the Windows partition isn't showing up when running the Ubuntu installer?

Check your hard disk partitions. You can only have 4 primary partitions on a basic HDD. A typical Windows install has 1 partition for its system files, 1 for its c: drive and user directories, and 1 recovery partition. This leaves you one remaining partition on which to install Ubuntu. Ubuntu typically at minimum format 2 partitions when installing; a / partition for its root dir and a /swap partition. If this is the case and there are not enough unused partitions or enough space remaining on an unused partition to install Ubuntu, this install will be impossible on one basic disk.

If this sounds like your problem. Try removing the Windows recovery partition (should probably copy these files to somewhere else first in case you need them later or don't want the dual boot disk anymore) and reformat the free space as one unused partition. then configure Ubuntu installer to manually partition your disk when prompted so as to avoid installing the /swap partition ( note that this should only be done if your system has sufficient RAM >=2GiB).

To check your windows partitions use diskpart from the command line and select disk and view partitions or go to your disk manager to visually see the partitions on your drive.

0

I solved the dual boot problem. My exact issue was that after the Windows upgrade (from 8.1 to 10), the system went into UEFI and Legacy mode. Setting the BIOS to UEFI Only resulted in system failing to boot windows (No bootable device is detected.. error).

Setting the BIOS to Legacy Only solved the problem. This also required re-arrangement of boot device order which was not required with the UEFI and Legacy mode.

Once the installation USB booted in BIOS mode, windows 10 was detected by ubuntu installation.

abhink
  • 101