Hello,
I ran into issue that avoiding me to start VM within a VM or doing nested virtualization. On 3 of my physical hosts I’ve got no issues at all doing so. All I’d was required to do was to set the CPU of VM running on my Proxmox hosts to “Host” and then I was able to run VM in those VM. But I’m not able to do that such of same thing with one of my host. When starting the nested VM on Virtual Box, it fail.
When doing this in the Terminal of the VM using to do the nested virtualization:
cat /proc/cpuinfo| egrep "vmx|svm"
it returning me nothings. The same command in other Proxmox VM used to do nested virtualization returning me this:
“flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx pdpe1gb lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid tsc_known_freq pni vmx ssse3 cx16 pdcm sse4_1 x2apic tsc_deadline_timer xsave hypervisor lahf_lm cpuid_fault pti tpr_shadow vnmi flexpriority tsc_adjust arat arch_capabilities”.
The virtualization technology is forcefully enable in the BIOS and my CPU is certainly virtualization capable if I’m able to run VM on Proxmox, right?
Thanks in advance for your help!
Guillaume
I ran into issue that avoiding me to start VM within a VM or doing nested virtualization. On 3 of my physical hosts I’ve got no issues at all doing so. All I’d was required to do was to set the CPU of VM running on my Proxmox hosts to “Host” and then I was able to run VM in those VM. But I’m not able to do that such of same thing with one of my host. When starting the nested VM on Virtual Box, it fail.
When doing this in the Terminal of the VM using to do the nested virtualization:
cat /proc/cpuinfo| egrep "vmx|svm"
it returning me nothings. The same command in other Proxmox VM used to do nested virtualization returning me this:
“flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx pdpe1gb lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid tsc_known_freq pni vmx ssse3 cx16 pdcm sse4_1 x2apic tsc_deadline_timer xsave hypervisor lahf_lm cpuid_fault pti tpr_shadow vnmi flexpriority tsc_adjust arat arch_capabilities”.
The virtualization technology is forcefully enable in the BIOS and my CPU is certainly virtualization capable if I’m able to run VM on Proxmox, right?
Thanks in advance for your help!
Guillaume


