Random boot fail on 'cannot allocate trampoline' on Intel DQ57TM board with B.11 BIOS

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

 



Hi all experts, 

I tried the EFI_STUB on v3.6-rc1 kernel on Intel DQ57TM board with B.11
BIOS that's the only one sample board on my hand. I found it can't boot
success most time, fail rate is about 80% (run 6 times only 1 time boot
success).
When issue reproduced, kernel emit a panic message like through serial
console like the following:

[    0.000000] Kernel panic - not syncing: Cannot allocate trampoline
[    0.000000] 
[    0.000000] Pid: 0, comm: swapper Not tainted 3.6.0-rc1-1.2-desktop+ #12
[    0.000000] Call Trace:
[    0.000000]  [<ffffffff815b55ae>] panic+0xbf/0x1d5
[    0.000000]  [<ffffffff81ae4964>] setup_real_mode+0x50/0x193
[    0.000000]  [<ffffffff81ae57e8>] setup_arch+0x587/0x757
[    0.000000]  [<ffffffff81ae2903>] start_kernel+0x90/0x393
[    0.000000]  [<ffffffff81ae2376>] x86_64_start_reservations+0x131/0x135
[    0.000000]  [<ffffffff81ae2120>] ? early_idt_handlers+0x120/0x120
[    0.000000]  [<ffffffff81ae2447>] x86_64_start_kernel+0xcd/0xdc


Then, follow Jan's suggestion, I tried to use grub2 to load kernel and I CAN reproduce
the same issue. So, the problem looks not relate to EFI_STUB.

The attached log files are:
 
vmlinuz-3.6.0-rc1-1.2-desktop+-f82202bae-stub-fail.log:         direct execute efi stub kernel in UEFI shell, fail
vmlinuz-3.6.0-rc1-1.2-desktop+-f82202bae-grub2-fail.log :       load kernel by grub2 fail.
vmlinuz-3.6.0-rc1-1.2-desktop+-f82202bae-grub2-success.log:     load kernel by grub2 success. (SOMETIMES)

I also tried v3.4.4 and v3.5 kernel also CAN reproduce the same problem.

Appreciate for any hint or comment for debugging!


Thanks a lot!
Joey Lee

fs0:\> vmlinuz-3.6.0-rc1-1.2-desktop+-f82202bae-ok.efi console=ttyS0,115200 earlyprintk=ttyS0,115200 debug
[    0.000000] Initializing cgroup subsys cpuset-3.5.0-1.1-desktop+-unsigned.efi
[    0.000000] Initializing cgroup subsys cpunuz-3.5.0-rc1-1.2-desktop+-ok.efi
[    0.000000] Linux version 3.6.0-rc1-1.2-desktop+ (linux@xxxxxxxxxxxxxxx) (gcc version 4.6.2 (SUSE Linux) ) #12 SMP PREEMPT Mon Aug 13 16:29:44 CST 2012
[    0.000000] Command line: vmlinuz-3.6.0-rc1-1.2-desktop+-f82202bae-ok.efi console=ttyS0,115200 earlyprintk=ttyS0,115200 debug 
[    0.000000] e820: BIOS-provided physical RAM map:.0-rc1-1.2-desktop+-f82202bae-ok.efi
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000096fff] usableacef661-ok.efi
[    0.000000] BIOS-e820: [mem 0x0000000000097000-0x0000000000097fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000098000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb3c6fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb3c7000-0x00000000bb496fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb497000-0x00000000bb4bafff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb4bb000-0x00000000bb4bbfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb4bc000-0x00000000bb7befff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb7bf000-0x00000000bb7fefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bb7ff000-0x00000000bb7fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013bffffff] usable
[    0.000000] bootconsole [earlyser0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by EDK II
[    0.000000] efi:  ACPI=0xbb7fe000  ACPI 2.0=0xbb7fe014  SMBIOS=0xbb496000 
[    0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000097000) (0MB)
[    0.000000] efi: mem01: type=0, attr=0xf, range=[0x0000000000097000-0x0000000000098000) (0MB)
[    0.000000] efi: mem02: type=2, attr=0xf, range=[0x0000000000098000-0x000000000009f000) (0MB)
[    0.000000] efi: mem03: type=7, attr=0xf, range=[0x000000000009f000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
[    0.000000] efi: mem05: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001fed000) (15MB)
[    0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000001fed000-0x00000000b8021000) (2912MB)
[    0.000000] efi: mem07: type=4, attr=0xf, range=[0x00000000b8021000-0x00000000b8041000) (0MB)
[    0.000000] efi: mem08: type=7, attr=0xf, range=[0x00000000b8041000-0x00000000b8400000) (3MB)
[    0.000000] efi: mem09: type=1, attr=0xf, range=[0x00000000b8400000-0x00000000b8860000) (4MB)
[    0.000000] efi: mem10: type=7, attr=0xf, range=[0x00000000b8860000-0x00000000b8cc0000) (4MB)
[    0.000000] efi: mem11: type=4, attr=0xf, range=[0x00000000b8cc0000-0x00000000b8d0c000) (0MB)
[    0.000000] efi: mem12: type=7, attr=0xf, range=[0x00000000b8d0c000-0x00000000b8d4e000) (0MB)
[    0.000000] efi: mem13: type=2, attr=0xf, range=[0x00000000b8d4e000-0x00000000b8d4f000) (0MB)
[    0.000000] efi: mem14: type=4, attr=0xf, range=[0x00000000b8d4f000-0x00000000b8d50000) (0MB)
[    0.000000] efi: mem15: type=7, attr=0xf, range=[0x00000000b8d50000-0x00000000b8d51000) (0MB)
[    0.000000] efi: mem16: type=2, attr=0xf, range=[0x00000000b8d51000-0x00000000b8d53000) (0MB)
[    0.000000] efi: mem17: type=4, attr=0xf, range=[0x00000000b8d53000-0x00000000b8e15000) (0MB)
[    0.000000] efi: mem18: type=1, attr=0xf, range=[0x00000000b8e15000-0x00000000b8ed2000) (0MB)
[    0.000000] efi: mem19: type=4, attr=0xf, range=[0x00000000b8ed2000-0x00000000b8ee7000) (0MB)
[    0.000000] efi: mem20: type=2, attr=0xf, range=[0x00000000b8ee7000-0x00000000b8efb000) (0MB)
[    0.000000] efi: mem21: type=4, attr=0xf, range=[0x00000000b8efb000-0x00000000b8eff000) (0MB)
[    0.000000] efi: mem22: type=2, attr=0xf, range=[0x00000000b8eff000-0x00000000b8f03000) (0MB)
[    0.000000] efi: mem23: type=4, attr=0xf, range=[0x00000000b8f03000-0x00000000b8f04000) (0MB)
[    0.000000] efi: mem24: type=2, attr=0xf, range=[0x00000000b8f04000-0x00000000b8f05000) (0MB)
[    0.000000] efi: mem25: type=4, attr=0xf, range=[0x00000000b8f05000-0x00000000b952e000) (6MB)
[    0.000000] efi: mem26: type=2, attr=0xf, range=[0x00000000b952e000-0x00000000b9530000) (0MB)
[    0.000000] efi: mem27: type=4, attr=0xf, range=[0x00000000b9530000-0x00000000bb020000) (26MB)
[    0.000000] efi: mem28: type=7, attr=0xf, range=[0x00000000bb020000-0x00000000bb0db000) (0MB)
[    0.000000] efi: mem29: type=3, attr=0xf, range=[0x00000000bb0db000-0x00000000bb3c7000) (2MB)
[    0.000000] efi: mem30: type=5, attr=0x800000000000000f, range=[0x00000000bb3c7000-0x00000000bb427000) (0MB)
[    0.000000] efi: mem31: type=6, attr=0x800000000000000f, range=[0x00000000bb427000-0x00000000bb487000) (0MB)
[    0.000000] efi: mem32: type=0, attr=0xf, range=[0x00000000bb487000-0x00000000bb497000) (0MB)
[    0.000000] efi: mem33: type=10, attr=0xf, range=[0x00000000bb497000-0x00000000bb4bb000) (0MB)
[    0.000000] efi: mem34: type=0, attr=0xf, range=[0x00000000bb4bb000-0x00000000bb4bc000) (0MB)
[    0.000000] efi: mem35: type=10, attr=0xf, range=[0x00000000bb4bc000-0x00000000bb7bf000) (3MB)
[    0.000000] efi: mem36: type=9, attr=0xf, range=[0x00000000bb7bf000-0x00000000bb7ff000) (0MB)
[    0.000000] efi: mem37: type=4, attr=0xf, range=[0x00000000bb7ff000-0x00000000bb800000) (0MB)
[    0.000000] efi: mem38: type=7, attr=0xf, range=[0x0000000100000000-0x000000013c000000) (960MB)
[    0.000000] DMI present.
[    0.000000] DMI: Intel Corp. Intel(R) UDK2010 firmware developer platform, BIOS Build SDV.TM.B11 Release (CSM Available) 01/01/2011
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x13c000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FC0000000 write-back
[    0.000000]   2 base 0BC000000 mask FFC000000 uncachable
[    0.000000]   3 base 0BBC00000 mask FFFC00000 uncachable
[    0.000000]   4 base 100000000 mask FC0000000 write-back
[    0.000000]   5 base 13C000000 mask FFC000000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xbbc00000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xbb800 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[    0.000000] Kernel panic - not syncing: Cannot allocate trampoline
[    0.000000] 
[    0.000000] Pid: 0, comm: swapper Not tainted 3.6.0-rc1-1.2-desktop+ #12
[    0.000000] Call Trace:
[    0.000000]  [<ffffffff815b55ae>] panic+0xbf/0x1d5
[    0.000000]  [<ffffffff81ae4964>] setup_real_mode+0x50/0x193
[    0.000000]  [<ffffffff81ae57e8>] setup_arch+0x587/0x757
[    0.000000]  [<ffffffff81ae2903>] start_kernel+0x90/0x393
[    0.000000]  [<ffffffff81ae2376>] x86_64_start_reservations+0x131/0x135
[    0.000000]  [<ffffffff81ae2120>] ? early_idt_handlers+0x120/0x120
[    0.000000]  [<ffffffff81ae2447>] x86_64_start_kernel+0xcd/0xdc

 CTRL-A Z for help |115200 8N1 | NOR | Minicom 2.5    | VT102 |      Offline            
error: file `/boot/grub2-efi/locale/en.mo.gz' not found.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.6.0-rc1-1.2-desktop+ (linux@xxxxxxxxxxxxxxx) (gcc version 4.6.2 (SUSE Linux) ) #12 SMP PREEMPT Mon Aug 13 16:29:44 CST 2012
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.6.0-rc1-1.2-desktop+-f82202bae-ok root=/dev/sda3 ro resume=/dev/disk/by-id/ata-ST3500418AS_9VMSYQSJ-part2 splash=sileny
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000096fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000097000-0x0000000000097fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000098000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb3c6fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb3c7000-0x00000000bb496fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb497000-0x00000000bb4bafff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb4bb000-0x00000000bb4bbfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb4bc000-0x00000000bb7befff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb7bf000-0x00000000bb7fefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bb7ff000-0x00000000bb7fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013bffffff] usable
[    0.000000] bootconsole [earlyser0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by EDK II
[    0.000000] efi:  ACPI=0xbb7fe000  ACPI 2.0=0xbb7fe014  SMBIOS=0xbb496000 
[    0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000097000) (0MB)
[    0.000000] efi: mem01: type=0, attr=0xf, range=[0x0000000000097000-0x0000000000098000) (0MB)
[    0.000000] efi: mem02: type=2, attr=0xf, range=[0x0000000000098000-0x000000000009a000) (0MB)
[    0.000000] efi: mem03: type=7, attr=0xf, range=[0x000000000009a000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
[    0.000000] efi: mem05: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001fed000) (15MB)
[    0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000001fed000-0x000000003f420000) (980MB)
[    0.000000] efi: mem07: type=2, attr=0xf, range=[0x000000003f420000-0x0000000040000000) (11MB)
[    0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000040000000-0x0000000089c88000) (1180MB)
[    0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000089c88000-0x00000000b8021000) (739MB)
[    0.000000] efi: mem10: type=4, attr=0xf, range=[0x00000000b8021000-0x00000000b8041000) (0MB)
[    0.000000] efi: mem11: type=7, attr=0xf, range=[0x00000000b8041000-0x00000000b8eb0000) (14MB)
[    0.000000] efi: mem12: type=1, attr=0xf, range=[0x00000000b8eb0000-0x00000000b8ece000) (0MB)
[    0.000000] efi: mem13: type=7, attr=0xf, range=[0x00000000b8ece000-0x00000000b8eec000) (0MB)
[    0.000000] efi: mem14: type=4, attr=0xf, range=[0x00000000b8eec000-0x00000000b8eff000) (0MB)
[    0.000000] efi: mem15: type=2, attr=0xf, range=[0x00000000b8eff000-0x00000000b8f00000) (0MB)
[    0.000000] efi: mem16: type=4, attr=0xf, range=[0x00000000b8f00000-0x00000000bb020000) (33MB)
[    0.000000] efi: mem17: type=7, attr=0xf, range=[0x00000000bb020000-0x00000000bb0db000) (0MB)
[    0.000000] efi: mem18: type=3, attr=0xf, range=[0x00000000bb0db000-0x00000000bb3c7000) (2MB)
[    0.000000] efi: mem19: type=5, attr=0x800000000000000f, range=[0x00000000bb3c7000-0x00000000bb427000) (0MB)
[    0.000000] efi: mem20: type=6, attr=0x800000000000000f, range=[0x00000000bb427000-0x00000000bb487000) (0MB)
[    0.000000] efi: mem21: type=0, attr=0xf, range=[0x00000000bb487000-0x00000000bb497000) (0MB)
[    0.000000] efi: mem22: type=10, attr=0xf, range=[0x00000000bb497000-0x00000000bb4bb000) (0MB)
[    0.000000] efi: mem23: type=0, attr=0xf, range=[0x00000000bb4bb000-0x00000000bb4bc000) (0MB)
[    0.000000] efi: mem24: type=10, attr=0xf, range=[0x00000000bb4bc000-0x00000000bb7bf000) (3MB)
[    0.000000] efi: mem25: type=9, attr=0xf, range=[0x00000000bb7bf000-0x00000000bb7ff000) (0MB)
[    0.000000] efi: mem26: type=4, attr=0xf, range=[0x00000000bb7ff000-0x00000000bb800000) (0MB)
[    0.000000] efi: mem27: type=7, attr=0xf, range=[0x0000000100000000-0x000000013c000000) (960MB)
[    0.000000] DMI present.
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x13c000 max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xbb800 max_arch_pfn = 0x400000000
[    0.000000] init_memory_mapping: [mem 0x00000000-0xbb7fffff]
[    0.000000] init_memory_mapping: [mem 0x100000000-0x13bffffff]
[    0.000000] RAMDISK: [mem 0x3f420000-0x3fffafff]
[    0.000000] ACPI: RSDP 00000000bb7fe014 00024 (v02 INTEL )
[    0.000000] ACPI: XSDT 00000000bb7fd0e8 000AC (v01 INTEL  DQ57TM   00000003      01000013)
[    0.000000] ACPI: FACP 00000000bb7fa000 0010C (v05 INTEL  DQ57TM   00000003 INTL 0100000D)
[    0.000000] ACPI BIOS Bug: Warning: Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20120711/tbfadt-648)
[    0.000000] ACPI: Override [DSDT-DQ57TM  ], this is unsafe: tainting kernel
[    0.000000] Disabling lock debugging due to kernel taint
[    0.000000] ACPI: DSDT 00000000bb7eb000 Logical table override, new table: ffffffff81a51780
[    0.000000] ACPI: DSDT ffffffff81a51780 11900 (v01 HPQOEM 188D     F0000000 INTL 20110316)
[    0.000000] ACPI: FACS 00000000bb592000 00040
[    0.000000] ACPI: TCPA 00000000bb7fc000 00032 (v02                 00000000      00000000)
[    0.000000] ACPI: SSDT 00000000bb7fb000 00393 (v01 Intel_ TcgTable 00001000 INTL 20070508)
[    0.000000] ACPI: UEFI 00000000bb59e000 00042 (v01                 00000000      00000000)
[    0.000000] ACPI: HPET 00000000bb7f9000 00038 (v01 INTEL  DQ57TM   00000001 INTL 0100000D)
[    0.000000] ACPI: APIC 00000000bb7f8000 00084 (v01 INTEL  DQ57TM   00000001 INTL 0100000D)
[    0.000000] ACPI: MCFG 00000000bb7f7000 0003C (v01 INTEL  DQ57TM   00000001 INTL 0100000D)
[    0.000000] ACPI: SSDT 00000000bb7f4000 00058 (v01 INTEL   Cpu0Cst 00000010 INTL 20070508)
[    0.000000] ACPI: SSDT 00000000bb7f3000 00058 (v01 INTEL   Cpu1Cst 00000010 INTL 20070508)
[    0.000000] ACPI: SSDT 00000000bb7f2000 00058 (v01 INTEL   Cpu2Cst 00000010 INTL 20070508)
[    0.000000] ACPI: SSDT 00000000bb7f1000 00058 (v01 INTEL   Cpu3Cst 00000010 INTL 20070508)
[    0.000000] ACPI: SSDT 00000000bb7f0000 000E0 (v01 INTEL     CpuPm 00000012 INTL 20070508)
[    0.000000] ACPI: SSDT 00000000bb7ee000 007EF (v01 INTEL    IGD_EN 00001000 INTL 20070508)
[    0.000000] ACPI: SSDT 00000000bb7ea000 00C34 (v01 INTEL     Sata1 00001000 INTL 20070508)
[    0.000000] ACPI: SSDT 00000000bb7e9000 006A1 (v01 INTEL     Sata2 00001000 INTL 20070508)
[    0.000000] ACPI: FPDT 00000000bb7e8000 00044 (v01  INTEL TIANO    00000001 MSFT 01000013)
[    0.000000] ACPI: BGRT 00000000bb7e7000 00038 (v01  INTEL TIANO    00000001 MSFT 01000013)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013bffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x13bffffff]
[    0.000000]   NODE_DATA [mem 0x13bfec000-0x13bffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x13bffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x00096fff]
[    0.000000]   node   0: [mem 0x00098000-0x0009ffff]
[    0.000000]   node   0: [mem 0x00100000-0xbb3c6fff]
[    0.000000]   node   0: [mem 0xbb7ff000-0xbb7fffff]
[    0.000000]   node   0: [mem 0x100000000-0x13bffffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 0000000000097000 - 0000000000098000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000bb3c7000 - 00000000bb497000
[    0.000000] PM: Registered nosave memory: 00000000bb497000 - 00000000bb4bb000
[    0.000000] PM: Registered nosave memory: 00000000bb4bb000 - 00000000bb4bc000
[    0.000000] PM: Registered nosave memory: 00000000bb4bc000 - 00000000bb7bf000
[    0.000000] PM: Registered nosave memory: 00000000bb7bf000 - 00000000bb7ff000
[    0.000000] PM: Registered nosave memory: 00000000bb800000 - 0000000100000000
[    0.000000] e820: [mem 0xbb800000-0xffffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88013bc00000 s79936 r8192 d22464 u524288
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 994863
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.6.0-rc1-1.2-desktop+-f82202bae-ok root=/dev/sda3 ro resume=/dev/disk/by-id/ata-ST3500418AS_9VMSYQSJ-part2 splasy
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 3862968k/5177344k available (5970k kernel code, 1127076k absent, 187300k reserved, 5089k data, 944k init)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.000000] NR_IRQS:33024 nr_irqs:712 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [ttyS0] enabled, bootconsole disabled
[    0.000000] console [ttyS0] enabled, bootconsole disabled
[    0.001000] tsc: Fast TSC calibration using PIT
[    0.002000] tsc: Detected 3191.988 MHz processor
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6383.97 BogoMIPS (lpj=3191988)
[    0.010608] pid_max: default: 32768 minimum: 301
[    0.015256] Security Framework initialized
[    0.019365] AppArmor: AppArmor initialized
[    0.023980] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.032813] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.040548] Mount-cache hash table entries: 256
[    0.045386] Initializing cgroup subsys cpuacct
[    0.049825] Initializing cgroup subsys devices
[    0.054265] Initializing cgroup subsys freezer
[    0.058700] Initializing cgroup subsys net_cls
[    0.063135] Initializing cgroup subsys blkio
[    0.067397] Initializing cgroup subsys perf_event
[    0.072129] CPU: Physical Processor ID: 0
[    0.076137] CPU: Processor Core ID: 0
[    0.079799] mce: CPU supports 9 MCE banks
[    0.083819] CPU0: Thermal monitoring enabled (TM1)
[    0.088610] process: using mwait in idle threads
[    0.093224] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[    0.093224] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[    0.093224] tlb_flushall_shift is 0x6
[    0.109469] ACPI: Core revision 20120711
[    0.126927] ACPI Error: [_PR_.CPU0] Namespace lookup failure, AE_NOT_FOUND (20120711/dswload-190)
[    0.135848] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20120711/psloop-231)
[    0.144162] ACPI Error: [_PR_.CPU1] Namespace lookup failure, AE_NOT_FOUND (20120711/dswload-190)
[    0.153086] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20120711/psloop-231)
[    0.161399] ACPI Error: [_PR_.CPU2] Namespace lookup failure, AE_NOT_FOUND (20120711/dswload-190)
[    0.170323] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20120711/psloop-231)
[    0.178638] ACPI Error: [_PR_.CPU3] Namespace lookup failure, AE_NOT_FOUND (20120711/dswload-190)
[    0.187562] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20120711/psloop-231)
[    0.195900] ACPI Error: [\_PR_.CPU0] Namespace lookup failure, AE_NOT_FOUND (20120711/dswload-190)
[    0.204913] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20120711/psloop-231)
[    0.214903] ACPI Error: [SATA] Namespace lookup failure, AE_ALREADY_EXISTS (20120711/dswload-337)
[    0.223828] ACPI Exception: AE_ALREADY_EXISTS, During name lookup/catalog (20120711/psloop-231)
[    0.234585] ..TIMER: vector=0x51 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.250560] smpboot: CPU0: Intel(R) Core(TM) i5 CPU         650  @ 3.20GHz stepping 05
[    0.360030] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
[    0.368446] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
[    0.375301] ... version:                3
[    0.379301] ... bit width:              48
[    0.383384] ... generic registers:      4
[    0.387387] ... value mask:             0000ffffffffffff
[    0.392685] ... max period:             000000007fffffff
[    0.397985] ... fixed-purpose events:   3
[    0.401987] ... event mask:             000000070000000f
[    0.417665] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.428864] smpboot: Booting Node   0, Processors  #1 #2 #3 OK
[    0.481686] Brought up 4 CPUs
[    0.484654] smpboot: Total of 4 processors activated (25535.90 BogoMIPS)
[    0.495164] devtmpfs: initialized
[    0.501666] PM: Registering ACPI NVS region [mem 0xbb497000-0xbb4bafff] (147456 bytes)
[    0.509568] PM: Registering ACPI NVS region [mem 0xbb4bc000-0xbb7befff] (3158016 bytes)
[    0.517846] dummy: 
[    0.519992] RTC time:  8:45:37, date: 08/22/12
[    0.524511] NET: Registered protocol family 16
[    0.529246] ACPI: bus type pci registered
[    0.533364] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.542635] PCI: not using MMCONFIG
[    0.546117] PCI: Using configuration type 1 for base access
[    0.553362] bio: create slab <bio-0> at 0
[    0.557501] ACPI: Added _OSI(Module Device)
[    0.561681] ACPI: Added _OSI(Processor Device)
[    0.566115] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.570809] ACPI: Added _OSI(Processor Aggregator Device)
[    0.586727] ACPI: Executed 1 blocks of module-level executable AML code
[    0.602008] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    1.107117] ACPI: EC: input buffer is not empty, aborting transaction
[    1.113543] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    1.122871] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_._REG] (Node ffff880136e88678), AE_TIME (20120711/psparse-536)
[    1.135289] ACPI: Interpreter enabled
[    1.138943] ACPI: (supports S0 S4 S5)
[    1.142689] ACPI: Using IOAPIC for interrupt routing
[    1.147933] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.162879] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources
[    1.173367] PCI: not using MMCONFIG
[    1.683639] ACPI: EC: input buffer is not empty, aborting transaction
[    1.690059] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    1.699389] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_.SMRD] (Node ffff880136e881f0), AE_TIME (20120711/psparse-536)
[    1.711797] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/psparse-536)
[    2.422740] ACPI: EC: input buffer is not empty, aborting transaction
[    2.429165] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    2.438494] ACPI Error: Method parse/execution failed [\_SB_.BAT0._STA] (Node ffff880136e8edd0), AE_TIME (20120711/psparse-536)
[    2.450946] ACPI: EC: GPE = 0x5, I/O: command/status = 0x66, data = 0x62
[    2.458103] ACPI: No dock devices found.
[    2.462018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.473996] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    2.480504] pci_root PNP0A08:00: host bridge window [0xffff0000-0xf7ffffff] (ignored, not CPU addressable)
[    2.490148] pci_root PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    2.502004] PCI host bridge to bus 0000:00
[    2.506104] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.511578] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    2.517740] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    2.523903] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    2.530760] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
[    2.537616] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
[    2.544470] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
[    2.551327] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[    2.558181] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    2.565039] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    2.571893] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    2.578749] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    2.585603] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    2.592459] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    2.599315] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
[    2.606171] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
[    2.613025] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff]
[    2.619882] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff]
[    2.628259] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.633264] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    2.638273] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    2.643302] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
[    2.650764]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[    3.157710] ACPI: EC: input buffer is not empty, aborting transaction
[    3.164137] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    3.173457] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_.SMRD] (Node ffff880136e881f0), AE_TIME (20120711/psparse-536)
[    3.185854] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/psparse-536)
[    3.197830] ACPI Error: Method execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/uteval-103)
[    3.709293] ACPI: EC: input buffer is not empty, aborting transaction
[    3.715712] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    3.725041] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_.SMRD] (Node ffff880136e881f0), AE_TIME (20120711/psparse-536)
[    3.737440] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/psparse-536)
[    3.749407] ACPI Error: Method execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/uteval-103)
[    4.260025] ACPI: EC: input buffer is not empty, aborting transaction
[    4.266451] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    4.275783] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_.SMRD] (Node ffff880136e881f0), AE_TIME (20120711/psparse-536)
[    4.288187] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/psparse-536)
[    4.300164] ACPI Error: Method execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/uteval-103)
[    4.810611] ACPI: EC: input buffer is not empty, aborting transaction
[    4.817034] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    4.826363] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_.SMRD] (Node ffff880136e881f0), AE_TIME (20120711/psparse-536)
[    4.838770] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/psparse-536)
[    4.850745] ACPI Error: Method execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/uteval-103)
[    5.361198] ACPI: EC: input buffer is not empty, aborting transaction
[    5.367625] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    5.376955] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_.SMRD] (Node ffff880136e881f0), AE_TIME (20120711/psparse-536)
[    5.389361] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/psparse-536)
[    5.401329] ACPI Error: Method execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/uteval-103)
[    5.911785] ACPI: EC: input buffer is not empty, aborting transaction
[    5.918210] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    5.927539] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_.SMRD] (Node ffff880136e881f0), AE_TIME (20120711/psparse-536)
[    5.939944] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/psparse-536)
[    5.951919] ACPI Error: Method execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/uteval-103)
[    6.462372] ACPI: EC: input buffer is not empty, aborting transaction
[    6.468801] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    6.478129] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_.SMRD] (Node ffff880136e881f0), AE_TIME (20120711/psparse-536)
[    6.490536] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/psparse-536)
[    6.502511] ACPI Error: Method execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/uteval-103)
[    7.012959] ACPI: EC: input buffer is not empty, aborting transaction
[    7.019384] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    7.028712] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_.SMRD] (Node ffff880136e881f0), AE_TIME (20120711/psparse-536)
[    7.041119] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/psparse-536)
[    7.053095] ACPI Error: Method execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/uteval-103)
[    7.563546] ACPI: EC: input buffer is not empty, aborting transaction
[    7.569975] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    7.579303] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_.SMRD] (Node ffff880136e881f0), AE_TIME (20120711/psparse-536)
[    7.591710] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/psparse-536)
[    7.603684] ACPI Error: Method execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/uteval-103)
[    8.114133] ACPI: EC: input buffer is not empty, aborting transaction
[    8.120557] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    8.129887] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_.SMRD] (Node ffff880136e881f0), AE_TIME (20120711/psparse-536)
[    8.142291] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/psparse-536)
[    8.154268] ACPI Error: Method execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/uteval-103)
[    8.664720] ACPI: EC: input buffer is not empty, aborting transaction
[    8.671139] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    8.680469] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_.SMRD] (Node ffff880136e881f0), AE_TIME (20120711/psparse-536)
[    8.692874] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/psparse-536)
[    8.704851] ACPI Error: Method execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/uteval-103)
[    9.215307] ACPI: EC: input buffer is not empty, aborting transaction
[    9.221731] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    9.231061] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_.SMRD] (Node ffff880136e881f0), AE_TIME (20120711/psparse-536)
[    9.243467] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/psparse-536)
[    9.255435] ACPI Error: Method execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/uteval-103)
[    9.765894] ACPI: EC: input buffer is not empty, aborting transaction
[    9.772313] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[    9.781643] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_.SMRD] (Node ffff880136e881f0), AE_TIME (20120711/psparse-536)
[    9.794041] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/psparse-536)
[    9.806015] ACPI Error: Method execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/uteval-103)
[    9.817681] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    9.825072] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    9.832467] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    9.839855] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    9.847234] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    9.854556] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    9.861889] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    9.869216] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
[    9.876583] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    9.884654] vgaarb: loaded
[    9.887360] vgaarb: bridge control possible 0000:00:02.0
[    9.892832] SCSI subsystem initialized
[    9.896578] ACPI: bus type scsi registered
[    9.900760] ACPI: bus type usb registered
[    9.904794] usbcore: registered new interface driver usbfs
[    9.910275] usbcore: registered new interface driver hub
[    9.915610] usbcore: registered new device driver usb
[    9.920757] PCI: Using ACPI for IRQ routing
[    9.924947] pci 0000:00:02.0: no compatible bridge window for [mem 0xd0000000-0xd03fffff 64bit]
[    9.933624] pci 0000:00:02.0: no compatible bridge window for [mem 0xc0000000-0xcfffffff 64bit pref]
[    9.942727] pci 0000:00:19.0: no compatible bridge window for [mem 0xd0400000-0xd041ffff]
[    9.950878] pci 0000:00:19.0: no compatible bridge window for [mem 0xd0424000-0xd0424fff]
[    9.959032] pci 0000:00:1a.0: no compatible bridge window for [mem 0xd0423000-0xd04233ff]
[    9.967188] pci 0000:00:1d.0: no compatible bridge window for [mem 0xd0422000-0xd04223ff]
[    9.975379] pci 0000:00:1f.3: no compatible bridge window for [mem 0xd0420000-0xd04200ff 64bit]
[    9.984216] NetLabel: Initializing
[    9.987609] NetLabel:  domain hash size = 128
[    9.991955] NetLabel:  protocols = UNLABELED CIPSOv4
[    9.996929] NetLabel:  unlabeled traffic allowed by default
[   10.002538] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[   10.008865] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[   10.016700] Switching to clocksource hpet
[   10.025005] AppArmor: AppArmor Filesystem Enabled
[   10.029749] pnp: PnP ACPI init
[   10.032822] ACPI: bus type pnp registered
[   10.037425] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[   10.044373] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[   10.052162] system 00:09: [io  0x0400-0x04cf] has been reserved
[   10.058073] system 00:09: [io  0x04d0-0x04d1] has been reserved
[   10.063991] system 00:09: [io  0x04d6] has been reserved
[   10.069295] system 00:09: [io  0x0680-0x06ff] has been reserved
[   10.075209] system 00:09: [io  0x077a] has been reserved
[   10.080516] system 00:09: [io  0x0c00-0x0c01] has been reserved
[   10.086429] system 00:09: [io  0x0c14] has been reserved
[   10.091736] system 00:09: [io  0x0c50-0x0c52] has been reserved
[   10.097650] system 00:09: [io  0x0c6c] has been reserved
[   10.102957] system 00:09: [io  0x0c6f] has been reserved
[   10.108266] system 00:09: [io  0x0cd0-0x0cdb] has been reserved
[   10.114179] system 00:09: [io  0x0840-0x0847] has been reserved
[   10.120094] system 00:09: [io  0x0380-0x0387] has been reserved
[   10.126134] pnp 00:0a: disabling [mem 0x000e0000-0x000fffff] because it overlaps 0000:00:02.0 BAR 0 [mem 0x00000000-0x003fffff 64bit]
[   10.138103] pnp 00:0a: disabling [mem 0x00000001-0xffffffff] because it overlaps 0000:00:02.0 BAR 0 [mem 0x00000000-0x003fffff 64bit]
[   10.150065] pnp 00:0a: disabling [mem 0x000e0000-0x000fffff disabled] because it overlaps 0000:00:02.0 BAR 2 [mem 0x00000000-0x0fffffff 64bit pref]
[   10.163241] pnp 00:0a: disabling [mem 0x00000001-0xffffffff disabled] because it overlaps 0000:00:02.0 BAR 2 [mem 0x00000000-0x0fffffff 64bit pref]
[   10.176416] pnp 00:0a: disabling [mem 0x00000001-0xffffffff disabled] because it overlaps 0000:00:19.0 BAR 0 [mem 0x00000000-0x0001ffff]
[   10.188638] pnp 00:0a: disabling [mem 0x00000001-0xffffffff disabled] because it overlaps 0000:00:19.0 BAR 1 [mem 0x00000000-0x00000fff]
[   10.200865] pnp 00:0a: disabling [mem 0x00000001-0xffffffff disabled] because it overlaps 0000:00:1a.0 BAR 0 [mem 0x00000000-0x000003ff]
[   10.213092] pnp 00:0a: disabling [mem 0x00000001-0xffffffff disabled] because it overlaps 0000:00:1d.0 BAR 0 [mem 0x00000000-0x000003ff]
[   10.225316] pnp 00:0a: disabling [mem 0x00000001-0xffffffff disabled] because it overlaps 0000:00:1f.3 BAR 0 [mem 0x00000000-0x000000ff 64bit]
[   10.737300] ACPI: EC: input buffer is not empty, aborting transaction
[   10.743731] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[   10.753070] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.EC0_.SMRD] (Node ffff880136e881f0), AE_TIME (20120711/psparse-536)
[   10.765485] ACPI Error: Method parse/execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/psparse-536)
[   10.777468] ACPI Error: Method execution failed [\_SB_.PCI0.ACEL._STA] (Node ffff880136e8d718), AE_TIME (20120711/uteval-103)
[   11.486422] ACPI: EC: input buffer is not empty, aborting transaction
[   11.492846] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] (20120711/evregion-501)
[   11.502175] ACPI Error: Method parse/execution failed [\_SB_.BAT0._STA] (Node ffff880136e8edd0), AE_TIME (20120711/psparse-536)
[   11.513728] ACPI Error: Method execution failed [\_SB_.BAT0._STA] (Node ffff880136e8edd0), AE_TIME (20120711/uteval-103)
[   11.524846] pnp: PnP ACPI: found 12 devices
[   11.529026] ACPI: ACPI bus type pnp unregistered
[   11.541964] pci 0000:00:02.0: BAR 2: can't assign mem pref (size 0x10000000)
[   11.549001] pci 0000:00:02.0: BAR 2: trying firmware assignment [mem 0xc0000000-0xcfffffff 64bit pref]
[   11.558282] pci 0000:00:02.0: BAR 2: assigned [mem 0xc0000000-0xcfffffff 64bit pref]
[   11.566019] pci 0000:00:02.0: BAR 0: assigned [mem 0xfc000000-0xfc3fffff 64bit]
[   11.573324] pci 0000:00:1c.0: BAR 14: assigned [mem 0xfc400000-0xfc5fffff]
[   11.580194] pci 0000:00:1c.0: BAR 15: assigned [mem 0xfc600000-0xfc7fffff 64bit pref]
[   11.588006] pci 0000:00:1c.4: BAR 14: assigned [mem 0xfc800000-0xfc9fffff]
[   11.594872] pci 0000:00:1c.4: BAR 15: assigned [mem 0xfca00000-0xfcbfffff 64bit pref]
[   11.602687] pci 0000:00:19.0: BAR 0: assigned [mem 0xfcc00000-0xfcc1ffff]
[   11.609467] pci 0000:00:19.0: BAR 1: assigned [mem 0xfcc20000-0xfcc20fff]
[   11.616245] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[   11.622411] pci 0000:00:1c.4: BAR 13: assigned [io  0x3000-0x3fff]
[   11.628588] pci 0000:00:1a.0: BAR 0: assigned [mem 0xfcc21000-0xfcc213ff]
[   11.635368] pci 0000:00:1d.0: BAR 0: assigned [mem 0xfcc21400-0xfcc217ff]
[   11.642145] pci 0000:00:1f.3: BAR 0: assigned [mem 0xfcc21800-0xfcc218ff 64bit]
[   11.649444] pci 0000:00:01.0: PCI bridge to [bus 01]
[   11.654412] pci 0000:00:1c.0: PCI bridge to [bus 02]
[   11.659369] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[   11.665456] pci 0000:00:1c.0:   bridge window [mem 0xfc400000-0xfc5fffff]
[   11.672234] pci 0000:00:1c.0:   bridge window [mem 0xfc600000-0xfc7fffff 64bit pref]
[   11.679962] pci 0000:00:1c.4: PCI bridge to [bus 03]
[   11.684927] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[   11.691011] pci 0000:00:1c.4:   bridge window [mem 0xfc800000-0xfc9fffff]
[   11.697787] pci 0000:00:1c.4:   bridge window [mem 0xfca00000-0xfcbfffff 64bit pref]
[   11.705518] pci 0000:00:1e.0: PCI bridge to [bus 04]
[   11.710505] pci 0000:00:1c.0: can't derive routing for PCI INT A
[   11.716502] pci 0000:00:1c.0: PCI INT A: no GSI
[   11.721028] 
[   11.722529] pci 0000:00:1c.4: can't derive routing for PCI INT A
[   11.728526] pci 0000:00:1c.4: PCI INT A: no GSI
[   11.733044] 
[   11.734762] NET: Registered protocol family 2
[   11.740298] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[   11.750500] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[   11.757463] TCP: Hash tables configured (established 524288 bind 65536)
[   11.764088] TCP: reno registered
[   11.767330] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[   11.773360] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[   11.779933] NET: Registered protocol family 1
[   11.784332] pci 0000:00:1a.0: can't derive routing for PCI INT A
[   11.790330] pci 0000:00:1a.0: PCI INT A: no GSI
[   11.794856] 
[   11.796388] pci 0000:00:1a.0: can't derive routing for PCI INT A
[   11.802397] pci 0000:00:1d.0: can't derive routing for PCI INT A
[   11.808387] pci 0000:00:1d.0: PCI INT A: no GSI
[   11.812908] 
[   11.814430] pci 0000:00:1d.0: can't derive routing for PCI INT A
[   11.820515] Unpacking initramfs...
[   12.225015] Freeing initrd memory: 12140k freed
[   12.232136] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[   12.238574] software IO TLB [mem 0xb4021000-0xb8020fff] (64MB) mapped at [ffff8800b4021000-ffff8800b8020fff
 CTRL-A Z for help |115200 8N1 | NOR | Minicom 2.5    | VT102 |      Offline                                              
Welcome to GRUB!

error: file `/boot/grub2-efi/locale/en.mo.gz' not found.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.6.0-rc1-1.2-desktop+ (linux@xxxxxxxxxxxxxxx) (gcc version 4.6.2 (SUSE Linux) ) #12 SMP PREEMPT Mon Aug 13 16:29:44 CST 2012
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.6.0-rc1-1.2-desktop+-f82202bae-ok root=/dev/sda3 ro resume=/dev/disk/by-id/ata-ST3500418AS_9VMSYQSJ-part2 splash=sileny
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000096fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000097000-0x0000000000097fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000098000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb3c6fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb3c7000-0x00000000bb496fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb497000-0x00000000bb4bafff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb4bb000-0x00000000bb4bbfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb4bc000-0x00000000bb7befff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb7bf000-0x00000000bb7fefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bb7ff000-0x00000000bb7fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013bffffff] usable
[    0.000000] bootconsole [earlyser0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by EDK II
[    0.000000] efi:  ACPI=0xbb7fe000  ACPI 2.0=0xbb7fe014  SMBIOS=0xbb496000 
[    0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000097000) (0MB)
[    0.000000] efi: mem01: type=0, attr=0xf, range=[0x0000000000097000-0x0000000000098000) (0MB)
[    0.000000] efi: mem02: type=2, attr=0xf, range=[0x0000000000098000-0x000000000009a000) (0MB)
[    0.000000] efi: mem03: type=7, attr=0xf, range=[0x000000000009a000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
[    0.000000] efi: mem05: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001fed000) (15MB)
[    0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000001fed000-0x000000003f420000) (980MB)
[    0.000000] efi: mem07: type=2, attr=0xf, range=[0x000000003f420000-0x0000000040000000) (11MB)
[    0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000040000000-0x0000000089c88000) (1180MB)
[    0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000089c88000-0x00000000b8021000) (739MB)
[    0.000000] efi: mem10: type=4, attr=0xf, range=[0x00000000b8021000-0x00000000b8041000) (0MB)
[    0.000000] efi: mem11: type=7, attr=0xf, range=[0x00000000b8041000-0x00000000b8eb0000) (14MB)
[    0.000000] efi: mem12: type=1, attr=0xf, range=[0x00000000b8eb0000-0x00000000b8ece000) (0MB)
[    0.000000] efi: mem13: type=7, attr=0xf, range=[0x00000000b8ece000-0x00000000b8eec000) (0MB)
[    0.000000] efi: mem14: type=4, attr=0xf, range=[0x00000000b8eec000-0x00000000b8eff000) (0MB)
[    0.000000] efi: mem15: type=2, attr=0xf, range=[0x00000000b8eff000-0x00000000b8f00000) (0MB)
[    0.000000] efi: mem16: type=4, attr=0xf, range=[0x00000000b8f00000-0x00000000bb020000) (33MB)
[    0.000000] efi: mem17: type=7, attr=0xf, range=[0x00000000bb020000-0x00000000bb0db000) (0MB)
[    0.000000] efi: mem18: type=3, attr=0xf, range=[0x00000000bb0db000-0x00000000bb3c7000) (2MB)
[    0.000000] efi: mem19: type=5, attr=0x800000000000000f, range=[0x00000000bb3c7000-0x00000000bb427000) (0MB)
[    0.000000] efi: mem20: type=6, attr=0x800000000000000f, range=[0x00000000bb427000-0x00000000bb487000) (0MB)
[    0.000000] efi: mem21: type=0, attr=0xf, range=[0x00000000bb487000-0x00000000bb497000) (0MB)
[    0.000000] efi: mem22: type=10, attr=0xf, range=[0x00000000bb497000-0x00000000bb4bb000) (0MB)
[    0.000000] efi: mem23: type=0, attr=0xf, range=[0x00000000bb4bb000-0x00000000bb4bc000) (0MB)
[    0.000000] efi: mem24: type=10, attr=0xf, range=[0x00000000bb4bc000-0x00000000bb7bf000) (3MB)
[    0.000000] efi: mem25: type=9, attr=0xf, range=[0x00000000bb7bf000-0x00000000bb7ff000) (0MB)
[    0.000000] efi: mem26: type=4, attr=0xf, range=[0x00000000bb7ff000-0x00000000bb800000) (0MB)
[    0.000000] efi: mem27: type=7, attr=0xf, range=[0x0000000100000000-0x000000013c000000) (960MB)
[    0.000000] DMI present.
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x13c000 max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xbb800 max_arch_pfn = 0x400000000
[    0.000000] Kernel panic - not syncing: Cannot allocate trampoline
[    0.000000] 
[    0.000000] Pid: 0, comm: swapper Not tainted 3.6.0-rc1-1.2-desktop+ #12
[    0.000000] Call Trace:
[    0.000000]  [<ffffffff815b55ae>] panic+0xbf/0x1d5
[    0.000000]  [<ffffffff81ae4964>] setup_real_mode+0x50/0x193
[    0.000000]  [<ffffffff81ae57e8>] setup_arch+0x587/0x757
[    0.000000]  [<ffffffff81ae2903>] start_kernel+0x90/0x393
[    0.000000]  [<ffffffff81ae2376>] x86_64_start_reservations+0x131/0x135
[    0.000000]  [<ffffffff81ae2120>] ? early_idt_handlers+0x120/0x120
[    0.000000]  [<ffffffff81ae2447>] x86_64_start_kernel+0xcd/0xdc

 CTRL-A Z for help |115200 8N1 | NOR | Minicom 2.5    | VT102 |      Offline 

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux