sandbox:solusvm-import-vmware
How to import vmware image to solusvm
1) convert image:
kvm-img convert -O raw vm001.vmdk vm001.img # OR qemu-img convert -O raw vm001.vmdk vm001.img
2) Shutdown (New/Empty) VM and overwrite disk image with dd:
dd if=vm001.img of=/dev/YourVolumeGroupName/kvm123_img
3) Run VM
sandbox/solusvm-import-vmware.txt · Last modified: 2018/06/04 12:06 by dreiggy