Dual Boot – How to Delete Windows from Dual Boot with Ubuntu

dual-boot

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

Best Answer

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.

Related Question