Using IPE with images generated by mkosi #4305
Unanswered
compujuckel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm having a bit of trouble trying to set up IPE with a signed dm-verity root partition.
My IPE policy looks like this:
I placed the signed version in
/usr/lib/ipeso that it gets picked up by systemd.It looks like
systemd-veritysetup-generatordoes not verify the signature contained in the verity-sig partition generated bysystemd-repart, leading to a lot of errors when booting with that IPE policy.What works for me so far is the following cmdline:
root=dissect systemd.verity=noThat causes
systemd-gpt-auto-generatorto handle the verity setup including signatures, instead ofsystemd-veritysetup-generator.systemd.verity=noseems to be necessary because #3593 was reverted in 1de9bd6.Is this intended behavior, or is there a better way to accomplish all of this?
I'm using Debian testing with systemd 260.1-1, the same config does not work in Trixie.
All reactions