|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Starting my first HVM
I
think, You should have
sdl=1
If
You want to see the locally opened window (like in x-windows) – machine
with Your configuration would be accessible only via vnc client because you
have only
vnc=1
with
regards, Archie
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of John Morris
Sent: Wednesday, July 11, 2007 3:41 PM
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Starting my first HVM
Hi all.
I have xen running, and am now trying to get my first HVM up and running.
Here is my config file:
#######################################################################
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 1536
name = "w2k3-001"
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk= [ 'phy:/dev/xenimages/lvol0,hda,w' ,
'file:/var/images/win.iso,hdc:cdrom,r' ]
device_model = '/usr/lib/xen/bin/qemu-dm'
boot="d"
sdl=0
vnc=1
apic=0
acpi=0
pae=1
vcpus=1
on_crash = 'restart'
on_reboot = 'restart'
#######################################################################
When I run xm create -f win.hvm, the
output is:
Using config file "./win.hvm".
Started domain w2k3-001
But I never get a new window with my new domain in it.
Any help?
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|