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] [HVM] Creating a HVM domain failed

To: "xen-users" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] [HVM] Creating a HVM domain failed
From: "Y. D." <duyuyang@xxxxxxxxx>
Date: Mon, 24 Nov 2008 20:18:14 +0800
Delivery-date: Mon, 24 Nov 2008 04:18:47 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=slDFxnpjQisOWNhZuNX5G1C8zAw6IUWVN7N3/ohQFpY=; b=CBf2mA5DlM9VYstjIbYG0XNCTdWbIulQ3Y/jCivlPu7SLnzywEiZ73UUN0Ul1t9QHD LN0QbVVh4A3uzTQbPcj/RlYOQfKyE/l/3icuteoC4sSc6Sa4+9JyiSwH2w2ICg0PX0PD Wa5+UyB5kuF4zZrfek94PECNWWzsE6jb+7Rgw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; b=cTmQ5caB0O8eEwgZeqU1j24yQ3lg3NXSNDOtU3De4+OSiu9LlckGSr+83Z4jfVtR0Y WgYSiLUuKVRfBMA/XnXjGTg+hoRfSku30X6RcKCqAvpLQzSxSmGrLJzd89TLd6W2npjr G3aIsGlWy1oFgOTX7O4QNho/VpzI9Xanm9MyY=
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
Hi,

I am trying creating a hvm domain to install debian4 with an ISO file installer.
The system is xen-3.3.0 + dom0 generic pv kernel 2.6.18.8 with gnome.
I entered command: xm create dom.hvm.conf, the console outputs:

Using config file "./dom3.hvm.conf".
Started domain dom3

Nothing else happened thereafter. I really don't know what is wrong and what I 
should do.

My hvm configuration 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/hvmloader"
builder='hvm'
memory = 512
name = "dom3"
vcpus=1
vif = [ 'type=ioemu' ]
disk = [ 'phy:sdb9,hda,w', 
'file:/home/dyy/dom3/debian-40r5-i386-netinst.iso,hdc:cdrom,r' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
sdl=1
opengl=1
vnc=1
vncpasswd=''
stdvga=0
serial='pty'

Thanks in advance,
Shawn


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] [HVM] Creating a HVM domain failed, Y. D. <=