This version finds /EFI/gentoo/grubx64.efi which I'm not sure it should, especially since it ended up as the first entry and fails to boot. Reproducible: Always
Please share the full output of installkernel or emerge --config.
Looking at the commits, it's looking to include efistubs in 91-grub-mkconfig.install and it's finding the grub binary as well, which I don't think we want to chainload (if it generated the correct boot command, which it wasn't for me) into the same version of grub.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69deed16abc579df571884d6a4ce78de4bdb5407 commit 69deed16abc579df571884d6a4ce78de4bdb5407 Author: Nowa Ammerlaan <nowa@gentoo.org> AuthorDate: 2025-02-22 20:18:37 +0000 Commit: Nowa Ammerlaan <nowa@gentoo.org> CommitDate: 2025-02-22 20:19:15 +0000 sys-kernel/installkernel: add 55 Closes: https://bugs.gentoo.org/950122 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org> sys-kernel/installkernel/Manifest | 1 + sys-kernel/installkernel/installkernel-55.ebuild | 236 +++++++++++++++++++++++ 2 files changed, 237 insertions(+)
Please reopen if this is still a problem.