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
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,491
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,629