efibootmgr
Verified for current stable LTS
Efibootmgr Command: Change Boot Order
Use for change boot order with Efibootmgr. Exact CLI syntax to change boot order using Efibootmgr.
When to use this: Use for change boot order with Efibootmgr.
Command Syntax
sudo efibootmgr -o <0002,0008,0001,001A,...> sudo efibootmgr -o <0002,0008,0001,001A,...> Live Command Builder
Final Command
sudo efibootmgr -o <0002,0008,0001,001A,...> Command Breakdown
-o- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to change boot order 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: Delete Boot Option sudo efibootmgr -b <0008> -B Efibootmgr Command: List Boot Options efibootmgr -u Cpio Command: Copy Files To Archive Cpio Binary echo "<path/to/file1 path/to/file2 ...>" | cpio -o > <archive.cpio>