From 9260319e7411ff8281700a532caa436f40120ec4 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Fri, 30 May 2025 16:52:07 +0200 Subject: gitlab scraper: download in toml and text format --- .../target_i386/host_missing/accel_missing/1919 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 gitlab/issues_text/target_i386/host_missing/accel_missing/1919 (limited to 'gitlab/issues_text/target_i386/host_missing/accel_missing/1919') diff --git a/gitlab/issues_text/target_i386/host_missing/accel_missing/1919 b/gitlab/issues_text/target_i386/host_missing/accel_missing/1919 new file mode 100644 index 000000000..bd1d4a616 --- /dev/null +++ b/gitlab/issues_text/target_i386/host_missing/accel_missing/1919 @@ -0,0 +1,20 @@ +UEFI SecureCode hangs on MacOs - 8.1.1 / MacOS Ventura +Description of problem: +Unable to load edk2 secure boot UEFI code. Non-secure edk2 bios works fine, but secure one hangs during load. +Steps to reproduce: +1. Run mentioned command - it should display OVMF logo - but it hangs +Additional information: +* edk2-x86_64-code.fd works fine, edk2-x86_64-secure-code.fd not +* Tested with swtpm and without - doesn't matter +* TPM access has been observed (when swtpm enabled) - sounds like secure-code validation partially works + +To enable TPM: +``` + -chardev socket,id=chrtpm,path=mytpm0/swtpm-sock \ + -tpmdev emulator,id=tpm0,chardev=chrtpm \ + -device tpm-tis,tpmdev=tpm0 \ +``` +and run swtpm +``` +swtpm socket --tpm2 --tpmstate dir=mytpm0 --ctrl type=unixio,path=mytpm0/swtpm-sock +``` -- cgit 1.4.1