Hi all, Am 10. Juli 2026 00:10:23 MESZ schrieb Steve McIntyre <[email protected]>: > >Checking https://www.debian.org/releases/trixie/amd64/install.en.txt, >we don't have any guidance here for ESP size. We probably should. d-i >defaults to 768 MB these days, but people might go smaller and run >into problems with fwupd and/or UKIs later. Let's help people avoid >those problems.
A proposal, adding an (identical) note to 6.3.4.2 (guided partitioning) and 6.3.4.3 (manual partitioning), two places, where we are talking about ESP: ---------------------------------------------------------------------------------------- To be future-safe, you should not go with an ESP partition smaller than 768-1000 MB these days. Otherwise you risk running into problems, when it comes to kernel upgrades via UKIs or firmware upgrades of your PC's devices later. By the way: the same size recommendation counts for /boot as well (if you spend a separate partition for /boot). ---------------------------------------------------------------------------------------- Since we have a similar issue with /boot, I have added the second sentence, BTW. Patch attached. Comments? Holger -- Holger Wansing <[email protected]> PGP-Fingerprint: 496A C6E8 1442 4B34 8508 3529 59F1 87CA 156E B076
diff --git a/en/using-d-i/modules/partman.xml b/en/using-d-i/modules/partman.xml index 3a2133cbe..22d1c091c 100644 --- a/en/using-d-i/modules/partman.xml +++ b/en/using-d-i/modules/partman.xml @@ -262,18 +262,33 @@ including the swap partition, will be created inside the LVM partition. </para><para arch="amd64;arm64;i386"> If you have booted in EFI mode then within the guided partitioning setup there will be an additional partition, formatted as a FAT32 bootable filesystem, for the EFI boot loader. This partition is known as an EFI System Partition (ESP). There is also an additional menu item in the formatting menu to manually set up a partition as an ESP. +</para> + +<note><para> + +To be future-safe, you should not go with an ESP partition smaller than 768-1000 MB +these days. Otherwise you risk running into problems, when it comes to kernel upgrades +via UKIs or firmware upgrades of your PC's devices later. + </para><para> +By the way: the same size recommendation counts for /boot as well (if you spend a +separate partition for /boot). + +</para></note> + +<para> + After selecting a scheme, the next screen will show your new partition table, including information on whether and how partitions will be formatted and where they will be mounted. </para><para> The list of partitions might look like this: @@ -372,16 +387,29 @@ forget to mount the root filesystem, <command>partman</command> won't let you continue until you correct this issue. </para><para arch="amd64;arm64;i386"> If you boot in EFI mode but forget to select and format an EFI System Partition, <command>partman</command> will detect this and will not let you continue until you allocate one. +<note><para> + +To be future-safe, you should not go with an ESP partition smaller than 768-1000 MB +these days. Otherwise you risk running into problems, when it comes to kernel upgrades +via UKIs or firmware upgrades of your PC's devices later. + +</para><para> + +By the way: the same size recommendation counts for /boot as well (if you spend a +separate partition for /boot). + +</para></note> + </para><para arch="linux-any"> Capabilities of <command>partman</command> can be extended with installer modules, but are dependent on your system's architecture. So if you can't see all promised goodies, check if you have loaded all required modules (e.g. <filename>partman-ext3</filename>, <filename>partman-xfs</filename>, or <filename>partman-lvm</filename>).

