I’m new to EndeavourOS, just distro-hopped to it from PopOS last week.
I installed it with KDE and systemd-boot, but I’d really like to customize the boot menu. I tried rEFInd, but I’m not quite convinced by it …
I’d like to switch from systemd-boot to GRUB, but I can’t find any tutorial or forum posts about this, how can I achieve this ?
I could boot on GRUB, but there was no other entry than firmware …
I then installed os-prober and used sudo grub-mkconfig -o /boot/grub/grub.cfg to auto generate entries from other boot options, which seems to have added entries for my Windows dual-boot :
Windows Boot Manager found on /dev/nvme0n1p3@/EFI/Microsoft/Boot/bootmgfw.efi
Windows Boot Manager found on /dev/sda1@/efi/Microsoft/Boot/bootmgfw.efi
I have other options that are displayed on my systemd-boot menu, which can be found in /efi.
They’re basically the different boot options for EndeavourOS : 6.1.25-1-lts & 6.2.12-arch1-1, both with a fallback alt option).
Is there any way to add them to the GRUB menu, or at least to add a basic EndeavourOS boot option ?
grub-mkconfig should automatically find EOS. Did you reinstall your kernel packages? If not, do that and then grub sudo grub-mkconfig -o /boot/grub/grub.cfg
but even after doing a sudo reinstall-kernels followed by a sudo grub-mkconfig -o /boot/grub/grub.cfg, there’s still only Windows boot that are displayed … am I missing something ?