Mar 102011
Convert Xen IMG based VM to Virtual Box
Answer:
In order to convert a VM image (file based) running in Xen and to use in the Virtual Box, you can use the following tricks.
# VBoxManage convertfromraw -format VDI filename.img filename.vdi
That is it.