Skip to content

Instantly share code, notes, and snippets.

@souhaiebtar
Last active April 30, 2022 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save souhaiebtar/dc25a3f3db5a4be68a2bf4e75a2783f3 to your computer and use it in GitHub Desktop.
Save souhaiebtar/dc25a3f3db5a4be68a2bf4e75a2783f3 to your computer and use it in GitHub Desktop.
[clean up efi bootloader on linux] clean up efi bootloader on linux #EFI #linux
# lists entries
efibootmgr -v
# remove entry number 2
efibootmgr -b 0002 -B
## reference: https://askubuntu.com/questions/63610/how-do-i-remove-ubuntu-in-the-bios-boot-menu-uefi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment