increase size of efi partition and explicitly list mbr for the location of the bootloader

This commit is contained in:
Lukas Greve
2025-10-10 12:58:09 +02:00
parent 5da0303cf5
commit 06caf5b3c7
12 changed files with 15 additions and 15 deletions

View File

@@ -35,7 +35,7 @@ zerombr
# Partition clearing information
clearpart --all --initlabel
# Disk partitioning information
part /boot/efi --fstype="efi" --size=1024 --fsoptions="umask=0077,shortname=winnt" --label=efi
part /boot/efi --fstype="efi" --size=2048 --fsoptions="umask=0077,shortname=winnt" --label=efi
part /boot --fstype="ext4" --size=512 --label=boot
part / --fstype="ext4" --grow --label=root