Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 950122

Summary: sys-kernel/installkernel-54 finds grubx64.efi
Product: Gentoo Linux Reporter: Michael Cook <mackal.cook>
Component: Current packagesAssignee: Distribution Kernel Project <dist-kernel>
Status: RESOLVED FIXED    
Severity: normal CC: mackal.cook, nowa
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael Cook 2025-02-22 19:55:32 UTC
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
Comment 1 Nowa Ammerlaan gentoo-dev 2025-02-22 20:06:49 UTC
Please share the full output of installkernel or emerge --config.
Comment 2 Michael Cook 2025-02-22 20:14:07 UTC
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.
Comment 3 Larry the Git Cow gentoo-dev 2025-02-22 20:19:44 UTC
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(+)
Comment 4 Nowa Ammerlaan gentoo-dev 2025-02-22 20:20:03 UTC
Please reopen if this is still a problem.