Minor issue with my bootloader

You have two different problems:

  1. Is a known error: https://forum.endeavouros.com/t/issue-with-dracut-107-and-the-lts-kernel-causing-failed-to-mount-sysroot/71232
    You can fix this with sudo pacman -Syuu
    This will downgrade dracut to Version 106.
  2. You have to configure your systemd-boot to use the kernel-entry you want to use. Therefore change the default-line in the file /efi/loader/loader.conf.
    After that run the command reinstall-kernels.
    More infos see: https://discovery.endeavouros.com/installation/systemd-boot/2022/12/

Hope it helps!

1 Like