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 3.2 + HVM + Windows

To: kris <kris@xxxxxxxxxx>
Subject: Re: [Xen-users] Xen 3.2 + HVM + Windows
From: "Thiago Camargo Martins Cordeiro" <thiagocmartinsc@xxxxxxxxx>
Date: Wed, 1 Oct 2008 14:15:55 -0300
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 01 Oct 2008 10:16:46 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=bDh4+shnfXz+1V3Pssep/5l/w6aB9u6MbmB8LjGVk2A=; b=hGRs0PNB0LfdAT10C3qN9p9fn/H8lX+ou8UYM6ji3CpmNkTMLAl10igzogoBAfp069 PXr3C10d7cVu2jmL0S2Vd4pNMm4tDb8kv5BHT6tDayHZKw7WGdYHYmKSaNlE7iU5skI6 NBrz99btLLbZpENeaEZxxRbMgGUVopApkooI8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=emg7QFrbLtmUfKDX2imFLO8BWHXGRkOjPhqZTbBeMBkeNno90O+D76d1CJIQo0t8u1 AsVXGnu7O7m0A6JgAP7HKmr2Xp+jD2VV5UD3eumOHSc6BsWkr43Ya6ettzaWFrWRGVI6 Bl3aPfT8KBCX2CV9g0JES+Z91b/gDiXX6IFog=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <10008152-EF45-47D1-8376-CF3BDFF37B9F@xxxxxxxxxx>
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: <10008152-EF45-47D1-8376-CF3BDFF37B9F@xxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Kris,

 To use a a ISO to install your Windows, or even another Ubuntu/Debian/RedHat from original iso, add this lines to your HVM conf:

vnclisten = "IP_OF_YOUR_DOM0"
vncpasswd='password'
boot = "cd"
disk = [ 'file:/data/windows-server-2008-standard-32bits.iso,hdc:cdrom,r', 'phy:/dev/mapper/HyperVG01-vsrv18--disk1,hda,w' ]

of course your paths and file names will be different...

start your HVM machine (xm create /etc/xen/windows01.hvm, for example) and:
xvncviwer IP_OF_YOUR_DOM0

Regards,
Thiago

2008/9/30 kris <kris@xxxxxxxxxx>
Hi list,

I have been looking around trying to find info on installing win2k3 on a remote server using an iso. I have been finding scattered docs, some of which say use sdl, some say rdesktop and some vnc.

Does anyone have any resources for doing it with 3.2, preferably on ubuntu hardy.

Thanks.

_______________________________________________
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 3.2 + HVM + Windows, Thiago Camargo Martins Cordeiro <=