On 4/2/23 12:07, Matthew Blankenbeheler wrote:
Does this method 2 mean making 3 partitions?
The UEFI spec requires that the Extended Boot Loader be its own partition of type XBOOTLDR (gpt EA00) - so yes thats correct.
1 partition for <esp> (/efi), 1 for extended boot loader (/boot) and whatever else you need for root, home, data etc. in this setup the (strong) recommendation is to mount esp as /efi and NOT as /boot/efi.
hope that helps. gene