======================================= freebsd move virtualbox guest to new host ======================================= The fastest way. ======================================= OLD HOST backup the vm to be moved ======================================= vboxmanage showvminfo winxp | grep Config tar cCf /path/to/config - winxp | gzip > /backup/vbox_winxp.tar.gz ======================================= NEW HOST restore the vm ======================================= vboxmanage list systemproperties | grep folder zfs list | grep /default/machine/folder zfs create tank/default/machine/folder/winxph tar xCf /default/machine/folder /backup/vbox_winxp.tar.gz vboxmanage registervm /default/machine/folder/winxph/winxph.vbox vboxmanage list bridgedifs vboxmanage modifyvm winxph --bridgeadapter1 em0 vboxmanage startvm winxph --type headless ======================================= :0) =======================================