WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] pvops dom0 hanging after kernel boot

To: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] pvops dom0 hanging after kernel boot
From: Bart Verwilst <lists@xxxxxxxxxxx>
Date: Fri, 23 Jul 2010 13:49:41 +0000 (UTC)
Cc:
Delivery-date: Fri, 23 Jul 2010 06:38:17 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1951719338.13581279892865193.JavaMail.root@oldmail>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi!

I'm trying to get the Debian packages of Xen 4.0.1rc3 and kernel 2.6.32 pvops 
running on my Ubuntu Lucid box, with this grub config:

menuentry 'Ubuntu GNU/Linux, with Linux 2.6.32-5-xen-amd64 and XEN 4.0-amd64' 
--class ubuntu --class gnu-linux --class gnu --class os --class xen {
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set 4c5defc6-bb8f-42c4-9082-38de2ce0b1ba
    echo    'Loading Linux 2.6.32-5-xen-amd64 ...'
    multiboot   /xen-4.0-amd64.gz dom0_mem=1024M sync_console com2=57600,8n1 
console=com2 
    module  /vmlinuz-2.6.32-5-xen-amd64 placeholder 
root=UUID=79a7dfd5-53c9-402f-8621-4970f8af2a88 ro console=hvc0 nomodeset 
earlyprintk=xen 
    echo    'Loading initial ramdisk ...'
    module  /initrd.img-2.6.32-5-xen-amd64
}


The old config ( Xen 3.2.1 ) used ttyS1 as console, which worked fine.



This is the output of the boot ( it just hangs after the last line ( instead of 
showing the boot prompt?) ):



(XEN) Xen version 4.0.1-rc3 (Debian 4.0.1~rc3-1) (waldi@xxxxxxxxxx) (gcc 
version 4.4.4 (Debian 4.4.4-5) ) Wed Jun 30 14:32:51 UTC 2010
(XEN) Console output is synchronous.
(XEN) Command line: sync_console loglvl=all guest_loglvl=all com2=57600 
console=com2
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: none; EDID transfer time: 2 seconds
(XEN)  EDID info not retrieved because no DDC retrieval method detected
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 00000000000a0000 (usable)
(XEN)  0000000000100000 - 00000000cfb50000 (usable)
(XEN)  00000000cfb50000 - 00000000cfb66000 (reserved)
(XEN)  00000000cfb66000 - 00000000cfb85c00 (ACPI data)
(XEN)  00000000cfb85c00 - 00000000d0000000 (reserved)
(XEN)  00000000e0000000 - 00000000f0000000 (reserved)
(XEN)  00000000fe000000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000230000000 (usable)
(XEN) ACPI: RSDP 000F2160, 0024 (r2 DELL  )
(XEN) ACPI: XSDT 000F21FC, 0084 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: FACP CFB83524, 00F4 (r3 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: DSDT CFB66000, 4996 (r1 DELL   PE_SC3          1 INTL 20050624)
(XEN) ACPI: FACS CFB85C00, 0040
(XEN) ACPI: APIC CFB83078, 009E (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SPCR CFB83130, 0050 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: HPET CFB83184, 0038 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: MCFG CFB831C0, 003C (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: WD__ CFB83200, 0134 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: SLIC CFB83338, 0176 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: ERST CFB6AB18, 0210 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: HEST CFB6AD28, 027C (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: BERT CFB6A998, 0030 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: EINJ CFB6A9C8, 0150 (r1 DELL   PE_SC3          1 DELL        1)
(XEN) ACPI: TCPA CFB834BC, 0064 (r2 DELL   PE_SC3          1 DELL        1)
(XEN) System RAM: 8186MB (8383424kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-0000000230000000
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fe710
(XEN) DMI 2.5 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:                  wakeup_vec[cfb85c0c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x06] enabled)
(XEN) Processor #6 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
(XEN) Processor #1 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] enabled)
(XEN) Processor #7 6:15 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x15] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x16] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x17] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: IOAPIC (id[0x09] address[0xfec81000] gsi_base[64])
(XEN) IOAPIC[1]: apic_id 9, version 32, address 0xfec81000, GSI 64-87
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 2 I/O APICs
(XEN) ACPI: HPET id: 0x8086a201 base: 0xfed00000
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
(XEN) PCI: MCFG area at e0000000 reserved in E820
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 1995.042 MHz processor.
(XEN) Initing memory sharing.
(XEN) VMX: Supported advanced features:
(XEN)  - APIC TPR shadow
(XEN)  - MSR direct-access bitmap
(XEN) HVM: ASIDs disabled.
(XEN) HVM: VMX enabled
(XEN) Intel machine check reporting enabled
(XEN) I/O virtualisation disabled
(XEN) Total of 4 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) checking TSC synchronization across 4 CPUs: passed.
(XEN) Platform timer is 14.318MHz HPET
�(XEN) Allocated console ring of 32 KiB.
(XEN) microcs
(XEN) HPET: 3 timers in total, 0 timers will be used for broadcast
(XEN) ACPI sleep modes: S3
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x16c1000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000224000000->0000000228000000 (2022129 pages to be 
allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff81000000->ffffffff816c1000
(XEN)  Init. ramdisk: ffffffff816c1000->ffffffff82f15c00
(XEN)  Phys-Mach map: ffffffff82f16000->ffffffff83ea3788
(XEN)  Start info:    ffffffff83ea4000->ffffffff83ea44b4
(XEN)  Page tables:   ffffffff83ea5000->ffffffff83ec8000
(XEN)  Boot stack:    ffffffff83ec8000->ffffffff83ec9000
(XEN)  TOTAL:         ffffffff80000000->ffffffff84000000
(XEN)  ENTRY ADDRESS: ffffffff81501200
(XEN) Dom0 has maximum 4 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) **********************************************
(XEN) ******* WARNING: CONSOLE OUTPUT IS SYNCHRONOUS
(XEN) ******* This option is intended to aid debugging of Xen by ensuring
(XEN) ******* that all output is synchronously delivered on the serial line.
(XEN) ******* However it can introduce SIGNIFICANT latencies and affect
(XEN) ******* timekeeping. It is NOT recommended for production use!
(XEN) **********************************************
(XEN) 3... 2... 1... 
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to 
Xen)
(XEN) Freed 176kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-xen-amd64 (Debian 2.6.32-15) 
(ben@xxxxxxxxxxxxxxx) (gcc version 4.3.5 (Debian 4.3.5-1) ) #1 SMP Tue Jun 1 
06:38:33 UTC 2010
[    0.000000] Command line: root=UUID=79a7dfd5-53c9-402f-8621-4970f8af2a88 ro 
console=hvc0 nomodeset earlyprintk=xen
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] xen_release_chunk: looking at area pfn d0000-e0000: 65536 pages 
freed
[    0.000000] xen_release_chunk: looking at area pfn f0000-fe000: 57344 pages 
freed
[    0.000000] released 122880 pages of unused memory
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  Xen: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  Xen: 00000000000a0000 - 0000000000100000 (reserved)
[    0.000000]  Xen: 0000000000100000 - 00000000cfb50000 (usable)
[    0.000000]  Xen: 00000000cfb50000 - 00000000cfb66000 (reserved)
[    0.000000]  Xen: 00000000cfb66000 - 00000000cfb85c00 (ACPI data)
[    0.000000]  Xen: 00000000cfb85c00 - 00000000d0000000 (reserved)
[    0.000000]  Xen: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  Xen: 00000000fe000000 - 0000000100000000 (reserved)
[    0.000000]  Xen: 0000000100000000 - 00000001f1af1000 (usable)
[    0.000000] bootconsole [xenboot0] enabled
[    0.000000] DMI 2.5 present.
[    0.000000] last_pfn = 0x1f1af1 max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x50100070406, new 0x7010600070106
[    0.000000] last_pfn = 0xcfb50 max_arch_pfn = 0x400000000
[    0.000000] init_memory_mapping: 0000000000000000-00000000cfb50000
[    0.000000] init_memory_mapping: 0000000100000000-00000001f1af1000
[    0.000000] RAMDISK: 016c1000 - 02f15c00
[    0.000000] ACPI: RSDP 00000000000f2160 00024 (v02 DELL  )
[    0.000000] ACPI: XSDT 00000000000f21fc 00084 (v01 DELL   PE_SC3   00000001 
DELL 00000001)
[    0.000000] ACPI: FACP 00000000cfb83524 000F4 (v03 DELL   PE_SC3   00000001 
DELL 00000001)
[    0.000000] ACPI: DSDT 00000000cfb66000 04996 (v01 DELL   PE_SC3   00000001 
INTL 20050624)
[    0.000000] ACPI: FACS 00000000cfb85c00 00040
[    0.000000] ACPI: APIC 00000000cfb83078 0009E (v01 DELL   PE_SC3   00000001 
DELL 00000001)
[    0.000000] ACPI: SPCR 00000000cfb83130 00050 (v01 DELL   PE_SC3   00000001 
DELL 00000001)
[    0.000000] ACPI: HPET 00000000cfb83184 00038 (v01 DELL   PE_SC3   00000001 
DELL 00000001)
[    0.000000] ACPI: MCFG 00000000cfb831c0 0003C (v01 DELL   PE_SC3   00000001 
DELL 00000001)
[    0.000000] ACPI: WD__ 00000000cfb83200 00134 (v01 DELL   PE_SC3   00000001 
DELL 00000001)
[    0.000000] ACPI: SLIC 00000000cfb83338 00176 (v01 DELL   PE_SC3   00000001 
DELL 00000001)
[    0.000000] ACPI: ERST 00000000cfb6ab18 00210 (v01 DELL   PE_SC3   00000001 
DELL 00000001)
[    0.000000] ACPI: HEST 00000000cfb6ad28 0027C (v01 DELL   PE_SC3   00000001 
DELL 00000001)
[    0.000000] ACPI: BERT 00000000cfb6a998 00030 (v01 DELL   PE_SC3   00000001 
DELL 00000001)
[    0.000000] ACPI: EINJ 00000000cfb6a9c8 00150 (v01 DELL   PE_SC3   00000001 
DELL 00000001)
[    0.000000] ACPI: TCPA 00000000cfb834bc 00064 (v02 DELL   PE_SC3   00000001 
DELL 00000001)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000001f1af1000
[    0.000000] Bootmem setup node 0 0000000000000000-00000001f1af1000
[    0.000000]   NODE_DATA [0000000000008000 - 000000000000ffff]
[    0.000000]   bootmap [0000000000010000 -  000000000004e35f] pages 3f
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 01f1af1000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 
- 0000001000]
[    0.000000]   #1 [0003ea5000 - 0003ec8000]   XEN PAGETABLES ==> [0003ea5000 
- 0003ec8000]
[    0.000000]   #2 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 
- 0000008000]
[    0.000000]   #3 [0001000000 - 00016a0594]    TEXT DATA BSS ==> [0001000000 
- 00016a0594]
[    0.000000]   #4 [00016c1000 - 0002f15c00]          RAMDISK ==> [00016c1000 
- 0002f15c00]
[    0.000000]   #5 [0002f16000 - 0003ea5000]   XEN START INFO ==> [0002f16000 
- 0003ea5000]
[    0.000000]   #6 [00016a1000 - 00016a12d9]              BRK ==> [00016a1000 
- 00016a12d9]
[    0.000000]   #7 [0000100000 - 000075d000]          PGTABLE ==> [0000100000 
- 000075d000]
[    0.000000]   #8 [0003ec8000 - 000465a000]          PGTABLE ==> [0003ec8000 
- 000465a000]
[    0.000000] found SMP MP-table at [ffff8800000fe710] fe710
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x001f1af1
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x000000a0
[    0.000000]     0: 0x00000100 -> 0x000cfb50
[    0.000000]     0: 0x00100000 -> 0x001f1af1
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x15] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x16] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x17] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
�ɕ��ѕɕ͕�ٕ����[    0.160651] PCI: Using MMCONFIG at e0000000 - 
efffffff�ɕ���ѕɕ�muA
[    0.164001] PCI: Using configuration type 1 for base access
[    0.164001] PCI: Dell PowerEdge 2950 detected, enabling pci=bfsort.
[    0.164746] bio: create slab <bio-0> at 0
[    0.168647] ERROR: Unable to locate IOAPIC for GSI 9
[    0.175501] ACPI Error (psargs-0359): [CDW1] Namespace lookup failure, 
AE_NOT_FOUND
[    0.176001] ACPI Error (psparse-0537): Method parse/execution failed 
[\_SB_._OSC] (Node ffff8801f142e6e0), AE_NOT_FOUND
[    0.176235] ACPI: BIOS _OSI(Linux) query ignored
[    0.180491] ACPI: Interpreter enabled
[    0.184001] ACPI: (supports S0 S4 S5)
[    0.184001] ACPI: Using IOAPIC for interrupt routing
[    0.192142] ACPI: No dock devices found.
[    0.196627] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.200001] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    0.200001] pci 0000:00:00.0: PME# disabled
[    0.200001] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.200001] pci 0000:00:02.0: PME# disabled
[    0.200001] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.200001] pci 0000:00:03.0: PME# disabled
[    0.200136] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.204001] pci 0000:00:04.0: PME# disabled
[    0.204001] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.204001] pci 0000:00:05.0: PME# disabled
[    0.204001] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.204001] pci 0000:00:06.0: PME# disabled
[    0.204001] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.204001] pci 0000:00:07.0: PME# disabled
[    0.204388] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.208001] pci 0000:00:1c.0: PME# disabled
[    0.208001] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.208001] pci 0000:00:1d.7: PME# disabled
[    0.210334] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.212001] pci 0000:06:00.0: PME# disabled
[    0.212001] pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
[    0.212001] pci 0000:06:00.3: PME# disabled
[    0.212001] pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device.  You 
can enable it with 'pcie_aspm=force'
[    0.212001] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[    0.212001] pci 0000:07:00.0: PME# disabled
[    0.212001] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device.  You 
can enable it with 'pcie_aspm=force'
[    0.212001] pci 0000:07:01.0: PME# supported from D0 D3hot D3cold
[    0.212001] pci 0000:07:01.0: PME# disabled
[    0.212001] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device.  You 
can enable it with 'pcie_aspm=force'
[    0.212001] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    0.212001] pci 0000:08:00.0: PME# disabled
[    0.212001] pci 0000:08:00.0: disabling ASPM on pre-1.1 PCIe device. 
ѕɕ�mu��͍���ձ�Ʌ�ѥ����ѽ��ɕ���ѕɕ�mu��͍���ձ�ɑ�������ɕ���ѕɕ�mu��͍���ձ�ɍ��ɕ���ѕɕ�����ձ��[
    2.000578] registerink
[    2.008960] hpet_acpi_add: no address or irqs in _CRS
[    2.018891] Linux agpgart interface v0.103
[    2.022872] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.040002] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    2.052383] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    2.063614] input: Macintosh mouse button emulation as 
/devices/virtual/input/input0
[    2.079015] PNP: No PS/2 controller found. Probing ports directly.
[    2.094082] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.100509] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.114153] mice: PS/2 mouse device common for all mice
[    2.124669] rtc_cmos 00:04: RTC can wake from S4
[    2.134029] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    2.146336] rtc0: alarms up to one day, y3k, 242 bytes nvram
[    2.157751] cpuidle: using governor ladder
[    2.161723] cpuidle: using governor menu
[    2.161723] No iBFT detected.
[    2.161723] TCP cubic registered
[    2.186841] NET: Registered protocol family 10
[    2.196290] lo: Disabled Privacy Extensions
[    2.204774] Mobile IPv6
[    2.208660] NET: Registered protocol family 17
[    2.208660] registered taskstats version 1
[    2.231833] rtc_cmos 00:04: setting system clock to 2010-07-22 14:15:10 UTC 
(1279808110)
[    2.247862] Initalizing network drop monitor service
[    2.257950] Freeing unused kernel memory: 592k freed
[    2.261870] Write protecting the kernel read-only data: 4308k
Loading, please wait...
[    2.325588] udev: starting version 151
Begin: Loading essential drivers... ...
[    2.353363] md: linear personality registered for level -1
[    2.387106] md: multipath personality registered for level -4
[    2.434279] SCSI subsystem initialized
[    2.443603] megasas: 00.00.04.01 Thu July 24 11:41:51 PST 2008
[    2.455173] megasas: 0x1028:0x0015:0x1028:0x1f03: bus 2:slot 14:func 0
[    2.468322] megaraid_sas 0000:02:0e.0: PCI INT A -> GSI 78 (level, low) -> 
IRQ 78
[    2.483911] usbcore: registered new interface driver usbfs
[    2.494752] megasas: FW now in Ready state
[    2.494775] usbcore: registered new interface driver hub
[    2.503248] usbcore: registered new device driver usb
[    2.509798] uhci_hcd: USB Universal Host Controller Interface driver
[    2.511435] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    2.511454] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.511482] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus 
number 1
[    2.511552] uhci_hcd 0000:00:1d.0: irq 21, io base 0x0000dce0
[    2.519362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    2.519365] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    2.519367] usb usb1: Product: UHCI Host Controlle[    6.218176] bnx2: Can't 
load firmware file "bnx2/bnx2-mips-06-5.0.0.j3.fw"
[    6.715448] bnx2: Can't load firmware file "bnx2/bnx2-mips-06-5.0.0.j3.fw"
fsck from util-linux-ng 2.17.2
fsck from util-linux-ng 2.17.2
/dev/sda3: clean, 71193/640848 files, 671783/2558351 blocks
/dev/sda1: Superblock last write time is in the future.
  (by less than a day, probably due to the hardware clock being incorrectly 
set).  FIXED.
/dev/sda1: clean, 206/24096 files, 28673/96356 blocks
init: ureadahead-other main process (559) terminated with status 4





If I'm not mistaken, this must have something to do with the console output not 
being available? I've made a hvc0 entry in upstart/inittab, so the device 
should be there.. The firmware for the NIC shouldn't cause the boot to fail 
either... Does anyone have any ideas that might help me out here? :)

Thanks a lot in advance!

Kind regards,

Bart Verwilst

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] pvops dom0 hanging after kernel boot, Bart Verwilst <=