0

When I run the setup for 14.04.3 LTS using the live USB and select "something else" for manually creating partitions on my hard disk, for some reason Ubuntu isn't able to detect other partitions and assumes the entire SSD is unallocated. This is explained in the snapshot below:

partition manager screenshot

The description of the actual partitions are as under:

C:    NTFS   91,7GB   (running Windows 10 64bit)
Free space: 19,5GB

Given below are snapshots that show the error message I get when GParted tries to detect my partitions. I am certain something is wrong with my partition table, but I do not know what it is or what the message really means. But this might be why Ubuntu is unable to detect my partitions.

installer warning message

I am having the same problem with [that guy][3]. I tried to use the Fixparts thing but I couldn't figure it out. Any ideas?

Here's the results from: sudo parted -l

ubuntu@ubuntu:~$ sudo parted -l
Warning: /dev/sda contains GPT signatures, indicating that it has a GPT table.
However, it does not have a valid fake msdos partition table, as it should.
Perhaps it was corrupted -- possibly by a program that doesn't understand GPT
partition tables.  Or perhaps you deleted the GPT table, and are now using an
msdos partition table.  Is this a GPT partition table?
Yes/No? y                                                                 
Model: ATA Samsung SSD 840 (scsi)
Disk /dev/sda: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start  End  Size  File system  Name  Flags


Model: JetFlash Transcend 4GB (scsi)
Disk /dev/sdb: 4016MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
 1      65.5kB  4014MB  4014MB  primary  fat32        boot

1 Answers1

0

I fixed the problem! I installed gParted Live on my USB and deleted all the partitions. After deleting the partitions I created a new table and then I restarted and Installed Windows 10. After the installation completed, I restarted my laptop and with Ubuntu in my another usb, I opened gParted, created a new partition for Linux and installer started seeing my partitions.

P.S. Sorry for my bad English.

  • If you found the answer by yourself, delete the question except if you think it may help future viewers. – Star OS Dec 07 '15 at 19:01
  • A friend of mine have had the same problem yesterday and I send him this link and he fixed the problem. I think there are people who having the same problem, let's just keep it as it is. – MeymiGrøu Mey Dec 08 '15 at 17:36