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.
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
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.