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] How-To create Windows HVM?

To: "Akio Takebe" <takebe_akio@xxxxxxxxxxxxxx>
Subject: Re: [Xen-users] How-To create Windows HVM?
From: "Lionel F." <xen@xxxxxxxxx>
Date: Wed, 6 Feb 2008 14:31:39 +0100
Cc: Ulrich Peinhardt <ulrich@xxxxxxxxxxxx>, Xen-Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 06 Feb 2008 05:32:16 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=KvWeLLh3jOqtFW0dtBVJpmdteHb8mLrNa/pAHhp3qC0=; b=AUW6eNZEj9mthbKcWcYzmQA21yYjabZVacNo3KBmRNtSImj/9aZNLK32b0zW9dXqBpreuXHKxnlcdp50TWwbKNGUa8fkFipv0HU6x3o6lVQQWTNpSFoDmKcLwNRY+CGu2J+SLJAAy6YZmLsJ/PCtk7lRxfrYKONZVj0R6sPn5Iw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Imp6aWw+aB8hM0G6A1eLqujNPLsJLvWByU/tzzFnHx/lPM11SpBZxMXzwKWe1DZ4jIPecPeb+49b7SBJ3gDF7g4fRiSJp54Cqu+yfVVx6EzQcOWDCiVbSwd5AX1rIAvua/6ix091k6M8INdsxoThCcj1F1zkqZ+u/2+CvzU3xOs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <D5C868BAEA510Ctakebe_akio@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: <6528C49DCFA6EE44B49246404DE74B39120862@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <D5C868BAEA510Ctakebe_akio@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

Zap the -c option and try starting with sdl. Is there any window
appearing when you start the domain ? If not, you have a config
problem.

Anyway, I get the same error but the X window manager starts properly
a dedicated window (i'm using sdl), in which you should see some
Bios-related messages, then boots on Iso/CD.

I'm not sure vnc in xedn allows empty  password

Regards

Lionel F.

2008/2/6, Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>:
> Hi,
>
> I don't use ubuntu, so I'm not sure,
> but do you find vncport around 5900+?
>
> If you can use xenstore-ls, please try the below.
> # xenstore-ls / | grep vnc
>
> Best Regards,
>
> Akio Takebe
>
> >Hi,
> >
> >
> >
> >i'm a little bit stuck here with creating a HVM-Windows (w2k3) Guest
> >under Xen 3.1.
> >
> >I'm using ubuntu 7,10 with a 2.6.22.16-xen-patched kernel which seems to
> >be stable for single cpu-linux guests. Cpu is a Q6600 and XD,VT and VT-d
> >is enabled in the bios.
> >
> >
> >
> >When i create the windows guest with 'xm create w2k3 -c"  (conf below)
> >
> >I get:
> >
> > "Started domain w2k3
> >
> >xenconsole: Could not read tty from store: No such file or directory"
> >
> >
> >
> >i think i'm fine wiht that coz there is no tty in windows ?! ;)
> >
> >
> >
> >so i do a netstat -lpn to search for the vnc-port to connect to, but
> >there isn't one ?!?!
> >
> >in xm top the w2k3-domU takes 99% cpu load
> >
> >the logfiles doesn't show anything unusual.. any ideas ??
> >
> >
> >
> ><<</etc/xen/w2k3
> >
> >kernel = "/usr/lib/xen-ioemu-3.1/boot/hvmloader"
> >
> >
> >builder= 'hvm'
> >
> >
> >memory = 1024
> >
> >
> >shadow_memory = 8
> >
> >
> >name = "w2k3"
> >
> >
> >vcpus=2
> >
> >
> >vif = [ 'type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0,
> >model=ne2k_pci' ]
> >
> >
> >disk = [ 'phy:store/windows-test,hda,w',
> >'file:/mnt/store/backup/wide032a01.iso,hdc:cdrom,r']
> >
> >
> >device_model = "/usr/lib/xen-ioemu-3.1/bin/qemu-dm"
> >
> >
> >boot="d"
> >
> >
> >sdl=0
> >
> >
> >vnc=1
> >
> >
> >vnclisten="0.0.0.0"
> >
> >
> >vncconsole=1
> >
> >
> >vncpasswd=''
> >
> ><<<
> >
> >
> >
> >
> >Thanx
> >
> >
> >-------------------------------text/plain-------------------------------
> >_______________________________________________
> >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
>


-- 

Pas de spam/publicité/loterie sur cette messagerie, merci
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>