From f3ff0201637e8cd6164375faae4c2368f5e56b17 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 10 May 2024 16:57:33 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/install.sh b/src/install.sh index bab0755..9ee884b 100644 --- a/src/install.sh +++ b/src/install.sh @@ -134,6 +134,7 @@ finishInstall() { if [[ "${PLATFORM,,}" == "x64" ]]; then if [[ "${BOOT_MODE,,}" == "windows_legacy" ]]; then + BOOT_INDEX="1" echo "$BOOT_MODE" > "$STORAGE/windows.mode" if [[ "${MACHINE,,}" != "q35" ]]; then echo "$MACHINE" > "$STORAGE/windows.old"