Subj : uefi
To : Kai Richter
From : Gerrit Kuehn
Date : Fri May 20 2022 01:01 pm
Hello Kai!
20 May 22 11:29, Kai Richter wrote to Gerrit Kuehn:
KR> I thought so too and i do have sda1 /boot/efi and sda3 /boot. But
KR> /boot/efi is empty.
Is there an entry in fstab for it? Maybe it is just not mounted? Otherwise, have a look at the output of gdisk (or a similar tool) to locate your efi partition.
GK>> The BIOS will detect the EFI parition and start what is available
GK>> there.
KR> Wouldn't that add a third place to manage boot partitions?
KR> There is the boot priority list in the bios and the boot manager
KR> grub.
The BIOS lists the bootable EFI partitions it found. Mine typically look like this:
---
~# l /boot/efi/EFI/BOOT/
-rw-rw-r-- 1 root root 139264 May 5 18:55 BOOTX64.EFI
---
This is the default naming scheme that should always work. For everything else, you might have to set up boot environment variables (usually, efibootmgr is your friend there).