Possible Duplicate:
How to convert Wubi install into regular install?
I have Ubuntu installed on my D drive using Wubi. There are some other files on D drive. Win 7 is installed on C drive. What would be the best way to make regular installation of Ubuntu? On D or C drive? Do I have to make a partition?
Disk /dev/sda: 640.1 GB, 640133946880 bytes
255 heads, 63 sectors/track, 77825 cylinders, total 1250261615 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x58fd0634
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 1045460991 522627072 7 HPFS/NTFS/exFAT
/dev/sda3 1045460992 1250258943 102398976 7 HPFS/NTFS/exFAT
sudo fdisk -l
(that's a lower case -L). You will have to make a partition, you cannot install onC:
orD:
– bcbc Feb 28 '12 at 23:10Device Boot Start End Blocks Id System /dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT /dev/sda2 206848 1045460991 522627072 7 HPFS/NTFS/exFAT /dev/sda3 1045460992 1250258943 102398976 7 HPFS/NTFS/exFAT
– Mersault Feb 29 '12 at 10:28