-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the .efi extension #11
Comments
We have the .efi extension if we are installing an UKI (i.e. if installkernel-gentoo/installkernel Line 100 in e9b9c69
If you want to EFI stub without an UKI then all that is required is to have the kernel image somewhere on the ESP, if the ESP is mounted at |
@AndrewAmmerlaan ,
Aha, "if
Are there plans for the |
Systemd's If you want an UKI without any initramfs then ukify is your only option, dracut will always make an initramfs first and then generate an UKI, though you can of course configure dracut to create a very small and bare bones initramfs. See also:
What would this do? If we want to move the whole installation tree then I think it makes more sense to remove the hardcoded |
Thanks! |
See also: #19 |
This is now a bit easier in version 29 via the new USE flag |
Changed in 34 via #20. Thanks! |
Good day!
We have the line:
installkernel-gentoo/hooks/90-uki-copy.install
Line 25 in e9b9c69
But when do we have the
.efi
extension? I don't see that case in the main binary...P.S. I'm trying to manage the Linux kernel EFI stub (not UKI) using
installkernel
. And thesys-kernel/gentoo-kernel-bin
's image is an EFI stub but it's not== *.efi
.The text was updated successfully, but these errors were encountered: