Efibootmgr

From wikinotes
Revision as of 11:58, 23 May 2022 by Will (talk | contribs) (Created page with "efibootmgr lets you manage the UEFI boot entries. = Documentation = <blockquote> {| class="wikitable" |- | <code>man efibootmgr</code> || https://man.archlinux.org/man/core/e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

efibootmgr lets you manage the UEFI boot entries.

Documentation

man efibootmgr https://man.archlinux.org/man/core/efibootmgr/efibootmgr.8.en

Example

# show installed bootloaders
#
#  BootOrder: 0080,0000  # boot priority
#  Boot0080:  Mac OS X   # macos boot entry
#  Boot0000:  Foo        # foo boot entry
efibootmgr

efibootmgr -o 0000,0080  # change boot priority