-1

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

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

  • Did you install Ubuntu in the standard way, by booting from an Ubuntu live CD/DVD or live USB flash drive and running the installer? (This would give you an Ubuntu system installed alongside Windows.) Or did you install with the Windows installer, called Wubi? (This would put Ubuntu's files on a disk image located inside your Windows partition.) – Eliah Kagan Jun 03 '12 at 05:35
  • If you could post the output of the command sudo fdisk -l the people answering your question could make their answer more specific to what you need to do--which could help avoiding confusion. Also please make sure you've backed up your files before doing anything. – adempewolff Jun 03 '12 at 06:20

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,007
harisibrahimkv
  • 7,256
  • 11
  • 44
  • 71
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