Package: linux-image-2.6.32-5-xen-686
Version: 2.6.32-12

Hopefully this is not just user error ...

My root fs is encrypted and I am running grub2. When booting dom0 in Xen, it successfully unlocks the volume, but initrd's /scripts fail. Error messages as follows:

...
mount: cannot read /etc/fstab : No such file or directory
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... mount: mounting /dev on /root/dev failed: No such file or directory
done.
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
Target filesystem doesn't have /sbin/init.
No init found. Try passing init= bootarg
...

And then I'm dumped into BusyBox. From there I can successfully mount the root fs manually (mount -t ext3 /dev/mapper/sdb2_crypt /tmproot).

My related grub.cfg entry is:

menuentry "Debian-Xen GNU/Linux" {
        insmod ext2
        set root='(hd1,1)'
        search --no-floppy --fs-uuid --set (longuuidhere)
        multiboot /xen-3.4-i386.gz
        module  /vmlinuz-2.6.32-5-xen-686 root=/dev/mapper/sdb2_crypt ro
        module  /initrd.img-2.6.32-5-xen-686
}

The kernel log and related dpkg list are attached.
ii  libc6-xen                                                2.10.2-6           
                                 GNU C Library: Shared libraries [Xen version]
ii  libxenstore3.0                                           3.4.3~rc6-1        
                                 Xenstore communications library for Xen
ii  linux-headers-2.6.32-5-common-xen                        2.6.32-12          
                                 Common header files for Linux 2.6.32-5-xen
ii  linux-headers-2.6.32-5-xen-686                           2.6.32-12          
                                 Header files for Linux 2.6.32-5-xen-686
ii  linux-image-2.6.32-5-xen-686                             2.6.32-12          
                                 Linux 2.6.32 for modern PCs, Xen dom0 support
ii  nvidia-kernel-2.6.32-5-xen-686                           190.53-4+2.6.32-12 
                                 NVIDIA binary kernel module for Linux 
2.6.32-5-xen-686
ii  xen-docs-3.4                                             3.4.3~rc6-1        
                                 Documentation for Xen
ii  xen-hypervisor-3.4-i386                                  3.4.3~rc6-1        
                                 The Xen Hypervisor on i386
ii  xen-linux-system-2.6.32-5-xen-686                        2.6.32-12          
                                 Xen system with Linux 2.6.32 on modern PCs
rc  xen-shell                                                1.8-3              
                                 Console based Xen administration utility
ii  xen-utils-3.4                                            3.4.3~rc6-1        
                                 XEN administrative tools
ii  xen-utils-common                                         3.4.2-4            
                                 XEN administrative tools - common files
ii  xenstore-utils                                           3.4.3~rc6-1        
                                 Xenstore utilities for Xen
ii  xenwatch                                                 0.5.4-2            
                                 Virtualization utilities, mostly for Xen
[    0.000000] Reserving virtual address space above 0xf5800000
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-xen-686 (Debian 2.6.32-12) 
(b...@decadent.org.uk) (gcc version 4.3.4 (Debian 4.3.4-10) ) #1 SMP Sat May 1 
08:59:58 UTC 2010
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] xen_release_chunk: looking at area pfn 7662b-7fe70: 0 pages freed
[    0.000000] xen_release_chunk: looking at area pfn 80000-e0000: 0 pages freed
[    0.000000] xen_release_chunk: looking at area pfn f0000-fec00: 0 pages freed
[    0.000000] xen_release_chunk: looking at area pfn fec10-fed00: 0 pages freed
[    0.000000] xen_release_chunk: looking at area pfn fed01-fed14: 0 pages freed
[    0.000000] xen_release_chunk: looking at area pfn fed1a-fed1c: 0 pages freed
[    0.000000] xen_release_chunk: looking at area pfn fed90-fee00: 0 pages freed
[    0.000000] xen_release_chunk: looking at area pfn fee01-ff000: 0 pages freed
[    0.000000] released 0 pages of unused memory
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  Xen: 000000000009f800 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 000000007662b000 (usable)
[    0.000000]  Xen: 000000007fe70000 - 000000007ff00000 (ACPI NVS)
[    0.000000]  Xen: 000000007ff00000 - 0000000080000000 (reserved)
[    0.000000]  Xen: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  Xen: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  Xen: 00000000fed00000 - 00000000fed00400 (reserved)
[    0.000000]  Xen: 00000000fed14000 - 00000000fed1a000 (reserved)
[    0.000000]  Xen: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  Xen: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  Xen: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000] DMI present.
[    0.000000] last_pfn = 0x7662b max_arch_pfn = 0x1000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x50100070406, new 0x7010600070106
[    0.000000] initial memory mapped : 0 - 03bff000
[    0.000000] init_memory_mapping: 0000000000000000-000000002cffe000
[    0.000000] NX (Execute Disable) protection: active
[    0.000000]  0000000000 - 002cffe000 page 4k
[    0.000000] kernel direct mapping tables up to 2cffe000 @ 100000-26d000
[    0.000000] RAMDISK: 01647000 - 02f7ac00
[    0.000000] ACPI: RSDP 000f7c60 00024 (v02 HP    )
[    0.000000] ACPI: XSDT 7fe7b4a5 0007C (v01 HPQOEM SLIC-MPC 06040000  LTP 
00000000)
[    0.000000] ACPI: FACP 7fe83d6e 000F4 (v03 INTEL  CALISTGA 06040000 ALAN 
00000001)
[    0.000000] ACPI: DSDT 7fe7c75d 0759D (v01 HP     30BD     06040000 MSFT 
0100000E)
[    0.000000] ACPI: FACS 7fe84fc0 00040
[    0.000000] ACPI: APIC 7fe83e62 00068 (v01 HP     30BD     06040000 LOHR 
0000005A)
[    0.000000] ACPI: HPET 7fe83eca 00038 (v01 HP     30BD     06040000 LOHR 
0000005A)
[    0.000000] ACPI: MCFG 7fe83f02 0003C (v01 HP     30BD     06040000 LOHR 
0000005A)
[    0.000000] ACPI: TCPA 7fe83f3e 00032 (v01 HP     30BB     06040000  PTL 
00000001)
[    0.000000] ACPI: APIC 7fe83f70 00068 (v01 HP     30BD     06040000  LTP 
00000000)
[    0.000000] ACPI: BOOT 7fe83fd8 00028 (v01 HP     30BD     06040000  LTP 
00000001)
[    0.000000] ACPI: SSDT 7fe7c553 0020A (v01  HP    30BD     00001000 INTL 
20050624)
[    0.000000] ACPI: SSDT 7fe7baad 0025F (v01 HP     30BD     00003000 INTL 
20050624)
[    0.000000] ACPI: SSDT 7fe7ba07 000A6 (v01 HP     30BD     00003000 INTL 
20050624)
[    0.000000] ACPI: SSDT 7fe7b521 004E6 (v01 HP     30BD     00003000 INTL 
20050624)
[    0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[    0.000000] ACPI: If "acpi_apic_instance=2" works better, notify 
linux-a...@vger.kernel.org
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1174MB HIGHMEM available.
[    0.000000] 719MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 2cffe000
[    0.000000]   low ram: 0 - 2cffe000
[    0.000000]   node 0 low ram: 00000000 - 2cffe000
[    0.000000]   node 0 bootmap 00007000 - 0000ca00
[    0.000000] (10 early reservations) ==> bootmem [0000000000 - 002cffe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 
- 0000001000]
[    0.000000]   #1 [0003156000 - 0003175000]   XEN PAGETABLES ==> [0003156000 
- 0003175000]
[    0.000000]   #2 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 
- 0000002000]
[    0.000000]   #3 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 
- 0000007000]
[    0.000000]   #4 [0001000000 - 0001521ed4]    TEXT DATA BSS ==> [0001000000 
- 0001521ed4]
[    0.000000]   #5 [0001647000 - 0002f7ac00]          RAMDISK ==> [0001647000 
- 0002f7ac00]
[    0.000000]   #6 [0002f7b000 - 0003156000]   XEN START INFO ==> [0002f7b000 
- 0003156000]
[    0.000000]   #7 [0001522000 - 0001522124]              BRK ==> [0001522000 
- 0001522124]
[    0.000000]   #8 [0000100000 - 000024d000]          PGTABLE ==> [0000100000 
- 000024d000]
[    0.000000]   #9 [0000007000 - 000000d000]          BOOTMAP ==> [0000007000 
- 000000d000]
[    0.000000] found SMP MP-table at [c00f7d10] f7d10
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x0002cffe
[    0.000000]   HighMem  0x0002cffe -> 0x0007662b
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007662b
[    0.000000] On node 0 totalpages: 484810
[    0.000000] free_area_init_node: node 0, pgdat c13e2600, node_mem_map 
c3175000
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3967 pages, LIFO batch:0
[    0.000000]   Normal zone: 1408 pages used for memmap
[    0.000000]   Normal zone: 178814 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2349 pages used for memmap
[    0.000000]   HighMem zone: 298240 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 0, address 0xfec00000, GSI 0-0
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ERROR: Unable to locate IOAPIC for GSI 2
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ERROR: Unable to locate IOAPIC for GSI 9
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 256
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 80000000 (gap: 
80000000:60000000)
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 3.4.3-rc6 (preserve-AD) (dom0)
[    0.000000] NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 15 pages/cpu @c4051000 s37496 r0 d23944 u65536
[    0.000000] pcpu-alloc: s37496 r0 d23944 u65536 alloc=16*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] trying to map vcpu_info 0 at c4052010, mfn 7ee52, offset 16
[    0.000000] cpu 0 using vcpu_info at c4052010
[    0.000000] trying to map vcpu_info 1 at c4062010, mfn 7ee62, offset 16
[    0.000000] cpu 1 using vcpu_info at c4062010
[    0.000000] Xen: using vcpu_info placement
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 481021
[    0.000000] Kernel command line: ro rootfstype=ext3
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] DMA: Placing 64MB software IO TLB between c4135000 - c8135000
[    0.000000] DMA: software IO TLB at phys 0x4135000 - 0x8135000
[    0.000000] xen_swiotlb_fixup: buf=c4135000 size=67108864
[    0.000000] xen_swiotlb_fixup: buf=c8195000 size=32768
[    0.000000] Initializing HighMem for node 0 (0002cffe:0007662b)
[    0.000000] Memory: 1821760k/1939628k available (2598k kernel code, 116532k 
reserved, 1418k data, 396k init, 1202356k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xf5556000 - 0xf57ff000   (2724 kB)
[    0.000000]     pkmap   : 0xf5000000 - 0xf5200000   (2048 kB)
[    0.000000]     vmalloc : 0xed7fe000 - 0xf4ffe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xecffe000   ( 719 MB)
[    0.000000]       .init : 0xc13ed000 - 0xc1450000   ( 396 kB)
[    0.000000]       .data : 0xc1289ae5 - 0xc13ec310   (1418 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1289ae5   (2598 kB)
[    0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 
Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:1536
[    0.000000] xen: --> irq=0
[    0.000000] xen: --> irq=1
[    0.000000] xen: --> irq=2
[    0.000000] xen: --> irq=3
[    0.000000] xen: --> irq=4
[    0.000000] xen: --> irq=5
[    0.000000] xen: --> irq=6
[    0.000000] xen: --> irq=7
[    0.000000] xen: --> irq=8
[    0.000000] xen: --> irq=9
[    0.000000] xen: --> irq=10
[    0.000000] xen: --> irq=11
[    0.000000] xen: --> irq=12
[    0.000000] xen: --> irq=13
[    0.000000] xen: --> irq=14
[    0.000000] xen: --> irq=15
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] xen: sci override: source_irq=9 global_irq=9 trigger=c polarity=1
[    0.000000] xen: registering gsi 9 triggering 0 polarity 0
[    0.000000] xen_allocate_pirq: returning irq 9 for gsi 9
[    0.000000] xen: --> irq=9
[    0.000000] Already setup the GSI :9
[    0.000000] xen: acpi sci 9
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Xen: using vcpuop timer interface
[    0.000000] installing Xen timer for CPU 0
[    0.000000] Detected 1995.736 MHz processor.
[    0.004000] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 3991.47 BogoMIPS (lpj=7982944)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] Mount-cache hash table entries: 512
[    0.004000] Initializing cgroup subsys ns
[    0.004000] Initializing cgroup subsys cpuacct
[    0.004000] Initializing cgroup subsys devices
[    0.004000] Initializing cgroup subsys freezer
[    0.004000] Initializing cgroup subsys net_cls
[    0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004000] CPU: L2 cache: 4096K
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 0
[    0.004000] Performance Events: unsupported p6 CPU model 15 no PMU driver, 
software events only.
[    0.004000] SMP alternatives: switching to UP code
[    0.004000] ACPI: Core revision 20090903
[    0.024407] installing Xen timer for CPU 1
[    0.024481] SMP alternatives: switching to SMP code
[    0.000007] Initializing CPU#1
[    0.000045] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.000050] CPU: L2 cache: 4096K
[    0.000056] CPU: Physical Processor ID: 0
[    0.000059] CPU: Processor Core ID: 1
[    0.028113] Brought up 2 CPUs
[    0.028380] CPU0 attaching sched-domain:
[    0.028385]  domain 0: span 0-1 level CPU
[    0.028392]   groups: 0 1
[    0.028405] CPU1 attaching sched-domain:
[    0.028409]  domain 0: span 0-1 level CPU
[    0.028415]   groups: 1 0
[    0.028509] devtmpfs: initialized
[    0.028509] Grant table initialized
[    0.028509] regulator: core version 0.5
[    0.028509] NET: Registered protocol family 16
[    0.028509] ACPI FADT declares the system doesn't support PCIe ASPM, so 
disable it
[    0.030052] ACPI: bus type pci registered
[    0.032123] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.032175] PCI: MCFG area at e0000000 reserved in E820
[    0.032222] PCI: Using MMCONFIG for extended config space
[    0.032269] PCI: Using configuration type 1 for base access
[    0.033068] bio: create slab <bio-0> at 0
[    0.036666] ERROR: Unable to locate IOAPIC for GSI 9
[    0.036745] ACPI: EC: Look up EC in DSDT
[    0.046236] ACPI: BIOS _OSI(Linux) query ignored
[    0.047401] ACPI: Interpreter enabled
[    0.047460] ACPI: (supports S0 S3 S4 S5)
[    0.047684] ACPI: Using IOAPIC for interrupt routing
[    0.061805] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.062555] ACPI: No dock devices found.
[    0.064831] ACPI Error (psargs-0359): [Z012] Namespace lookup failure, 
AE_NOT_FOUND
[    0.064960] ACPI Error (psparse-0537): Method parse/execution failed 
[\_SB_.PCI0._OSC] (Node ec814228), AE_NOT_FOUND
[    0.065151] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.065560] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.065615] pci 0000:00:01.0: PME# disabled
[    0.065867] pci 0000:00:1b.0: reg 10 64bit mmio: [0xde300000-0xde303fff]
[    0.066001] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.066057] pci 0000:00:1b.0: PME# disabled
[    0.066307] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.066363] pci 0000:00:1c.0: PME# disabled
[    0.066620] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.066675] pci 0000:00:1c.1: PME# disabled
[    0.066932] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.066988] pci 0000:00:1c.2: PME# disabled
[    0.067178] pci 0000:00:1d.0: reg 20 io port: [0x1800-0x181f]
[    0.067319] pci 0000:00:1d.1: reg 20 io port: [0x1820-0x183f]
[    0.067460] pci 0000:00:1d.2: reg 20 io port: [0x1840-0x185f]
[    0.067601] pci 0000:00:1d.3: reg 20 io port: [0x1860-0x187f]
[    0.067751] pci 0000:00:1d.7: reg 10 32bit mmio: [0xde304000-0xde3043ff]
[    0.067889] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.067945] pci 0000:00:1d.7: PME# disabled
[    0.068001] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 
ACPI/GPIO/TCO
[    0.068001] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO
[    0.068001] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 
007f)
[    0.068001] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0380 (mask 
0007)
[    0.068001] pci 0000:00:1f.1: reg 10 io port: [0x00-0x07]
[    0.068001] pci 0000:00:1f.1: reg 14 io port: [0x00-0x03]
[    0.068001] pci 0000:00:1f.1: reg 18 io port: [0x00-0x07]
[    0.068001] pci 0000:00:1f.1: reg 1c io port: [0x00-0x03]
[    0.068001] pci 0000:00:1f.1: reg 20 io port: [0x1880-0x188f]
[    0.068098] pci 0000:00:1f.2: reg 10 io port: [0x18c8-0x18cf]
[    0.068115] pci 0000:00:1f.2: reg 14 io port: [0x18ac-0x18af]
[    0.068132] pci 0000:00:1f.2: reg 18 io port: [0x18c0-0x18c7]
[    0.068150] pci 0000:00:1f.2: reg 1c io port: [0x18a8-0x18ab]
[    0.068167] pci 0000:00:1f.2: reg 20 io port: [0x18b0-0x18bf]
[    0.068184] pci 0000:00:1f.2: reg 24 32bit mmio: [0xde304400-0xde3047ff]
[    0.068266] pci 0000:00:1f.2: PME# supported from D3hot
[    0.068320] pci 0000:00:1f.2: PME# disabled
[    0.068491] pci 0000:00:1f.3: reg 20 io port: [0x18e0-0x18ff]
[    0.068643] pci 0000:01:00.0: reg 10 32bit mmio: [0xdd000000-0xddffffff]
[    0.068668] pci 0000:01:00.0: reg 14 64bit mmio pref: [0xc0000000-0xcfffffff]
[    0.068694] pci 0000:01:00.0: reg 1c 64bit mmio: [0xdc000000-0xdcffffff]
[    0.068709] pci 0000:01:00.0: reg 24 io port: [0x2000-0x207f]
[    0.068724] pci 0000:01:00.0: reg 30 32bit mmio pref: [0x000000-0x01ffff]
[    0.068831] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You 
can enable it with 'pcie_aspm=force'
[    0.068997] pci 0000:00:01.0: bridge io port: [0x2000-0x2fff]
[    0.069007] pci 0000:00:01.0: bridge 32bit mmio: [0xdc000000-0xddffffff]
[    0.069021] pci 0000:00:01.0: bridge 64bit mmio pref: [0xc0000000-0xcfffffff]
[    0.069292] pci 0000:00:1c.1: bridge io port: [0x3000-0x3fff]
[    0.069303] pci 0000:00:1c.1: bridge 32bit mmio: [0xd8000000-0xd9ffffff]
[    0.069320] pci 0000:00:1c.1: bridge 64bit mmio pref: [0xd2000000-0xd3ffffff]
[    0.069460] pci 0000:05:00.0: reg 10 32bit mmio: [0xda000000-0xda01ffff]
[    0.069501] pci 0000:05:00.0: reg 18 io port: [0x4000-0x401f]
[    0.069676] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.069734] pci 0000:05:00.0: PME# disabled
[    0.069866] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device.  You 
can enable it with 'pcie_aspm=force'
[    0.070034] pci 0000:00:1c.2: bridge io port: [0x4000-0x4fff]
[    0.070045] pci 0000:00:1c.2: bridge 32bit mmio: [0xda000000-0xdbffffff]
[    0.070063] pci 0000:00:1c.2: bridge 64bit mmio pref: [0xd4000000-0xd5ffffff]
[    0.070173] pci 0000:07:05.0: reg 10 32bit mmio: [0xde000000-0xde0007ff]
[    0.070302] pci 0000:07:05.0: supports D1 D2
[    0.070307] pci 0000:07:05.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.070363] pci 0000:07:05.0: PME# disabled
[    0.070496] pci 0000:07:05.1: reg 10 32bit mmio: [0xde000800-0xde0008ff]
[    0.070623] pci 0000:07:05.1: supports D1 D2
[    0.070628] pci 0000:07:05.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.070683] pci 0000:07:05.1: PME# disabled
[    0.070816] pci 0000:07:05.2: reg 10 32bit mmio: [0xde000c00-0xde000cff]
[    0.070945] pci 0000:07:05.2: supports D1 D2
[    0.070950] pci 0000:07:05.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.071005] pci 0000:07:05.2: PME# disabled
[    0.071139] pci 0000:07:05.3: reg 10 32bit mmio: [0xde001000-0xde0010ff]
[    0.071269] pci 0000:07:05.3: supports D1 D2
[    0.071273] pci 0000:07:05.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.071329] pci 0000:07:05.3: PME# disabled
[    0.071460] pci 0000:07:05.4: reg 10 32bit mmio: [0xde001400-0xde0014ff]
[    0.071590] pci 0000:07:05.4: supports D1 D2
[    0.071594] pci 0000:07:05.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.071651] pci 0000:07:05.4: PME# disabled
[    0.071827] pci 0000:00:1e.0: transparent bridge
[    0.071887] pci 0000:00:1e.0: bridge 32bit mmio: [0xde000000-0xde0fffff]
[    0.071968] pci_bus 0000:00: on NUMA node 0
[    0.071977] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.072581] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[    0.072826] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.073041] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.073237] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    0.073520] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.073879] ACPI Error (psargs-0359): [Z012] Namespace lookup failure, 
AE_NOT_FOUND
[    0.074008] ACPI Error (psparse-0537): Method parse/execution failed 
[\_SB_.PCI0._OSC] (Node ec814228), AE_NOT_FOUND
[    0.091953] ACPI: PCI Interrupt Link [LNKA] (IRQs *11)
[    0.092172] ACPI: PCI Interrupt Link [LNKB] (IRQs *3)
[    0.092525] ACPI: PCI Interrupt Link [LNKC] (IRQs *3)
[    0.092876] ACPI: PCI Interrupt Link [LNKD] (IRQs *4)
[    0.093230] ACPI: PCI Interrupt Link [LNKE] (IRQs *10)
[    0.093580] ACPI: PCI Interrupt Link [LNKF] (IRQs 11) *0, disabled.
[    0.093997] ACPI: PCI Interrupt Link [LNKG] (IRQs *5)
[    0.094348] ACPI: PCI Interrupt Link [LNKH] (IRQs *7)
[    0.094584] sync cpu 0 get result ffffffff max_id 0
[    0.094588] Failed to sync pcpu 0
[    0.094667] xen_balloon: Initialising balloon driver with page order 0.
[    0.094824] vgaarb: device added: 
PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.094892] vgaarb: loaded
[    0.094985] PCI: Using ACPI for IRQ routing
[    0.094985] Switching to clocksource xen
[    0.094985] pnp: PnP ACPI init
[    0.094985] ACPI: bus type pnp registered
[    0.098798] xen: registering gsi 13 triggering 1 polarity 0
[    0.098804] xen_allocate_pirq: returning irq 13 for gsi 13
[    0.098852] xen: --> irq=13
[    0.098858] Already setup the GSI :13
[    0.099435] xen: registering gsi 8 triggering 1 polarity 0
[    0.099440] xen_allocate_pirq: returning irq 8 for gsi 8
[    0.099488] xen: --> irq=8
[    0.099493] Already setup the GSI :8
[    0.099709] xen: registering gsi 1 triggering 1 polarity 0
[    0.099714] xen_allocate_pirq: returning irq 1 for gsi 1
[    0.099762] xen: --> irq=1
[    0.099766] Already setup the GSI :1
[    0.099936] xen: registering gsi 12 triggering 1 polarity 0
[    0.099940] xen_allocate_pirq: returning irq 12 for gsi 12
[    0.099989] xen: --> irq=12
[    0.099993] Already setup the GSI :12
[    0.100152] pnp: PnP ACPI: found 11 devices
[    0.100200] ACPI: ACPI bus type pnp unregistered
[    0.100248] PnPBIOS: Disabled
[    0.100305] system 00:00: iomem range 0xe0000000-0xefffffff has been reserved
[    0.100363] system 00:02: iomem range 0xe0000000-0xefffffff has been reserved
[    0.100414] system 00:02: iomem range 0xfed14000-0xfed17fff has been reserved
[    0.100466] system 00:02: iomem range 0xfed18000-0xfed18fff has been reserved
[    0.100518] system 00:02: iomem range 0xfed19000-0xfed19fff has been reserved
[    0.100570] system 00:02: iomem range 0xfed1c000-0xfed1ffff has been reserved
[    0.100622] system 00:02: iomem range 0xfed20000-0xfed3ffff has been reserved
[    0.100674] system 00:02: iomem range 0xfed40000-0xfed44fff has been reserved
[    0.100725] system 00:02: iomem range 0xfed45000-0xfed8ffff has been reserved
[    0.100783] system 00:04: iomem range 0xfed00000-0xfed003ff has been reserved
[    0.100841] system 00:06: ioport range 0x380-0x383 has been reserved
[    0.100893] system 00:06: ioport range 0x680-0x69f has been reserved
[    0.100944] system 00:06: ioport range 0x800-0x80f has been reserved
[    0.100996] system 00:06: ioport range 0x1000-0x107f has been reserved
[    0.101048] system 00:06: ioport range 0x1180-0x11bf has been reserved
[    0.101099] system 00:06: ioport range 0x1640-0x164f has been reserved
[    0.101157] system 00:07: ioport range 0x6a0-0x6af has been reserved
[    0.101208] system 00:07: ioport range 0x6b0-0x6ff has been reserved
[    0.136474] pci 0000:01:00.0: BAR 6: can't allocate mem resource 
[0xd0000000-0xcfffffff]
[    0.136536] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.136588] pci 0000:00:01.0:   IO window: 0x2000-0x2fff
[    0.136644] pci 0000:00:01.0:   MEM window: 0xdc000000-0xddffffff
[    0.136698] pci 0000:00:01.0:   PREFETCH window: 
0x000000c0000000-0x000000cfffffff
[    0.136768] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    0.136820] pci 0000:00:1c.0:   IO window: 0x5000-0x5fff
[    0.136879] pci 0000:00:1c.0:   MEM window: 0x80000000-0x801fffff
[    0.136935] pci 0000:00:1c.0:   PREFETCH window: 
0x00000080200000-0x000000803fffff
[    0.137008] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
[    0.137061] pci 0000:00:1c.1:   IO window: 0x3000-0x3fff
[    0.137120] pci 0000:00:1c.1:   MEM window: 0xd8000000-0xd9ffffff
[    0.137176] pci 0000:00:1c.1:   PREFETCH window: 
0x000000d2000000-0x000000d3ffffff
[    0.137249] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:05
[    0.137302] pci 0000:00:1c.2:   IO window: 0x4000-0x4fff
[    0.137361] pci 0000:00:1c.2:   MEM window: 0xda000000-0xdbffffff
[    0.137416] pci 0000:00:1c.2:   PREFETCH window: 
0x000000d4000000-0x000000d5ffffff
[    0.137490] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:07
[    0.137539] pci 0000:00:1e.0:   IO window: disabled
[    0.137597] pci 0000:00:1e.0:   MEM window: 0xde000000-0xde0fffff
[    0.137653] pci 0000:00:1e.0:   PREFETCH window: disabled
[    0.137727] xen: registering gsi 16 triggering 0 polarity 1
[    0.137741] xen: --> irq=16
[    0.137750] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.137805] pci 0000:00:01.0: setting latency timer to 64
[    0.137826] xen: registering gsi 17 triggering 0 polarity 1
[    0.137834] xen: --> irq=17
[    0.137841] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.137897] pci 0000:00:1c.0: setting latency timer to 64
[    0.137918] xen: registering gsi 16 triggering 0 polarity 1
[    0.137923] xen_allocate_pirq: returning irq 16 for gsi 16
[    0.137971] xen: --> irq=16
[    0.137976] Already setup the GSI :16
[    0.138022] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.138078] pci 0000:00:1c.1: setting latency timer to 64
[    0.138100] xen: registering gsi 18 triggering 0 polarity 1
[    0.138108] xen: --> irq=18
[    0.138114] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.138170] pci 0000:00:1c.2: setting latency timer to 64
[    0.138183] pci 0000:00:1e.0: enabling device (0004 -> 0006)
[    0.138241] pci 0000:00:1e.0: setting latency timer to 64
[    0.138249] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.138254] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[    0.138259] pci_bus 0000:01: resource 0 io:  [0x2000-0x2fff]
[    0.138264] pci_bus 0000:01: resource 1 mem: [0xdc000000-0xddffffff]
[    0.138269] pci_bus 0000:01: resource 2 pref mem [0xc0000000-0xcfffffff]
[    0.138273] pci_bus 0000:02: resource 0 io:  [0x5000-0x5fff]
[    0.138278] pci_bus 0000:02: resource 1 mem: [0x80000000-0x801fffff]
[    0.138283] pci_bus 0000:02: resource 2 pref mem [0x80200000-0x803fffff]
[    0.138288] pci_bus 0000:03: resource 0 io:  [0x3000-0x3fff]
[    0.138292] pci_bus 0000:03: resource 1 mem: [0xd8000000-0xd9ffffff]
[    0.138297] pci_bus 0000:03: resource 2 pref mem [0xd2000000-0xd3ffffff]
[    0.138302] pci_bus 0000:05: resource 0 io:  [0x4000-0x4fff]
[    0.138307] pci_bus 0000:05: resource 1 mem: [0xda000000-0xdbffffff]
[    0.138311] pci_bus 0000:05: resource 2 pref mem [0xd4000000-0xd5ffffff]
[    0.138316] pci_bus 0000:07: resource 1 mem: [0xde000000-0xde0fffff]
[    0.138321] pci_bus 0000:07: resource 3 io:  [0x00-0xffff]
[    0.138326] pci_bus 0000:07: resource 4 mem: [0x000000-0xffffffffffffffff]
[    0.138358] NET: Registered protocol family 2
[    0.138489] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.138858] TCP established hash table entries: 131072 (order: 8, 1048576 
bytes)
[    0.139461] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.139763] TCP: Hash tables configured (established 131072 bind 65536)
[    0.139813] TCP reno registered
[    0.139947] NET: Registered protocol family 1
[    0.140251] pci 0000:01:00.0: Boot video device
[    0.140333] Unpacking initramfs...
[    0.234036] Freeing initrd memory: 25807k freed
[    0.250760] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.250823] DMA: Placing 64MB software IO TLB between c4135000 - c8135000
[    0.250873] DMA: software IO TLB at phys 0x4135000 - 0x8135000
[    0.250974] Simple Boot Flag at 0x35 set to 0x1
[    0.251474] audit: initializing netlink socket (disabled)
[    0.251542] type=2000 audit(1273352784.302:1): initialized
[    0.251989] highmem bounce pool size: 64 pages
[    0.252044] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.254545] VFS: Disk quotas dquot_6.5.2
[    0.254661] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.254845] msgmni has been set to 1262
[    0.255261] alg: No test for stdrng (krng)
[    0.255390] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
253)
[    0.255452] io scheduler noop registered
[    0.255498] io scheduler anticipatory registered
[    0.255545] io scheduler deadline registered
[    0.255639] io scheduler cfq registered (default)
[    0.256074] pcieport 0000:00:01.0: setting latency timer to 64
[    0.256417] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.256790] pcieport 0000:00:1c.1: setting latency timer to 64
[    0.257159] pcieport 0000:00:1c.2: setting latency timer to 64
[    0.257553] isapnp: Scanning for PnP cards...
[    0.612838] isapnp: No Plug & Play device found
[    0.617645] registering netback
[    0.620401] hpet_acpi_add: no address or irqs in _CRS
[    0.620473] Linux agpgart interface v0.103
[    0.620747] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.621358] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 
irq 1,12
[    0.624007] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.633009] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.636563] mice: PS/2 mouse device common for all mice
[    0.636689] rtc_cmos 00:08: RTC can wake from S4
[    0.638709] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
[    0.638801] rtc0: alarms up to one month, y3k, 242 bytes nvram
[    0.638864] cpuidle: using governor ladder
[    0.638910] cpuidle: using governor menu
[    0.638961] No iBFT detected.
[    0.639352] TCP cubic registered
[    0.639617] NET: Registered protocol family 10
[    0.640172] lo: Disabled Privacy Extensions
[    0.640539] Mobile IPv6
[    0.640586] NET: Registered protocol family 17
[    0.640652] Using IPI No-Shortcut mode
[    0.640799] PM: Resume from disk failed.
[    0.640828] registered taskstats version 1
[    0.641817] rtc_cmos 00:08: setting system clock to 2010-05-08 21:06:24 UTC 
(1273352784)
[    0.641946] Initalizing network drop monitor service
[    0.642043] Freeing unused kernel memory: 396k freed
[    0.643316] Write protecting the kernel text: 2600k
[    0.643725] Write protecting the kernel read-only data: 936k
[    0.651089] input: AT Translated Set 2 keyboard as 
/devices/platform/i8042/serio0/input/input0
[    0.745159] udev: starting version 153
[    0.945123] thermal LNXTHERM:01: registered as thermal_zone0
[    0.945194] ACPI: Thermal Zone [THR1] (40 C)
[    1.015262] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
[    1.015318] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[    1.015459] xen: registering gsi 18 triggering 0 polarity 1
[    1.015465] xen_allocate_pirq: returning irq 18 for gsi 18
[    1.015514] xen: --> irq=18
[    1.015523] Already setup the GSI :18
[    1.015570] e1000e 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.015688] e1000e 0000:05:00.0: setting latency timer to 64
[    1.052097] usbcore: registered new interface driver usbfs
[    1.052181] usbcore: registered new interface driver hub
[    1.065438] usbcore: registered new device driver usb
[    1.073675] SCSI subsystem initialized
[    1.093150] libata version 3.00 loaded.
[    1.096923] ricoh-mmc: Ricoh MMC Controller disabling driver
[    1.096975] ricoh-mmc: Copyright(c) Philip Langdale
[    1.097063] ricoh-mmc: Ricoh MMC controller found at 0000:07:05.2 
[1180:0843] (rev 1)
[    1.097148] ricoh-mmc: Controller is now disabled.
[    1.107261] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.107357] xen: registering gsi 23 triggering 0 polarity 1
[    1.107384] xen: --> irq=23
[    1.107395] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.107474] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.107482] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.107558] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus 
number 1
[    1.107667] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    1.107738] ehci_hcd 0000:00:1d.7: debug port 1
[    1.111681] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    1.111954] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xde304000
[    1.116258] xen: registering gsi 16 triggering 0 polarity 1
[    1.116264] xen_allocate_pirq: returning irq 16 for gsi 16
[    1.116314] xen: --> irq=16
[    1.116326] Already setup the GSI :16
[    1.116374] firewire_ohci 0000:07:05.0: PCI INT A -> GSI 16 (level, low) -> 
IRQ 16
[    1.116442] firewire_ohci 0000:07:05.0: setting latency timer to 64
[    1.118741] sdhci: Secure Digital Host Controller Interface driver
[    1.118791] sdhci: Copyright(c) Pierre Ossman
[    1.125026] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.125138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.125188] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.125247] usb usb1: Product: EHCI Host Controller
[    1.125295] usb usb1: Manufacturer: Linux 2.6.32-5-xen-686 ehci_hcd
[    1.125344] usb usb1: SerialNumber: 0000:00:1d.7
[    1.125614] usb usb1: configuration #1 chosen from 1 choice
[    1.125809] hub 1-0:1.0: USB hub found
[    1.125877] hub 1-0:1.0: 8 ports detected
[    1.126136] ahci 0000:00:1f.2: version 3.0
[    1.126160] xen: registering gsi 19 triggering 0 polarity 1
[    1.126172] xen: --> irq=19
[    1.126180] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.126413] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x5 
impl SATA mode
[    1.126475] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part 
[    1.126531] ahci 0000:00:1f.2: setting latency timer to 64
[    1.127143] scsi0 : ahci
[    1.127328] scsi1 : ahci
[    1.127473] scsi2 : ahci
[    1.127621] scsi3 : ahci
[    1.128137] ata1: SATA max UDMA/133 abar m1...@0xde304400 port 0xde304500 
irq 1518
[    1.128198] ata2: DUMMY
[    1.128244] ata3: SATA max UDMA/133 abar m1...@0xde304400 port 0xde304600 
irq 1518
[    1.128303] ata4: DUMMY
[    1.128405] ata_piix 0000:00:1f.1: version 2.13
[    1.128421] xen: registering gsi 18 triggering 0 polarity 1
[    1.128426] xen_allocate_pirq: returning irq 18 for gsi 18
[    1.128475] xen: --> irq=18
[    1.128481] Already setup the GSI :18
[    1.128528] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.128640] ata_piix 0000:00:1f.1: setting latency timer to 64
[    1.128881] scsi4 : ata_piix
[    1.129148] scsi5 : ata_piix
[    1.130463] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1880 irq 14
[    1.130515] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1888 irq 15
[    1.130963] ata6: port disabled. ignoring.
[    1.153675] 0000:05:00.0: eth0: (PCI Express:2.5GB/s:Width x1) 
00:16:36:7f:e0:c2
[    1.153736] 0000:05:00.0: eth0: Intel(R) PRO/1000 Network Connection
[    1.153859] 0000:05:00.0: eth0: MAC: 2, PHY: 2, PBA No: ffffff-0ff
[    1.192024] firewire_ohci: Added fw-ohci device 0000:07:05.0, OHCI version 
1.10
[    1.192151] sdhci-pci 0000:07:05.1: SDHCI controller found [1180:0822] (rev 
19)
[    1.192235] sdhci-pci 0000:07:05.1: enabling device (0000 -> 0002)
[    1.192290] xen: registering gsi 17 triggering 0 polarity 1
[    1.192295] xen_allocate_pirq: returning irq 17 for gsi 17
[    1.192344] xen: --> irq=17
[    1.192350] Already setup the GSI :17
[    1.192397] sdhci-pci 0000:07:05.1: PCI INT B -> GSI 17 (level, low) -> IRQ 
17
[    1.193485] sdhci-pci 0000:07:05.1: Will use DMA mode even though HW doesn't 
fully claim to support it.
[    1.193559] sdhci-pci 0000:07:05.1: setting latency timer to 64
[    1.194619] Registered led device: mmc0::
[    1.195707] mmc0: SDHCI controller on PCI [0000:07:05.1] using DMA
[    1.213424] uhci_hcd: USB Universal Host Controller Interface driver
[    1.213558] xen: registering gsi 23 triggering 0 polarity 1
[    1.213564] xen_allocate_pirq: returning irq 23 for gsi 23
[    1.213613] xen: --> irq=23
[    1.213618] Already setup the GSI :23
[    1.213666] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.213725] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.213733] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.213793] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus 
number 2
[    1.213894] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001800
[    1.214035] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.214087] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.214146] usb usb2: Product: UHCI Host Controller
[    1.214193] usb usb2: Manufacturer: Linux 2.6.32-5-xen-686 uhci_hcd
[    1.214241] usb usb2: SerialNumber: 0000:00:1d.0
[    1.214390] usb usb2: configuration #1 chosen from 1 choice
[    1.214484] hub 2-0:1.0: USB hub found
[    1.214550] hub 2-0:1.0: 2 ports detected
[    1.214681] xen: registering gsi 19 triggering 0 polarity 1
[    1.214686] xen_allocate_pirq: returning irq 19 for gsi 19
[    1.214734] xen: --> irq=19
[    1.214739] Already setup the GSI :19
[    1.214785] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.214843] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.214851] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.214913] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus 
number 3
[    1.215028] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001820
[    1.215162] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.215213] usb usb3: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.215271] usb usb3: Product: UHCI Host Controller
[    1.215319] usb usb3: Manufacturer: Linux 2.6.32-5-xen-686 uhci_hcd
[    1.215367] usb usb3: SerialNumber: 0000:00:1d.1
[    1.215507] usb usb3: configuration #1 chosen from 1 choice
[    1.215597] hub 3-0:1.0: USB hub found
[    1.215663] hub 3-0:1.0: 2 ports detected
[    1.215790] xen: registering gsi 18 triggering 0 polarity 1
[    1.215795] xen_allocate_pirq: returning irq 18 for gsi 18
[    1.215842] xen: --> irq=18
[    1.215847] Already setup the GSI :18
[    1.215894] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.215952] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.215960] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.216005] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus 
number 4
[    1.216141] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001840
[    1.216654] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.216706] usb usb4: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.216765] usb usb4: Product: UHCI Host Controller
[    1.216813] usb usb4: Manufacturer: Linux 2.6.32-5-xen-686 uhci_hcd
[    1.216862] usb usb4: SerialNumber: 0000:00:1d.2
[    1.217376] usb usb4: configuration #1 chosen from 1 choice
[    1.217468] hub 4-0:1.0: USB hub found
[    1.217534] hub 4-0:1.0: 2 ports detected
[    1.217664] xen: registering gsi 16 triggering 0 polarity 1
[    1.217668] xen_allocate_pirq: returning irq 16 for gsi 16
[    1.217716] xen: --> irq=16
[    1.217722] Already setup the GSI :16
[    1.217768] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[    1.217830] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    1.217837] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    1.217894] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus 
number 5
[    1.217994] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001860
[    1.218129] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.218180] usb usb5: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.218238] usb usb5: Product: UHCI Host Controller
[    1.218286] usb usb5: Manufacturer: Linux 2.6.32-5-xen-686 uhci_hcd
[    1.218335] usb usb5: SerialNumber: 0000:00:1d.3
[    1.218473] usb usb5: configuration #1 chosen from 1 choice
[    1.218564] hub 5-0:1.0: USB hub found
[    1.218629] hub 5-0:1.0: 2 ports detected
[    1.292450] ata5.00: ATAPI: HL-DT-ST DVDRAM GMA-4082N, HQ04, max MWDMA2
[    1.308351] ata5.00: configured for MWDMA2
[    1.444053] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.444134] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.445462] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered 
out
[    1.445524] ata1.00: ATA-7: HTS541010G9SA00, MBZOC60P, max UDMA/100
[    1.445574] ata1.00: 195371568 sectors, multi 16: LBA48 
[    1.446029] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered 
out
[    1.446229] ata3.00: ATA-8: WDC WD3200BJKT-00F4T0, 11.01A11, max UDMA/133
[    1.446280] ata3.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.447351] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered 
out
[    1.447436] ata1.00: configured for UDMA/100
[    1.449742] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered 
out
[    1.449967] ata3.00: configured for UDMA/133
[    1.460168] scsi 0:0:0:0: Direct-Access     ATA      HTS541010G9SA00  MBZO 
PQ: 0 ANSI: 5
[    1.464156] scsi 2:0:0:0: Direct-Access     ATA      WDC WD3200BJKT-0 11.0 
PQ: 0 ANSI: 5
[    1.468626] scsi 4:0:0:0: CD-ROM            HL-DT-ST DVDRAM GMA-4082N HQ04 
PQ: 0 ANSI: 5
[    1.492903] sd 0:0:0:0: [sda] 195371568 512-byte logical blocks: (100 
GB/93.1 GiB)
[    1.493118] sd 0:0:0:0: [sda] Write Protect is off
[    1.493167] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.493233] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.493756] sd 2:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 
GiB)
[    1.493965] sd 2:0:0:0: [sdb] Write Protect is off
[    1.494014] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.494080] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.494453]  sdb:
[    1.494524]  sda:sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 
cdda tray
[    1.501781] Uniform CD-ROM driver Revision: 3.20
[    1.501956] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    1.532313]  sdb1 sdb2 sdb3 < sdb5
[    1.548032] usb 1-4: new high speed USB device using ehci_hcd and address 3
[    1.554680]  sdb6 sdb7 sdb8 sdb9 sdb10 > sdb4
[    1.592559] sd 2:0:0:0: [sdb] Attached SCSI disk
[    1.681331] usb 1-4: New USB device found, idVendor=05ca, idProduct=1870
[    1.681382] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.681525] usb 1-4: configuration #1 chosen from 1 choice
[    1.692152] firewire_core: created device fw0: GUID 009fc0001c50b200, S400
[    1.930737]  sda1 sda2 sda3
[    1.931409] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.944985] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.945781] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    1.946439] sr 4:0:0:0: Attached scsi generic sg2 type 5
[    2.032026] usb 3-1: new full speed USB device using uhci_hcd and address 2
[    2.210189] usb 3-1: New USB device found, idVendor=046d, idProduct=c526
[    2.210242] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.210293] usb 3-1: Product: USB Receiver
[    2.210339] usb 3-1: Manufacturer: Logitech
[    2.210498] usb 3-1: configuration #1 chosen from 1 choice
[    2.230691] usbcore: registered new interface driver hiddev
[    2.233563] input: Logitech USB Receiver as 
/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input1
[    2.233717] generic-usb 0003:046D:C526.0001: input,hidraw0: USB HID v1.11 
Mouse [Logitech USB Receiver] on usb-0000:00:1d.1-1/input0
[    2.238313] input: Logitech USB Receiver as 
/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/input/input2
[    2.238489] generic-usb 0003:046D:C526.0002: input,hiddev0,hidraw1: USB HID 
v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.1-1/input1
[    2.238581] usbcore: registered new interface driver usbhid
[    2.238631] usbhid: v2.6:USB HID core driver
[    2.456025] usb 4-2: new full speed USB device using uhci_hcd and address 2
[    2.633316] usb 4-2: New USB device found, idVendor=03f0, idProduct=171d
[    2.633368] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.633419] usb 4-2: Product: HP Integrated Module
[    2.633468] usb 4-2: Manufacturer: Broadcom Corp
[    2.633621] usb 4-2: configuration #1 chosen from 1 choice
[    3.200643] device-mapper: uevent: version 1.0.3
[    3.200864] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: 
dm-de...@redhat.com
[   46.957741] kjournald starting.  Commit interval 5 seconds
[   46.961354] EXT3 FS on dm-0, internal journal
[   46.961436] EXT3-fs: mounted filesystem with ordered data mode.

Reply via email to