Ok. I get an error while trying to boot a
stubdomain HVM.
Boot messages are below and the error
messages in them are highlighted in RED.
HVM configuration file contents are also
mentioned below after the boot messages.
======================================================================
Using config file
"./sample.hvm-stubdomain".
Started domain sample_stubdomain.hvm
Path changed
backend/vfs/exports/requests/23/0/frontend
Handling connection from dom=23, for
export=0
Frontend found at:
/local/domain/23/device/vfs/0 (gref=1790, evtchn=4)
Our own dom_id=0
Starting a thread for mount: 20
Awaiting next connection.
Path changed
backend/vfs/exports/requests/23/0/frontend
Awaiting next connection.
Xen Minimal OS!
start_info: 0x53f000
nr_pages: 32768
shared_inf: bfd4c000
pt_base:
0x542000 mod_start: 0x0
mod_len: 0
flags: 0x0
cmd_line:
stack: 0x4bda40-0x4dda40
MM: Init
_text: 0x0
_etext: 0xce90d
_erodata:
0x10f000
_edata: 0x11e280
stack start: 0x4bda40
_end: 0x4fe350
start_pfn: 54c
max_pfn: 8000
Mapping memory range 0x800000 - 0x8000000
setting 0x0-0x10f000 readonly
skipped 0x1000
MM: Initialise page allocator for
588000(588000)-8000000(8000000)
MM: done
Demand map pfns at 8001000-2008001000.
Heap resides at 2008002000-4008002000.
Initialising timer interface
Initialising console ... done.
gnttab_table mapped at 0x8001000.
Initialising scheduler
Thread "Idle": pointer:
0x2008002010, stack: 0x5d0000
Initialising xenbus
Thread "xenstore": pointer:
0x20080027c0, stack: 0x5e0000
Dummy main: start_info=0x4ddb40
Thread "main": pointer:
0x2008002f70, stack: 0x5f0000
[main] Waiting for network.
************************ NETFRONT for
device/vif/0 **********
net TX ring size 256
net RX ring size 256
Failed to read device/vif/0/backend-id.
init_netfront: backend/mac failed
[main] IP 0 netmask 0 gateway 0.
[main] TCP/IP bringup begins.
Thread "tcpip_thread": pointer:
0x2008003920, stack: 0x610000
[tcpip_thread] TCP/IP bringup ends.
[main] Network is ready.
Initing FS fronend(s).
FS export [dom=0, id=0] found
Initialising FS fortend to backend dom 0
Allocating request array for import 0,
nr_entries = 128.
Our own id is 24
Path changed
backend/vfs/exports/requests/24/0/frontend
Handling connection from dom=24, for export=0
Frontend
found at: /local/domain/24/device/vfs/0 (gref=1790, evtchn=4)
Our own dom_id=0
Starting a thread for mount: 21
Awaiting
next connection.
Path changed backend/vfs/exports/requests/24/0/frontend
Awaiting
next connection.
Backend found at /local/domain/0/backend/vfs/21
Backend ready.
Failed to read target.
Couldn't read target
Do_exit called!
base is 0x5ffef8 caller is 0xa1676
base is 0x5fff18 caller is 0xa2b83
base is 0x5fffe8 caller is 0x33da
=======================================================================================================
Stubdomain Configuration contents are
======================================
kernel =
"/usr/lib/xen/boot/ioemu-stubdom.gz"
memory = 128
name = "sample_stubdomain.hvm"
vif = [ 'type=ioemu, bridge=xenbr0' ]
device_model =
'/usr/lib/xen/bin/stubdom-dm'
vnc=1
vncconsole=0
vncpasswd=''
stdvga=0
=======================================
Any clues?
From:
xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx]
On Behalf Of Kumar, Venkat
Sent: Thursday, June 18, 2009
12:26 PM
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] How to create
a HVM stubdomain
I went through stubdomain README to create a HVM stubdomain and the
README has mentioned about install.iso
Where can I find this installable HVM image?
Thx,
Venkat