logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

efibootdump - dump a boot entries from a variable or a file

Bugs

       Please   direct   any   bugs,   features,   patches,   etc.   to   the   Red   Hat   bootloader  team  at
       https://github.com/rhboot/efibootmgr .

Description

efibootdump  is  a  userspace  application used to display individual UEFI boot options, from a file or a
       UEFI variable.  This allows e.g. saved files from efivarfs to be displayed, as well as variables  on  the
       running machine.

Name

       efibootdump - dump a boot entries from a variable or a file

Options

       The following is a list of options accepted by efibootmgr:

       -g|--guid{guid}
              Any variables specified by name have the specified GUID.

       -f|--file<file>
              Read a single boot variable from the specified file.

       <nameN>
              Display the specified variable on the local machine.  If no GUID is specified, EFI Global Variable
              is the default.

See Also

efibootmgr(8)

                                                24 February 2016                                  EFIBOOTDUMP(8)

Synopsis

efibootdump [-?|--help] [--usage]
            [-f<file1> [... -f<fileN>]]
            [[-g{guid}] <name0> [... [<nameN>]]]

See Also