I am in for testing the 2.x branch with Secure Boot support.

Run into a couple of issues while building:
1. make world fails because of missing README file (it should be README.md?)
2. generated 20_linux_tboot still say tboot version is 1.9.12 
(tboot_version="1.9.12")

Anyways, this Dockerfile gets it built:

FROM fedora:33
RUN dnf install -y mercurial-py3 trousers-devel openssl-devel zlib-devel make 
gcc perl-interpreter
RUN hg clone http://hg.code.sf.net/p/tboot/code -r 2.x tboot-code
WORKDIR tboot-code
RUN cp README.md README && make world

I could not find any docs on what to do after installing 2.x as regards Secure 
Boot.
Should I sign that with my own key and perform Secure Boot customization?
Can I use the Machine Owner Keys (MOK) feature of the Linux Shim to get that 
verified?
After rebooting with Secure Boot enabled, I got the error messages saying that 
multiboot2 and relocator could not be found, which is weird because I still 
have them installed in "/boot/efi/EFI/fedora/x86_64-efi/"




_______________________________________________
tboot-devel mailing list
tboot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tboot-devel

Reply via email to