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] cant connect to my windows xp domU

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] cant connect to my windows xp domU
From: "Martin Courtial" <martin.courtial@xxxxxxx>
Date: Mon, 16 Aug 2010 16:05:31 +0200
Delivery-date: Mon, 16 Aug 2010 07:10:30 -0700
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
Thread-index: Acs9TBaqZk9/KUIaQESdHwgFQz7EbA==

Hi,

 

after my updatet my bios on my msi 7309 v1.3 my amd athlon 7550 is now supporting svm. Xm dmesg lists “(XEN) AMD SVM: SVM enabled”.

 

Iam running debian, uname –r prints “2.6.26-2-xen-686”.

 

Xm list prints:

Name                                        ID   Mem VCPUs      State   Time(s)

Domain-0                                     0  1172     2     r-----    373.6

 

Now iam trying to get a Windows XP domU running, I copied the winxp sp3 cd to an iso file.

 

Heres my domu config file:

 

 

-----------------------------------------------------

 

 

fileserver:~# cat /etc/xen/win01.cfg

kernel = '/usr/lib/xen-3.2-1/boot/hvmloader'

builder = 'hvm'

memory = '768'

device_model = '/usr/lib/xen-3.2-1/bin/qemu-dm'

#shadow_memory = 8

 

# Disks

#disk = [ 'file:/mnt/raid/xen_win/disk.img,hda,w', 'file:/home/fileserver/work/w                                                                                        inxpsp3.iso,hdc:cdrom,r' ]

#disk = [ 'file:/mnt/raid/xen_win/disk.img,hda,w', 'phy:/dev/hda,hdc:cdrom,r' ]

disk = [ 'file:/home/xen/domains/win01/disk.img,hda,w', 'file:/home/xen/winxp.is                                                                                        o,hdc:cdrom,r' ]

 

 

# Hostname

name = 'win01'

 

# Networking

vif = ['type=ioemu, bridge=xenbr0']

 

boot = 'dc'

sdl=0

vnc=1

vncconsole=1

vncpasswd=''

vncviewer=1

stdvga=0

serial='pty'

usbdevice='tablet'

 

-----------------------------------------------------

 

The disk.img file I 8192mb, created with dd dev zero …

 

Now, when I create the domain, everything looks fine:

 

fileserver:~# xm create win01.cfg

Using config file "/etc/xen/win01.cfg".

VNC= 1

Started domain win01

fileserver:~# xm list

Name                                        ID   Mem VCPUs      State   Time(s)

Domain-0                                     0  1172     2     r-----    376.8

win01                                        6   768     1     ------      0.0

fileserver:~#

 

Out of 0s running time. And iam also unable to connect to the vncserver, on any IP.

I also tried the vnclisten=’0.0.0.0’ option but no luck.

 

I feel like the domain is running but I just cant connect to it, drives me crazy :p

 

I also tried sdl=1 and vnc=0, as well no window appears.

 

Thanks in advance.

 

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