Код: Выделить всё
kernel = "/boot/vmlinuz-2.6.26-2-xen-686"
memory = "256"
name = "dvm0"
vif = ['mac=00:1c:25:0c:b7:d8, bridge=br0']
dhcp = "dhcp"
disk = ['file:/xen/images/dvm0.img,hda1,w']
root = "/dev/hda1 ro"При попытке запустить гостевую ОС
Код: Выделить всё
xm create -c dvm0Код: Выделить всё
Started domain dvm0
[ 0.004000] Software IO TLB disabled
[ 0.004000] Memory: 255480k/270336k available (1845k kernel code, 6656k reserved, 741k data, 196k init, 0k highmem)
[ 0.004000] virtual kernel memory layout:
[ 0.004000] fixmap : 0xf5555000 - 0xf57ff000 (2728 kB)
[ 0.004000] pkmap : 0xf5000000 - 0xf5200000 (2048 kB)
[ 0.004000] vmalloc : 0xd1000000 - 0xf4ffe000 ( 575 MB)
[ 0.004000] lowmem : 0xc0000000 - 0xd0800000 ( 264 MB)
[ 0.004000] .init : 0xc038f000 - 0xc03c0000 ( 196 kB)
[ 0.004000] .data : 0xc02cd44e - 0xc03868a0 ( 741 kB)
[ 0.004000] .text : 0xc0100000 - 0xc02cd44e (1845 kB)
[ 0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.352028] Calibrating delay using timer specific routine.. 6123.39 BogoMIPS (lpj=12246792)
[ 0.352074] Security Framework initialized
[ 0.352084] SELinux: Disabled at boot.
[ 0.352092] Capability LSM initialized
[ 0.352112] Mount-cache hash table entries: 512
[ 0.352263] Initializing cgroup subsys ns
[ 0.352273] Initializing cgroup subsys cpuacct
[ 0.352279] Initializing cgroup subsys devices
[ 0.352318] CPU: Trace cache: 12K uops, L1 D cache: 16K
[ 0.352327] CPU: L2 cache: 512K
[ 0.352344] Checking 'hlt' instruction... OK.
[ 0.352903] SMP alternatives: switching to UP code
[ 0.389400] Freeing SMP alternatives: 16k freed
[ 0.389550] Brought up 1 CPUs
[ 0.392744] net_namespace: 660 bytes
[ 0.393020] NET: Registered protocol family 16
[ 0.395403] Brought up 1 CPUs
[ 0.395430] PCI: Fatal: No config space access function found
[ 0.395437] PCI: setting up Xen PCI frontend stub
[ 0.396436] ACPI: Interpreter disabled.
[ 0.396450] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.396494] pnp: PnP ACPI: disabled
[ 0.397050] suspend: event channel 7
[ 0.397548] xen_mem: Initialising balloon driver.
[ 0.399844] PCI: System does not support PCIПосле этого никаких действий не происходит.