0

Possible Duplicate:
How to I remove windows but keep Ubuntu?

So basically I started with Windows Vista then decided I want Ubuntu. Now I have Dualboot using both of them, and want to delete Windows without starting over. And because I've tried the USB boot to replace Windows but got an error, that I couldn't find an answer to.

Is it possible at all?

Simplified version: I start with A add B so I got AB now now I want to delete A and only have B

Damian
  • 33

2 Answers2

4

OS Uninstaller will remove your Windows partition and fix your Grub bootloader.

enter the following int he terminal:

sudo add-apt-repository ppa:yannubuntu/os-uninstaller
sudo apt-get update
sudo apt-get install -y os-uninstaller && os-uninstaller

The program will install and start, it will look something like this:

enter image description here

Just select Windows Vista in the menu and the click ok.

enter image description here

Click Apply The program will do the rest.

You can read more about OS-Uninstaller HERE

P.S. this is how I removed my Windows 7 from my computer, so I know it works.

TrailRider
  • 7,087
1

You should be able to boot into the live CD and run gparted to delete the Windows partition and move your partitions around. You'll want to back up before doing this. sudo update-grub should then remove Windows as a boot option.