X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from SMTP.EU.CITRIX.COM (smtp.eu.citrix.com [46.33.159.39]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 780F4DC0152; Thu, 18 Apr 2013 07:50:09 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.87,499,1363132800"; d="scan'208";a="3680080" Received: from lonpmailmx01.citrite.net ([10.30.203.162]) by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/RC4-MD5; 18 Apr 2013 07:50:08 +0000 Received: from Roger-2.local (10.30.249.38) by LONPMAILMX01.citrite.net (10.30.203.162) with Microsoft SMTP Server id 8.3.298.1; Thu, 18 Apr 2013 08:50:07 +0100 Message-ID: <516FA5AE.1060100@citrix.com> Date: Thu, 18 Apr 2013 09:50:06 +0200 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Ted Trask CC: Richard Johnson , "acf@lists.alpinelinux.org" , Alpine Developers Subject: Re: [alpine-devel] Re: [acf] Windows 7 on Xen Using Alpine Linux References: <516A8E3E.6050205@qq.com> <516EB8D5.2030902@qq.com> <1366224972.46332.YahooMailNeo@web162805.mail.bf1.yahoo.com> In-Reply-To: <1366224972.46332.YahooMailNeo@web162805.mail.bf1.yahoo.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit On 17/04/13 20:56, Ted Trask wrote: > I think you wanted to send this to the alpine-devel mailing list. I have > copied that list too so that they can respond. > > Ted > > ------------------------------------------------------------------------ > *From:* Richard Johnson > *To:* acf@lists.alpinelinux.org > *Sent:* Wednesday, April 17, 2013 10:59 AM > *Subject:* Re: [acf] Windows 7 on Xen Using Alpine Linux > > Does anyone have any clue on where I can the solution to this question? > > On 04/14/2013 03:38 PM, Richard Johnson wrote: >> 1- Is it possible to configure Windows 7 as a Xen DomU Guest on Alpine Linux? Sure. >> What are the steps to do this? You have to create a Xen HVM (you will need to use hardware with virtualization extensions). There's a tutorial here for example: http://www.virtuatopia.com/index.php/Installing_and_Running_Windows_7_as_a_Xen_HVM_domainU_Guest The config file shown on the tutorial is for xm (the old toolstack), you should modify it a little bit to work with xl: --- builder='hvm' memory = 1024 vcpus=2 name = "xenwin7" vif = [ 'type=ioemu, bridge=xenbr0' ] acpi = 1 apic = 1 disk = [ 'file:/home/xen/xenwin7.img,hda,w', 'file:/home/xen/windows7.iso,hdc:cdrom,r' ] #----------------------------------------------------------------------------- # boot on floppy (a), hard disk (c) or CD-ROM (d) # default: hard disk, cd-rom, floppy boot="dc" sdl=0 vnc=1 vncconsole=1 vncpasswd='' serial='pty' usbdevice='tablet' --- And I would recommend using a block device as a disk (LVM) instead of a raw file. Also, to get better IO performance you should install the PV drivers inside the Windows VM: http://wiki.univention.de/index.php?title=Installing-signed-GPLPV-drivers There are also some non-GPL windows drivers from Citrix, you might also try those if the ones above don't work well. >> 2- Is Alpine Linux appropriate for automated windows desktop virtualization, >> that is each desktop boots from network PXE and then starts up a virtualized >> windows environment using Xen. I guess there's nothing like this on Alpine right now, but it shouldn't be too hard to do. What people usually do (IMHO) is setup a big server with all the VMs running on it, and then use lightweight machines that only run VNC to connect to the remote server that provides the VM. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---