booting an unsigned EFI binary from a signed iPXE binary #1577
Answered
by
NiKiZe
manasan3010
asked this question in
Q&A
-
|
After secure-booting a signed iPXE binary (using custom PK key); when I try to execute an unsigned binary using I wanna break the chain-of-trust. Is there a custom PE loader that I can use to bypass the signature check and directly jump to the entrypoint? |
Beta Was this translation helpful? Give feedback.
Answered by
NiKiZe
Dec 21, 2025
Replies: 1 comment 4 replies
-
|
That is intentional, iPXE, by design, avoids to do trust. You might be able to use a shim, but the whole point with secure boot is that you should not break the trust. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
NiKiZe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is intentional, iPXE, by design, avoids to do trust.
You might be able to use a shim, but the whole point with secure boot is that you should not break the trust.