From e36e590799e57bea2b54b2f6654d60dcc921e0d7 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 3 Oct 2023 05:05:05 +0200 Subject: [PATCH] esp --- bash/hetzner-rescue.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bash/hetzner-rescue.sh b/bash/hetzner-rescue.sh index 4e5c2ae..d6f763f 100644 --- a/bash/hetzner-rescue.sh +++ b/bash/hetzner-rescue.sh @@ -154,11 +154,12 @@ function hetzner-rescue-wipe-12-10-10 { # parted "${device}" unit "${unit}" \ mkpart "boot-${number}" 513 22359 + # + parted "${device}" unit "${unit}" \ + mkpart "esp-${number}" 2 513 + parted "${device}" set 3 esp on done # - parted "${device}" unit "${unit}" mkpart 'esp' 2 259 - parted "${device}" set 3 esp on - # parted "${device}" unit "${unit}" mkpart bios 1 2 parted "${device}" set 4 bios_grub on # wipe bios