Keith C. Perry on 26 Aug 2016 08:44:21 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] Convert VirtualBox to QEMU


The ova format is specific to VB for importing/exporting appliances.  You don't need that for QEMU to run VB since QEMU can directly run the native vdi format (or vmdk format if you choose that).  For what its worth, I have VM's on a Windows workstation that I sometimes boot via a flash drive and then run that same VB vm with QEMU.  So you can go back and forth without any issues.

If you really want to convert all you need to do is:

qemu-img convert -O qcow2 somevm.vdi somevm.qcow2

~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
Keith C. Perry, MS E.E. 
Owner, DAO Technologies LLC 
(O) +1.215.525.4165 x2033 
(M) +1.215.432.5167 
www.daotechnologies.com

----- Original Message -----
From: "Thomas Delrue" <delrue.thomas@gmail.com>
To: "Philadelphia Linux User's Group Discussion List" <plug@lists.phillylinux.org>
Sent: Friday, August 26, 2016 11:34:03 AM
Subject: [PLUG] Convert VirtualBox to QEMU

I have a couple of VirtualBox VMs (.ova files) that I'd like to run on
my QEMU but I have no idea how to convince it to run them.
I tried just importing them as an existing image which told me that the
disk is not bootable.
Has anyone got any pointers on how to convert these .ova's to something
qemu/kvm can use?


___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug
___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug