Hi everybody,
I'm trying to run VMWARE Workstation 15 (but tried also VMWare Player 12) inside a Windows 10 64 bit host on PVE 5.2 server.
What I've done until now:
Enabled Nested Virtualization as stated in Proxmox wiki
I was able to install VMWARE Workstation but then got the following error:
Was able to override this error removing hypervisor support from VM configuration
So the CPU inside Windows 10 64 bit VM is seen as follow:
VMWARE Virtual Machine start, but got this error from VMWARE Workstation:
I've also tried a different /etc/modprobe.d/kvm-intel.conf configuration with this option:
But with no luck, VMWARE continue to said that Virtualized Intel VT-x/EPT is not supported
Current VM configuration:
Do you have any idea on how to make it work ?
thanks
Manuel
I'm trying to run VMWARE Workstation 15 (but tried also VMWare Player 12) inside a Windows 10 64 bit host on PVE 5.2 server.
What I've done until now:
Enabled Nested Virtualization as stated in Proxmox wiki
I was able to install VMWARE Workstation but then got the following error:
VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Workstation
Was able to override this error removing hypervisor support from VM configuration
args: -hypervisor
So the CPU inside Windows 10 64 bit VM is seen as follow:
Coreinfo.exe -v
Coreinfo v3.31 - Dump information on system CPU and memory topology
Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
Microcode signature: 00000001
HYPERVISOR - Hypervisor is present
VMX * Supports Intel hardware-assisted virtualization
EPT * Supports Intel extended page tables (SLAT)
Coreinfo v3.31 - Dump information on system CPU and memory topology
Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
Microcode signature: 00000001
HYPERVISOR - Hypervisor is present
VMX * Supports Intel hardware-assisted virtualization
EPT * Supports Intel extended page tables (SLAT)
VMWARE Virtual Machine start, but got this error from VMWARE Workstation:
Virtualized Intel VT-x/EPT is not supported on this platform.
I've also tried a different /etc/modprobe.d/kvm-intel.conf configuration with this option:
options kvm ignore_msrs=1
options kvm_intel nested=y ept=y
options kvm_intel nested=y ept=y
But with no luck, VMWARE continue to said that Virtualized Intel VT-x/EPT is not supported
Current VM configuration:
bootdisk: ide0
cores: 4
cpu: host
args: -cpu host,+kvm_pv_unhalt,+kvm_pv_eoi,hv_spinlocks=0x1fff,hv_vapic,hv_time,hv_reset,hv_vpindex,hv_runtime,hv_relaxed,hv_synic,hv_stimer,-hypervisor
ide0: local-lvm:vm-130-disk-1,cache=writeback,size=200G
memory: 32764
name: W10-Server
net0: e1000=9A:42:9C:56C:FC,bridge=vmbr0
numa: 0
onboot: 1
ostype: win10
scsihw: virtio-scsi-pci
smbios1: uuid=eb2bf59f-9ddf-494e-ac4f-485920434b09
sockets: 1
usb0: host=1-10
virtio2: /dev/disk/by-id/ata-HGST_HDN726060ALE614_NCGTRA3S,size=5860522584K
virtio4: /dev/disk/by-id/ata-ST10000NM0086-2AA101_ZA28XEGM,size=9314G
virtio5: /dev/disk/by-id/ata-Samsung_SSD_840_EVO_750GB_S1DMNEAD803320D,size=732574584K
cores: 4
cpu: host
args: -cpu host,+kvm_pv_unhalt,+kvm_pv_eoi,hv_spinlocks=0x1fff,hv_vapic,hv_time,hv_reset,hv_vpindex,hv_runtime,hv_relaxed,hv_synic,hv_stimer,-hypervisor
ide0: local-lvm:vm-130-disk-1,cache=writeback,size=200G
memory: 32764
name: W10-Server
net0: e1000=9A:42:9C:56C:FC,bridge=vmbr0
numa: 0
onboot: 1
ostype: win10
scsihw: virtio-scsi-pci
smbios1: uuid=eb2bf59f-9ddf-494e-ac4f-485920434b09
sockets: 1
usb0: host=1-10
virtio2: /dev/disk/by-id/ata-HGST_HDN726060ALE614_NCGTRA3S,size=5860522584K
virtio4: /dev/disk/by-id/ata-ST10000NM0086-2AA101_ZA28XEGM,size=9314G
virtio5: /dev/disk/by-id/ata-Samsung_SSD_840_EVO_750GB_S1DMNEAD803320D,size=732574584K
Do you have any idea on how to make it work ?
thanks
Manuel