I followed the instructions at: How do I remove "Ubuntu" in the bios boot menu? (UEFI), but ubuntu keeps on reappearing as a boot option. Is there a way to fix this? Edit: Is it also possible to format the efi partition? Edit 2: I can remove it, but the next time it reboots, it reappears.
Asked
Active
Viewed 373 times
2 Answers
0
All you have to do is remove manually the Ubuntu in UEFI menu. If there's not such option, you should contact the manufacturer. And there's no need to format the EFI partition, I recommend that you don't even try to do it because that's quite risky.

Felipe Anchieta
- 1
- 3
-
I removed it via the uefi, it dissappear as an option, but the next time you go to the uefi setup, it reappears. – Andre Apr 06 '15 at 07:30
-
ubuntu
entry, or at least an entry to some other EFI boot loader for Linux, to boot Ubuntu. – Rod Smith Apr 06 '15 at 12:40efibootmgr
to do the trick. You'll need to first identify your Ubuntu entry (sudo efibootmgr
), then use the-B
option to remove it (as insudo efibootmgr -b 5 -B
to delete entry #5, if that's it). – Rod Smith Apr 07 '15 at 02:15