WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Migrate existing Windows XP VirtualBox VM to Xen

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Migrate existing Windows XP VirtualBox VM to Xen
From: Felix Kuperjans <felix@xxxxxxxxxxxxxxxxxx>
Date: Mon, 13 Sep 2010 23:00:03 +0200
Delivery-date: Mon, 13 Sep 2010 14:01:28 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTimmYV2TzRC43fZ4C36726ATJ8V54Rfp3pQ6jVBe@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTimmYV2TzRC43fZ4C36726ATJ8V54Rfp3pQ6jVBe@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100909 Lanikai/3.1.3
 Hi Juancho,

did you try setting acpi=1 and apic=1; I'm always using them with Windows XP, no idea whether VirtualBox is using it or not, but it could be the reason for this error.

When converting VMWare images, a usual problem is that VMWare uses SCSI for the primary device and Windows can't boot from IDE then, but in such cases you usually don't even see the Safeboot menu...

Hope this helps,
Felix

Am 13.09.2010 22:26, schrieb Juan Luis Baptiste:
Hi,

I'm trying to migrate a VirtualBox virtual machine to Xen, but I
haven't been able to successfully boot it under xen (3.0.1 that comes
with CentOS 5.5). Thinking that the problem was converting the disk
format to a raw format, I tried converting the VDI disk with all these
options:


VBoxManage internalcommands  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"
device_model = "/usr/lib64/xen/bin/qemu-dm"
usb = 1
usbdevice = "tablet"
sdl = 0
vnc = 1
vncunused = 1
keymap = "en-us"
disk = [ "file:/var/lib/xen/images/disk.raw,hda,w",
"file:/distros/windows/xp_sp3/winxp_sp3.iso,hdc:cdrom,r" ]
vif = [ "mac=00:16:36:75:32:52,bridge=xenbr0,script=vif-bridge" ]
parallel = "none"
serial = "pty"


But the result is always the same: the Xen guest starts but I get the
"Windows didn't shutdown correctly" menu, with the "safe mode" options
and the "start normally windows" option. Any of the two safe mode
options will make the xen guest stop and the start normally will
freeze the guest for some seconds and it will reboot later.

What could I be missing ? for what I have read over the internet it
should be that simple, convert the VDI disk to raw, setup a config
file liked the one I have and fire it up. Also most of topics found on
the internet related to this are more of installation instead of
migration, so I'm out of ideas now.

Thanks.


Cheers,

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users