Linux cannot see Windows 7 partitions on install

installationlinuxntfspartitioningwindows 7

I've been trying to install Linux as a dual boot with Windows 7 on my Dell latitude e6510. It is currently running Windows 7 and I have used the MS disk tools to shrink the Win 7 NTFS partition to make room for Linux.

The issue I'm having is that when I run Linux installers by boot from CD they see the entire hard drive as unallocated space. I have tried Ubuntu 10.10, Kbuntu 10.10 and Fedora 14 and they all have the same problem.

I have also tried the Ubuntu "install in Windows" option and could not get it to work.

EDIT:

Booting Gparted 0.8.0 from a usb drive did not work. It reported the entire drive as unpartitioned.

Best Answer

It turns out my laptop somehow was given two partition tables an MBR and a GPT, which confused Gparted. The Ubuntu and Fedora installers use Gparted to prepare the drive for installation.

Clearing the GPT with Gdisk for windows fixed the situation. Both Windows and Gparted can read my drive now.

http://sourceforge.net/projects/gptfdisk/

http://www.rodsbooks.com/gdisk/gdisk.html

Related Question