efibootmgr
Verified for current stable LTS
Efibootmgr Command: Delete Boot Option
Use for delete boot option with Efibootmgr. Exact CLI syntax to delete boot option using Efibootmgr.
When to use this: Use for delete boot option with Efibootmgr.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
sudo efibootmgr -b <0008> -B sudo efibootmgr -b <0008> -B Live Command Builder
Final Command
sudo efibootmgr -b <0008> -B Command Breakdown
-b- Command Option
- Tool-specific option used by this command invocation.
-B- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to delete boot option using Efibootmgr.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Efibootmgr Command: Add Linux Boot Option
sudo efibootmgr -c -d </dev/sda> -p <1> -l "<\vmlinuz>" -u "<kernel_cmdline>" -L "<Linux>" Efibootmgr Command: Add Uefi Shell Boot Option sudo efibootmgr -c -d </dev/sda> -p <1> -l "<\path\to\shell.efi>" -L "<UEFI Shell>" Efibootmgr Command: Change Boot Order sudo efibootmgr -o <0002,0008,0001,001A,...> Efibootmgr Command: List Boot Options efibootmgr -u Grep Command: Search For A Pattern In All Files Recursively grep -rI "<search_pattern>" <path/to/directory>