Skip to content

Instantly share code, notes, and snippets.

@silvernode
Created September 10, 2017 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silvernode/4eabafbed48aa51328a5764b909bedd1 to your computer and use it in GitHub Desktop.
Save silvernode/4eabafbed48aa51328a5764b909bedd1 to your computer and use it in GitHub Desktop.
Dmesg output
[ 0.000000] Linux version 4.12.11_1 (void-buildslave@build) (gcc version 6.3.0 (GCC) ) #1 SMP PREEMPT Fri Sep 8 10:17:18 UTC 2017
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.12.11_1 root=UUID=f8f62656-6a47-4361-a7c3-bc2b204d7e46 ro loglevel=4 slub_debug=P page_poison=1
[ 0.000000] Disabled fast string operations
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000d3d99fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d3d9a000-0x00000000dae9efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dae9f000-0x00000000daf9efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000dafff000-0x00000000df9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffd20000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011e5fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: LENOVO 4177R3U/4177R3U, BIOS 83ET78WW (1.48 ) 01/21/2016
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x11e600 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 0FFC00000 mask FFFC00000 write-protect
[ 0.000000] 1 base 000000000 mask F80000000 write-back
[ 0.000000] 2 base 080000000 mask FC0000000 write-back
[ 0.000000] 3 base 0C0000000 mask FE0000000 write-back
[ 0.000000] 4 base 0DC000000 mask FFC000000 uncachable
[ 0.000000] 5 base 0DB000000 mask FFF000000 uncachable
[ 0.000000] 6 base 100000000 mask FE0000000 write-back
[ 0.000000] 7 base 11F000000 mask FFF000000 uncachable
[ 0.000000] 8 base 11E800000 mask FFF800000 uncachable
[ 0.000000] 9 base 11E600000 mask FFFE00000 uncachable
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] e820: last_pfn = 0xd3d9a max_arch_pfn = 0x400000000
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffffa0a840097000] 97000 size 24576
[ 0.000000] reserving inaccessible SNB gfx pages
[ 0.000000] BRK [0x71f77000, 0x71f77fff] PGTABLE
[ 0.000000] BRK [0x71f78000, 0x71f78fff] PGTABLE
[ 0.000000] BRK [0x71f79000, 0x71f79fff] PGTABLE
[ 0.000000] BRK [0x71f7a000, 0x71f7afff] PGTABLE
[ 0.000000] BRK [0x71f7b000, 0x71f7bfff] PGTABLE
[ 0.000000] BRK [0x71f7c000, 0x71f7cfff] PGTABLE
[ 0.000000] BRK [0x71f7d000, 0x71f7dfff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x32fcd000-0x357ddfff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F00E0 000024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT 0x00000000DAFFE120 0000A4 (v01 LENOVO TP-83 00001480 PTEC 00000002)
[ 0.000000] ACPI: FACP 0x00000000DAFE8000 0000F4 (v04 LENOVO TP-83 00001480 PTL 00000002)
[ 0.000000] ACPI: DSDT 0x00000000DAFEB000 00E7BC (v01 LENOVO TP-83 00001480 INTL 20061109)
[ 0.000000] ACPI: FACS 0x00000000DAF2D000 000040
[ 0.000000] ACPI: FACS 0x00000000DAF2D000 000040
[ 0.000000] ACPI: SLIC 0x00000000DAFFD000 000176 (v01 LENOVO TP-83 00001480 PTEC 00000001)
[ 0.000000] ACPI: SSDT 0x00000000DAFFC000 000249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x00000000DAFFB000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x00000000DAFFA000 000797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
[ 0.000000] ACPI: HPET 0x00000000DAFE7000 000038 (v01 LENOVO TP-83 00001480 PTL 00000002)
[ 0.000000] ACPI: APIC 0x00000000DAFE6000 000098 (v01 LENOVO TP-83 00001480 PTL 00000002)
[ 0.000000] ACPI: MCFG 0x00000000DAFE5000 00003C (v01 LENOVO TP-83 00001480 PTL 00000002)
[ 0.000000] ACPI: ECDT 0x00000000DAFE4000 000052 (v01 LENOVO TP-83 00001480 PTL 00000002)
[ 0.000000] ACPI: ASF! 0x00000000DAFEA000 0000A5 (v32 LENOVO TP-83 00001480 PTL 00000002)
[ 0.000000] ACPI: TCPA 0x00000000DAFE3000 000032 (v02 PTL LENOVO 06040000 LNVO 00000001)
[ 0.000000] ACPI: SSDT 0x00000000DAFE2000 000A27 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x00000000DAFE1000 000996 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.000000] ACPI: UEFI 0x00000000DAFE0000 00003E (v01 LENOVO TP-83 00001480 PTL 00000002)
[ 0.000000] ACPI: UEFI 0x00000000DAFDF000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
[ 0.000000] ACPI: UEFI 0x00000000DAFDE000 0002A6 (v01 LENOVO TP-83 00001480 PTL 00000002)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000011e5fffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x11e5f9000-0x11e5fdfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000011e5fffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001fffffff]
[ 0.000000] node 0: [mem 0x0000000020200000-0x000000003fffffff]
[ 0.000000] node 0: [mem 0x0000000040200000-0x00000000d3d99fff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000011e5fffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000011e5fffff]
[ 0.000000] On node 0 totalpages: 991030
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 156 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 13479 pages used for memmap
[ 0.000000] DMA32 zone: 862618 pages, LIFO batch:31
[ 0.000000] Normal zone: 1944 pages used for memmap
[ 0.000000] Normal zone: 124416 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics memory at 0x00000000dba00000-0x00000000df9fffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 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] IOAPIC[0]: apic_id 2, 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: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x40000000-0x401fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xd3d9a000-0xdae9efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdae9f000-0xdaf9efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdaf9f000-0xdaffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdafff000-0xdf9fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffd1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffd20000-0xffffffff]
[ 0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] percpu: Embedded 37 pages/cpu @ffffa0a95e200000 s114584 r8192 d28776 u262144
[ 0.000000] pcpu-alloc: s114584 r8192 d28776 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 975387
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.12.11_1 root=UUID=f8f62656-6a47-4361-a7c3-bc2b204d7e46 ro loglevel=4 slub_debug=P page_poison=1
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3775872K/3964120K available (6619K kernel code, 1065K rwdata, 2072K rodata, 1392K init, 996K bss, 188248K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] ftrace: allocating 28870 entries in 113 pages
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] NR_IRQS:4352 nr_irqs:488 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.001000] tsc: Detected 2392.428 MHz processor
[ 0.001000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4784.85 BogoMIPS (lpj=2392428)
[ 0.001000] pid_max: default: 32768 minimum: 301
[ 0.001000] ACPI: Core revision 20170303
[ 0.197152] ACPI: 6 ACPI AML tables successfully acquired and loaded
[ 0.197228] Security Framework initialized
[ 0.197243] Yama: becoming mindful.
[ 0.197916] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.200382] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.201460] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.201478] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.202357] Disabled fast string operations
[ 0.202362] CPU: Physical Processor ID: 0
[ 0.202363] CPU: Processor Core ID: 0
[ 0.202374] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.202376] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.202384] mce: CPU supports 7 MCE banks
[ 0.202408] CPU0: Thermal monitoring enabled (TM1)
[ 0.202430] process: using mwait in idle threads
[ 0.202437] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.202439] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.202756] Freeing SMP alternatives memory: 24K
[ 0.205384] smpboot: Max logical packages: 4
[ 0.205471] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.206324] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.216347] TSC deadline timer enabled
[ 0.216353] smpboot: CPU0: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[ 0.220023] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.220083] ... version: 3
[ 0.220084] ... bit width: 48
[ 0.220086] ... generic registers: 4
[ 0.220088] ... value mask: 0000ffffffffffff
[ 0.220089] ... max period: 00007fffffffffff
[ 0.220091] ... fixed-purpose events: 3
[ 0.220092] ... event mask: 000000070000000f
[ 0.227533] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.229007] smp: Bringing up secondary CPUs ...
[ 0.237057] x86: Booting SMP configuration:
[ 0.237059] .... node #0, CPUs: #1
[ 0.001000] Disabled fast string operations
[ 0.310056] #2
[ 0.001000] Disabled fast string operations
[ 0.381049] #3
[ 0.001000] Disabled fast string operations
[ 0.444041] smp: Brought up 1 node, 4 CPUs
[ 0.444041] smpboot: Total of 4 processors activated (19186.30 BogoMIPS)
[ 0.445362] sched_clock: Marking stable (445000000, 0)->(455190511, -10190511)
[ 0.446033] devtmpfs: initialized
[ 0.446348] x86/mm: Memory block size: 128MB
[ 0.456157] PM: Registering ACPI NVS region [mem 0xdae9f000-0xdaf9efff] (1048576 bytes)
[ 0.457045] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.457087] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.457268] pinctrl core: initialized pinctrl subsystem
[ 0.458118] NET: Registered protocol family 16
[ 0.460121] cpuidle: using governor ladder
[ 0.460242] cpuidle: using governor menu
[ 0.460246] PCCT header not found.
[ 0.460344] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.460347] ACPI: bus type PCI registered
[ 0.460350] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.461180] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.461219] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.461252] PCI: Using configuration type 1 for base access
[ 0.461363] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.467573] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.468756] ACPI: Added _OSI(Module Device)
[ 0.468760] ACPI: Added _OSI(Processor Device)
[ 0.468762] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.468764] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.468786] ACPI : EC: EC started
[ 0.468787] ACPI : EC: interrupt blocked
[ 0.470909] ACPI: \: Used as first EC
[ 0.470918] ACPI: \: GPE=0x11, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.470925] ACPI: \: Used as boot ECDT EC to handle transactions
[ 0.534351] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.555486] ACPI: Dynamic OEM Table Load:
[ 0.555510] ACPI: SSDT 0xFFFFA0A958D53018 0008C0 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.560017] ACPI: Dynamic OEM Table Load:
[ 0.560033] ACPI: SSDT 0xFFFFA0A958E5C080 000303 (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.563534] ACPI: Dynamic OEM Table Load:
[ 0.563548] ACPI: SSDT 0xFFFFA0A958E55450 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.576489] ACPI : EC: EC stopped
[ 0.576492] ACPI : EC: EC started
[ 0.576493] ACPI : EC: interrupt blocked
[ 0.577075] ACPI: \_SB_.PCI0.LPC_.EC__: Used as first EC
[ 0.577085] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x11, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.577093] ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot DSDT EC to handle transactions
[ 0.577095] ACPI: Interpreter enabled
[ 0.577233] ACPI: (supports S0 S3 S4 S5)
[ 0.577235] ACPI: Using IOAPIC for interrupt routing
[ 0.577432] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.624209] ACPI: Power Resource [PUBS] (on)
[ 0.627385] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[ 0.638567] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
[ 0.656770] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.658339] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.659889] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.661446] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11)
[ 0.662994] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *7 9 10 11)
[ 0.664103] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[ 0.665660] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 9 10 11)
[ 0.667216] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11)
[ 0.667901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.667917] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.671297] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
[ 0.672922] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[ 0.672927] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
[ 0.672930] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[ 0.672934] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[ 0.673007] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.674706] PCI host bridge to bus 0000:00
[ 0.674720] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.674732] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.674743] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.674754] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfebfffff window]
[ 0.674765] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
[ 0.674771] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.674800] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[ 0.675347] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[ 0.675372] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
[ 0.675387] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.675397] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
[ 0.676036] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.676080] pci 0000:00:16.0: reg 0x10: [mem 0xf2525000-0xf252500f 64bit]
[ 0.676262] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.676742] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
[ 0.676780] pci 0000:00:19.0: reg 0x10: [mem 0xf2500000-0xf251ffff]
[ 0.676799] pci 0000:00:19.0: reg 0x14: [mem 0xf252b000-0xf252bfff]
[ 0.676817] pci 0000:00:19.0: reg 0x18: [io 0x5080-0x509f]
[ 0.676979] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.677420] pci 0000:00:19.0: System wakeup disabled by ACPI
[ 0.677591] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.677627] pci 0000:00:1a.0: reg 0x10: [mem 0xf252a000-0xf252a3ff]
[ 0.677821] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.678262] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.678435] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.678478] pci 0000:00:1b.0: reg 0x10: [mem 0xf2520000-0xf2523fff 64bit]
[ 0.678681] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.679180] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.679354] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.679544] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.680074] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[ 0.680292] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.680847] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[ 0.681050] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.681487] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.681643] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[ 0.681843] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.682378] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.682415] pci 0000:00:1d.0: reg 0x10: [mem 0xf2529000-0xf25293ff]
[ 0.682610] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.683020] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.683177] pci 0000:00:1f.0: [8086:1c4f] type 00 class 0x060100
[ 0.683872] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[ 0.683911] pci 0000:00:1f.2: reg 0x10: [io 0x50a8-0x50af]
[ 0.683930] pci 0000:00:1f.2: reg 0x14: [io 0x50bc-0x50bf]
[ 0.683949] pci 0000:00:1f.2: reg 0x18: [io 0x50a0-0x50a7]
[ 0.683968] pci 0000:00:1f.2: reg 0x1c: [io 0x50b8-0x50bb]
[ 0.683986] pci 0000:00:1f.2: reg 0x20: [io 0x5060-0x507f]
[ 0.684006] pci 0000:00:1f.2: reg 0x24: [mem 0xf2528000-0xf25287ff]
[ 0.684131] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.684639] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.684676] pci 0000:00:1f.3: reg 0x10: [mem 0xf2524000-0xf25240ff 64bit]
[ 0.684727] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
[ 0.685403] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.685834] pci 0000:03:00.0: [8086:0084] type 00 class 0x028000
[ 0.686251] pci 0000:03:00.0: reg 0x10: [mem 0xf2400000-0xf2401fff 64bit]
[ 0.688129] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.691523] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.691537] pci 0000:00:1c.1: bridge window [mem 0xf2400000-0xf24fffff]
[ 0.691960] acpiphp: Slot [1] registered
[ 0.691973] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[ 0.691981] pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff]
[ 0.691989] pci 0000:00:1c.3: bridge window [mem 0xf1c00000-0xf23fffff]
[ 0.692002] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[ 0.692351] pci 0000:0d:00.0: [1180:e823] type 00 class 0x088001
[ 0.692410] pci 0000:0d:00.0: reg 0x10: [mem 0xf1400000-0xf14000ff]
[ 0.692754] pci 0000:0d:00.0: supports D1 D2
[ 0.692757] pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.695450] pci 0000:00:1c.4: PCI bridge to [bus 0d]
[ 0.695458] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 0.695466] pci 0000:00:1c.4: bridge window [mem 0xf1400000-0xf1bfffff]
[ 0.695478] pci 0000:00:1c.4: bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
[ 0.700638] ACPI: Enabled 4 GPEs in block 00 to 3F
[ 0.701072] ACPI : EC: interrupt unblocked
[ 0.701085] ACPI : EC: event unblocked
[ 0.701104] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x11, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.701116] ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot DSDT EC to handle transactions and events
[ 0.701521] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.701526] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.701535] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.701536] vgaarb: loaded
[ 0.702152] pps_core: LinuxPPS API ver. 1 registered
[ 0.702154] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.702183] PTP clock support registered
[ 0.702204] EDAC MC: Ver: 3.0.0
[ 0.702915] PCI: Using ACPI for IRQ routing
[ 0.707038] PCI: pci_cache_line_size set to 64 bytes
[ 0.707263] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.707272] e820: reserve RAM buffer [mem 0xd3d9a000-0xd3ffffff]
[ 0.707279] e820: reserve RAM buffer [mem 0x11e600000-0x11fffffff]
[ 0.709971] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.709987] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.712049] clocksource: Switched to clocksource hpet
[ 0.760186] VFS: Disk quotas dquot_6.6.0
[ 0.760234] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.760545] pnp: PnP ACPI init
[ 0.766724] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.766743] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[ 0.766760] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[ 0.766776] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
[ 0.766792] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
[ 0.766808] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
[ 0.766835] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
[ 0.766855] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
[ 0.766875] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
[ 0.766896] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[ 0.766916] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[ 0.766936] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[ 0.766957] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[ 0.766977] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[ 0.766998] system 00:00: [mem 0x00100000-0xdf9fffff] could not be reserved
[ 0.767019] system 00:00: [mem 0xfec00000-0xffffffff] could not be reserved
[ 0.767028] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.768196] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.768217] system 00:01: [io 0x0500-0x057f] has been reserved
[ 0.768236] system 00:01: [io 0x0800-0x080f] has been reserved
[ 0.768256] system 00:01: [io 0x15e0-0x15ef] has been reserved
[ 0.768275] system 00:01: [io 0x1600-0x167f] has been reserved
[ 0.768295] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.768315] system 00:01: [mem 0x00000000-0x00000fff] could not be reserved
[ 0.768334] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.768353] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[ 0.768371] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.768390] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.768408] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[ 0.768426] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.768433] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.768766] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.768890] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.769013] pnp 00:04: Plug and Play ACPI device, IDs LEN0015 PNP0f13 (active)
[ 0.771112] pnp: PnP ACPI: found 5 devices
[ 0.785730] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.785771] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.785781] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 0.785788] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[ 0.785869] pci 0000:00:1c.0: BAR 14: assigned [mem 0xdfa00000-0xdfbfffff]
[ 0.785881] pci 0000:00:1c.0: BAR 15: assigned [mem 0xdfc00000-0xdfdfffff 64bit pref]
[ 0.785887] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.785895] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.785901] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.785912] pci 0000:00:1c.0: bridge window [mem 0xdfa00000-0xdfbfffff]
[ 0.785920] pci 0000:00:1c.0: bridge window [mem 0xdfc00000-0xdfdfffff 64bit pref]
[ 0.785934] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.785945] pci 0000:00:1c.1: bridge window [mem 0xf2400000-0xf24fffff]
[ 0.785963] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[ 0.785968] pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff]
[ 0.785978] pci 0000:00:1c.3: bridge window [mem 0xf1c00000-0xf23fffff]
[ 0.785986] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[ 0.785999] pci 0000:00:1c.4: PCI bridge to [bus 0d]
[ 0.786004] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 0.786014] pci 0000:00:1c.4: bridge window [mem 0xf1400000-0xf1bfffff]
[ 0.786022] pci 0000:00:1c.4: bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
[ 0.786051] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.786054] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.786058] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.786061] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfebfffff window]
[ 0.786064] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff window]
[ 0.786068] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.786070] pci_bus 0000:02: resource 1 [mem 0xdfa00000-0xdfbfffff]
[ 0.786074] pci_bus 0000:02: resource 2 [mem 0xdfc00000-0xdfdfffff 64bit pref]
[ 0.786077] pci_bus 0000:03: resource 1 [mem 0xf2400000-0xf24fffff]
[ 0.786080] pci_bus 0000:05: resource 0 [io 0x4000-0x4fff]
[ 0.786083] pci_bus 0000:05: resource 1 [mem 0xf1c00000-0xf23fffff]
[ 0.786086] pci_bus 0000:05: resource 2 [mem 0xf0400000-0xf0bfffff 64bit pref]
[ 0.786089] pci_bus 0000:0d: resource 0 [io 0x3000-0x3fff]
[ 0.786092] pci_bus 0000:0d: resource 1 [mem 0xf1400000-0xf1bfffff]
[ 0.786095] pci_bus 0000:0d: resource 2 [mem 0xf0c00000-0xf13fffff 64bit pref]
[ 0.787867] NET: Registered protocol family 2
[ 0.788523] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.788728] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.788903] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.789074] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.789123] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.789370] NET: Registered protocol family 1
[ 0.789412] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.792019] PCI: CLS 64 bytes, default 64
[ 0.792258] Unpacking initramfs...
[ 2.291962] Freeing initrd memory: 41028K
[ 2.291968] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 2.291975] software IO TLB [mem 0xcfd9a000-0xd3d9a000] (64MB) mapped at [ffffa0a90fd9a000-ffffa0a913d99fff]
[ 2.292600] Scanning for low memory corruption every 60 seconds
[ 2.294126] audit: initializing netlink subsys (disabled)
[ 2.294364] audit: type=2000 audit(1505056999.291:1): state=initialized audit_enabled=0 res=1
[ 2.296366] Initialise system trusted keyrings
[ 2.296522] workingset: timestamp_bits=40 max_order=20 bucket_order=0
[ 2.308433] zbud: loaded
[ 2.312221] Key type asymmetric registered
[ 2.312224] Asymmetric key parser 'x509' registered
[ 2.312391] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 2.312497] io scheduler noop registered
[ 2.312499] io scheduler deadline registered
[ 2.312734] io scheduler cfq registered (default)
[ 2.312737] io scheduler mq-deadline registered
[ 2.312739] io scheduler kyber registered
[ 2.313753] pcieport 0000:00:1c.0: enabling device (0000 -> 0003)
[ 2.316733] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[ 2.316735] vesafb: scrolling: redraw
[ 2.316739] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 2.316772] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc269c0c00000, using 3072k, total 3072k
[ 2.468691] Console: switching to colour frame buffer device 128x48
[ 2.620083] fb0: VESA VGA frame buffer device
[ 2.620144] intel_idle: MWAIT substates: 0x21120
[ 2.620146] intel_idle: v0.4.1 model 0x2A
[ 2.621643] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 2.622530] GHES: HEST is not enabled!
[ 2.622791] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.626444] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[ 2.626486] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[ 2.626488] e100: Copyright(c) 1999-2006 Intel Corporation
[ 2.626546] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 2.626548] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 2.626612] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.626613] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.627334] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 2.727818] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[ 2.829576] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:21:cc:6d:f4:df
[ 2.829593] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 2.829651] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
[ 2.829809] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 2.832845] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.833011] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.833422] mousedev: PS/2 mouse device common for all mice
[ 2.833635] rtc_cmos 00:02: RTC can wake from S4
[ 2.834040] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 2.834084] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 2.834113] intel_pstate: Intel P-state driver initializing
[ 2.834748] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.836303] NET: Registered protocol family 10
[ 2.837191] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 2.849306] Segment Routing with IPv6
[ 2.849363] NET: Registered protocol family 17
[ 2.849397] Key type dns_resolver registered
[ 2.850508] microcode: sig=0x206a7, pf=0x10, revision=0x29
[ 2.850756] microcode: Microcode Update Driver: v2.2.
[ 2.851197] registered taskstats version 1
[ 2.851199] Loading compiled-in X.509 certificates
[ 2.851313] zswap: loaded using pool lzo/zbud
[ 2.852723] rtc_cmos 00:02: setting system clock to 2017-09-10 15:23:20 UTC (1505057000)
[ 2.857953] Freeing unused kernel memory: 1392K
[ 2.857955] Write protecting the kernel read-only data: 12288k
[ 2.859080] Freeing unused kernel memory: 1556K
[ 2.864484] Freeing unused kernel memory: 2024K
[ 2.966041] dracut: dracut-046
[ 3.206359] device-mapper: uevent: version 1.0.3
[ 3.206745] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 3.232612] systemd-udevd[256]: starting version 3.2.2
[ 3.233127] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.233185] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.233218] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.233279] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.233330] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.235335] udevd[257]: starting eudev-3.2.2
[ 3.258189] dracut: rd.md=0: removing MD RAID activation
[ 3.297877] tsc: Refined TSC clocksource calibration: 2392.228 MHz
[ 3.297890] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x227b89a6b81, max_idle_ns: 440795326825 ns
[ 3.312003] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.312037] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.312062] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.318571] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.320761] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.327297] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[ 3.327521] ACPI: Lid Switch [LID]
[ 3.327628] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
[ 3.327631] ACPI: Sleep Button [SLPB]
[ 3.327720] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 3.327722] ACPI: Power Button [PWRF]
[ 3.334931] wmi: Mapper loaded
[ 3.335898] Linux agpgart interface v0.103
[ 3.336017] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[ 3.340007] ACPI: bus type USB registered
[ 3.340134] usbcore: registered new interface driver usbfs
[ 3.340166] usbcore: registered new interface driver hub
[ 3.340223] usbcore: registered new device driver usb
[ 3.341699] sdhci: Secure Digital Host Controller Interface driver
[ 3.341701] sdhci: Copyright(c) Pierre Ossman
[ 3.341887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.342320] ehci-pci: EHCI PCI platform driver
[ 3.342517] sdhci-pci 0000:0d:00.0: SDHCI controller found [1180:e823] (rev 5)
[ 3.343030] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 3.343043] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 3.343063] ehci-pci 0000:00:1a.0: debug port 2
[ 3.345028] mmc0: SDHCI controller on PCI [0000:0d:00.0] using DMA
[ 3.346978] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 3.346989] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf252a000
[ 3.347242] SCSI subsystem initialized
[ 3.352112] libata version 3.00 loaded.
[ 3.353865] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 3.354348] hub 1-0:1.0: USB hub found
[ 3.354365] hub 1-0:1.0: 3 ports detected
[ 3.354928] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 3.354934] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 3.354947] ehci-pci 0000:00:1d.0: debug port 2
[ 3.358848] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 3.358867] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf2529000
[ 3.360557] AVX version of gcm_enc/dec engaged.
[ 3.360558] AES CTR mode by8 optimization enabled
[ 3.370040] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 3.370556] hub 2-0:1.0: USB hub found
[ 3.370582] hub 2-0:1.0: 3 ports detected
[ 3.371561] ahci 0000:00:1f.2: version 3.0
[ 3.372099] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 3.372137] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x19 impl SATA mode
[ 3.372141] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
[ 3.379934] scsi host0: ahci
[ 3.380219] scsi host1: ahci
[ 3.380432] scsi host2: ahci
[ 3.380681] scsi host3: ahci
[ 3.380953] scsi host4: ahci
[ 3.381210] scsi host5: ahci
[ 3.381378] ata1: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528100 irq 25
[ 3.381379] ata2: DUMMY
[ 3.381380] ata3: DUMMY
[ 3.381382] ata4: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528280 irq 25
[ 3.381384] ata5: SATA max UDMA/133 abar m2048@0xf2528000 port 0xf2528300 irq 25
[ 3.381385] ata6: DUMMY
[ 3.382334] [drm] Memory usable by graphics device = 2048M
[ 3.382338] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[ 3.382339] fb: switching to inteldrmfb from VESA VGA
[ 3.382376] Console: switching to colour dummy device 80x25
[ 3.382485] [drm] Replacing VGA console driver
[ 3.387907] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.387909] [drm] Driver supports precise vblank timestamp query.
[ 3.388695] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 3.449794] [drm] Initialized i915 1.6.0 20170403 for 0000:00:02.0 on minor 0
[ 3.451839] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
[ 3.455147] acpi device:00: registered as cooling_device4
[ 3.455443] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[ 3.625299] fbcon: inteldrmfb (fb0) is primary device
[ 3.665948] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 3.681888] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 3.688259] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3.712100] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 3.712107] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 3.712110] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 3.719895] ata1.00: ATA-8: MKNSSDEC240GB, 609ABBF0, max UDMA/133
[ 3.719899] ata1.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[ 3.726368] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 3.726373] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 3.726377] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 3.734264] ata1.00: configured for UDMA/133
[ 3.735133] scsi 0:0:0:0: Direct-Access ATA MKNSSDEC240GB BBF0 PQ: 0 ANSI: 5
[ 3.785997] hub 1-1:1.0: USB hub found
[ 3.786175] hub 1-1:1.0: 6 ports detected
[ 3.801450] hub 2-1:1.0: USB hub found
[ 3.801631] hub 2-1:1.0: 8 ports detected
[ 4.056505] ata4: SATA link down (SStatus 0 SControl 300)
[ 4.057853] usb 1-1.3: new low-speed USB device number 3 using ehci-pci
[ 4.123875] usb 1-1.3: device descriptor read/64, error -32
[ 4.291863] usb 1-1.3: device descriptor read/64, error -32
[ 4.306146] clocksource: Switched to clocksource tsc
[ 4.368144] ata5: SATA link down (SStatus 0 SControl 300)
[ 4.427758] random: fast init done
[ 4.444564] Console: switching to colour frame buffer device 170x48
[ 4.457850] usb 1-1.3: new low-speed USB device number 4 using ehci-pci
[ 4.468367] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 4.481460] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[ 4.481479] sd 0:0:0:0: [sda] Write Protect is off
[ 4.481481] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.481506] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.484668] sda: sda1 sda2
[ 4.485260] sd 0:0:0:0: [sda] Attached SCSI disk
[ 4.523739] usb 1-1.3: device descriptor read/64, error -32
[ 4.578389] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[ 4.578391] EXT4-fs (sda1): write access will be enabled during recovery
[ 4.639860] EXT4-fs (sda1): recovery complete
[ 4.673995] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 4.691753] usb 1-1.3: device descriptor read/64, error -32
[ 4.737865] dracut: Checking ext4: /dev/disk/by-uuid/f8f62656-6a47-4361-a7c3-bc2b204d7e46
[ 4.738333] dracut: issuing e2fsck -a /dev/disk/by-uuid/f8f62656-6a47-4361-a7c3-bc2b204d7e46
[ 4.784482] dracut: /dev/disk/by-uuid/f8f62656-6a47-4361-a7c3-bc2b204d7e46: clean, 687502/14467072 files, 6418193/57839616 blocks
[ 4.788554] dracut: Mounting /dev/disk/by-uuid/f8f62656-6a47-4361-a7c3-bc2b204d7e46 with -o defaults,ro
[ 4.810266] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 4.855579] dracut: Mounted root filesystem /dev/sda1
[ 4.857739] usb 1-1.3: new low-speed USB device number 5 using ehci-pci
[ 4.954049] dracut: Switching root
[ 5.127751] fuse init (API version 7.26)
[ 5.155676] raid6: sse2x1 gen() 6554 MB/s
[ 5.172675] raid6: sse2x1 xor() 6003 MB/s
[ 5.189670] raid6: sse2x2 gen() 9703 MB/s
[ 5.206671] raid6: sse2x2 xor() 7128 MB/s
[ 5.223671] raid6: sse2x4 gen() 11417 MB/s
[ 5.240665] raid6: sse2x4 xor() 8451 MB/s
[ 5.240666] raid6: using algorithm sse2x4 gen() 11417 MB/s
[ 5.240666] raid6: .... xor() 8451 MB/s, rmw enabled
[ 5.240667] raid6: using ssse3x2 recovery algorithm
[ 5.242694] xor: automatically using best checksumming function avx
[ 5.266229] Btrfs loaded, crc32c=crc32c-intel
[ 5.273682] usb 1-1.3: device not accepting address 5, error -32
[ 5.275275] loop: module loaded
[ 5.279334] tun: Universal TUN/TAP device driver, 1.6
[ 5.285179] PPP generic driver version 2.4.2
[ 5.294918] VFIO - User Level meta-driver version: 0.3
[ 5.307899] Bluetooth: Core ver 2.22
[ 5.307922] NET: Registered protocol family 31
[ 5.307922] Bluetooth: HCI device and connection manager initialized
[ 5.307926] Bluetooth: HCI socket layer initialized
[ 5.307927] Bluetooth: L2CAP socket layer initialized
[ 5.307932] Bluetooth: SCO socket layer initialized
[ 5.313718] hidraw: raw HID events driver (C) Jiri Kosina
[ 5.337684] usb 1-1.3: new low-speed USB device number 6 using ehci-pci
[ 5.344306] vboxdrv: loading out-of-tree module taints kernel.
[ 5.347829] vboxdrv: Found 4 processor cores
[ 5.364230] vboxdrv: TSC mode is Invariant, tentative frequency 2392223308 Hz
[ 5.364232] vboxdrv: Successfully loaded version 5.1.24 (interface 0x002a0000)
[ 5.365338] VBoxNetAdp: Successfully started.
[ 5.366072] VBoxNetFlt: Successfully started.
[ 5.366805] VBoxPciLinuxInit
[ 5.369076] vboxpci: IOMMU not found (not registered)
[ 5.376168] udevd[594]: starting version 3.2.4
[ 5.405801] udevd[595]: starting eudev-3.2.4
[ 5.446144] ACPI: AC Adapter [AC] (off-line)
[ 5.460140] ACPI: Battery Slot [BAT0] (battery present)
[ 5.463035] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 5.463269] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\_SB.PCI0.LPC.PMIO) (20170303/utaddress-247)
[ 5.463275] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 5.463279] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20170303/utaddress-247)
[ 5.463282] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 5.463284] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20170303/utaddress-247)
[ 5.463287] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 5.463289] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20170303/utaddress-247)
[ 5.463292] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 5.463292] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 5.463931] Non-volatile memory driver v1.3
[ 5.464547] thermal LNXTHERM:00: registered as thermal_zone0
[ 5.464549] ACPI: Thermal Zone [THM0] (38 C)
[ 5.479137] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[ 5.479138] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 5.479139] thinkpad_acpi: ThinkPad BIOS 83ET78WW (1.48 ), EC unknown
[ 5.479140] thinkpad_acpi: Lenovo ThinkPad T420, model 4177R3U
[ 5.479378] thinkpad_hwmon thinkpad_hwmon: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 5.480693] thinkpad_acpi: radio switch found; radios are enabled
[ 5.480738] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 5.480739] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 5.484185] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 5.489565] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[ 5.490717] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[ 5.490719] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[ 5.490720] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 5.490720] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[ 5.494256] Intel(R) Wireless WiFi driver for Linux
[ 5.494258] Copyright(c) 2003- 2015 Intel Corporation
[ 5.494665] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 5.497900] iwlwifi 0000:03:00.0: loaded firmware version 39.31.5.1 build 35138 op_mode iwldvm
[ 5.499906] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 5.516763] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
[ 5.520008] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
[ 5.520014] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[ 5.520015] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[ 5.520018] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
[ 5.521746] iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled
[ 5.547203] snd_hda_codec_conexant hdaudioC0D0: CX20590: BIOS auto-probing.
[ 5.547917] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20590: line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker
[ 5.547919] snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 5.547921] snd_hda_codec_conexant hdaudioC0D0: hp_outs=2 (0x1c/0x19/0x0/0x0/0x0)
[ 5.547922] snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
[ 5.547924] snd_hda_codec_conexant hdaudioC0D0: inputs:
[ 5.547926] snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x23
[ 5.547929] snd_hda_codec_conexant hdaudioC0D0: Mic=0x1b
[ 5.547931] snd_hda_codec_conexant hdaudioC0D0: Dock Mic=0x1a
[ 5.549681] snd_hda_codec_conexant hdaudioC0D0: Enable sync_write for stable communication
[ 5.562107] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 5.565083] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops vgt_balloon_space [i915])
[ 5.572295] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 5.573017] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 5.573192] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 5.573335] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 5.573456] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 5.573597] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 5.573729] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 5.573851] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[ 5.590927] intel_rapl: Found RAPL domain package
[ 5.590929] intel_rapl: Found RAPL domain core
[ 5.590930] intel_rapl: Found RAPL domain uncore
[ 5.590944] intel_rapl: RAPL package 0 domain package locked by BIOS
[ 5.592228] iTCO_vendor_support: vendor-support=0
[ 5.593164] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 5.593235] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[ 5.595191] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 5.622067] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[ 5.692999] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 5.754636] usb 1-1.3: device not accepting address 6, error -32
[ 5.754864] usb 1-1-port3: unable to enumerate USB device
[ 5.769724] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 5.789924] Adding 3070972k swap on /dev/sda2. Priority:-1 extents:1 across:3070972k SSFS
[ 5.805773] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment