I have Windows XP running in a Virtual Box VM. The iMac it was running on is getting intermittent screen artifacts, so time to switch machines.
I found this, which led me to believe that moving hosts is possible. The VM is named "Win XP" and has one snapshot. I mucked up the transfer the first time. These are the steps I followed the second time, which worked.
- Moved
~/Library/VirtualBox/HardDisks/Win XP.vdi
to the same location on the new host. - Copied
~/Library/VirtualBox/Machines/Win XP
to the same location on the new host. - In the old
VirtualBox.xml
there was aHardDisk
tag with the attributelocation="HardDisks/Win XP.vdi"
that contained a childHardDisk
tag (I had one snapshot). Copied these into the newVirtualBox.xml
. - Copied the appropriate
MachineEntry
tag from the oldVirtualBox.xml
to the new one.
The VM started up on the new host with no problems.
Also stumbled across a site with downloadable Virtual Box images.
1 comment:
"Following closely behind the mid-November 2.06 release of VirtualBox, Sun Microsystems has released version 2.1. This has a number of new features, but one of the most interesting is the ability to run a 64-bit VM inside a 32-bit host. Another useful feature is integrated host-based networking; no more fiddling around with network bridges. Sun is really giving VMWare a run for their money."
Post a Comment