2

Possible Duplicate:
How to remove Ubuntu and put Windows back on?

i have installed Ubuntu 12.04 alongside windows7 home premium in my laptop. i don't find any options to remove ubuntu. Please help me giving detailed steps on how to uninstall Ubuntu without altering windows.

thankyou

sajid
  • 21
  • 3
    Please define "alongside". Did you use Wubi to install it from within Windows or did you boot to a CD and install it in a new partition? – Oli Sep 08 '12 at 13:59
  • or http://askubuntu.com/questions/144237/how-do-i-uninstall-ubuntu-wubi – RobotHumans Sep 09 '12 at 13:04

2 Answers2

3

Installed Ubuntu inside Windows using WUBI

Run the uninstaller in Control Panel > Programs and Featuresor alternatively, you can run: C:\ubuntu\Uninstall-Ubuntu.exe.

enter image description here

In case it fails, download Uninstall-Ubuntu.exe.

Installed Ubuntu on separate partition

  • Boot using a LiveUSB.

  • Open a new terminal (Ctrl + Alt + T), then type:

sudo add-apt-repository ppa:yannubuntu/os-uninstaller
  • Press Enter.

  • Then type:

sudo apt-get update; sudo apt-get install -y os-uninstaller && os-uninstaller
  • Press Enter.

  • The OS-Uninstaller window will pop out.

enter image description here

  • Select the OS to remove and click OK.

For more info: Go to the following links:

green
  • 14,306
2

Simply use OS-Uninstaller from a liveCD or liveUSB disk.

enter image description here

LovinBuntu
  • 3,615
  • 2
  • 20
  • 21