1EFIBOOTDUMP(8) EFIBOOTDUMP(8)
2
3
4
6 efibootdump - dump a boot entries from a variable or a file
7
9 efibootdump [-?|--help] [--usage]
10 [-f <file1> [... -f <fileN>]]
11 [[-g {guid}] <name0> [... [<nameN>]]]
12
14 efibootdump is a userspace application used to display individual UEFI
15 boot options, from a file or a UEFI variable. This allows e.g. saved
16 files from efivarfs to be displayed, as well as variables on the run‐
17 ning machine.
18
19
21 The following is a list of options accepted by efibootmgr:
22
23 -g | --guid {guid}
24 Any variables specified by name have the specified GUID.
25
26 -f | --file <file>
27 Read a single boot variable from the specified file.
28
29 <nameN>
30 Display the specified variable on the local machine. If no GUID
31 is specified, EFI Global Variable is the default.
32
34 Please direct any bugs, features, patches, etc. to the Red Hat boot‐
35 loader team at https://github.com/rhboot/efibootmgr .
36
38 efibootmgr(8)
39
40
41
42 24 February 2016 EFIBOOTDUMP(8)