Main index | Section 8 | Options |
The following options are available:
| |
Specify the name of the variable to operate on.
The
name
argument is the GUID of the variable, followed by a dash, followed by the
UEFI variable name.
The GUID may be in numeric format, or may be one of the well known
symbolic name (see
| |
| |
When writing or appending to a variable, take the data for the
variable's value from
file
instead of from the command line.
This flag implies
| |
| |
Append the specified value to the UEFI variable rather than replacing it. | |
| |
Specify, in hexadecimal, the attributes for this variable. See section 7.2 (GetVariable subsection, Related Definitions) of the UEFI Specification for hex values to use. | |
| |
Display the variable data as modified ascii: All printable characters are printed, while unprintable characters are rendered as a two-digit hexadecimal number preceded by a % character. | |
| |
Display the variable data as binary data.
Usually will be used with the
| |
| |
Delete the specified variable.
May not be used with either the
| |
| |
Interpret the variables printed as UEFI device paths and print the UEFI standard string representation. | |
| |
Convert GUIDs to names if they are known
(and show them up in
| |
| |
List variable data as a hex dump. | |
| |
Lists the well known GUIDs.
The names listed here may be used in place of the numeric GUID values.
These names will replace the numeric GUID values unless
| |
| |
List all the variables.
If the
| |
| |
Do not display the variable name. | |
| |
Print the value of the variable. | |
| |
Do not substitute well known names for GUID numeric values in output. | |
| |
Treat the value of the variable as UCS2 and convert it to UTF8 and print the result. | |
| |
Write (replace) the variable specified with the value specified from
standard input.
No command line option to do this is available since UEFI variables
are binary structures rather than strings.
echo(1)
| |
name | Display the name environment variable. |
The
EFIVAR (8) | June 18, 2020 |
Main index | Section 8 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | LISP = Lots of Irritating Silly Parentheses | ” |