I am having trouble getting the centos boot image I downloaded from
jailtime.org to work. We are running xen 3.1 on suse 10.3 No problems
getting the xen kernel and Domain-0 is running. However, the boot
process always stops on EXT3-fs: mounted filesystem with ordered data
mode. It just hangs after that. Any help on how to make the image boot
would be appreciated.
Xen Status:
xen:/home/admin # xm list
Name ID Mem VCPUs State
Time(s)
Domain-0 0 2779 4 r----- 1083.1
centos 43 256 1 -b---- 1.2
Image File:
xen:/home/admin # file centos.5-2.img
centos.5-2.img: Linux rev 1.0 ext3 filesystem data (needs journal
recovery) (large files)
Config File:
xen:/home/admin # cat /etc/xen/vm/centos.cfg
kernel = "/boot/vmlinuz-xen"
ramdisk = "/boot/initrd-xen"
memory = 256
name = "centos"
device_model=''/usr/lib/xen/bin/qemu-dm''
vif = [ '''' ]
dhcp = "dhcp"
disk = [''file:/home/admin/centos.5-2.img,sda1,w'']
root = "/dev/sda1 ro"
Full console below:
xen:/home/admin # xm create centos.cfg -c
Using config file "/etc/xen/vm/centos.cfg".
Started domain centos
Linux version 2.6.22.18-0.2-xen (geeko@buildhost) (gcc version 4.2.1
(SUSE Linux)) #1 SMP 2008-06-09 13:53:20 +0200
Reserving virtual address space above 0xfc000000
BIOS-provided physical RAM map:
Xen: 0000000000000000 - 0000000010800000 (usable)
0MB HIGHMEM available.
264MB LOWMEM available.
Zone PFN ranges:
DMA 0 -> 67584
Normal 67584 -> 67584
HighMem 67584 -> 67584
early_node_map[1] active PFN ranges
0: 0 -> 67584
ACPI in unprivileged domain disabled
Allocating PCI resources starting at 20000000 (gap: 10800000:ef800000)
Built 1 zonelists. Total pages: 67056
Kernel command line: root=/dev/sda1 ro ip=:::::eth0:dhcp
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 2048 (order: 11, 8192 bytes)
Xen reported: 3000.104 MHz processor.
Console: colour dummy device 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Software IO TLB disabled
vmalloc area: d1000000-fb7fe000, maxmem 34000000
Memory: 246144k/270336k available (1731k kernel code, 15688k reserved,
719k data, 176k init, 0k highmem)
virtual kernel memory layout:
fixmap : 0xfbd37000 - 0xfbfff000 (2848 kB)
pkmap : 0xfb800000 - 0xfbc00000 (4096 kB)
vmalloc : 0xd1000000 - 0xfb7fe000 ( 679 MB)
lowmem : 0xc0000000 - 0xd0800000 ( 264 MB)
.init : 0xc036b000 - 0xc0397000 ( 176 kB)
.data : 0xc02b0d5d - 0xc0364c78 ( 719 kB)
.text : 0xc0100000 - 0xc02b0d5d (1731 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 6005.25 BogoMIPS
(lpj=12010514)
Security Framework v1.0.0 initialized
Mount-cache hash table entries: 512
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 2048K
Compat vDSO mapped to fbffe000.
Checking ''hlt'' instruction... OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 11k freed
Unpacking initramfs... done
Freeing initrd memory: 9428k freed
Brought up 1 CPUs
NET: Registered protocol family 16
Brought up 1 CPUs
PCI: Fatal: No config space access function found
PCI: setting up Xen PCI frontend stub
ACPI: Interpreter disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI: disabled
xen_mem: Initialising balloon driver.
Setting mem allocation to 262144 kiB
PCI: System does not support PCI
PCI: System does not support PCI
Time: xen clocksource has been installed.
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
TCP established hash table entries: 16384 (order: 5, 196608 bytes)
TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
TCP: Hash tables configured (established 16384 bind 16384)
TCP reno registered
audit: initializing netlink socket (disabled)
audit(1222967392.733:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
rtc: IRQ 8 is not free.
Floppy drive(s): fd0 is unknown type 15 (usb?), fd1 is unknown type 15
(usb?)
Failed to obtain physical IRQ 6
floppy0: Unable to grab DMA2 for the floppy driver
floppy0: no floppy controllers found
xencons_init: Initializing xen vfb; pass xencons=tty to prevent this
Xen virtual console successfully installed as xvc0
Event-channel device installed.
PNP: No PS/2 controller found. Probing ports directly.
i8042.c: No controller found.
mice: PS/2 mouse device common for all mice
NET: Registered protocol family 1
Using IPI No-Shortcut mode
XENBUS: Device with no driver: device/vbd/2049
XENBUS: Device with no driver: device/vif/0
XENBUS: Device with no driver: device/console/0
Freeing unused kernel memory: 176k freed
thermal: Unknown symbol acpi_processor_set_thermal_limit
SCSI subsystem initialized
Adaptec aacraid driver 1.1-5[2447]-ms
BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
EDD information not available.
netfront: Initialising virtual ethernet driver.
netfront: device eth0 has copying receive path.
xen-vbd: registered block device major 8
blkfront: sda1: barriers enabled
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users