I Downloaded Wubi.exe & Ubuntu 12.04 LTS From The Official Website Then Put Them In A Single Folder In My Internal Hard Disk. Then I Run Wubi, And It Got Installed Within 2 Minutes. And Then I Rebooted My PC. Then Ubuntu Loaded Up And There Were No Icons Anywhere Just A Black Bar At The Top And The Ubuntu Default Background Wallpaper. Then A popup Came Up Saying Verifying Files And Then A Box Popped Up Saying "No Root File System Defined, Fix This In Partitioning Menu". I Tried To Close It But It Pops Up Again. And Im Stuck Here With Absolutely No Idea What To Do. Im Good At Windows But I Have Zero Experience Of Linux Ubuntu. I Need Help Desperately!
EDIT: I Tried "sudo parted -l" with lower case L. It Asked Me Whether It Was A GPT Table. I Said "No" Then Nothing Happened. But My Problem Still Isn't Solved.I Also Tried "sudo blkid" And It Told Me That My Hard Disk Partitions Are Of "NTFS" Type(Which I Already Know). Please Help Me.I Tried "sudo apt-get remove dmraid" But It Returned with a error code 1 And My Problem Wasn"t Solved.Installation & Un-installation Processes Take Less Than A Minute, Isn't It Fishy?
sudo parted -l
and check for any error message. Thensudo reboot
restarts the machine. Report back. PS you might as well runsudo blkid
as well – bcbc Nov 08 '12 at 09:11sudo parted -l
– bcbc Nov 09 '12 at 19:43sudo fdisk -l
. Take a picture if you don't want to type out what you see. – bcbc Nov 10 '12 at 07:16sudo fdisk -l > /host/ubuntu/savefdisk.txt
(then you can open it from C:\ubuntu and use Wordpad, not Notepad) Installing from the live CD will have the same problem because they both useubiquity
, which usesparted
. You could try installing Wubi using thediskimage
(i.e. run standalone withoutISO
) because then it skipsubiquity
. But the real answer is to follow that duplicate link and remove the conflicting GPT information. PS if you boot from an Ubuntu CD you can run the bootinfoscript and it will provide the information. – bcbc Nov 12 '12 at 17:45fixparts
first review all the information here http://www.rodsbooks.com/fixparts/ and if anything is not clear, I would suggest creating a new question for the specific issue. – bcbc Nov 16 '12 at 07:34