I did a fresh install of 16.04 along side 14.04 last summer. I am satisfied with 16.04 and want to remove 14.04 from GRUB and free up the disk space that 14.04 is occupying. What steps should I use?
Asked
Active
Viewed 46 times
0
1 Answers
1
Try this tool OS uninstaller:
Steps:
- boot computer on live usb
- choose try Ubuntu
open a new terminal (Ctrl+Alt+T), and run the following command:
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y os-uninstaller && os-uninstaller
Use os-uninstaller to remove Ubuntu 14.04:
Source: OS-Uninstaller

George Udosen
- 36,677
sudo fdisk -l /dev/sda
anddf
to assist – ridgy Dec 09 '16 at 15:49