[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] Starting my first HVM
- To: "Artur Linhart - Linux communication" <AL.LINUX@xxxxxxxxxxx>
- From: "John Morris" <frankenbean@xxxxxxxxx>
- Date: Wed, 11 Jul 2007 10:56:52 -0400
- Cc: xen-users@xxxxxxxxxxxxxxxxxxx
- Delivery-date: Wed, 11 Jul 2007 07:54:43 -0700
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=eCtaA4dNpL+I4ww0QptamxZNRgGqKW0nAsJUssqfbFtzyoMkQz6UTZgkKGHEmPzu1kKj7Sa0p2Zaopvizlykcp1L3lGrNtXC5kBrvYIGsqtrt6R84q8UwzGe08//84kuk+aoWisMHM1Mwfaa2AuG9uedAr98q+Qftbkxvot6TdM=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
Excellent, that did the trick.
Now, though, I'm running into another problem. When I start the network bridge I receive the error, "Either dev is duplicate or "0" is a garbage., and I can't get out past my local IP address. Any ideas on that?
On 7/11/07, Artur Linhart - Linux communication <AL.LINUX@xxxxxxxxxxx> wrote:
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
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
|