I installed Ubuntu in the dual-boot configuration so that I can still boot up in Windows. But I just want to get Windows off of the machine.
Anyone know how to do this without having to go through another Ubuntu install? Also are all of the Ubuntu updates safe to take? Does Ubuntu have restore points in case something goes haywire from the updates?
Since your question is really several questions, I'll divide my answer into parts. Unfortunately I'm sitting on my windows laptop now, so I can't generate any screenshots or even test the programs and see where all the options are - if there's something you can't find, don't hesitate to ask.
1. How do you remove Windows from a dual-boot configuration without having to go through another Ubuntu installation?
When you installed Ubuntu alongside Windows, the installer created (at least) one new partition on your hard drive, on which Ubuntu was installed. Windows usually occupies two partitions (one for the boot loader and one for C:\), so that would mean you now have three.
If you, when you start Windows, have any files you want to save on C:\, you need to back them up before you continue. One way to do that would be to simply copy them to the Ubuntu partition, which can be done by following these steps:
~username/backup
they won't be in anyones way.Next, you want to remove the Windows partition entirely, in order to free the space so Ubuntu can use it. This most easily done with GParted.
sudo apt-get install gparted
gksu gparted &
Instead of creating a new partition and mounting it, you could also start from a Live CD/USB and expand the Ubuntu partition. However, I would strongly recommend having a separate partition for stuff you want to keep regardless of OS version. My reasons for this will become apparent in the next part of this answer...
2. Are the Ubuntu updates safe to take?
If, by "Ubuntu updates", you mean the updates provided by the package management system every now and then, then yes, they are safe and stable. However, the upgrade process between Ubuntu versions (for example from Ubuntu 11.04 to 11.10) is not always as stable, and it is usually recommended to install the new version from scratch instead of upgrading. (A fresh install is also usually a lot faster...)
Because this is so, it is often useful to have separate disk partitions for stuff you want to keep between upgrades. On my Ubuntu machine I have separate partitions for
/home
,/boot
, and/data
- and that has saved me many times when I screwed up some weird configuration file and had to reinstall Ubuntu to fix it.3. Is there any such thing as a restore points in Ubuntu?
No, there is not. Therefore, it is extremely important that you take care and backup any sensitive data that you do not want to lose before you alter your system.
Uninstalling an OS usually means deleting the entire partition. Use the Ubuntu live CD/USB to expand the Ubuntu partition afterward.
All offered updates are tested and should be quite safe to install.
No restore points.
1.Just delete the partition of windows...but while doing it be aware of where your grub is installed...
Coz when I had done it,I lost my grub..!!!
though it can be restored by booting live and using bootupmanager....But still it would be good if you find out the details of the grub problem and only then proceed... :)
2.All updates are tested.But the updates from 3rd party repositories you add may not be safe and cannonical/ubuntu does not take any responsibility of it.
3.No restore points availible.You can use Ubuntu Tweak to generate Desktop,Applications backup and also the default backup program Deja-dup :)
Also as I constantly suggest,use UBUNTU ONE or DROPBOX or any othe cloud service to back up...IT HAS SAVED ME RECENTLY..!! :) UBUNTU ONE IS A BLISS..!! :D
You can use
os-uninstaller
. See details here.