From b16538b4be57f2fae234f4cbcf22a0c5375ba151 Mon Sep 17 00:00:00 2001 From: sebo505 <65250211+sebo505@users.noreply.github.com> Date: Wed, 2 Jul 2025 17:54:41 +0200 Subject: [PATCH] Update disks.md change 1 GB EFI partition size recommendation to 1 GiB (= 1024 MiB) as is Calamares requirement --- docs/user/quick-start/installation/disks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/quick-start/installation/disks.md b/docs/user/quick-start/installation/disks.md index 3850e8a62..c7f994c97 100644 --- a/docs/user/quick-start/installation/disks.md +++ b/docs/user/quick-start/installation/disks.md @@ -21,7 +21,7 @@ Alongside these options, we also provide the ability to use full-disk encryption If you are using a system with UEFI, you may need to create an EFI System Partition, also referred to as an ESP. This is not necessary if you are enabling Solus to install onto the entire disk. -To create an EFI System Partition, open up GParted and create a FAT32 partition that is 1 GB in size. Next, right-click on the partition and click Manage Flags. On the Manage Flags section, enable the `boot` and `esp` flags. +To create an EFI System Partition, open up GParted and create a FAT32 partition that is 1 GiB (= 1024 MiB) in size. Next, right-click on the partition and click Manage Flags. On the Manage Flags section, enable the `boot` and `esp` flags. **Notes:**