-1

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

I don't like Windows Vista at all and wish to remove it

2 Answers2

1

Install "gparted" in Ubuntu and format the Windows Vista partitions using it.

Refer to the following figure:

enter image description here

saji89
  • 12,187
0

After removing Windows partition, remember to update grub so that Vista gone away from boot loader. Use this command:

sudo update-grub

nick
  • 17