diff --git a/src/install.sh b/src/install.sh index 52552b9..ddaff1a 100644 --- a/src/install.sh +++ b/src/install.sh @@ -146,6 +146,11 @@ finishInstall() { echo "$BOOT_MODE" > "$STORAGE/windows.mode" fi fi + # Enable secure boot on multi-socket systems to workaround freeze + if [[ "$SOCKETS" != "1" ]]; then + BOOT_MODE="windows_secure" + echo "$BOOT_MODE" > "$STORAGE/windows.mode" + fi fi fi