-3

I just dont want any os in my my computer, it is distracting me from my studies. Does anyone has an idea for removing ubuntu from a single boot.

  • 2
    You have a single boot and want to remove the one and only OS because it distracts you from your studies? How about locking away your Laptop/PC? After your exams you won't have to struggle to reinstall an OS. – YpsilonKah Feb 25 '16 at 12:14
  • although a reasonable suggestion, the OP is not asking for advice. It is up to said OP whether or not to take the advice – David Feb 25 '16 at 13:09

2 Answers2

3

This cannot be done from within a running operating system.

First of all ... backup all your personal data you want to keep.

  1. Boot from Ubuntu installation media.
  2. Select Try Ubuntu without installing.
  3. Open GParted (partition editing tool).
  4. Press the Windows key - type GParted.
  5. Delete all partitions of the specific disk.
cl-netbox
  • 31,163
  • 7
  • 94
  • 131
0

If you can login into root console, type there lsblk to have a list of all your HDD (those without numbers are HDDS, those with numbers are sections of them). To erase any HDD or section, type dd if=/dev/zero of=/dev/sda bs=4M where /dev/sda is the HDD you want to destroy.