It’s the easiest bootloader if one uses what I suggested in my sbupdate config. All you need to do is:
- change
/boot/efi
in/etc/fstab
to just/efi
- create
/efi
withsudo mkdir /efi
- re-mount your efi partition with
sudo mount -a
- install systemd-boot files with
sudo bootctl install
- now, assuming you have
ESP_DIR="/efi"
andEXTRA_SIGN=('/efi/EFI/BOOT/BOOTX64.EFI' '/efi/EFI/systemd/systemd-bootx64.efi')
in your/etc/sbupdate
, you can issuesudo sbupdate
now - add Keytool entry the way I told you before
- reboot and see systemd-boot menu with your kernels (if SB is disabled - or, if keys are already enrolled, with enabled SB).
- (optional) nuke grub it’s useless now