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] Sample Config File?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Sample Config File?
From: "Amos Shapira" <amos.shapira@xxxxxxxxx>
Date: Fri, 26 Oct 2007 12:53:47 +1000
Delivery-date: Thu, 25 Oct 2007 19:54:34 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=Mq7rtqsyjcMl0UCxLY2wrwZeFDXtGoriZC9CDFpUK6s=; b=VKi+FBeofSZbadSmxaanBKnWOes7HkZ+5um1S92+IEy17xlf4f0Y5MxMV/4K7Iqh7vnOO8RW36uGixHY7Lt+/ui0eSKqY4KyB6pgm0O+DIK27Uc5PjeBw1pmSsoPgFEkJ6zrgKuoCa+la4n76xIj5wUJponAoQKS/volwLRu1/o=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=MJZJDC49PvT2zWiXdQJ0rL/CrkvBt7pfkm6cIeImXxPfQ7siZ9hYkyRXNnZylNsjl6RmDiTbZ8XDLfrblBTl7pWKgYnId4MNEDPqZ+YR3SfJ8W2KWMG1uDV6ShDJ7b7qJuO9FdrmOMGYWNueUv/buzQ7Av62ZnoL71coVIz0nN0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <9c2cca270710251419y5fda0a94td2a6c1bc29f549c6@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/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: <f795c1c0710250800i1ecccc7dq4b25b93b3038481b@xxxxxxxxxxxxxx> <9c2cca270710251419y5fda0a94td2a6c1bc29f549c6@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
(Copying to the list, for other's benefit)

On 25/10/2007, John Morris < frankenbean@xxxxxxxxx> wrote:
Hi.  I am running Xen 3.0.3-1 on Debian Etch.  Does anyone have a sample config file for creating a windows DomU?  I have the ISO file from my windows CD.  I'm not using LVM

Here is what I use with Windows XP Pro and the CD I got with my Dell, under Debian Etch on an Intel Core 2 Duo with VT support:

kernel = '/usr/lib/xen-3.0.3-1/boot/hvmloader'
builder = 'hvm'
memory = '512'
name = 'winxp'
vif = ['type=ioemu, bridge=xenbr0']
# the following is the 'setup' phase, with an ISO image I copied from the Windows CD. If you want to use the CD for installation then ignore it,
#disk = [ 'file:/home/xen/domains/winxppro/disk.img,ioemu:hda,w', 'file:/home/amos/Documents/WindowsXP-Pro-SP2.iso,ioemu:hdb:cdrom,r' ]
# the following is used after the setup, so windows can access the hardware cdrom
disk = [ 'file:/home/xen/domains/winxppro/disk.img,ioemu:hda,w', '/dev/cdrom,ioemu:hdb:cdrom,r' ]
device_model='/usr/lib/xen-3.0.3-1/bin/qemu-dm'
ne2000="0"
boot='c' # change to 'd' to make it boot from the cd, then to 'c' to boot from hard disk
sdl=1 # this line allowed the console to open
soundhw='all' # allows sounds in Windows, but when the VM runs you can't have sound in Linux. Possibly something to do with device sharing through ALSA

--Amos

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>