|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Windows 2003 Server installation fails
Try something like:
vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncdisplay=4,vncpasswd=lolz' ]
in the config.
-Ray
On Tue, Jul 1, 2008 at 7:30 PM, Steffen Heil < lists@xxxxxxxxxxxxxxx> wrote:
Hi
I am trying to boot a HVM domain for the very first time without a GUI.
My config is as follows (64bit ubuntu hardy dom0):
kernel = '/usr/lib/xen/boot/hvmloader'
builder = 'hvm'
memory = '512'
device_model='/usr/lib/xen/bin/qemu-dm'
#disk = [
'phy:raid/windows,ioemu:hda,w','file:/root/w2k3.iso,ioemu:hdc:cdrom,r' ]
disk = [ 'phy:/dev/raid/windows,ioemu:hda,w' ]
cdrom = '/root/w2k3.iso'
name = 'windows'
vif = ['type=ioemu,mac=00:16:3e:00:00:08,ip=78.46.250.160/32']
boot='d'
vnc=1
vncviewer=0
It says:
Using config file "./windows.conf".
S tarted domain windows
But this is wrong. The domain is NOT running.
The only thing I can find in the logs is:
# cat /var/log/xen/qemu-dm-22.log
...
xs_read(): vncpasswd get error.
/vm/24f1fde3-dcb5-4720-26d0-b0335585e708/vncpasswd.
...
What can I do? Where can I start searching?
Regards,
Steffen
_______________________________________________
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
|
|
|
|
|