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] Errors installing WinXP with Xen 3.0.3

To: Ulrich Windl <ulrich.windl@xxxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Errors installing WinXP with Xen 3.0.3
From: Simon Gao <gao@xxxxxxxxxxxxxxx>
Date: Mon, 30 Oct 2006 10:55:17 -0800
Cc: Eric Benton <benton71@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 02 Nov 2006 13:48:01 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <4545C710.18888.61A85D@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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: <454241C0.4050105@xxxxxxxxxxxxxxx> <4545C710.18888.61A85D@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.7 (X11/20060926)
After some tests, I figured it out. Here is my domU config file:

==========================================================
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 512
name = "WinXP"
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [ 'file:/xvm/winxp.img,ioemu:hda,w',
'file:/opt/iso/winxp.iso,hdc:cdrom,r' ]
on_poweroff = 'destroy'
on_reboot   = 'destroy'
on_crash    = 'destroy'
device_model = '/usr/lib/xen/bin/qemu-dm'
boot='d'
sdl=1
vnc=0
vncviewer=0
===========================================================

Simon


Ulrich Windl wrote:
> On 27 Oct 2006 at 19:31, Eric Benton wrote:
>
>   
>> Hi,
>>
>> You'll have to move the cdrom line to the disk array in your config file.
>> It is documented in the user manual.
>>
>> Eric
>>     
>
> BTW: When checking for a revised manual on Friday, I just found the old one I 
> have 
> already. I also tried to find out details about the new features in 3.0.3, 
> but I 
> also failed. Where are users supposed to look at?
>
> Regards,
> Ulrich
>
>
> _______________________________________________
> 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] Errors installing WinXP with Xen 3.0.3, Simon Gao <=