diff --git a/setup-tdx-host.sh b/setup-tdx-host.sh index 916191b3..e07e5b1d 100755 --- a/setup-tdx-host.sh +++ b/setup-tdx-host.sh @@ -35,8 +35,10 @@ EOF apt update +# modules-extra is needed (igc for example) apt install --yes --allow-downgrades \ linux-intel-opt \ + linux-modules-extra-intel-opt \ qemu-system-x86 \ libvirt-daemon-system \ libvirt-clients \