Hi,
I'm trying to create my own Windows VDI on Proxmox.
I want to install Wmware 15.5.0 on it to virtualize some VMs.
You are going to ask me why not to virtualize directly with proxmox ... Simply that I get .vmdk files and the procedure to convert a .vmdk file to proxmox seems complicated to me.
root@pve:~# pveversion
pve-manager/6.1-3/37248ce6 (running kernel: 5.3.10-1-pve)
This is how i did it:
1 - I follow https://pve.proxmox.com/wiki/Nested_Virtualization and it return the good result :
root@proxmox:~# cat /sys/module/kvm_intel/parameters/nested
Y
2 - I disabled Hyper-V on windows
3 - Here my VM config
bootdisk: scsi0
cores: 4
cpu: host
ide2: local:iso/virtio-win-0.1.171.iso,media=cdrom,size=363020K
machine: pc-i440fx-2.11
memory: 4096
name: windows10
net0: virtio=E6:93:4B:43:59:44,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
scsi0: local-lvm:vm-200-disk-0,cache=writeback,size=100G
scsihw: virtio-scsi-pci
smbios1: uuid=59536382-36ee-42be-904c-a956b0740bf5
sockets: 1
vga: virtio
vmgenid: 38d0d4e9-0f1f-4ba2-97d5-b811aa4a9035
And when I lunch VM in Vmware on my Windows VM I have this error :
VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Workstation.
Transport (VMDB) error -14: Pipe connection has been broken.
Is there a solution to do that ??
Thank
I'm trying to create my own Windows VDI on Proxmox.
I want to install Wmware 15.5.0 on it to virtualize some VMs.
You are going to ask me why not to virtualize directly with proxmox ... Simply that I get .vmdk files and the procedure to convert a .vmdk file to proxmox seems complicated to me.
root@pve:~# pveversion
pve-manager/6.1-3/37248ce6 (running kernel: 5.3.10-1-pve)
This is how i did it:
1 - I follow https://pve.proxmox.com/wiki/Nested_Virtualization and it return the good result :
root@proxmox:~# cat /sys/module/kvm_intel/parameters/nested
Y
2 - I disabled Hyper-V on windows
3 - Here my VM config
bootdisk: scsi0
cores: 4
cpu: host
ide2: local:iso/virtio-win-0.1.171.iso,media=cdrom,size=363020K
machine: pc-i440fx-2.11
memory: 4096
name: windows10
net0: virtio=E6:93:4B:43:59:44,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
scsi0: local-lvm:vm-200-disk-0,cache=writeback,size=100G
scsihw: virtio-scsi-pci
smbios1: uuid=59536382-36ee-42be-904c-a956b0740bf5
sockets: 1
vga: virtio
vmgenid: 38d0d4e9-0f1f-4ba2-97d5-b811aa4a9035
And when I lunch VM in Vmware on my Windows VM I have this error :
VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Workstation.
Transport (VMDB) error -14: Pipe connection has been broken.
Is there a solution to do that ??
Thank