Skip to content

Commit 8f406e7

Browse files
committed
change preseed for arm64 to create EFI partition
1 parent fbacf5b commit 8f406e7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tools/appliance/systemvmtemplate/http/preseed_aarch64.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ d-i partman-auto/disk string /dev/vda
6060
d-i partman-auto/method string regular
6161
d-i partman-auto/expert_recipe string \
6262
boot-root :: \
63+
538 538 1075 free \
64+
$iflabel{ gpt } \
65+
$reusemethod{ } \
66+
method{ efi } \
67+
format{ } \
68+
. \
6369
400 60 400 ext2 \
6470
$primary{ } $bootable{ } \
6571
method{ format } format{ } \
@@ -80,6 +86,9 @@ d-i partman-partitioning/confirm_write_new_label boolean true
8086
d-i partman/choose_partition select finish
8187
d-i partman/confirm boolean true
8288
d-i partman/confirm_nooverwrite boolean true
89+
grub-efi-arm64 grub2/force_efi_extra_removable boolean true
90+
d-i partman-partitioning/choose_label select gpt
91+
d-i partman-partitioning/default_label string gpt
8392

8493
### Base system installation
8594
# ...

0 commit comments

Comments
 (0)