Displaying 1 result from an estimated 1 matches for "071a2dca".
Did you mean:
  01a2dc9
  
2010 Sep 13
4
Migrate existing Windows XP VirtualBox VM to Xen
...alcommands  converttoraw 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&qu...