1

I have a 1TB of harddrive on which windows 10 is installed. I previously had Ubuntu installed on the system but deleted it as I wanted to install the 14.04. I deleted the partition from Windows 10.

When I am trying to install using the live CD, I can only see the disk as a single drive and not seeing all the partitions. I am not sure what is wrong. Is it something related to my partitioning?

See the attached partition table

I need to use the J drive to install ubuntu 14.04 and I drive for 16.04.

Update 2: When running the command from live cd

ubuntu@ubuntu:~$ sudo fdisk -lu

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x233b0d33

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1              63       80324       40131   de  Dell Utility
Partition 1 does not start on physical sector boundary.
/dev/sda2   *    27967488  1706840062   839436287+   7  HPFS/NTFS/exFAT
/dev/sda3      1706840064  1707761663      460800   27  Hidden NTFS WinRE
/dev/sda4           81857  1953520064   976719104    f  W95 Ext'd (LBA)
Partition 4 does not start on physical sector boundary.
/dev/sda5           81920    27953099    13935590   83  Linux
/dev/sda6      1707773952  1953520064   122873056+   7  HPFS/NTFS/exFAT

Partition table entries are not in disk order
  • Gparted is showing the disk with unallocated sign. [Attached picture]
  • I merged one of the drives with the C drive. The left unused empty drive is NTFS with about 115 GB on which I wish to install Ubuntu 14.04.
Alex
  • 11
  • I can see you're using Aomei, can you trying creating the partition with the native windows tool I instead? I believe it's called disk manager. It will create an unallocated space which you'll be able to use later in Ubuntu. – answerSeeker Dec 06 '16 at 06:13
  • You have one hard disk and yet you expect to see multiple disks in the installer? – AlexP Dec 06 '16 at 06:55
  • From multiple disks I mean to say the partitions (I,J, Recovery etc.). – Alex Dec 06 '16 at 07:20
  • Boot from installation DVD or flash drive. 2. Choose "Try Ubuntu". 3. Run Gparted. 4. Tell us how many partitions does Gparted see.
  • – AlexP Dec 06 '16 at 08:15
  • Please see the updated question. I have included the result from gparted and fdisk. Thanks – Alex Dec 06 '16 at 10:35