The first option is switching to xz compression of the initramfs, if this is not already done. Edit /etc/initramfs-tools/initramfs.conf and change the COMPRESS value to xz, and then run update-initramfs -c-k all. On the system I’m on at the moment with this option set, the EFI partition is only consuming ~320 MB of space with only Pop!_OS and its recovery partition.
If the system is not encrypted, you can shrink the root partition, move it to the right, and then grow the EFI partition. Or you can reinstall with the latest ISO. Pop!_OS currently requires at minimum a 1 GB EFI partition.
The first option is switching to xz compression of the initramfs, if this is not already done. Edit
/etc/initramfs-tools/initramfs.conf
and change theCOMPRESS
value toxz
, and then runupdate-initramfs -c -k all
. On the system I’m on at the moment with this option set, the EFI partition is only consuming ~320 MB of space with only Pop!_OS and its recovery partition.If the system is not encrypted, you can shrink the root partition, move it to the right, and then grow the EFI partition. Or you can reinstall with the latest ISO. Pop!_OS currently requires at minimum a 1 GB EFI partition.
Thanks a lot, Michael Short term, my problem is gone!