From a90cd02d927dcfe722640216622e98d607056e9f Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 11 Jul 2023 23:37:27 +0200 Subject: [PATCH] Resize EFI partition to 1024 MB --- profiles/DerGeret/Windows/Setup.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/DerGeret/Windows/Setup.ps1 b/profiles/DerGeret/Windows/Setup.ps1 index 181fc33d..17bc96a5 100644 --- a/profiles/DerGeret/Windows/Setup.ps1 +++ b/profiles/DerGeret/Windows/Setup.ps1 @@ -107,6 +107,7 @@ $Global:SetupConfigPostprocessor = { Move-PartitionRange -1 0 ($To + 1) } + $partitionCreations[1].SelectSingleNode("./ua:Size", $namespace).InnerText = "$(1024)"; Invoke-PartitionRelocation 2 1; # Add space before Windows installation... wha-!? For Linux, ofc! I use Arch Linux, btw.