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,732
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
  • 40,096
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,860