On Fri, 21 Jun 2019 10:35:10 +0200 "Patrick Dupre" <pdupre@xxxxxxx> wrote: > What is the advantage in having the /boot/efi on a single partition, > and not /boot for example (which was the case before EFI)? > In addition, the /boot/efi is a fat32. > > Thank to clarify this point. It's not really an advantage, it's a requirement. Hardware vendors mande EFI dependent on windows, and the windows standard calls for a fat32 partition. So if linux wants to have secure boot, they have to have an efi partition that is fat32. But everything else in boot is for the OS and uses the OS filesystem, not fat32. Thus, separate /boot and /boot/efi. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx