From 0103d3304258c56c1bc52af3b407c55454719c90 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 23 May 2024 02:29:04 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 5 +++++ 1 file changed, 5 insertions(+) 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