-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Can't find SEV_ES_RESET_BLOCK_GUID entry in OVMF table #51
Comments
The |
Yes i am following the instruction of https://github.com/AMDESE/AMDSEV/tree/snp-latest . |
Interesting. Maybe you can post your |
hi, yes here is the file. |
Thanks @LucaStabo for providing the file. It is very weird: First, the Second, the file is full of 0xff bytes:
(these Third, the last 32 bytes should include the
but the
You say that you're able to boot SNP VM with this OVMF file. Can you share the QEMU command-line that refers to that file and successfully boots an SNP VM? Maybe there's a mix-up between |
Hi, |
@larrydewey Any idea why the instructions in AMDSEV will generate an OVMF build that is only ~500KB and contains mostly 0xff bytes? And how could that successfully launch an SNP VM? |
@LucaStabo Please make sure again that the file you use is the |
i tryed again and |
@LucaStabo Can you please paste again the size |
I am trying to run the sev-snp-measure tool in SNP mode using the example in the readme:
sev-snp-measure --mode snp --vcpus=1 --vcpu-type=EPYC-v4 --ovmf=OVMF.fd --kernel=vmlinuz --initrd=initrd.img --append="console=ttyS0 loglevel=7"
but i get the following error:
Error: Can't find SEV_ES_RESET_BLOCK_GUID entry in OVMF table
the type of the OVMF.fd file is the following:
file OVMF.fd
OVMF.fd: Matlab v4 mat-file (little endian) \226v\213L\251\205'G\007[OP, numeric, rows 0, columns 0
i tried with different images but the problem always seems to be the OVMF.fd file.
what could be the cause of the error? is there a specific format that i have to use ?
The text was updated successfully, but these errors were encountered: