Import virtualBox appliance to KVM
        Posted  
        
            by 
                Hugo Bulnes
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Hugo Bulnes
        
        
        
        Published on 2013-09-13T17:58:08Z
        Indexed on 
            2013/10/25
            15:56 UTC
        
        
        Read the original article
        Hit count: 334
        
Im new using KVM as a virtualization solution. Currently I'm using VirtualBox to manage my virtual machines in my personal computer, but I'm moving my virtualization to a Server, so I set up a Linux server with KVM. And now I'm trying to import a virtualBox vm to KVM.
So far I couldn't make it work. I already convert the ova file from VirtualBox to a format more familiar to KVM (qcow2), and I try to create a new virtual machine using virt-install command and setting the new virtual machine hard drive with the .qcow2 file.
There is anyone could help me?
thank you!
© Server Fault or respective owner