I have installed Ubuntu on my D: partition using Wubi. Is there any way in which I can remove my Windows from C: drive and move my existing Ubuntu installation to C: drive and make it a regular install.
|
Please refer to: https://help.ubuntu.com/community/MigrateWubi This above Wiki has a downloadable bash script that migrates a Wubi install to a partition. It also has a link to the manual instructions required to migrate a Wubi install, although these are not recommended because the script contains many additional safety checks. The script does the following:
The following is based on the README file included with the script: The script is based on the wubi-move-to-partition script from Agostino Russo taken the Wubi Guide (https://wiki.ubuntu.com/WubiGuide). The first version updated the wubi-move-to-partition script to correct a few problems and deprecated commands, as well as to update it to support Grub2. It only worked on Wubi installs from 9.10 and later. The current version supports Ubuntu installs from 8.04 to 12.10 and adds the following features:
Usage:
The source for the script is maintained here: https://github.com/bcbc/Wubi-move Releases are tagged and Issues can be raised if required. Note: the script can be run from a live environment, e.g. to replace Windows, although it is simpler to manually partition and run it directly from the Wubi install (in my opinion). There are some more screenshots of the script (using the previous release) here that show how to migrate using a root.disk or to separate partitions. |
||||
|
|
|
I have never made a Wubi install, and I haven't tested any of this, so use with care ;). There is thread on the forum about this, you can check the alternative instructions sections. It should ease a bit the pain of moving. Please, use the alternative method, as the first one is not working with modern ubuntu versions. There are a lot of people on the thread that tried and failed. |
|||||||
|
|
Since wubi creates a file within the windows ntfs filesystem and uses this as a pseudo partition, it is very difficult to do this. Theoretically, you maybe could somehow save the filesystem to another place, and then restore it into a newly installed system. This could be done either by a backup software, or by something accessing directly the filesystem. |
|||||||
|
|
If you use Wubi (the Windows installer) to install Ubuntu, then Ubuntu will be installed inside a disk image file in your Windows partition. The Windows boot loader will be configured to give you a choice between Windows and Ubuntu, and when you select Ubuntu, the disk image inside the Windows partition containing the Ubuntu system will be mounted and used. Once you boot into a Wubi system, no part of the Microsoft Windows operating system is actually running. But the Wubi system still needs the Windows boot loader to start, and it needs the Windows partition to reside. Therefore, completely removing a Windows system will also remove the Wubi system it contains. If you created a second Windows (NTFS) partition to contain your Wubi disk image, then you could remove Windows and still have the disk image, but you would not have a Windows system to boot into it. Thus, while a severely broken Windows system can effectively host a working Wubi system, Wubi depends on Windows and if you think you may not want to keep Windows, you should strongly consider installing Ubuntu in the standard way (booting from the Ubuntu install CD/DVD or USB flash drive). You can keep your Windows system while installing in this way by telling the installer to install alongside (rather than instead of) the existing operating system. It is possible to convert a Wubi system into a standard Ubuntu system that does not rely on Windows, but this is a hassle, and it is probably best to plan ahead so as to avoid having to do so. |
|||
|
|
|
there is no c drive. thats a windows thing. but to get rid of windows, you delete the partition. make a new one in its place, but leave unallocated space. use the deja backup tool, run a backup, then get rid of the wubi partition. create a new partition(ext4 is recommended) and install ubuntu to it. restore it from the backup of the wubi. then get rid of all other partitions, and then use gparted(in regular softwre channels if you do notalready have it) to expand the partition. that might work, i think it should, that should be pretty basic. and by the way, the partition you install to should be a mount point of / another thing that might work is if you copy the / directory in wubi to a specific place, (not including /host/ directory) and the get rid of the partitions, and create a new one and put the contents there, then use gparted to mark it as bootable, then it might work. if it dosent, use it as a root and install ubuntu to it using a live installer. |
|||
|
|
|
Technically, Yes. If you installed Ubuntu using the Wubi installer, the Wubi installer creates Ubuntu files within the Windows File System which is NFTS therefore also in the Windows Partition. If you installed Ubuntu in another partition (which means not within Windows) then Ubuntu can run on its own as its own operating system. Also, like mentioned above, you still need the Windows boot loader if you used Wubi for Ubuntu installation. If you installed Ubuntu in its own partition, then Ubuntu installs its own boot loader called "GRUB" (and overwrites the Windows boot loader if Windows is installed). So, Yes. Ubuntu does rely on the Windows Partition When you use Wubi. Not necessarily on Windows itself, but it does rely on the Windows boot loader in order to boot into it. If installed Ubuntu the standard way, then it can boot up and run on it's own. |
|||
|
|
|
Wubi installs your Ubuntu operating system into your existing Windows System. That's why its pretty hard to backup and restore your settings/programs from there.However you can take a look at this article at Ubuntu Forums which may help you. This article at help Ubuntu page will show you how to do the backup. Good Luck! |
||||
|
|
|
Wubi installs Ubuntu into a file which is located on a Windows (NTFS) partition. While after the installation booting into Wubi is not dependent on the Windows copy being functional, it is still dependent on that NTFS partition. So, technically, after installing Ubuntu using wubi you can just delete Windows folder from the NTFS partition, and edit your GRUB configuration to remove Windows entry from the boot menu, making Ubuntu the only bootable OS on the machine. However, Ubuntu will still reside in a file on a Windows filesystem, not in a partition of its own. One option to work around the problem (if you really-really can't boot from a CD/USB, which would be the best solution) is to make a Wubi install and then migrate it to a "full" install as suggested in the answer linked to by TrailRaider. That would be a multi-step process with a relatively high possibility of making the system not bootable (which would be a problem since you can't boot from CD/USB) Another, more straightforward, option would be just to move the hard drive to another machine, install Ubuntu there and transfer it back. Unlike Windows, Ubuntu usually works very well when transferred from machine to machine, even if the hardware is very different. A Phillips screwdriver and 5 minutes would solve your problem :) |
|||
|
|
It is possible but is rather complicated. A full install form the start is recommended but in your case without being able to use to use a CD or a USB doing the extra work needed is the only option I know of. What you are trying to do is called migrating Wubi to a full install. This has actually been covered on askubuntu. See How to convert Wubi install into regular install? Note: this question is likely to be closed as a duplicate of the question I linked to and this answer should have actually been a comment to your question that gave you the link but I wanted to explain in greater detail that the limited space a comment gives. |
|||
|
