LukeShortCloud / winesapOS

winesapOS - Game with Linux anywhere, no installation required!
GNU General Public License v3.0
888 stars 30 forks source link

[contributing][install] Increase the EFI partition size #888

Open LukeShortCloud opened 1 month ago

LukeShortCloud commented 1 month ago

Increase the EFI partition size from 500 MiB to 1 GiB. This is consistent with a recent change to archinstall. It was increased to allow larger firmware updates to work.

https://9to5linux.com/arch-linux-installer-archinstall-2-8-increase-esp-size-to-1-gib-fixes-more-bugs

LukeShortCloud commented 3 weeks ago

Another reason for the increased partition size is because the boot directory for systemd-boot is the exact same as the EFI directory. That means that the EFI partition is also where the Linux kernel and initramfs images are stored which take up a bit of storage.