Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I am new to ubuntu (AMD64) and am attempting to install it on my laptop which already has Windows 7 Home Premium x64.

I currently have two partitions on my HDD and I was planning on repartitioning my secondary partition to make room for a third to use for Ubuntu. However when I attempt to install I get the following message:

"This computer currently has no detected operating systems"

Choosing "something else" takes me to the partitions. However, it only detects a single unpartitioned space (my entire HDD) even though I actually have 2 partitions taking up plenty of space.

By no means can I detect my two partitions using any method. Is it possible the 32 bit installation might be more successful? (I doubt it but I had to ask)

Unfortunately I can't post images directly since I am a new user but I can link them if anyone wants to see them for more clear information:

scr1

scr2

Edit: 250gb. I have two partitions for windows (one main and another for storage) as well as an empty third partition with 20gb that I intend to use for Ubuntu. None are detected, however.

Edit: OK So I have fixparts, but I am unaware what exactly to do with it (despite the readme) due to my complete unfamiliarity with linux. Can you give me details about what you did to fix your own drive?

FINAL EDIT: Sorry I lost my internet connection for awhile so I haven't been able to post. I finally fixed the problem. when I ran

sudo fdisk -l

it gave me several partitions in the list, so I tried running fixparts on individual partitions, which ended up being inconclusive (and confusing)

Then I decided to try to run fixparts over the entire unpartitioned space

sudo fixparts /dev/sda

AS OPPOSED TO

sudo fixparts /dev/sda1

sudo fixparts /dev/sda2

(individual partitions) and so on.

After simply running the command on the entire hdd, it quickly finished and alas it was fixed! Going back to the installation, it detected my Windows 7 installation, and also detected all existing partitions in the custom install mode. Furthermore, my data on my other partitions was left completely unscathed. It fixed my problem at no cost. Thanks for the help!

share|improve this question
What size is your entire drive? – Mitch Jul 29 '12 at 7:48

1 Answer

I had a similar problem where somehow I had two conflicting partition tables. I used the livecd and then used a utility called fixparts which sorted the problem out. Details here: http://www.rodsbooks.com/fixparts/.

share|improve this answer
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – ObsessiveSSOℲ Aug 15 '12 at 13:57

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.