async fn vmgs_file_remove_boot_entries(
file_path: impl AsRef<Path>,
key_path: Option<impl AsRef<Path>>,
dry_run: bool,
) -> Result<(), Error>
Expand description
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.