Displaying 1 result from an estimated 1 matches for "ea23033f1cb4".
2010 Sep 13
4
Migrate existing Windows XP VirtualBox VM to Xen
...disk.vdi disk.raw
VBoxManage clonehd disk.vdi disk.raw --format RAW
and booting the VM with a live cd and doing a:
dd if=/dev/hda | ssh user@host ''cat > disk.raw''
And using the following xen configuration:
name = "WindowsXP"
uuid = "071a2dca-e016-456e-8a5e-ea23033f1cb4"
maxmem = 768
memory = 768
vcpus = 1
builder = "hvm"
kernel = "/usr/lib/xen/boot/hvmloader"
boot = "c"
pae = 0
acpi = 0
apic = 0
localtime = 0
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
device_model = "/us...