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.
Asked
Active
Viewed 161 times
-3
-
2You 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 Answers
3
This cannot be done from within a running operating system.
First of all ... backup all your personal data you want to keep.
- Boot from Ubuntu installation media.
- Select Try Ubuntu without installing.
- Open GParted (partition editing tool).
- Press the Windows key - type GParted.
- 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.

Barafu Albino
- 6,541