I have Windows 10 64 bit installed on my HDD of Dell Inspiron 5559. When I booted from my USB to install Ubuntu at a point it detects that windows 10 is installed in my HDD but doesn't give an option to install Ubuntu alongside Windows 10. It only provides option to format HDD and install Ubuntu only and "Something Else".
Before installation of Ubuntu I properly shut down Windows 10 and I have created an unallocated space for Ubuntu. Windows 10 is installed in BIOS mode legacy. As already mentioned I have a HDD.
The result of sudo parted -l
is
ubuntu@ubuntu:~$ sudo parted -l
Model: ATA TOSHIBA MQ01ABD1 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 525MB 524MB primary ntfs boot
2 525MB 157GB 157GB primary ntfs
3 157GB 579GB 422GB primary ntfs
4 579GB 839GB 260GB primary ntfs
Model: ADATA USB Flash Drive (scsi)
Disk /dev/sdb: 4041MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 32.8kB 4041MB 4041MB primary fat32 boot
I am new to Ubuntu so, any help will be appreciated. Thanks.
sudo parted -l
– oldfred Dec 17 '16 at 04:33