diff --git a/internal/pkg/partition/constants.go b/internal/pkg/partition/constants.go index 5345371819..b40a9caebc 100644 --- a/internal/pkg/partition/constants.go +++ b/internal/pkg/partition/constants.go @@ -30,7 +30,9 @@ const ( const ( MiB = 1024 * 1024 - EFISize = 100 * MiB + // The actual minimum size is 65595 × 4 KB(NVME sector size) + // = 268677120 bytes = 256.23046875 MB. + EFISize = 260 * MiB BIOSGrubSize = 1 * MiB BootSize = 1000 * MiB // EFIUKISize is the size of the EFI partition when UKI is enabled.