On Wed, Jan 22, 2025 at 11:57 AM Hans <hans.ullr...@loop.de> wrote: > > > I am using UEFI now for the first time. Everything is worḱing fine, but I do > not understand everything. Please allow me to ask: > > 1. In /etc/fstab there is my entry > > UUID=5ABD-D634 /boot/efi vfat umask=0077 0 1 > > and df -h shows > > /dev/nvme0n1p1 96M 32M 65M 33% /boot/efi > > which is correct so far. But I also find the directory > > /efi > > > which has the same content as /boot/efi. It shows, both are the same. > > > Questions: > > 1. Is the folder /efi correct and who is creating it?
I _thought_ the Debian Installer creates /boot/efi for UEFI systems, and makes it 500 MB or so. Also see <https://wiki.debian.org/UEFI#EFI_System_Partition_.28ESP.29_recommended_size>. 100 MB looks small to me. I was bitten by an installer creating an ESP partition that was too small. In my case, the partition size was 200 MB. See <https://forum.netgate.com/topic/184661/unable-to-upgrade-from-2-7-1-to-2-7-2-unmounting-boot-efi-done-failed/>. > 2. If not, how can I get rid of it? I _think_ you need to keep it. > 3. Which packages of debian must I install, to automate all settings of UEFI > during grub-install or update-grub. I read of grub-efi, grub-efi-amd64, > grub-efi-amd64-bin and grub-efi-amd64-signed. But which one I should install > to get no pain. At the moment only grub-efi-amd64-bin and > grub-efi-amd64-signed and of course grub2-common are installed. Do I need > more? Jeff