| UEFIVARS.PY(1) | User Commands | UEFIVARS.PY(1) |
NAME
uefivars.py - helper tool to analyze, convert and modify UEFI variable stores
DESCRIPTION
usage: uefivars.py [-h] -i INPUT -o OUTPUT [-I INPUTFILE] [-O OUTPUTFILE]
- [-P PK] [-K KEK] [-b DB] [-x DBX]
options:
- -h, --help
- show this help message and exit
- -i INPUT, --input INPUT
- Input type ("aws", "json", "edk2", "none")
- -o OUTPUT, --output OUTPUT
- Output type ("aws", "json", "edk2[,filesize=512]")
- -I INPUTFILE, --inputfile INPUTFILE
- Input file (stdin if not given)
- -O OUTPUTFILE, --outputfile OUTPUTFILE
- Output file (stdout if not given)
- -P PK, --PK PK
- Insert PK from given file (usually PK.esl)
- -K KEK, --KEK KEK
- Insert KEK from given file (usually KEK.esl)
- -b DB, --db DB
- Insert db from given file (usually db.esl)
- -x DBX, --dbx DBX
- Insert dbx from given file (usually dbx.esl)
SEE ALSO
The full documentation for uefivars.py is maintained as a Texinfo manual. If the info and uefivars.py programs are properly installed at your site, the command
- info uefivars.py
should give you access to the complete manual.
| February 2024 | uefivars.py 1.0.0-0ubuntu2 |