Skip to content

Commit

Permalink
Fix Secureboot Intalls
Browse files Browse the repository at this point in the history
Simplify the flags to only request secureboot.
  • Loading branch information
Mab879 committed Nov 2, 2023
1 parent bf3de48 commit 3bbcf57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/install_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,7 @@ def get_virt_install_command(data):
boot_opts.append("uefi")
if data.uefi == "secureboot":
boot_opts.extend([
"loader_secure=yes",
"loader=/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd",
"nvram_template=/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd",
"loader.secure=yes",
])
features_opts.append("smm=on")

Expand Down

0 comments on commit 3bbcf57

Please sign in to comment.