I would like to boot ubuntu 16.04 alongside Windows 10 which I did a clean install of after deleting all partitions on my hard drive. I made a bootable USB stick with the iso using Universal USB Installer, and shrunk C drive for free space to install Ubuntu.
However when starting the installation I get no options to wipe the hard drive or choose"Something else", it goes straight to the hard drive partition screen which is blank. When viewing the partitions through gparted everything looks fine but still nothing shows up on the partition screen. How can i fix this?
Edit: System is UEFI, Windows 10 mode is also in UEFI. I turned fast startup off.
sudo parted -l output
Model: ATA WDC WD20EZRX-00D (scsi)
Disk /dev/sda: 2000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 524MB 523MB ntfs Basic data partition hidden, diag
2 524MB 629MB 105MB fat32 EFI system partition boot, esp
3 629MB 646MB 16.8MB Microsoft reserved partition msftres
4 646MB 1001GB 1000GB ntfs Basic data partition msftdata
Model: Sony Storage Media (scsi)
Disk /dev/sdb: 15.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 15.5GB 15.5GB primary fat32 boot, lba
sudo parted -l
Did you leave Windows fast startup on? http://askubuntu.com/questions/843153/ubuntu-16-showing-windows-10-partitions – oldfred Nov 22 '17 at 21:26man parted
– oldfred Nov 23 '17 at 23:49