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] xen and windows xp

To: Ana <christiana@xxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] xen and windows xp
From: "Bob Gamble" <kiksadiweb@xxxxxxxxx>
Date: Sun, 5 Aug 2007 02:46:01 -0800
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 05 Aug 2007 03:43:43 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=FlKd1aYamuiJ+8e+ePulQCmJqcTqm0d5E1iKfTEaMgtuoOhsGUxLnBcNLKyFy0ITxTl5bhZjfgcwhSlpL8aGWD7zjYAiTkgzocbOhvS85qUKkmjORlsEE7Ikd0FvCmAGn6aGBbIPsiECIjp6tF2gJVY/fW5hG8IpdJ9WVyDckgA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ZjperHsPpuia2gBDeWZgpZIqmArpiFSUxt3nyOdqZ8kmkP/gY0YnuHSD5ab0tKXTg3Mb5e/6oOTwBoDvZhF6WXMCGM4DTs5n5qeNABg6URV2qLmrp2eD3z5LrUxw6oLp5p4Tc3HQunQjZibaSDQ/LD+pwjJEyjFZiT3zl2ehigw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20070701055353.GA9543@xxxxxxxxxxxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <678294a50706281338t2a95146fi1efdf3781954a268@xxxxxxxxxxxxxx> <907625E08839C4409CE5768403633E0B02561EB5@xxxxxxxxxxxxxxxxx> <20070701055353.GA9543@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thank you all for your help.  For whatever reason it took me some time to get a working config for windows xp.  I did end up uninstalling Centos' version of Xen and went with xensource's open source 3.1 version.  I used http://blog.fupps.com/2007/07/05/your-computer-will-be-more-reliable/#comment-1141 as a reference.  Here is the config I got to work:

name = "winxp"
builder = "hvm"
memory = "500"
disk = [
  'file:/xen/win/winxp.img,hda,w',
  'file:/home/bob/WindowsXP/winxp_sp2.iso,hdc:cdrom,r' ]
boot='c'
vif = [ 'type=ioemu, mac=00:16:3e:0e:b6:e5, bridge=xenbr0' ]
uuid = "c74d2249-9907-5c68-f7ac-314dd11ae7aa"
device_model = "/usr/lib64/xen/bin/qemu-dm"
kernel = "/usr/lib/xen/boot/hvmloader"
vnc=0
vncunused=0
apic=0
acpi=0
sdl=1
vcpus=2
serial = "pty" # enable serial console
>on_reboot   = 'restart'
on_crash    = 'restart'
usb=1
audio=1

I hope this helps someone.

On 6/30/07, Ana <christiana@xxxxxxxxxxxxxxxxx > wrote:
On Fri, Jun 29, 2007 at 11:47:22AM +0200, Petersson, Mats wrote:
> > Does anyone have an idea of what may be preventing me from
> > running this Windows XP 64 system in a DOMu? I have also
> > tried a 32 bit system with the same results. Thank you.
>
> I don't see why 32-bit XP shouldn't work in this setup - I'm pretty
> certain that it should work. I can also with almost certainty say that
> 3.0.3 doesn't support 64-bit XP version.  You need 3.0.4 for that (I
> would recommend an upgrade to 3.1, as it has a bunch of other
> improvements too).

I had trouble with installing 32-bit WinXP on a Debian 64-bit AMD system
until I installed 3.1.  Since then it's been smooth sailing.

- Ana

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

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] xen and windows xp, Bob Gamble <=