From 1967fe3c85ae7210e380c3df6c7aeb79f13fe9e9 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Fri, 14 Jul 2023 23:09:18 +0200 Subject: [PATCH] install stage 1: waste less space on the ESP --- install-stage1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-stage1.sh b/install-stage1.sh index 65ba728..2ded17e 100644 --- a/install-stage1.sh +++ b/install-stage1.sh @@ -136,7 +136,7 @@ fi echo -n "Wiping and partitioning storage... " # new GPT # 2M BIOS GRUB -# 268M ESP +# 66592 sectors ESP (first sector + 66591 sectors, the minimum to format FAT32 with default settings) # everything else one big partition echo "g n @@ -146,7 +146,7 @@ n n -+268M ++66591 n