Unverified Commit 074058ad authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Enable SMM in Windows Legacy mode (#600)

parent 19b41433
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ case "${BOOT_MODE,,}" in
    VARS="OVMF_VARS_4M.ms.fd"
    ;;
  "windows_legacy" )
    SECURE="on"
    BOOT_DESC=" (legacy)"
    USB="usb-ehci,id=ehci"
    ;;