So I have dual booted ubuntu 16 and windows 10 on a laptop, and I want to completely wipe both of those operating systems and install ubuntu 17. I have a live boot on a flash drive. Can I just boot into my live boot, use the partition manager to delete all the partitions, merge all the partitions, and install ubuntu like that? Or would that lead to some complications?
-
Better to install 18.04 as it is LTS or long term support. 17.10 expires in Sept. Make sure you have good backups of any data you want to save. How you boot install media UEFI or BIOS is how it installs. Generally better to use UEFI with gpt partitioning. UEFI/gpt partitioning in Advance: http://askubuntu.com/questions/743095/how-to-prepare-a-disk-on-an-efi-based-pc-for-ubuntu – oldfred Jul 18 '18 at 03:33
-
Yes to all. 1 remark: for resale value it might be better to leave the windows recovery partitions on the system so when you sell the machine you can do a factory reset. – Rinzwind Jul 18 '18 at 08:53
2 Answers
This is doable. Just do as I stated:
1) Boot into a live session of ubuntu, and select to try it out
2) Open up gparted and delete every partition (You may have to unmount/swapoff some of them)
3) Run the ubuntu installer, and select to use the whole disk when it asks.
Make sure to switch your boot settings in your bios if you were using legacy boot and are now using uefi, or vice versa (it might say something like "Invalid partition table" if you don't).
Completely wiping all partitions and clean install Ubuntu can be done fully automatically by the Ubuntu installer. When reaching the screen where you have to select the Installation type, select the first option
Erase disk and install Ubuntu
This deletes all partitions and uses the entire drive to install Ubuntu.
There is no need for you to delete partitions before starting the installation.

- 88,010