summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/1919
blob: ea1f46c1547fe83e29257444c68eb8af3ff7d58a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
graphic: 0.980
device: 0.906
instruction: 0.905
boot: 0.875
socket: 0.805
semantic: 0.761
mistranslation: 0.713
network: 0.687
other: 0.477
vnc: 0.315
assembly: 0.144
KVM: 0.106

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
```