diff --git a/docs/how-to/how-to-run-kata-containers-with-SNP-VMs.md b/docs/how-to/how-to-run-kata-containers-with-SNP-VMs.md index 42dd952d52..c0535ce390 100644 --- a/docs/how-to/how-to-run-kata-containers-with-SNP-VMs.md +++ b/docs/how-to/how-to-run-kata-containers-with-SNP-VMs.md @@ -37,8 +37,8 @@ $ popd - Build a current OVMF capable of SEV-SNP: ```bash $ pushd kata-containers/tools/packaging/static-build/ovmf -$ ./build.sh -$ tar -xvf edk2-x86_64.tar.gz +$ ovmf_build=sev ./build.sh +$ tar -xvf edk2-sev.tar.gz $ popd ``` - Build a custom QEMU @@ -106,7 +106,7 @@ sev_snp_guest = true ``` - Configure an OVMF (add path) ```toml -firmware = "/path/to/kata-containers/tools/packaging/static-build/ovmf/opt/kata/share/ovmf/OVMF.fd" +firmware = "/path/to/kata-containers/tools/packaging/static-build/ovmf/opt/kata/share/ovmf/AMDSEV.fd" ``` - SNP attestation (add cert-chain to default path or add the path with cert-chain) ```toml