VMware Cloud Community
Danny991
Contributor
Contributor

Converting VMware ESXi to KVM

Hey,

I would like to make a migration machines from VMware ESXi to KVM. Do you know is it possible? How look this process?

0 Kudos
3 Replies
Danny991
Contributor
Contributor

Is anybody able to help me with this problem?

0 Kudos
mcowger
Immortal
Immortal

Export to an OVF.

--Matt VCDX #52 blog.cowger.us
0 Kudos
continuum
Immortal
Immortal

install quemu and try this command to convert the virtual disk to a KVM readable format
qemu-img convert -f raw test-flat.vmdk -O qcow2 test.qcow


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos