In order to run Docker for Windows, I'm trying to setup nested virtualization for a Windows 10 guest on our up to date 5.3-11 installation.
I've followed the wiki describing the required steps https://pve.proxmox.com/wiki/Nested_Virtualization and
I've searched both the net and the forum, but unfortunately I don't seem to get anywhere, Windows keeps telling me that
"Hyper-V Requirements: A hypervisor has been detected. Features required for Hyper-V will not be displayed."
The host's kernel is setup correctly to support virtualization
I've changed the CPU type to "host" and if I install a linux guest, I can see the processors having vmx capabilities:
Additionally, as laid out in https://forum.proxmox.com/threads/nested-virtualization-not-working-anymore.49665/, I've also switched the machine type to "pc-i440fx-2.11", but to no avail as well.
Coreinfo tells me this about my Windows installation:
Anything else I could try?
I've followed the wiki describing the required steps https://pve.proxmox.com/wiki/Nested_Virtualization and
I've searched both the net and the forum, but unfortunately I don't seem to get anywhere, Windows keeps telling me that
"Hyper-V Requirements: A hypervisor has been detected. Features required for Hyper-V will not be displayed."
The host's kernel is setup correctly to support virtualization
Code:
$ cat /sys/module/kvm_intel/parameters/nested
Y
I've changed the CPU type to "host" and if I install a linux guest, I can see the processors having vmx capabilities:
Code:
$ fgrep vmx /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx hypervisor lahf_lm ibrs ibpb kaiser tpr_shadow vnmi flexpriority ept vpid tsc_adjust xsaveopt arat
[...]
Additionally, as laid out in https://forum.proxmox.com/threads/nested-virtualization-not-working-anymore.49665/, I've also switched the machine type to "pc-i440fx-2.11", but to no avail as well.
Coreinfo tells me this about my Windows installation:
Anything else I could try?
Last edited: