my proxmox is
Virtual Environment 5.4-6
i have to create a vm with scsi controller in proxmox and move it to a vmware machine
so i create new vm and
when its off changed it controller to VMware PVSCSI
then installed my ubuntu os
when installation finished i moved in .vmdk to my wmware and it dont worked!!
then i changed it type to ide in vmware and ubuntu come up
then i tried to convert an image to vmdk paravirtual wirh qem-img with command below
but this dont have "VMware PVSCSI" at all
my question is how can i create a vm that capable to VMware PVSCSI ?
Virtual Environment 5.4-6
i have to create a vm with scsi controller in proxmox and move it to a vmware machine
so i create new vm and
when its off changed it controller to VMware PVSCSI
then installed my ubuntu os
when installation finished i moved in .vmdk to my wmware and it dont worked!!
then i changed it type to ide in vmware and ubuntu come up
then i tried to convert an image to vmdk paravirtual wirh qem-img with command below
Code:
qemu-img convert -f vmdk -O vmdk -o adapter_type=lsilogic,subformat=streamOptimized,compat6 2.vmdk 5.vmdk
but this dont have "VMware PVSCSI" at all
my question is how can i create a vm that capable to VMware PVSCSI ?