nach einem Systemupdate läuft der Bootloader immer noch zufriedenstellend.
um systemd-boot neben grub zu installieren habe ich folgende Befehle eingestellt
# bootctl install
$ yay -S kernel-install-mkinitcpio
# reinstall-kernels
nun ist der Linux Boot Manager vorhanden
zum Anpassen muß die Datei /boot/efi/loader/loader.conf entsprechend bearbeitet werden
I ran an update (pacman -Syu) and the bootloader does still operate satisfactorily on my computer.
to install systemd-boot alongside grub I used following commands:
# bootctl install
$ yay -S kernel-install-mkinitcpio
# reinstall-kernels
now there is created the Linux Boot Manager
by editing /boot/efi/loader/loader.conf one may adapt it to own wishes
after changing the configuration it’s necessary to run bootctl update
the loader can be deleted by bootctl remove