Expand description
Functions for interacting with the BIOS_NVRAM file in a VMGS file
Structsยง
- Nvram
Entry ๐Metadata Similar touefi_nvram_storage::in_memory::VariableEntry
, but with metadata members that are easier to manipulate - Output
Args ๐
Enumsยง
- Uefi
Nvram ๐Operation
Functionsยง
- do_
command ๐ - dump_
nvram ๐ - dump_
nvram_ ๐from_ json Get UEFI variables from a JSON file and write tooutput_path
. - open_
nvram ๐ - print_
hex_ ๐compact - print_
nvram_ ๐entry - vmgs_
file_ ๐dump_ nvram Get UEFI variables from the VMGS file, and write todata_path
. - vmgs_
file_ ๐open_ nvram - Delete all boot entries in the BIOS NVRAM VMGS file in an attempt to repair a VM that is failing to boot. This will trigger UEFI to attempt a default boot of all installed devices until one succeeds.
- Remove an entry from the BIOS NVRAM VMGS file