2

I'm new to Ubuntu and liked it a lot! However after testing it on my old crappy laptop I now want to remove it. I've looked at tutorials on how to uninstall and it says to start by deleting the Linux partition of the hard drive.

However after opening Computer management, I cannot locate my Linux partition. Same as when I go to System Configuration and click on the "boot" tab, my computer does not list any operating system other than Windows 7. Any way around this or perhaps a different way to uninstall?

jokerdino
  • 41,320
Alex
  • 21

2 Answers2

3

Step 1

Boot from a Ubuntu Live CD.

Step 2

Open Terminal.

Step 3

Run the following commands:

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

Step 4

Select the OS you wish to uninstall, in this case Ubuntu.

Step 5

Reboot and enjoy your Ubuntu-free system.

Source: Ubuntu Help

SirCharlo
  • 39,486
  • 1
    The only operating system that provides an easy application to uninstall. haha thats funny. Thanks for posting this. – Goddard Jul 09 '12 at 02:07
  • will a memory stick work like a live cd? sorry not very good with computers. – Alex Jul 09 '12 at 17:49
  • Yes, it will. You can use LiLi to create a bootable USB key using the Ubuntu ISO. – SirCharlo Jul 09 '12 at 20:13
  • I have created a Live CD and booted my pc from it, do i click on "try ubuntu without installing it" to get to terminal? – Alex Jul 09 '12 at 23:11
  • Yes. Once the Live session is loaded, simply click on the Ubuntu logo in the top left corner of the screen and start typing terminal. The app's shortcut will appear and you'll be able to click on it to launch it. – SirCharlo Jul 09 '12 at 23:46
  • I'm having a bit of a problem, the OS uninstaller freezes while searching for my os (os probe). or maybe I'm not giving it enough time, should it take more than 4 hours to find my os on a pc with 4 gigs of ram? – Alex Jul 11 '12 at 18:37
  • @SirCharlo Does this work inside Ubuntu? – user1610406 Jan 02 '13 at 15:06
  • I believe it does! – SirCharlo Jan 03 '13 at 00:01
0

Windows doesn't see linux because it doesn't have drivers to view those partitions.

If you want to delete those partitions try using the same cd except booting into the Live Environment.

Then it is as simple as using the disk utility. Make sure you don't accidentally delete your windows partition.

Goddard
  • 4,724
  • 2
  • 33
  • 51