Re: Converting VMWare Workstation VM's to Qemu/KVM

2023-12-15 Thread Nerijus Baliūnas
2023-12-12 22:10, Sbob rašė: Can someone point me to the right way to convert VMWare Workstation VM's to Qemu/KVM/libvirt VM's Then I took these steps: 1) use qemu-img convert to convert the Dev-Fedora.vmdk file: # qemu-img convert -f vmdk -O qcow2 Dev-Fedora.vmdk Dev-Fedora.qcow2 this crea

Converting VMWare Workstation VM's to Qemu/KVM

2023-12-12 Thread Sbob
All; Can someone point me to the right way to convert VMWare Workstation VM's to Qemu/KVM/libvirt VM's I tried this: Installed Quemu/KVM/libvirt and I have it working, I was able to install a new Fedora VM using the ISO as the disk image. Now I want to convert an existing VMWare workstat