You are not logged in.

#1 2012-01-22 17:51:17

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Grub problems

My grub (not grub2) seems to be ignoring some of the options I give it in kernel loading line. Here's an extract:

#  FRAMEBUFFER RESOLUTION SETTINGS
#     +-------------------------------------------------+
#          | 640x480    800x600    1024x768   1280x1024
#      ----+--------------------------------------------
#      256 | 0x301=769  0x303=771  0x305=773   0x307=775
#      32K | 0x310=784  0x313=787  0x316=790   0x319=793
#      64K | 0x311=785  0x314=788  0x317=791   0x31A=794
#      16M | 0x312=786  0x315=789  0x318=792   0x31B=795
#     +-------------------------------------------------+
#  for more details and different resolutions see
#  http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution 


timeout   2
default   0
color light-blue/black light-cyan/blue

# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*

## additional options to use with the default boot option, but not with the
 ## alternatives
 ## e.g. defoptions=vga=791 resume=/dev/hda5
 # defoptions=quiet acpi_enforce_resources=lax
 # kopt=quiet acpi_enforce_resources=lax
 
# (0) Arch Linux
title  Arch
root   (hd0,2)
kernel /vmlinuz26 acpi_enforce_resources=lax resume=/dev/sda2 resume_offset=1748992 ro quiet vga=785 sr0=ide-scsi root=/dev/sda2
initrd /kernel26.img


# (2) Windows
title Windows
rootnoverify (hd0,3)
makeactive
chainloader +1

The two main issues I have with it are:
1. 'quiet' takes no effect. My boot screen is absolutely littered with useless verbose messages, each displayed with it's own millisecond value (time since boot).
2. 'acpi_enforce_resources=lax' which is supposed to enable lm_sensors to display voltages, does not work, either. I still am unable to see any Voltage values

Offline

#2 2012-01-22 18:00:17

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Grub problems

Have you tried using 'loglevel=3' instead of 'quiet'?

Offline

#3 2012-01-22 18:19:38

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Re: Grub problems

Yes. No result, either.

Offline

#4 2012-01-22 18:23:01

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Grub problems

You should change the kernel image filename but I doubt it has anything to do with your problems.
http://www.archlinux.org/news/changes-t … filenames/


Edit: You can even try 'loglevel=2'. Can you post these messages?

Last edited by karol (2012-01-22 18:23:50)

Offline

#5 2012-01-22 19:02:55

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Re: Grub problems

karol wrote:

Edit: You can even try 'loglevel=2'. Can you post these messages?

I can, but my /var/log/boot contains only those messages I want like

Sun Jan 22 19:17:44 2012: :: Remounting Root    [BUSY]    [DONE] 
Sun Jan 22 19:17:44 2012: :: Mounting Local Filesystems    [BUSY]    [DONE] 
Sun Jan 22 19:17:45 2012: :: Activating Swap    [BUSY]    [DONE] 
Sun Jan 22 19:17:45 2012: :: Configuring Time Zone    [BUSY]    [DONE] 
Sun Jan 22 19:17:45 2012: :: Initializing Random Seed    [BUSY]    [DONE] 
Sun Jan 22 19:17:45 2012: :: Removing Leftover Files    [BUSY]    [DONE] 
Sun Jan 22 19:17:45 2012: :: Setting Hostname: panzor    [BUSY]    [DONE] 

The litter is missing, even though it's visible during boot and shutdown.

Offline

#6 2012-01-22 19:10:31

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Grub problems

Check if 'dmesg' looks like what you see during boot.

Offline

#7 2012-01-22 19:14:06

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Re: Grub problems

Yes, it does. What I see during boot is the mix of the two. What I want to see is just what's in /var/log/boot

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.1-1-ARCH (tobias@T-POWA-LX) (gcc version 4.6.2 20111223 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Jan 13 06:50:31 CET 2012
[    0.000000] Command line: acpi_enforce_resources=lax resume=/dev/sda2 resume_offset=1748992 ro quiet loglevel=3 vga=785 sr0=ide-scsi root=/dev/sda2
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
[    0.000000]  BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000bfeb0000 (usable)
[    0.000000]  BIOS-e820: 00000000bfeb0000 - 00000000bfecc000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000bfecc000 - 00000000bff00000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000bff00000 - 00000000c0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[    0.000000]  BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI present.
[    0.000000] DMI: LENOVO 8918DEG/8918DEG, BIOS 7KETC9WW (2.29 ) 04/07/2010
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x140000 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-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   1 base 000000000 mask F00000000 write-back
[    0.000000]   2 base 100000000 mask FC0000000 write-back
[    0.000000]   3 base 0BFF00000 mask FFFF00000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000bff00000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xbfeb0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [ffff8800000f69e0] f69e0
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-00000000bfeb0000
[    0.000000]  0000000000 - 00bfe00000 page 2M
[    0.000000]  00bfe00000 - 00bfeb0000 page 4k
[    0.000000] kernel direct mapping tables up to bfeb0000 @ 1fffb000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-0000000140000000
[    0.000000]  0100000000 - 0140000000 page 2M
[    0.000000] kernel direct mapping tables up to 140000000 @ bfeaa000-bfeb0000
[    0.000000] RAMDISK: 37d9e000 - 37ff0000
[    0.000000] ACPI: RSDP 00000000000f69b0 00024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 00000000bfebb100 00094 (v01 LENOVO TP-7V    00002290  LTP 00000000)
[    0.000000] ACPI: FACP 00000000bfebb200 000F4 (v03 LENOVO TP-7V    00002290 LNVO 00000001)
[    0.000000] ACPI Warning: 32/64X length mismatch in Gpe1Block: 0/32 (20110623/tbfadt-529)
[    0.000000] ACPI Warning: Optional field Gpe1Block has zero address or length: 0x000000000000102C/0x0 (20110623/tbfadt-560)
[    0.000000] ACPI: DSDT 00000000bfebb61d 1044C (v01 LENOVO TP-7V    00002290 MSFT 03000000)
[    0.000000] ACPI: FACS 00000000bfee4000 00040
[    0.000000] ACPI: SSDT 00000000bfebb3b4 00269 (v01 LENOVO TP-7V    00002290 MSFT 03000000)
[    0.000000] ACPI: ECDT 00000000bfecba69 00052 (v01 LENOVO TP-7V    00002290 LNVO 00000001)
[    0.000000] ACPI: TCPA 00000000bfecbabb 00032 (v02 LENOVO TP-7V    00002290 LNVO 00000001)
[    0.000000] ACPI: APIC 00000000bfecbaed 00068 (v01 LENOVO TP-7V    00002290 LNVO 00000001)
[    0.000000] ACPI: MCFG 00000000bfecbb55 0003C (v01 LENOVO TP-7V    00002290 LNVO 00000001)
[    0.000000] ACPI: HPET 00000000bfecbb91 00038 (v01 LENOVO TP-7V    00002290 LNVO 00000001)
[    0.000000] ACPI: SLIC 00000000bfecbbc9 00176 (v01 LENOVO TP-7V    00002290 SLIC 00000000)
[    0.000000] ACPI: SLAC 00000000bfecbe62 00176 (v01 LENOVO TP-7V    00002290  LTP 00000000)
[    0.000000] ACPI: BOOT 00000000bfecbfd8 00028 (v01 LENOVO TP-7V    00002290  LTP 00000001)
[    0.000000] ACPI: SSDT 00000000bfee26d9 0025F (v01 LENOVO TP-7V    00002290 INTL 20050513)
[    0.000000] ACPI: SSDT 00000000bfee2938 000A6 (v01 LENOVO TP-7V    00002290 INTL 20050513)
[    0.000000] ACPI: SSDT 00000000bfee29de 004F7 (v01 LENOVO TP-7V    00002290 INTL 20050513)
[    0.000000] ACPI: SSDT 00000000bfee2ed5 001D8 (v01 LENOVO TP-7V    00002290 INTL 20050513)
[    0.000000] ACPI: DMI detected: Lenovo ThinkPad R61
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000140000000
[    0.000000] Initmem setup node 0 0000000000000000-0000000140000000
[    0.000000]   NODE_DATA [000000013fffb000 - 000000013fffffff]
[    0.000000]  [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013b600000-ffff88013f5fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00140000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009d
[    0.000000]     0: 0x00000100 -> 0x000bfeb0
[    0.000000]     0: 0x00100000 -> 0x00140000
[    0.000000] On node 0 totalpages: 1048125
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3912 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 16320 pages used for memmap
[    0.000000]   DMA32 zone: 765680 pages, LIFO batch:31
[    0.000000]   Normal zone: 4096 pages used for memmap
[    0.000000]   Normal zone: 258048 pages, LIFO batch:31
[    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 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] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    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: 40
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000bfeb0000 - 00000000bfecc000
[    0.000000] PM: Registered nosave memory: 00000000bfecc000 - 00000000bff00000
[    0.000000] PM: Registered nosave memory: 00000000bff00000 - 00000000c0000000
[    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
[    0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
[    0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fed00000
[    0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed14000
[    0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed1a000
[    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed90000
[    0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
[    0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:30000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82048 r8192 d24448 u1048576
[    0.000000] pcpu-alloc: s82048 r8192 d24448 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1027640
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: acpi_enforce_resources=lax resume=/dev/sda2 resume_offset=1748992 ro quiet loglevel=3 vga=785 sr0=ide-scsi root=/dev/sda2
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 4047136k/5242880k available (4279k kernel code, 1050380k absent, 145364k reserved, 4601k data, 728k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:4352 nr_irqs:512 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 33554432 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2094.731 MHz processor.
[    0.003338] Calibrating delay loop (skipped), value calculated using timer frequency.. 4191.02 BogoMIPS (lpj=6982436)
[    0.003342] pid_max: default: 32768 minimum: 301
[    0.003370] Security Framework initialized
[    0.003377] AppArmor: AppArmor disabled by boot time parameter
[    0.003732] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.008561] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.009667] Mount-cache hash table entries: 256
[    0.009839] Initializing cgroup subsys cpuacct
[    0.009846] Initializing cgroup subsys memory
[    0.009856] Initializing cgroup subsys devices
[    0.009858] Initializing cgroup subsys freezer
[    0.009860] Initializing cgroup subsys net_cls
[    0.009862] Initializing cgroup subsys blkio
[    0.009903] CPU: Physical Processor ID: 0
[    0.009904] CPU: Processor Core ID: 0
[    0.009906] mce: CPU supports 6 MCE banks
[    0.009915] CPU0: Thermal monitoring enabled (TM2)
[    0.009920] using mwait in idle threads.
[    0.011205] ACPI: Core revision 20110623
[    0.020018] ftrace: allocating 16773 entries in 66 pages
[    0.023831] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.057537] CPU0: Intel(R) Core(TM)2 Duo CPU     T8100  @ 2.10GHz stepping 06
[    0.059996] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.059996] ... version:                2
[    0.059996] ... bit width:              40
[    0.059996] ... generic registers:      2
[    0.059996] ... value mask:             000000ffffffffff
[    0.059996] ... max period:             000000007fffffff
[    0.059996] ... fixed-purpose events:   3
[    0.059996] ... event mask:             0000000700000003
[    0.076771] NMI watchdog enabled, takes one hw-pmu counter.
[    0.103340] Booting Node   0, Processors  #1 Ok.
[    0.103343] smpboot cpu 1: start_ip = 98000
[    0.199987] TSC synchronization [CPU#0 -> CPU#1]:
[    0.199987] Measured 383922 cycles TSC warp between CPUs, turning off TSC clock.
[    0.199987] Marking TSC unstable due to check_tsc_sync_source failed
[    0.200021] NMI watchdog enabled, takes one hw-pmu counter.
[    0.206658] Brought up 2 CPUs
[    0.206660] Total of 2 processors activated (8382.07 BogoMIPS).
[    0.208597] devtmpfs: initialized
[    0.208597] PM: Registering ACPI NVS region at bfecc000 (212992 bytes)
[    0.210716] print_constraints: dummy: 
[    0.210764] NET: Registered protocol family 16
[    0.210888] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.210891] ACPI: bus type pci registered
[    0.210967] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[    0.210970] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[    0.221947] PCI: Using configuration type 1 for base access
[    0.222580] bio: create slab <bio-0> at 0
[    0.222580] ACPI: Added _OSI(Module Device)
[    0.222580] ACPI: Added _OSI(Processor Device)
[    0.222580] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.222580] ACPI: Added _OSI(Processor Aggregator Device)
[    0.222580] ACPI: Added _OSI(Linux)
[    0.224702] ACPI: EC: EC description table is found, configuring boot EC
[    0.230074] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via DMI
[    0.236971] ACPI: SSDT 00000000bfee1b32 002C4 (v01  PmRef  Cpu0Ist 00000100 INTL 20050513)
[    0.237473] ACPI: Dynamic OEM Table Load:
[    0.237476] ACPI: SSDT           (null) 002C4 (v01  PmRef  Cpu0Ist 00000100 INTL 20050513)
[    0.237607] ACPI: SSDT 00000000bfee1e7b 0085E (v01  PmRef  Cpu0Cst 00000100 INTL 20050513)
[    0.238139] ACPI: Dynamic OEM Table Load:
[    0.238142] ACPI: SSDT           (null) 0085E (v01  PmRef  Cpu0Cst 00000100 INTL 20050513)
[    0.246844] ACPI: SSDT 00000000bfee1a6a 000C8 (v01  PmRef  Cpu1Ist 00000100 INTL 20050513)
[    0.247343] ACPI: Dynamic OEM Table Load:
[    0.247346] ACPI: SSDT           (null) 000C8 (v01  PmRef  Cpu1Ist 00000100 INTL 20050513)
[    0.247424] ACPI: SSDT 00000000bfee1df6 00085 (v01  PmRef  Cpu1Cst 00000100 INTL 20050513)
[    0.247915] ACPI: Dynamic OEM Table Load:
[    0.247918] ACPI: SSDT           (null) 00085 (v01  PmRef  Cpu1Cst 00000100 INTL 20050513)
[    0.256833] ACPI: Interpreter enabled
[    0.256836] ACPI: (supports S0 S3 S4 S5)
[    0.256855] ACPI: Using IOAPIC for interrupt routing
[    0.260029] ACPI: Power Resource [PUBS] (on)
[    0.263935] ACPI: EC: GPE = 0x12, I/O: command/status = 0x66, data = 0x62
[    0.263973] ACPI: ACPI Dock Station Driver: 3 docks/bays found
[    0.263976] HEST: Table not found.
[    0.263979] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.266671] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.266742] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.266744] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.266747] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.266750] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[    0.266752] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[    0.266755] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[    0.266757] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
[    0.266760] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff]
[    0.266762] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed4bfff]
[    0.266776] pci 0000:00:00.0: [8086:2a00] type 0 class 0x000600
[    0.266820] pci 0000:00:01.0: [8086:2a01] type 1 class 0x000604
[    0.266854] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.266858] pci 0000:00:01.0: PME# disabled
[    0.266969] pci 0000:00:19.0: [8086:104d] type 0 class 0x000200
[    0.267001] pci 0000:00:19.0: reg 10: [mem 0xfe200000-0xfe21ffff]
[    0.267019] pci 0000:00:19.0: reg 14: [mem 0xfe224000-0xfe224fff]
[    0.267040] pci 0000:00:19.0: reg 18: [io  0x1800-0x181f]
[    0.267159] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.267169] pci 0000:00:19.0: PME# disabled
[    0.267205] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
[    0.267313] pci 0000:00:1a.0: reg 20: [io  0x1820-0x183f]
[    0.267395] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
[    0.267502] pci 0000:00:1a.1: reg 20: [io  0x1840-0x185f]
[    0.267611] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
[    0.267646] pci 0000:00:1a.7: reg 10: [mem 0xfe225800-0xfe225bff]
[    0.267789] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.267797] pci 0000:00:1a.7: PME# disabled
[    0.267843] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
[    0.267878] pci 0000:00:1b.0: reg 10: [mem 0xfe220000-0xfe223fff 64bit]
[    0.267983] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.267990] pci 0000:00:1b.0: PME# disabled
[    0.268034] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
[    0.268141] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.268150] pci 0000:00:1c.0: PME# disabled
[    0.268194] pci 0000:00:1c.1: [8086:2841] type 1 class 0x000604
[    0.268293] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.268300] pci 0000:00:1c.1: PME# disabled
[    0.268348] pci 0000:00:1c.2: [8086:2843] type 1 class 0x000604
[    0.268450] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.268457] pci 0000:00:1c.2: PME# disabled
[    0.268503] pci 0000:00:1c.3: [8086:2845] type 1 class 0x000604
[    0.268609] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.268616] pci 0000:00:1c.3: PME# disabled
[    0.268659] pci 0000:00:1c.4: [8086:2847] type 1 class 0x000604
[    0.268761] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.268768] pci 0000:00:1c.4: PME# disabled
[    0.268820] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
[    0.268932] pci 0000:00:1d.0: reg 20: [io  0x1860-0x187f]
[    0.269010] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
[    0.269120] pci 0000:00:1d.1: reg 20: [io  0x1880-0x189f]
[    0.269201] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
[    0.269317] pci 0000:00:1d.2: reg 20: [io  0x18a0-0x18bf]
[    0.269428] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
[    0.269468] pci 0000:00:1d.7: reg 10: [mem 0xfe225c00-0xfe225fff]
[    0.269628] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.269636] pci 0000:00:1d.7: PME# disabled
[    0.269676] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    0.269794] pci 0000:00:1f.0: [8086:2815] type 0 class 0x000601
[    0.269963] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    0.269973] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH6 GPIO
[    0.269990] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 1600 (mask 007f)
[    0.269997] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 15e0 (mask 000f)
[    0.270003] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 1680 (mask 001f)
[    0.270074] pci 0000:00:1f.1: [8086:2850] type 0 class 0x000101
[    0.270105] pci 0000:00:1f.1: reg 10: [io  0x0000-0x0007]
[    0.270131] pci 0000:00:1f.1: reg 14: [io  0x0000-0x0003]
[    0.270156] pci 0000:00:1f.1: reg 18: [io  0x0000-0x0007]
[    0.270180] pci 0000:00:1f.1: reg 1c: [io  0x0000-0x0003]
[    0.270205] pci 0000:00:1f.1: reg 20: [io  0x18c0-0x18cf]
[    0.270301] pci 0000:00:1f.2: [8086:2829] type 0 class 0x000106
[    0.270335] pci 0000:00:1f.2: reg 10: [io  0x18f8-0x18ff]
[    0.270348] pci 0000:00:1f.2: reg 14: [io  0x18ec-0x18ef]
[    0.270366] pci 0000:00:1f.2: reg 18: [io  0x18f0-0x18f7]
[    0.270384] pci 0000:00:1f.2: reg 1c: [io  0x18e8-0x18eb]
[    0.270402] pci 0000:00:1f.2: reg 20: [io  0x1c00-0x1c1f]
[    0.270420] pci 0000:00:1f.2: reg 24: [mem 0xfe225000-0xfe2257ff]
[    0.270480] pci 0000:00:1f.2: PME# supported from D3hot
[    0.270489] pci 0000:00:1f.2: PME# disabled
[    0.270519] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
[    0.270544] pci 0000:00:1f.3: reg 10: [mem 0xfe226000-0xfe2260ff]
[    0.270588] pci 0000:00:1f.3: reg 20: [io  0x1c20-0x1c3f]
[    0.270694] pci 0000:01:00.0: [10de:0429] type 0 class 0x000300
[    0.270714] pci 0000:01:00.0: reg 10: [mem 0xd6000000-0xd6ffffff]
[    0.270734] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.270756] pci 0000:01:00.0: reg 1c: [mem 0xd4000000-0xd5ffffff 64bit]
[    0.270770] pci 0000:01:00.0: reg 24: [io  0x2000-0x207f]
[    0.270784] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.270851] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.270854] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.270857] pci 0000:00:01.0:   bridge window [mem 0xd4000000-0xd6ffffff]
[    0.270862] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.270933] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.270940] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.270947] pci 0000:00:1c.0:   bridge window [mem 0xfc000000-0xfdffffff]
[    0.270956] pci 0000:00:1c.0:   bridge window [mem 0xf8000000-0xf80fffff 64bit pref]
[    0.271090] pci 0000:03:00.0: [8086:4230] type 0 class 0x000280
[    0.271153] pci 0000:03:00.0: reg 10: [mem 0xdf2fe000-0xdf2fffff 64bit]
[    0.271327] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.271340] pci 0000:03:00.0: PME# disabled
[    0.271411] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.271417] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    0.271422] pci 0000:00:1c.1:   bridge window [mem 0xdc100000-0xdf2fffff]
[    0.271430] pci 0000:00:1c.1:   bridge window [mem 0xdfd00000-0xdfdfffff 64bit pref]
[    0.271493] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[    0.271498] pci 0000:00:1c.2:   bridge window [io  0x5000-0x5fff]
[    0.271503] pci 0000:00:1c.2:   bridge window [mem 0xd8000000-0xd9ffffff]
[    0.271511] pci 0000:00:1c.2:   bridge window [mem 0xdfa00000-0xdfafffff 64bit pref]
[    0.271575] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.271580] pci 0000:00:1c.3:   bridge window [io  0x6000-0x6fff]
[    0.271585] pci 0000:00:1c.3:   bridge window [mem 0xd0000000-0xd1ffffff]
[    0.271593] pci 0000:00:1c.3:   bridge window [mem 0xdf700000-0xdf7fffff 64bit pref]
[    0.271657] pci 0000:00:1c.4: PCI bridge to [bus 0d-14]
[    0.271662] pci 0000:00:1c.4:   bridge window [io  0x7000-0x7fff]
[    0.271667] pci 0000:00:1c.4:   bridge window [mem 0xcc000000-0xcdffffff]
[    0.271675] pci 0000:00:1c.4:   bridge window [mem 0xdf400000-0xdf4fffff 64bit pref]
[    0.271725] pci 0000:15:00.0: [1180:0476] type 2 class 0x000607
[    0.271751] pci 0000:15:00.0: proprietary Ricoh MMC controller disabled (via cardbus function)
[    0.271753] pci 0000:15:00.0: MMC cards are now supported by standard SDHCI controller
[    0.271773] pci 0000:15:00.0: reg 10: [mem 0xf8100000-0xf8100fff]
[    0.271804] pci 0000:15:00.0: supports D1 D2
[    0.271806] pci 0000:15:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.271812] pci 0000:15:00.0: PME# disabled
[    0.271840] pci 0000:15:00.2: [1180:0822] type 0 class 0x000805
[    0.271868] pci 0000:15:00.2: reg 10: [mem 0xf8101000-0xf81010ff]
[    0.271979] pci 0000:15:00.2: supports D1 D2
[    0.271981] pci 0000:15:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.271987] pci 0000:15:00.2: PME# disabled
[    0.272015] pci 0000:15:00.4: [1180:0592] type 0 class 0x000880
[    0.272043] pci 0000:15:00.4: reg 10: [mem 0xf8101800-0xf81018ff]
[    0.272153] pci 0000:15:00.4: supports D1 D2
[    0.272155] pci 0000:15:00.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.272161] pci 0000:15:00.4: PME# disabled
[    0.272187] pci 0000:15:00.5: [1180:0852] type 0 class 0x000880
[    0.272215] pci 0000:15:00.5: reg 10: [mem 0xf8101c00-0xf8101cff]
[    0.272326] pci 0000:15:00.5: supports D1 D2
[    0.272328] pci 0000:15:00.5: PME# supported from D0 D1 D2 D3hot D3cold
[    0.272334] pci 0000:15:00.5: PME# disabled
[    0.272412] pci 0000:00:1e.0: PCI bridge to [bus 15-18] (subtractive decode)
[    0.272417] pci 0000:00:1e.0:   bridge window [io  0x8000-0xbfff]
[    0.272422] pci 0000:00:1e.0:   bridge window [mem 0xf8100000-0xfbffffff]
[    0.272431] pci 0000:00:1e.0:   bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
[    0.272433] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.272436] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.272439] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.272441] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[    0.272444] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.272447] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.272449] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    0.272452] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
[    0.272455] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed4bfff] (subtractive decode)
[    0.272554] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.272627] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    0.272656] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
[    0.272682] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[    0.272707] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[    0.272732] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
[    0.272764] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
[    0.272792] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[    0.273029]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.273362]  pci0000:00: ACPI _OSC control (0x1d) granted
[    0.278198] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11)
[    0.278266] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[    0.278332] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[    0.278398] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[    0.278462] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[    0.278527] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[    0.278592] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
[    0.278660] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[    0.278751] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.278751] vgaarb: loaded
[    0.278751] vgaarb: bridge control possible 0000:01:00.0
[    0.278751] PCI: Using ACPI for IRQ routing
[    0.281401] PCI: pci_cache_line_size set to 64 bytes
[    0.281532] reserve RAM buffer: 000000000009d800 - 000000000009ffff 
[    0.281534] reserve RAM buffer: 00000000bfeb0000 - 00000000bfffffff 
[    0.281644] NetLabel: Initializing
[    0.281646] NetLabel:  domain hash size = 128
[    0.281647] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.281661] NetLabel:  unlabeled traffic allowed by default
[    0.281675] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.281681] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.281686] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.293434] Switching to clocksource hpet
[    0.300900] pnp: PnP ACPI init
[    0.300924] ACPI: bus type pnp registered
[    0.301320] pnp 00:00: [mem 0x00000000-0x0009ffff]
[    0.301322] pnp 00:00: [mem 0x000c0000-0x000c3fff]
[    0.301324] pnp 00:00: [mem 0x000c4000-0x000c7fff]
[    0.301326] pnp 00:00: [mem 0x000c8000-0x000cbfff]
[    0.301328] pnp 00:00: [mem 0x000cc000-0x000cffff]
[    0.301330] pnp 00:00: [mem 0x000d0000-0x000cffff disabled]
[    0.301332] pnp 00:00: [mem 0x000d4000-0x000d3fff disabled]
[    0.301335] pnp 00:00: [mem 0x000d8000-0x000d7fff disabled]
[    0.301337] pnp 00:00: [mem 0x000dc000-0x000dbfff disabled]
[    0.301339] pnp 00:00: [mem 0x000e0000-0x000e3fff]
[    0.301341] pnp 00:00: [mem 0x000e4000-0x000e7fff]
[    0.301343] pnp 00:00: [mem 0x000e8000-0x000ebfff]
[    0.301345] pnp 00:00: [mem 0x000ec000-0x000effff]
[    0.301346] pnp 00:00: [mem 0x000f0000-0x000fffff]
[    0.301348] pnp 00:00: [mem 0x00100000-0xbfffffff]
[    0.301350] pnp 00:00: [mem 0xfec00000-0xfed3ffff]
[    0.301352] pnp 00:00: [mem 0xfed4c000-0xffffffff]
[    0.301454] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.301458] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[    0.301461] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[    0.301464] system 00:00: [mem 0x000c8000-0x000cbfff] could not be reserved
[    0.301466] system 00:00: [mem 0x000cc000-0x000cffff] could not be reserved
[    0.301469] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[    0.301472] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[    0.301475] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[    0.301478] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[    0.301480] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.301483] system 00:00: [mem 0x00100000-0xbfffffff] could not be reserved
[    0.301486] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.301489] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.301493] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.301518] pnp 00:01: [bus 00-ff]
[    0.301520] pnp 00:01: [io  0x0cf8-0x0cff]
[    0.301522] pnp 00:01: [io  0x0000-0x0cf7 window]
[    0.301524] pnp 00:01: [io  0x0d00-0xffff window]
[    0.301526] pnp 00:01: [mem 0x000a0000-0x000bffff window]
[    0.301529] pnp 00:01: [mem 0x000c0000-0x000c3fff window]
[    0.301531] pnp 00:01: [mem 0x000c4000-0x000c7fff window]
[    0.301533] pnp 00:01: [mem 0x000c8000-0x000cbfff window]
[    0.301535] pnp 00:01: [mem 0x000cc000-0x000cffff window]
[    0.301537] pnp 00:01: [mem 0x000d0000-0x000d3fff window]
[    0.301539] pnp 00:01: [mem 0x000d4000-0x000d7fff window]
[    0.301541] pnp 00:01: [mem 0x000d8000-0x000dbfff window]
[    0.301544] pnp 00:01: [mem 0x000dc000-0x000dffff window]
[    0.301546] pnp 00:01: [mem 0x000e0000-0x000e3fff window]
[    0.301548] pnp 00:01: [mem 0x000e4000-0x000e7fff window]
[    0.301550] pnp 00:01: [mem 0x000e8000-0x000ebfff window]
[    0.301552] pnp 00:01: [mem 0x000ec000-0x000effff window]
[    0.301555] pnp 00:01: [mem 0xc0000000-0xfebfffff window]
[    0.301557] pnp 00:01: [mem 0xfed40000-0xfed4bfff window]
[    0.301620] pnp 00:01: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.301660] pnp 00:02: [io  0x0010-0x001f]
[    0.301662] pnp 00:02: [io  0x0090-0x009f]
[    0.301664] pnp 00:02: [io  0x0024-0x0025]
[    0.301666] pnp 00:02: [io  0x0028-0x0029]
[    0.301668] pnp 00:02: [io  0x002c-0x002d]
[    0.301673] pnp 00:02: [io  0x0030-0x0031]
[    0.301675] pnp 00:02: [io  0x0034-0x0035]
[    0.301676] pnp 00:02: [io  0x0038-0x0039]
[    0.301678] pnp 00:02: [io  0x003c-0x003d]
[    0.301680] pnp 00:02: [io  0x00a4-0x00a5]
[    0.301682] pnp 00:02: [io  0x00a8-0x00a9]
[    0.301684] pnp 00:02: [io  0x00ac-0x00ad]
[    0.301685] pnp 00:02: [io  0x00b0-0x00b5]
[    0.301687] pnp 00:02: [io  0x00b8-0x00b9]
[    0.301689] pnp 00:02: [io  0x00bc-0x00bd]
[    0.301691] pnp 00:02: [io  0x0050-0x0053]
[    0.301693] pnp 00:02: [io  0x0072-0x0077]
[    0.301695] pnp 00:02: [io  0x164e-0x164f]
[    0.301696] pnp 00:02: [io  0x002e-0x002f]
[    0.301698] pnp 00:02: [io  0x1000-0x107f]
[    0.301700] pnp 00:02: [io  0x1180-0x11bf]
[    0.301702] pnp 00:02: [io  0x0800-0x080f]
[    0.301704] pnp 00:02: [io  0x15e0-0x15ef]
[    0.301705] pnp 00:02: [io  0x1600-0x165f]
[    0.301707] pnp 00:02: [mem 0xf0000000-0xf3ffffff]
[    0.301709] pnp 00:02: [mem 0xfed1c000-0xfed1ffff]
[    0.301711] pnp 00:02: [mem 0xfed14000-0xfed17fff]
[    0.301713] pnp 00:02: [mem 0xfed18000-0xfed18fff]
[    0.301715] pnp 00:02: [mem 0xfed19000-0xfed19fff]
[    0.301717] pnp 00:02: [mem 0xfed45000-0xfed4bfff]
[    0.301818] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.301820] system 00:02: [io  0x1000-0x107f] has been reserved
[    0.301823] system 00:02: [io  0x1180-0x11bf] has been reserved
[    0.301826] system 00:02: [io  0x0800-0x080f] has been reserved
[    0.301829] system 00:02: [io  0x15e0-0x15ef] has been reserved
[    0.301832] system 00:02: [io  0x1600-0x165f] could not be reserved
[    0.301835] system 00:02: [mem 0xf0000000-0xf3ffffff] has been reserved
[    0.301838] system 00:02: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.301840] system 00:02: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.301843] system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.301846] system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.301849] system 00:02: [mem 0xfed45000-0xfed4bfff] has been reserved
[    0.301852] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.301888] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    0.301922] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.301931] pnp 00:04: [io  0x0000-0x000f]
[    0.301933] pnp 00:04: [io  0x0080-0x008f]
[    0.301935] pnp 00:04: [io  0x00c0-0x00df]
[    0.301937] pnp 00:04: [dma 4]
[    0.301967] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.301976] pnp 00:05: [io  0x0061]
[    0.302008] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.302017] pnp 00:06: [io  0x00f0]
[    0.302031] pnp 00:06: [irq 13]
[    0.302063] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.302073] pnp 00:07: [io  0x0070-0x0071]
[    0.302079] pnp 00:07: [irq 8]
[    0.302109] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.302119] pnp 00:08: [io  0x0060]
[    0.302120] pnp 00:08: [io  0x0064]
[    0.302126] pnp 00:08: [irq 1]
[    0.302161] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.302174] pnp 00:09: [irq 12]
[    0.302209] pnp 00:09: Plug and Play ACPI device, IDs LEN0005 PNP0f13 (active)
[    0.302574] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
[    0.302608] pnp 00:0a: Plug and Play ACPI device, IDs ATM1200 PNP0c31 (active)
[    0.303147] pnp: PnP ACPI: found 11 devices
[    0.303149] ACPI: ACPI bus type pnp unregistered
[    0.310770] PCI: max bus depth: 2 pci_try_num: 3
[    0.310845] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
[    0.310848] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.310851] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.310855] pci 0000:00:01.0:   bridge window [mem 0xd4000000-0xd6ffffff]
[    0.310859] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.310864] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.310867] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.310874] pci 0000:00:1c.0:   bridge window [mem 0xfc000000-0xfdffffff]
[    0.310879] pci 0000:00:1c.0:   bridge window [mem 0xf8000000-0xf80fffff 64bit pref]
[    0.310888] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.310891] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    0.310898] pci 0000:00:1c.1:   bridge window [mem 0xdc100000-0xdf2fffff]
[    0.310903] pci 0000:00:1c.1:   bridge window [mem 0xdfd00000-0xdfdfffff 64bit pref]
[    0.310912] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[    0.310915] pci 0000:00:1c.2:   bridge window [io  0x5000-0x5fff]
[    0.310922] pci 0000:00:1c.2:   bridge window [mem 0xd8000000-0xd9ffffff]
[    0.310927] pci 0000:00:1c.2:   bridge window [mem 0xdfa00000-0xdfafffff 64bit pref]
[    0.310935] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.310939] pci 0000:00:1c.3:   bridge window [io  0x6000-0x6fff]
[    0.310946] pci 0000:00:1c.3:   bridge window [mem 0xd0000000-0xd1ffffff]
[    0.310951] pci 0000:00:1c.3:   bridge window [mem 0xdf700000-0xdf7fffff 64bit pref]
[    0.310959] pci 0000:00:1c.4: PCI bridge to [bus 0d-14]
[    0.310963] pci 0000:00:1c.4:   bridge window [io  0x7000-0x7fff]
[    0.310969] pci 0000:00:1c.4:   bridge window [mem 0xcc000000-0xcdffffff]
[    0.310975] pci 0000:00:1c.4:   bridge window [mem 0xdf400000-0xdf4fffff 64bit pref]
[    0.310987] pci 0000:15:00.0: BAR 16: assigned [mem 0xc0000000-0xc3ffffff]
[    0.310990] pci 0000:15:00.0: BAR 15: assigned [mem 0xf4000000-0xf7ffffff pref]
[    0.310993] pci 0000:15:00.0: BAR 14: assigned [io  0x8000-0x80ff]
[    0.310995] pci 0000:15:00.0: BAR 13: assigned [io  0x8400-0x84ff]
[    0.310998] pci 0000:15:00.0: CardBus bridge to [bus 16-17]
[    0.311000] pci 0000:15:00.0:   bridge window [io  0x8400-0x84ff]
[    0.311007] pci 0000:15:00.0:   bridge window [io  0x8000-0x80ff]
[    0.311013] pci 0000:15:00.0:   bridge window [mem 0xf4000000-0xf7ffffff pref]
[    0.311020] pci 0000:15:00.0:   bridge window [mem 0xc0000000-0xc3ffffff]
[    0.311027] pci 0000:00:1e.0: PCI bridge to [bus 15-18]
[    0.311030] pci 0000:00:1e.0:   bridge window [io  0x8000-0xbfff]
[    0.311037] pci 0000:00:1e.0:   bridge window [mem 0xf8100000-0xfbffffff]
[    0.311042] pci 0000:00:1e.0:   bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
[    0.311063] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.311068] pci 0000:00:01.0: setting latency timer to 64
[    0.311079] pci 0000:00:1c.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.311084] pci 0000:00:1c.0: setting latency timer to 64
[    0.311095] pci 0000:00:1c.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    0.311100] pci 0000:00:1c.1: setting latency timer to 64
[    0.311111] pci 0000:00:1c.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    0.311116] pci 0000:00:1c.2: setting latency timer to 64
[    0.311126] pci 0000:00:1c.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[    0.311132] pci 0000:00:1c.3: setting latency timer to 64
[    0.311139] pci 0000:00:1c.4: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.311145] pci 0000:00:1c.4: setting latency timer to 64
[    0.311150] pci 0000:00:1e.0: enabling device (0005 -> 0007)
[    0.311157] pci 0000:00:1e.0: setting latency timer to 64
[    0.311167] pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.311175] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.311177] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.311180] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.311182] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    0.311184] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    0.311187] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    0.311189] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    0.311191] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xfebfffff]
[    0.311194] pci_bus 0000:00: resource 12 [mem 0xfed40000-0xfed4bfff]
[    0.311196] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.311199] pci_bus 0000:01: resource 1 [mem 0xd4000000-0xd6ffffff]
[    0.311201] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    0.311204] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.311206] pci_bus 0000:02: resource 1 [mem 0xfc000000-0xfdffffff]
[    0.311209] pci_bus 0000:02: resource 2 [mem 0xf8000000-0xf80fffff 64bit pref]
[    0.311211] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    0.311213] pci_bus 0000:03: resource 1 [mem 0xdc100000-0xdf2fffff]
[    0.311216] pci_bus 0000:03: resource 2 [mem 0xdfd00000-0xdfdfffff 64bit pref]
[    0.311218] pci_bus 0000:04: resource 0 [io  0x5000-0x5fff]
[    0.311221] pci_bus 0000:04: resource 1 [mem 0xd8000000-0xd9ffffff]
[    0.311223] pci_bus 0000:04: resource 2 [mem 0xdfa00000-0xdfafffff 64bit pref]
[    0.311226] pci_bus 0000:05: resource 0 [io  0x6000-0x6fff]
[    0.311228] pci_bus 0000:05: resource 1 [mem 0xd0000000-0xd1ffffff]
[    0.311230] pci_bus 0000:05: resource 2 [mem 0xdf700000-0xdf7fffff 64bit pref]
[    0.311233] pci_bus 0000:0d: resource 0 [io  0x7000-0x7fff]
[    0.311235] pci_bus 0000:0d: resource 1 [mem 0xcc000000-0xcdffffff]
[    0.311238] pci_bus 0000:0d: resource 2 [mem 0xdf400000-0xdf4fffff 64bit pref]
[    0.311240] pci_bus 0000:15: resource 0 [io  0x8000-0xbfff]
[    0.311242] pci_bus 0000:15: resource 1 [mem 0xf8100000-0xfbffffff]
[    0.311245] pci_bus 0000:15: resource 2 [mem 0xf4000000-0xf7ffffff 64bit pref]
[    0.311247] pci_bus 0000:15: resource 4 [io  0x0000-0x0cf7]
[    0.311249] pci_bus 0000:15: resource 5 [io  0x0d00-0xffff]
[    0.311252] pci_bus 0000:15: resource 6 [mem 0x000a0000-0x000bffff]
[    0.311254] pci_bus 0000:15: resource 7 [mem 0x000d0000-0x000d3fff]
[    0.311257] pci_bus 0000:15: resource 8 [mem 0x000d4000-0x000d7fff]
[    0.311259] pci_bus 0000:15: resource 9 [mem 0x000d8000-0x000dbfff]
[    0.311261] pci_bus 0000:15: resource 10 [mem 0x000dc000-0x000dffff]
[    0.311264] pci_bus 0000:15: resource 11 [mem 0xc0000000-0xfebfffff]
[    0.311266] pci_bus 0000:15: resource 12 [mem 0xfed40000-0xfed4bfff]
[    0.311269] pci_bus 0000:16: resource 0 [io  0x8400-0x84ff]
[    0.311271] pci_bus 0000:16: resource 1 [io  0x8000-0x80ff]
[    0.311273] pci_bus 0000:16: resource 2 [mem 0xf4000000-0xf7ffffff pref]
[    0.311276] pci_bus 0000:16: resource 3 [mem 0xc0000000-0xc3ffffff]
[    0.311315] NET: Registered protocol family 2
[    0.311471] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.312751] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.316994] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.317539] TCP: Hash tables configured (established 524288 bind 65536)
[    0.317542] TCP reno registered
[    0.317559] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.317600] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.317748] NET: Registered protocol family 1
[    0.317974] pci 0000:01:00.0: Boot video device
[    0.317986] PCI: CLS mismatch (64 != 32), using 64 bytes
[    0.318065] Unpacking initramfs...
[    0.359401] Freeing initrd memory: 2376k freed
[    0.360375] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.360380] Placing 64MB software IO TLB between ffff8800bbeaa000 - ffff8800bfeaa000
[    0.360382] software IO TLB at phys 0xbbeaa000 - 0xbfeaa000
[    0.360396] Simple Boot Flag at 0x35 set to 0x1
[    0.360844] audit: initializing netlink socket (disabled)
[    0.360858] type=2000 audit(1327256195.359:1): initialized
[    0.374678] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.402545] VFS: Disk quotas dquot_6.5.2
[    0.402613] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.402716] msgmni has been set to 7909
[    0.402918] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.402952] io scheduler noop registered
[    0.402955] io scheduler deadline registered
[    0.402997] io scheduler cfq registered (default)
[    0.403130] pcieport 0000:00:01.0: setting latency timer to 64
[    0.403164] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.403271] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.403328] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.403473] pcieport 0000:00:1c.1: setting latency timer to 64
[    0.403533] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[    0.403659] pcieport 0000:00:1c.2: setting latency timer to 64
[    0.403716] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
[    0.403843] pcieport 0000:00:1c.3: setting latency timer to 64
[    0.403899] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
[    0.404025] pcieport 0000:00:1c.4: setting latency timer to 64
[    0.404082] pcieport 0000:00:1c.4: irq 45 for MSI/MSI-X
[    0.404225] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.404228] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.404232] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    0.404254] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.404259] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.404281] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[    0.404283] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.404289] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
[    0.404312] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    0.404317] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    0.404339] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    0.404344] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[    0.404366] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    0.404371] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[    0.404456] vesafb: mode is 640x480x16, linelength=1280, pages=4
[    0.404458] vesafb: scrolling: redraw
[    0.404460] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
[    0.404701] vesafb: framebuffer at 0xd5000000, mapped to 0xffffc90005100000, using 1200k, total 14336k
[    0.414151] Console: switching to colour frame buffer device 80x30
[    0.423501] fb0: VESA VGA frame buffer device
[    0.423513] intel_idle: MWAIT substates: 0x3122220
[    0.423515] intel_idle: does not run on family 6 model 23
[    0.423551] ERST: Table is not found!
[    0.423553] GHES: HEST is not enabled!
[    0.423613] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.573543] Linux agpgart interface v0.103
[    0.573633] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.582567] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.582606] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.582735] mousedev: PS/2 mouse device common for all mice
[    0.582808] rtc_cmos 00:07: RTC can wake from S4
[    0.582934] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    0.582966] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.582976] cpuidle: using governor ladder
[    0.582978] cpuidle: using governor menu
[    0.583214] TCP cubic registered
[    0.583217] NET: Registered protocol family 17
[    0.583225] Registering the dns_resolver key type
[    0.583376] PM: Checking hibernation image partition /dev/sda2
[    0.588381] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.596141] PM: Hibernation image not present or could not be loaded.
[    0.596148] registered taskstats version 1
[    0.609598] rtc_cmos 00:07: setting system clock to 2012-01-22 18:16:35 UTC (1327256195)
[    0.609661] Initializing network drop monitor service
[    0.611116] Freeing unused kernel memory: 728k freed
[    0.611307] Write protecting the kernel read-only data: 8192k
[    0.618023] Freeing unused kernel memory: 1848k freed
[    0.621069] Freeing unused kernel memory: 696k freed
[    0.630167] udevd[38]: starting version 175
[    0.701300] SCSI subsystem initialized
[    0.722028] libata version 3.00 loaded.
[    0.722763] ata_piix 0000:00:1f.1: version 2.13
[    0.722781] ata_piix 0000:00:1f.1: PCI INT C -> GSI 16 (level, low) -> IRQ 16
[    0.722827] ata_piix 0000:00:1f.1: setting latency timer to 64
[    0.723276] scsi0 : ata_piix
[    0.724975] scsi1 : ata_piix
[    0.725545] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x18c0 irq 14
[    0.725549] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18c8 irq 15
[    0.725642] ata2: port disabled--ignoring
[    0.725686] ahci 0000:00:1f.2: version 3.0
[    0.725699] ahci 0000:00:1f.2: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.725766] ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
[    0.725821] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x1 impl SATA mode
[    0.725825] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc 
[    0.725830] ahci 0000:00:1f.2: setting latency timer to 64
[    0.726251] scsi2 : ahci
[    0.726508] scsi3 : ahci
[    0.726917] scsi4 : ahci
[    0.727008] ata3: SATA max UDMA/133 abar m2048@0xfe225000 port 0xfe225100 irq 46
[    0.727011] ata4: DUMMY
[    0.727012] ata5: DUMMY
[    0.883686] ata1.00: ATAPI: HL-DT-ST DVDRAM GMA-4082N, EX01, max UDMA/33
[    0.896898] ata1.00: configured for UDMA/33
[    0.902242] scsi 0:0:0:0: CD-ROM            HL-DT-ST DVDRAM GMA-4082N EX01 PQ: 0 ANSI: 5
[    1.046699] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.047653] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.047658] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.047661] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.048684] ata3.00: ATA-8: Hitachi HTS543232L9A300, FB4OC40C, max UDMA/133
[    1.048688] ata3.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.049796] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.049799] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.049803] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.050826] ata3.00: configured for UDMA/133
[    1.050918] scsi 2:0:0:0: Direct-Access     ATA      Hitachi HTS54323 FB4O PQ: 0 ANSI: 5
[    1.056992] sd 2:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    1.057045] sd 2:0:0:0: [sda] Write Protect is off
[    1.057048] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.057071] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.071970]  sda: sda1 sda2 sda3 sda4
[    1.072377] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.079086] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.079089] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.079328] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.492598] PM: Marking nosave pages: 000000000009d000 - 0000000000100000
[    1.492604] PM: Marking nosave pages: 00000000bfeb0000 - 0000000100000000
[    1.493481] PM: Basic memory bitmaps created
[    1.510786] PM: Basic memory bitmaps freed
[    1.672840] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    4.328424] udevd[231]: starting version 175
[    4.618265] Disabling lock debugging due to kernel taint
[    4.624351] vboxdrv: Found 2 processor cores.
[    4.624702] VBoxDrv: dbg - g_abExecMemory=ffffffffa0189be0
[    4.624965] vboxdrv: fAsync=1 offMin=0x5bb60 offMax=0x5bb60
[    4.625285] vboxdrv: TSC mode is 'asynchronous', kernel timer mode is 'normal'.
[    4.625617] vboxdrv: Successfully loaded version 4.1.8_OSE (interface 0x00190000).
[    4.805021] Monitor-Mwait will be used to enter C-1 state
[    4.808653] Monitor-Mwait will be used to enter C-2 state
[    4.808932] Monitor-Mwait will be used to enter C-3 state
[    4.809199] ACPI: acpi_idle registered with cpuidle
[    5.448011] Non-volatile memory driver v1.3
[    5.594305] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[    5.602035] thinkpad_acpi: http://ibm-acpi.sf.net/
[    5.609131] thinkpad_acpi: ThinkPad BIOS 7KETC9WW (2.29 ), EC 7KHT24WW-1.08
[    5.614360] thinkpad_acpi: Lenovo ThinkPad R61, model 8918DEG
[    5.622782] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[    5.629915] thinkpad_acpi: ACPI backlight control delay disabled
[    5.636245] thinkpad_acpi: radio switch found; radios are enabled
[    5.644432] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    5.656894] Registered led device: tpacpi::thinklight
[    5.663021] Registered led device: tpacpi::power
[    5.670079] Registered led device: tpacpi::standby
[    5.676103] Registered led device: tpacpi::thinkvantage
[    5.685497] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[    5.697527] wmi: Mapper loaded
[    5.700393] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[    5.701744] i801_smbus 0000:00:1f.3: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    5.710104] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input1
[    5.758485] Bluetooth: Core ver 2.16
[    5.764228] NET: Registered protocol family 31
[    5.769768] Bluetooth: HCI device and connection manager initialized
[    5.772998] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[    5.787969] Bluetooth: HCI socket layer initialized
[    5.790951] acpi device:07: registered as cooling_device2
[    5.791044] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/LNXVIDEO:01/input/input3
[    5.791052] ACPI: Video Device [VID1] (multi-head: yes  rom: no  post: no)
[    5.821881] thermal LNXTHERM:00: registered as thermal_zone0
[    5.821950] Bluetooth: L2CAP socket layer initialized
[    5.821959] Bluetooth: SCO socket layer initialized
[    5.841912] ACPI: Thermal Zone [THM0] (58 C)
[    5.848552] ACPI: Lid Switch [LID]
[    5.849526] thermal LNXTHERM:01: registered as thermal_zone1
[    5.849528] ACPI: Thermal Zone [THM1] (53 C)
[    5.868408] ACPI: AC Adapter [AC] (on-line)
[    5.869172] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
[    5.869180] ACPI: Sleep Button [SLPB]
[    5.869250] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[    5.869254] ACPI: Power Button [PWRF]
[    5.930033] ACPI: Battery Slot [BAT0] (battery present)
[    5.967369] sdhci: Secure Digital Host Controller Interface driver
[    5.980151] sdhci: Copyright(c) Pierre Ossman
[    6.029990] tpm_tis 00:0a: 1.2 TPM (device-id 0x3203, rev-id 9)
[    6.063826] iTCO_vendor_support: vendor-support=0
[    6.074449] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[    6.081006] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060)
[    6.087773] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    6.097574] yenta_cardbus 0000:15:00.0: CardBus bridge found [17aa:20c6]
[    6.206083] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    6.230822] yenta_cardbus 0000:15:00.0: ISA IRQ mask 0x0cb8, PCI irq 16
[    6.237324] yenta_cardbus 0000:15:00.0: Socket status: 30000006
[    6.243620] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [io  0x8000-0xbfff]
[    6.255799] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [mem 0xf8100000-0xfbffffff]
[    6.268425] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf8100000-0xfbffffff: excluding 0xf8100000-0xf84effff
[    6.281725] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [mem 0xf4000000-0xf7ffffff 64bit pref]
[    6.295974] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf4000000-0xf7ffffff: excluding 0xf4000000-0xf7ffffff
[    6.336702] sdhci-pci 0000:15:00.2: SDHCI controller found [1180:0822] (rev 21)
[    6.350906] sdhci-pci 0000:15:00.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.366197] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it.
[    6.380976] sdhci-pci 0000:15:00.2: setting latency timer to 64
[    6.388511] _regulator_get: 0000:15:00.2 supply vmmc not found, using dummy regulator
[    6.413668] Registered led device: mmc0::
[    6.420629] usbcore: registered new interface driver usbfs
[    6.420656] usbcore: registered new interface driver hub
[    6.438121] usbcore: registered new device driver usb
[    6.442733] mmc0: SDHCI controller on PCI [0000:15:00.2] using DMA
[    6.442767] r592 0000:15:00.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.442775] r592 0000:15:00.4: setting latency timer to 64
[    6.467116] r592: driver successfully loaded
[    6.598380] r852 0000:15:00.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.598654] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.598677] ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
[    6.598682] ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
[    6.598689] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    6.634401] r852 0000:15:00.5: setting latency timer to 64
[    6.641195] r852: driver loaded successfully
[    6.652715] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    6.661515] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    6.669276] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    6.685911] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[    6.692241] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfe225800
[    6.711906] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    6.721441] hub 1-0:1.0: USB hub found
[    6.727363] hub 1-0:1.0: 4 ports detected
[    6.733057] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[    6.738693] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[    6.744092] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    6.749481] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    6.754700] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    6.759727] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    6.769777] ehci_hcd 0000:00:1d.7: debug port 1
[    6.772668] e1000e: Intel(R) PRO/1000 Network Driver - 1.5.1-k
[    6.772669] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
[    6.789914] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    6.795315] ehci_hcd 0000:00:1d.7: irq 19, io mem 0xfe225c00
[    6.813354] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    6.819555] hub 2-0:1.0: USB hub found
[    6.825444] hub 2-0:1.0: 6 ports detected
[    6.831642] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    6.837253] e1000e 0000:00:19.0: setting latency timer to 64
[    6.843010] e1000e 0000:00:19.0: irq 47 for MSI/MSI-X
[    6.893139] cfg80211: Calling CRDA to update world regulatory domain
[    7.016900] uhci_hcd: USB Universal Host Controller Interface driver
[    7.165529] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:1c:25:94:c6:f7
[    7.176694] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    7.182381] e1000e 0000:00:19.0: eth0: MAC: 6, PHY: 6, PBA No: 1008FF-0FF
[    7.188725] snd_hda_intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    7.204587] hda_intel: probe_mask set to 0x1 for device 17aa:20ac
[    7.210730] snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
[    7.216837] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[    7.272006] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    7.298349] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input7
[    7.639642] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
[    7.652659] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xcffff 0xe0000-0xfffff
[    7.671375] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff
[    7.686380] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    7.693709] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    7.695650] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
[    7.715542] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    7.722851] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    7.737586] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001820
[    7.745485] hub 3-0:1.0: USB hub found
[    7.756979] hub 3-0:1.0: 2 ports detected
[    7.762707] nvidia: module license 'NVIDIA' taints kernel.
[    7.781365] uhci_hcd 0000:00:1a.1: power state changed by ACPI to D0
[    7.792502] uhci_hcd 0000:00:1a.1: power state changed by ACPI to D0
[    7.800906] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    7.808734] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    7.818557] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    7.829586] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    7.844953] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
[    7.851853] hub 4-0:1.0: USB hub found
[    7.858473] hub 4-0:1.0: 2 ports detected
[    7.865035] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[    7.871555] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[    7.877806] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    7.886323] iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree:
[    7.892481] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    7.898517] iwl4965: Copyright(c) 2003-2011 Intel Corporation
[    7.904506] iwl4965 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    7.910454] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    7.916268] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    7.927627] iwl4965 0000:03:00.0: setting latency timer to 64
[    7.933441] iwl4965 0000:03:00.0: Detected Intel(R) Wireless WiFi Link 4965AGN, REV=0x4
[    7.944704] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00001860
[    7.950666] hub 5-0:1.0: USB hub found
[    7.960019] hub 5-0:1.0: 2 ports detected
[    7.973686] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    7.979474] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    8.000016] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    8.005696] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    8.017330] nvidia 0000:01:00.0: power state changed by ACPI to D0
[    8.025910] nvidia 0000:01:00.0: power state changed by ACPI to D0
[    8.030433] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00001880
[    8.030628] hub 6-0:1.0: USB hub found
[    8.030633] hub 6-0:1.0: 2 ports detected
[    8.030727] uhci_hcd 0000:00:1d.2: power state changed by ACPI to D0
[    8.030730] uhci_hcd 0000:00:1d.2: power state changed by ACPI to D0
[    8.030738] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    8.030748] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    8.030752] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    8.030762] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    8.030791] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018a0
[    8.030929] hub 7-0:1.0: USB hub found
[    8.030933] hub 7-0:1.0: 2 ports detected
[    8.031183] iwl4965 0000:03:00.0: device EEPROM VER=0x36, CALIB=0x5
[    8.031200] iwl4965 0000:03:00.0: Tunable channels: 13 802.11bg, 19 802.11a channels
[    8.031289] iwl4965 0000:03:00.0: irq 49 for MSI/MSI-X
[    8.124808] usb 3-1: new full-speed USB device number 2 using uhci_hcd
[    8.128484] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    8.128493] nvidia 0000:01:00.0: setting latency timer to 64
[    8.128498] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    8.156909] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  290.10  Wed Nov 16 17:39:29 PST 2011
[    8.269844] iwl4965 0000:03:00.0: loaded firmware version 228.61.2.24
[    8.275985] Registered led device: phy0-led
[    8.309489] ieee80211 phy0: Selected rate control algorithm 'iwl-4965-rs'
[    8.430086] usb 3-2: new full-speed USB device number 3 using uhci_hcd
[    8.678955] Bluetooth: Generic Bluetooth USB driver ver 0.6
[    8.685600] usbcore: registered new interface driver btusb
[    8.710067] usb 5-1: new full-speed USB device number 2 using uhci_hcd
[    9.185306] usbcore: registered new interface driver usbhid
[    9.192159] usbhid: USB HID core driver
[    9.212714] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1/input2
[    9.230911] input: Logitech Unifying Device. Wireless PID:101a as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.2/0003:046D:C52B.0003/input/input9
[    9.245227] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:101a] on usb-0000:00:1d.0-1:1
[   69.706003] EXT4-fs (sda2): re-mounted. Opts: user_xattr
[   69.795669] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[   69.888705] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   69.987965] fuse init (API version 7.17)
[   70.349263] Adding 1843196k swap on /swapfile.  Priority:-1 extents:76 across:7315452k 

Offline

#8 2012-01-22 19:26:21

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Grub problems

Updating filenames is the only thing I can think of http://www.archlinux.org/news/changes-t … filenames/
You should do it sooner or later, so why not now? :-)

Offline

#9 2012-01-22 23:52:04

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Re: Grub problems

After updating the filenames, nothing changed.

Offline

#10 2012-01-26 01:23:23

NotMine
Member
Registered: 2011-10-13
Posts: 19

Re: Grub problems

Have you ever gotten LM_Sensors to work on your laptop? If "no", keep reading. If "yes", what changed to break it?

Please do not expect LM_Sensors to work correctly on a laptop. I base this opinion on both my own experiences loading Linux (pick a flavor) on laptops and from reading the LM_Sensors mailing list.

Sensors on laptops have a few issues:
(1) If they exist, they tend to be proprietary (no specs are released so no LM_Sensors drivers can be developed);
(2) They might be integrated into other chips that are proprietary (no specs are released so no LM_Sensors drivers can be developed);
(3) Voltages might not be monitored in the way they are in desktop & server PCs, or might not be monitored at all.

From reading the LM_Sensors mailing list I have learned there is no common set of methods for reading values from sensor chips. Methods seem to vary based on chip vendor and sometimes chip family. Strange but true.

The most I have ever gotten from getting LM_Sensors working on a laptop is a thermal reading; a temperature value. In some cases this value was exposed by ACPI as a "acpitz" reading in LM_Sensors. Rarely have I ever gotten an actual sensors chip to report, and even then it was nothing more than a single temperature reading.

For the sake of comparision, before I wipe out Windows on a laptop drive I download and install a program called SpeedFan (google it). I use SpeedFan to see what sensors might be readable within the laptop before I install Linux. It's better than no info at all.

Offline

#11 2012-01-26 07:53:47

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Re: Grub problems

HI, NotMine.

Here are my thoughts:
1. lm_sensors does work, as the temperatures are being displayer.
2, It is just that Voltages are not being displayer, which usually is being resolved by "acpi_enforce_resources=lax", The fact my grub does not react to lower verbose settings makes me think it also ignores that option.
3. My laptop is ThinkPad R61. I think Thinkpads get one of the best (if not the best) support from linux.

Offline

#12 2012-02-14 07:45:08

Lockheed
Member
Registered: 2010-03-16
Posts: 1,521

Re: Grub problems

This is still unresolved so if anyone has any idea, feel free to chip in.

Offline

Board footer

Powered by FluxBB