From 71683b87821fcd2406596366ef7d58c1a1ca3970 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Sat, 24 Apr 2021 04:47:49 -0400 Subject: [PATCH] Set proper ESP flag --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index eba31da..65ac074 100644 --- a/install.sh +++ b/install.sh @@ -61,6 +61,7 @@ echo "Creating new partition scheme on $DISK." parted -s "$DISK" \ mklabel gpt \ mkpart ESP fat32 1MiB 101MiB \ + set 1 esp on \ mkpart cryptroot 101MiB 100% \ ESP="/dev/disk/by-partlabel/ESP"