Systemd boot entries deleted

I have one partition with EOS KDE and one with EOS i3
installing the last one I’ve formatted the EFI partition and now the only entries in the menu are the ones from EOS i3, I can not boot in EOS KDE since is not listed anymore in the menu.
I thought that the installer will detect and create the entries for the other OS in the boot menu, but seems that it’s not the case :slight_smile:

how could I create the entries in the boot menu for EOS KDE? or it’s faster to reinstall it without formatting the EFI partition this time?

The wonderful thing about systemd-boot is that each OS can manage their own entries and they are shared. If you didn’t format the ESP, it would have “just worked”

arch-chroot in and run reinstall-kernels. Make sure your EFI partition is mounted.

1 Like

Is it grub?
If yes uncomment from /etc/default/grub

GRUB_DISABLE_OS_PROBER=false

save it and

grub-mkconfig -o /boot/grub/grub.cfg
1 Like

do you mean?

arch-chroot /boot/efi
reinstall-kernels

thanks :slight_smile:

https://discovery.endeavouros.com/system-rescue/arch-chroot/2022/12/

1 Like

Err…no.

If you are in your other install you can mount your other root partition on /mnt and then mount your efi partition on /mnt/efi. Then sudo arch-chroot /mnt

1 Like