[TUTORIAL] pve9+Nested Hyper-V (Windows 10) +GPU passthrough

9qwrog1y

New Member
Sep 5, 2025
8
0
1
hi
I want to run Nested Hyper-V (Windows 10) +GPU passthrough
GPU passthrough useing

^^^^^^^^^^^^^^thank you very much^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
But after enabling Hyper-V, the VM cannot be started,After many attempts, using
Code:
args: -cpu host,+vmx,+ssse3,+sse4.1,+sse4.2,+aes,+xsave,+xsaveopt,+xsavec,+xgetbv1,+xsaves,+avx,+avx2,+fma,+bmi1,+bmi2,+invtsc,+pdpe1gb,+tsc-deadline,hv_passthrough,-hypervisor,level=30,-waitpkg
like:
Code:
qm set 124 -args '-cpu host,+vmx,+ssse3,+sse4.1,+sse4.2,+aes,+xsave,+xsaveopt,+xsavec,+xgetbv1,+xsaves,+avx,+avx2,+fma,+bmi1,+bmi2,+invtsc,+pdpe1gb,+tsc-deadline,hv_passthrough,-hypervisor,level=30,-waitpkg'
qm set 124 -hookscript local:snippets/rx9070_reset.sh
qm set 124 -hostpci0 0000:da:00,pcie=1,rombar=0
I hope this helps others who have the same idea.