I put in a USB ISO of a different Ubuntu version and thought I would try the 'Install Along Side' option. Now I want to uninstall it and have my original Ubuntu start up without the grub menu.
I installed gparted
and read a few similar 'Ask Ubuntu' Q&As but I'm not sure what to do.
I know even if I delete the partitions, (is this what I should do?) that the original Ubuntu is not going to boot for anything because of a similar experience. So, there's a grub file that needs to be moved or changed? I looked inside boot of the Ubuntu install I want to uninstall and there was a grub file that had a note 'do not edit this file'.
I also tried OS Uninstaller and after trying to remove it I got a non-descript error message.
- The Ubuntu I want to keep is Ubuntu 20.04.1 LTS
- The Ubuntu I want to delete is Ubuntu 20.04 LTS
If you'd like me to provide more information please comment and I will update.
Thank you.
grub-install
with appropriate parameter) then you can delete the unwanted partitions, and finallyupdate-grub
so it can detect the other version no longer exists & adjusts the grub menu to match that. You haven't provided details of uEFI or MBR boot, nor if any other OSes are involved so this is more generic advice you can adjust for things I'm not aware of – guiverc Sep 16 '20 at 22:44boot-repair
: https://askubuntu.com/questions/1104855/how-to-make-grub-menu-appear-instead-grub-minimal-bash-like-in-booting/1105737#1105737 – WinEunuuchs2Unix Sep 16 '20 at 23:56