Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


migrate_from_vmware_to_kvm

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
migrate_from_vmware_to_kvm [2016/05/24 18:02] – [Migrate from VMWare to KVM] adminmigrate_from_vmware_to_kvm [2016/05/24 18:06] – [Migrate from VMWare to KVM] admin
Line 75: Line 75:
   * Convert vmx to xml:<code>vmware2libvirt -f Offsec\ VM.vmx > offsecvm.xml</code>   * Convert vmx to xml:<code>vmware2libvirt -f Offsec\ VM.vmx > offsecvm.xml</code>
   * Change other settings as needed.   * Change other settings as needed.
-    * network (MAC address) +    * VM name. 
-    * source file (qcow2) +    * network (MAC address). 
-    * emulator: ''/usr/libexec/qemu-kvm'' +    * source file (qcow2). 
-  * Import the XML:<code></code> +    * emulator: ''/usr/libexec/qemu-kvm''. 
-driver name='qemu' type='raw+  * Import the XML, define the VM:<code>virsh define offsecvm.xml</code> 
-source file='/path/Kali-Linux-1.1.0c-vm-amd64.vmdk'+  * Edit the VM and change:<code>virsh edit vmoffsec</code> 
 +    * <code>driver name='qemu' type='qcow2
 +source file='/path/to-qcow2-file'</code>
  
-Change raw and vmdk to qcow2 
- 
-driver name='qemu' type='qcow2' 
-source file='/path/Kali-Linux-1.1.0c-vm-amd64.qcow2' 
- 
- 
-  *  
migrate_from_vmware_to_kvm.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1