efibootdump

Interact with the EFI Boot Manager

Install

All systems
curl cmd.cat/efibootdump.sh
Debian Debian
apt-get install efibootmgr
Ubuntu
apt-get install efibootmgr
Arch Arch Linux
pacman -S efibootmgr
image/svg+xml Kali Linux
apt-get install efibootmgr
CentOS
yum install efibootmgr
Fedora
dnf install efibootmgr
Windows (WSL2)
sudo apt-get update sudo apt-get install efibootmgr
Raspbian
apt-get install efibootmgr

efibootmgr

Interact with the EFI Boot Manager

This is a Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager configuration. This application can create and destroy boot entries, change the boot order, change the next running boot option, and more. Additional information about (U)EFI can be found at http://www.uefi.org/. Note: efibootmgr requires that the kernel module efivars be loaded prior to use. 'modprobe efivars' should do the trick if it does not automatically load.