Hi there,
I'm trying to run sec-guest get-report report.bin in the guest is getting the following error:
[sev-guest]root@localhost# ./sev-guest get-report report.bin
Generating report using the following hash:
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
open: No such file or directory
get_report: No such file or directory
Based on the source code, it's looking for /dev/sev-guest, which is not my case. I'm using the kernel in AMDESE/AMDSEV for the guest and the guest kernel version is 5.17.0-rc6-snp-guest-dfa5ba8 . The truncated dmesg output is the following in the guest
I think you should use the guest kernel version as documented in the stable-commits file of the sev-snp-devel branch of the AMDSEV repo. Now the guest kernel is based 5.19, not 5.17.
Hi there, I'm trying to run
sec-guest get-report report.bin
in the guest is getting the following error:Based on the source code, it's looking for
/dev/sev-guest
, which is not my case. I'm using the kernel in AMDESE/AMDSEV for the guest and the guest kernel version is5.17.0-rc6-snp-guest-dfa5ba8
. The truncateddmesg
output is the following in the guestMy understanding is the kernel module for
sev-guest
was loaded successfully, but I don't know why I cannot find it under/dev