PDA

View Full Version : [SOLVED] Ubuntu installer not detecting partitions



kiranvinayan
November 28th, 2013, 05:36 PM
Laptop: ASUS X550C-X0029D
The laptop came with just DOS. I installed Windows 7 Ultimate(64 bit) and deleted all the partitions and created a 100GB parition for Windows. Then I used EASEUS parition manager and created a 300GB NTFS parition. There is a 100MB GPT parition also.
When I tried to install Ubuntu 12.04.3, the installer does not detect Windows 7. When I tried to create the partition for Ubuntu manually, it shows the hard disk without any of the exisiting paritions.

I ran sudo gparted and got the attached screenshot.

How can I install Ubuntu without deleting the WIndows7 partition ?

kiranvinayan
November 28th, 2013, 05:40 PM
Find Disk Utility and 'sudo fdisk -l' screenshots attached.

fantab
November 29th, 2013, 05:42 AM
Laptop: ASUS X550C-X0029D
The laptop came with just DOS. I installed Windows 7 Ultimate(64 bit) and deleted all the partitions and created a 100GB parition for Windows. Then I used EASEUS parition manager and created a 300GB NTFS parition. There is a 100MB GPT parition also.
When I tried to install Ubuntu 12.04.3, the installer does not detect Windows 7. When I tried to create the partition for Ubuntu manually, it shows the hard disk without any of the exisiting paritions.

How can I install Ubuntu without deleting the WIndows7 partition ?

Did you change the Partition table from GPT to 'msdos'?
If you had GPT originally then you wll have UEFI boot. Check in BIOS/UEFI under 'Boot' and tell use what you see. You would see something like, UEFI/EFI or Legacy/CSM or Auto.

To cut to the chase, to be able to install Ubuntu you will have remove that 100Mb GPT partition, if you can. And/Or use FIXPARTS (http://www.rodsbooks.com/fixparts/) to remove that GPT backup data. Then you'll be able to install Ubuntu.

However, if I were you, I would re-convert my HDD to GPT and install both Windows and Ubuntu in UEFI mode.
GPT and UEFI have replaced 'msdos' and BIOS respectively. BIOS and 'msdos' are more than thirty years old and have limitations with newer hardware and are being phased out in favor of UEFI and GPT.
Advantages of GPT (https://wiki.archlinux.org/index.php/GUID_Partition_Table)
Advantages of UEFI:
http://www.extremetech.com/computing/96985-demystifying-uefi-the-long-overdue-bios-replacement
http://compreviews.about.com/od/motherboards/a/UEFI.htm
https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface#Advantages

Do consider UEFI and GPT. If you need further assistance then do ask.

Good Luck.

Bucky Ball
November 29th, 2013, 06:40 AM
Please attach large screenshot using the paperclip icon in 'Go Advanced' rather than inserting in the body of posts. Spare a thought for those with slow connections or vision issues. Thanks. I have attached these one for you.

Incidentally, it is 'gksudo' for a GUI as root, for instance:


gksudo gparted

kiranvinayan
November 29th, 2013, 01:10 PM
I followed the instructions in the following thread and was able to solve the problem - http://ubuntuforums.org/showthread.php?t=1604074&page=4&p=10022223#post10022223