Ich habe hier eine Diskussion zu systemd-boot mitgelesen und denke, dass meine systemd-boot Konfiguration nicht korrekt erstellt wurde.
cat /boot/loader/loader.conf
default arch-uefi.conf
timeout 3
console-mode keep
cat /boot/loader/entries/arch-uefi.conf
title Arch Linux (linux)
linux /vmlinuz-linux
initrd /initramfs-linux.img
options root=UUID=efcaaa19-fc39-4c22-864e-43b365afbb35 rw rootfstype=ext4
efibootmgr
BootCurrent: 0004
Timeout: 1 seconds
BootOrder: 0004,0003
Boot0003* Linux Boot Manager HD(1,GPT,ad4ba38a-ec0b-4040-9bc6-196e0aed1df1,0x800,0x100000)/\EFI\systemd\systemd-bootx64.efi
Boot0004* UEFI OS HD(1,GPT,ad4ba38a-ec0b-4040-9bc6-196e0aed1df1,0x800,0x100000)/\EFI\BOOT\BOOTX64.EFI
Mir fällt auf, dass BootCurrent auf 0004 UEFI steht.
Frage1: sollte doch für systemd-boot auf 0003 eingestellt sein?
Frage2: Wie ändere ich den Eintrag auf 0003, falls meine Annahme korrekt ist?
Besten Dank im voraus.