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

[Xen-users] Windows DomU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Windows DomU
From: Net Warrior <netwarrior863@xxxxxxxxx>
Date: Thu, 01 Jul 2010 18:14:25 -0300
Delivery-date: Thu, 01 Jul 2010 14:16:07 -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 :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=I+zM+EZTLwvUPL2jtRoMiljX3c8z3Ej1N6vMygRYqHY=; b=FednQkK3DHTncBzWTGYkC8sBv5v42F7FVMxmSUQiwJSSWdPWL32rhzX3unItW4u6DN mAJxSwYcUfLahwQhVKUJtdhP91hJGmg6Ye6Bzuq0FqKNmMSBMecQ79kMk9D7F80j78WS 60eM8+P1G9Q9OqcTteH3o74+KwxcmJajTVLmY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=VR4WNnQGmwophOnsRx4AuWsM78HYrtzxam4SVWd79Usp4KTGP9tJwd7jlqb4uJ8Qp+ L2jUYq9YVniU5TeIXpy4sRTf/kniA8MXJJRwVpefBcSFvh6YW8Ga227aQE71hiJuAV6/ kiPXfWLW/sYZq3ZyvSmms3sZ02+yJpJWafmuk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100625 Thunderbird/3.0.5
Hi there.

I'm trying to create a window guest, but do not know what's going on,
here is my config.
To leve it clear , my Dom0 is a 64 bits Dom0, the windows version I'm
trying to install is 32 bits, do not know
if that's the problem.

kernel = "/usr/lib64/xen/boot/hvmloader"
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [ 'phy:/dev/hda,hda,w', 'phy:/dev/sda,hdc:cdrom,r' ]
device_model = 'qemu-dm'
boot="dc"
sdl=0
opengl=0
vnc=1
vnclisten="127.0.0.1"
vncdisplay=1
vncunused=1

If I change sdl for vnc I can see for a second the windows and then it
closes,

This log is using sdl
tail -f /var/log/xen/qemu-dm-WinKK.log

medium change watch on `hdc' (index: 1): /dev/sda
Log-dirty: no command yet.
xs_read(/local/domain/30/log-throttling): read error
qemu: ignoring not-understood drive `/local/domain/30/log-throttling'
medium change watch on `/local/domain/30/log-throttling' - unknown
device, ignored
I/O request not ready: 0, ptr: 0, port: e9, data: 72, count: 1, size: 1
cirrus vga map change while on lfb mode
mapping vram to f0000000 - f0400000
platform_fixed_ioport: changed ro/rw state of ROM memory area. now is rw
state.
platform_fixed_ioport: changed ro/rw state of ROM memory area. now is ro
state.

Now using vnc

xm create winkk -c
Using config file "./winkk".
Error: Domain 'WinKK' does not exist.

tail -f /var/log/xen/xend.log
[2010-07-01 18:08:14 4350] DEBUG (DevController:139) Waiting for devices
irq.
[2010-07-01 18:08:14 4350] DEBUG (DevController:139) Waiting for devices
vfb.
[2010-07-01 18:08:14 4350] DEBUG (DevController:139) Waiting for devices
pci.
[2010-07-01 18:08:14 4350] DEBUG (DevController:139) Waiting for devices
vusb.
[2010-07-01 18:08:14 4350] DEBUG (DevController:139) Waiting for devices
vtpm.
[2010-07-01 18:08:14 4350] ERROR (XendDomain:1209) domain_unpause
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomain.py", line
1198, in domain_unpause
    raise XendInvalidDomain(str(domid))
XendInvalidDomain: <Fault 3: 'WinKK'>

xm list
Name                                        ID   Mem VCPUs      State  
Time(s)
Domain-0                                     0  2809     4     r-----  
3181.9


When  I fire the command I get the following and nothing else, I see no
installation screen, and if I type the command again
the id= increases.

netwarrior xen # xm create winkk -c
Using config file "./winkk".
Started domain WinKK (id=29)
netwarrior xen #

netwarrior xen # xm vncviewer WinKK   
Error: Domain 'WinKK' does not exist.
xm vncviewer WinKK

Do I have to have installed a VNC server?


Any help appreciated.
Thanks for your time and support
Regards


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>