Well, I have no idea how stray GPT data ended up on your disk, but we'll remove it and that should solve the problem.
Note: The commands below must be entered without any mistakes, so your best bet is to copy them from here and paste them into the terminal rather than trying to type them out.
Another Note: You can stay logged in here and keep these instructions visible in Firefox as you perform the steps. While Firefox is open to these instructions you can copy/paste commands shown here into the terminal when you get to those steps.
*** Boot computer with your live Linux Lite DVD/USB. (Make a note of whether you are using the 32-bit or 64-bit version. You'll need to know that for a step below.)
*** Get a spare USB stick that you can save files on and keep it handy.
*** Open a terminal and
copy/paste the following command into it and hit enter.
Code:
sudo sfdisk -d /dev/sda > /home/linux/Desktop/parts.txt
*** That made a backup copy of your partition table and put it in a file called parts.txt on the Desktop.
*** Put your USB stick in the computer and copy that parts.txt file to it for safe keeping.
I'm going to walk you through commands for using a utility called
fixparts to get rid of the stray GPT partition data. For reference, this is the site for
fixparts and I'm just adapting instructions from there to your particular situation:
http://www.rodsbooks.com/fixparts/.
*** Now, open Firefox web browser and go to this page:
http://sourceforge.net/projects/gptfdisk...-binaries/.
*** Download and save
fixparts_0.8.8-1_i386.deb if you are using
32-bit Linux Lite.
Or
*** Download and save
fixparts_0.8.8-1_amd64.deb if you are using
64-bit Linux Lite.
*** Close Firefox.
*** Go to where you saved
fixparts file and double-click it. A program called
GDebi Package Installer will then open file and ask if you want to install it. Tell it to install program and when it finishes you can close
GDebi.
*** Now open a terminal again and enter this command to start the
fixparts utility:
Code:
sudo fixparts /dev/sda
Quoted from the fixparts web site: "...some utilities can be confused by the presence of both MBR and GPT data. Thus, FixParts checks for this condition when it starts. If it finds leftover GPT data, it warns you of this fact and asks you what to do:"
- NOTICE: GPT signatures detected on the disk, but no 0xEE protective partition!
The GPT signatures are probably left over from a previous partition table.
Do you want to delete them (if you answer 'Y', this will happen
immediately)? (Y/N):
*** If it asks you to delete GPT signatures, type
y for yes and it will immediately delete the stray GPT data.
Then type
q to quit the program. Don't do anything further with the Fixparts program and if for some reason it asks you to save any changes (it shouldn't) -- answer NO.
*** Now, shutdown your live Linux Lite session and remove DVD/USB when done.
*** Boot computer into Windows to make sure it still works.
*** Assuming it does, use Windows Disk Management utility to shrink the Windows partition if you need to. (Don't know if you installed Windows to the whole disk or not.) Don't shrink it so much that it has no room to grow -- leave at least 20GB more room than it's files already have taken up on the drive.
*** When done, shut down Windows and boot up again with your live Linux Lite DVD/USB.
*** You should now be able to perform installation normally. Choose "Along side Windows" if you want the installer to make the partitions for you. Choose "Something else" if you want to make the partitions yourself.