efibootmgr
Verified for current stable LTS
Efibootmgr Commands
Efibootmgr command syntax with verified terminal examples.
Commands
5 commands for Efibootmgr
efibootmgr Operations
Efibootmgr Command: Add Linux Boot Option
sudo efibootmgr -c -d </dev/sda> -p <1> -l "<\vmlinuz>" -u "<kernel_cmdline>" -L "<Linux>" efibootmgr Operations
Efibootmgr Command: Add Uefi Shell Boot Option
sudo efibootmgr -c -d </dev/sda> -p <1> -l "<\path\to\shell.efi>" -L "<UEFI Shell>" efibootmgr Operations
Efibootmgr Command: Change Boot Order
sudo efibootmgr -o <0002,0008,0001,001A,...> efibootmgr Operations
Efibootmgr Command: Delete Boot Option
sudo efibootmgr -b <0008> -B efibootmgr Operations
Efibootmgr Command: List Boot Options
efibootmgr -u Suggest a Efibootmgr Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Efibootmgr workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.