Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: xen novice problem



OK, I'm definitely in newbie mode today.

Following the guidelines in 
http://wiki.netbsd.se/How_to_set_up_a_guest_OS_using_xen3 and trying 
to create dom1

test# xm create dom1 -c
Using config file "/etc/xen/dom1".
Started domain dom1
vcpu0: Intel Core 2 (Merom) (686-class), 2327.49 MHz, id 0x6fb
vcpu0: features 
bfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR>
vcpu0: features bfebfbff<PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX>
vcpu0: features bfebfbff<FXSR,SSE,SSE2,SS,HTT,TM,SBF>
vcpu0: features2 e3fd<SSE3,MONITOR,DS-CPL,VMX,SMX,EST,TM2,xTPR,PDCM>
vcpu0: "Intel(R) Core(TM)2 Duo CPU     E6550  @ 2.33GHz"
vcpu0: I-cache 32 KB 64B/line 8-way, D-cache 32 KB 64B/line 8-way
vcpu0: L2 cache 4 MB 64B/line 16-way
vcpu0: ITLB 128 4 KB entries 4-way
vcpu0: using thermal monitor 1
vcpu0: 64 page colors
debug virtual interrupt using event channel 3
xenbus0 at hypervisor0: Xen Virtual Bus Interface
xencons0 at hypervisor0: Xen Virtual Console Driver
xencons0: console major 143, unit 0
xencons0: using event channel 2
npx0 at hypervisor0: using exception 16
timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
Xen clock: using event channel 4
timecounter: Timecounter "xen_system_time" frequency 1000000000 Hz 
quality 10000
Kernelized RAIDframe activated
md0: internal 5000 KB image area
xenbus0: using event channel 1
xbd0 at xenbus0 id 3: Xen Virtual Block Device Interface
xbd0: using event channel 5
xbd1 at xenbus0 id 4: Xen Virtual Block Device Interface
xbd1: using event channel 6
xennet0 at xenbus0 id 0: Xen Virtual Network Interface
xennet0: MAC address 00:16:3e:1a:66:c7
xennet0: using event channel 7
unknown type console at xenbus0 id 0 not configured
xbd1: 245 MB, 512 bytes/sect x 502176 sectors
unknown type console at xenbus0 id 0 not configured
unknown type console at xenbus0 id 0 not configured
 


Gets to this point and then just sits there until I eventually "xm 
destroy dom1"

/etc/xen/dom1 is:

kernel = "/var/SAVE/binary/kernel/netbsd-INSTALL_XEN3_DOMU.gz"
#kernel = "/netbsd-XEN3_DOMU"
memory = 256
name = "dom1"
#vcpus = 1
disk = [ 'phy:/dev/wd0h,0x03,w','file:/var/SAVE/i386cd.iso,0x04,r' ]
vif = [ 'bridge=bridge0' ]
root = "/dev/wd0d"


Suggestions?

cheers
mark



Home | Main Index | Thread Index | Old Index