uefivars.py - helper tool to analyze, convert and modify UEFI
variable stores
usage: uefivars.py [-h] -i INPUT -o OUTPUT [-I
INPUTFILE] [-O OUTPUTFILE]
- [-P PK] [-K KEK] [-b DB] [-x DBX]
- -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)
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.