|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Guest Domain: Windows x64
Hello,
I'm trying to start Windows x64, but I get more errors:
root@erasmus:/home/tc# xm list
Name
ID Mem(MiB) VCPUs State Time(s)
Domain-0
0 1460 2
r----- 25.5
root@erasmus:/home/tc# xm create /etc/xen/xm_win_x64 -c
Using config file "/etc/xen/xm_win_x64".
VNC= 1
VNC viewer version 3.3.7 - built Sep 27 2005 12:10:30
Copyright (C) 2002-2003 RealVNC Ltd.
Copyright (C) 1994-2000 AT&T Laboratories Cambridge.
See http://www.realvnc.com for information on VNC.
vncviewer -listen: Listening on port 11001 (flash port 10901)
vncviewer -listen: Command line errors are not reported until a connection comes in.
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 45 (X_OpenFont)
Serial number of failed request: 8
Current serial number in output stream: 8
Started domain Windows64
xenconsole: Could not read tty from store: No such file or directory
root@erasmus:/home/tc#
What is happening with X? And what does the xenconsole error mean?
The configuration file is:
import os, re
arch = os.uname()[4]
if re.search('64', arch):
arch_libdir = 'lib64'
else:
arch_libdir = 'lib'
kernel = "/usr/lib/xen/boot/vmxloader"
builder='vmx'
memory = 2000
name = "Windows64"
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [ 'file:/var/images/min-el3-i386.img,ioemu:hda,w' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
sdl=0
vnc=1
vncviewer=1
ne2000=0
My system:
P D 920, 4GB RAM, sda: windows x64 bootable, sdb: linux+xen, grub with usb-hdd
root@erasmus:/home/tc# uname -a
Linux erasmus 2.6.12.6-xen0 #6 SMP Wed Mar 8 21:42:55 CET 2006 x86_64 GNU/Linux
Thank you!
Regards,
Tommaso
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-users] Guest Domain: Windows x64,
Tommaso Cereghetti <=
|
|
|
|
|