-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
Build fails with 'nvramcui' as second payload #731
Comments
what's the point of building secondary payloads since Heads can't launch them? |
@MrChromebox those are ELF binaries. Why couldn't we launch them? (Not from menu now, but from Head's recovery shell?) |
I have built the nvramcui in a standalone coreboot build (i386), but couldn't run it. The kernel doesn't accept it and the elf file is interpreted as a shell script. |
@Siproqu coreboot only is I386 |
As I do not have the time to test it again and the settings applied by nvramcui won't change frequently anyways, here is a workaround. |
It fails with:
After changing mpreferred-stack-boundary to 3 in
heads/build/coreboot-4.8.1/payloads/libpayload/arch/x86/Makefile.inc
it fails with:
Unfortunately, I can't find the source of this error.
Any suggestions?
The text was updated successfully, but these errors were encountered: