Simple way to convert KVM images to make use of it in VMware
Step 1.
Shutdown the KVM guest
Step 2.
convert the QCOW2 or RAW format to VMDK format
# qemu-img convert image.img -O vmdk image.vmdk
Step 3.
Upload this image to datastore
Step 4.
Create a new virtual machine with this disk image
Note :-
If you face any issues with NICs remove and re add it , you should be good.
for more commands click here
No comments :
Post a Comment