|
|
Convert XEN image files to VirtualBox image filesFrom ezUnix
IntroductionOracle xVM VirtualBox is an X86 virtualization software package. It is possible and easy to convert XEN or VMware images to images supported by VirtualBox.
ExecutionUsing VirtualBox run: # VBoxManage convertdd the_disk.img the_disk.vdi
# VBoxManage modifyvdi the_disk.vdi compact
# VBoxManage convertdd netbsd.img netbsd.vdi VirtualBox Command Line Management Interface Version 2.1.4 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. Converting from raw image file="linux.img" to file="linux.vdi"... Creating dynamic image with size 21474836480 bytes (20480MB)...
Resources
|