You are not logged in.

#1 2018-06-03 23:32:26

plattfot
Member
Registered: 2012-09-15
Posts: 16

[SOLVED] Thinkpad x220 freezes for about 1min at boot

Hi,

I'm having some boot issues with my Thinkpad x220 laptops (yes all three of them). It started happening when I upgraded to glibc to 2.27. When booting, after it gets to the Graphical target, it will just sit there for about a minute then sddm will pop up and I can log in. Haven't notice any other issues when using it. It's just slow when booting.

systemd doesn't give me anything useful:

systemd-analyze blame
           896ms dev-sda3.device
           853ms lvm2-monitor.service
           767ms systemd-journal-flush.service
           655ms netctl-auto@wlp3s0.service
           348ms media-Valhalla.mount
           201ms systemd-rfkill.service
            96ms mnt-vaderfolne.mount
            89ms systemd-udev-trigger.service
            84ms systemd-journald.service
            68ms systemd-modules-load.service
            62ms polkit.service
            57ms systemd-fsck@dev-disk-by\x2duuid-2858\x2dB7A4.service
            53ms var-cache-pacman-pkg.mount
            51ms systemd-fsck@dev-disk-by\x2duuid-c2fdbd61\x2d325b\x2d450d\x2daa58\x2d3f1c8c0e989d.service
            48ms systemd-binfmt.service
            47ms user@1000.service
            47ms systemd-udevd.service
            37ms boot.mount
            36ms opt.mount
            36ms \x2esnapshots.mount
            35ms home.mount
            34ms systemd-logind.service
            26ms ntpd.service
            25ms home-.snapshots.mount
            24ms systemd-tmpfiles-clean.service
            23ms kmod-static-nodes.service
            23ms systemd-remount-fs.service
            20ms sys-kernel-debug.mount
            18ms dev-hugepages.mount
            18ms systemd-backlight@backlight:acpi_video0.service
            16ms systemd-update-utmp.service
            15ms proc-sys-fs-binfmt_misc.mount
            15ms dev-disk-by\x2duuid-4cf3425c\x2d12a4\x2d4a0f\x2da380\x2dce6b51fabf62.swap
            15ms systemd-tmpfiles-setup-dev.service
            15ms systemd-tmpfiles-setup.service
            14ms dev-mqueue.mount
            13ms systemd-random-seed.service
            13ms tmp.mount
            13ms sys-kernel-config.mount
            12ms systemd-sysctl.service
            11ms systemd-backlight@backlight:intel_backlight.service
             5ms systemd-user-sessions.service
             5ms rtkit-daemon.service
systemd-analyze critical-chain
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.

graphical.target @2.107s
└─multi-user.target @2.106s
  └─ntpd.service @2.078s +26ms
    └─network.target @2.068s
      └─netctl-auto@wlp3s0.service @1.410s +655ms
        └─sys-subsystem-net-devices-wlp3s0.device @1.409s

Did a bootchart to see if I can figure out what's causing it.
RkGTkPO.png

One thing to note is that the bootchartd will write the bootchart maybe 30-40s before I see the login prompt. So the chart doesn't show the whole boot time.

I don't really see anything that sticks out. I assume the network and all that is launched in a separate process from the graphical interface, and shouldn't block sddm. But I could be wrong. I'm using netctl for handling my network and the laptop is docked so it's using ethernet.

Has anyone encountered something similar? Been trying to debug this the whole day without any success.

Thanks

Last edited by plattfot (2018-06-04 00:11:32)

Offline

#2 2018-06-03 23:38:41

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [SOLVED] Thinkpad x220 freezes for about 1min at boot

What is the output of dmesg?

Offline

#3 2018-06-03 23:47:30

plattfot
Member
Registered: 2012-09-15
Posts: 16

Re: [SOLVED] Thinkpad x220 freezes for about 1min at boot

Here's the full output of dmesg.

[    0.000000] microcode: microcode updated early to revision 0x2d, date = 2018-02-07
[    0.000000] Linux version 4.16.13-1-ARCH (builduser@heftig-15406) (gcc version 8.1.0 (GCC)) #1 SMP PREEMPT Thu May 31 23:29:29 UTC 2018
[    0.000000] Command line: initrd=/intel-ucode.img initrd=/initramfs-linux.img root=PARTUUID=70b9fc21-e67d-45e4-8e33-138e10d07650 resume=PARTUUID=dde1e671-ec25-4ab6-b5b1-3821d5bc6a91 rw acpi_osi="!Windows 2012" rootflags=subvol=__current/ROOT
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    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-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009ffff] usable
[    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-0x00000000da99efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da99f000-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-0x00000000daffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021e5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xd470a018-0xd471a057] usable ==> usable
[    0.000000] e820: update [mem 0xd470a018-0xd471a057] usable ==> usable
[    0.000000] e820: update [mem 0xd46fa018-0xd4709657] usable ==> usable
[    0.000000] e820: update [mem 0xd46fa018-0xd4709657] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000020200000-0x000000003fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000040000000-0x00000000401fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000040200000-0x00000000d46fa017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d46fa018-0x00000000d4709657] usable
[    0.000000] reserve setup_data: [mem 0x00000000d4709658-0x00000000d470a017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d470a018-0x00000000d471a057] usable
[    0.000000] reserve setup_data: [mem 0x00000000d471a058-0x00000000da99efff] usable
[    0.000000] reserve setup_data: [mem 0x00000000da99f000-0x00000000dae9efff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dae9f000-0x00000000daf9efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000dafff000-0x00000000daffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000021e5fffff] usable
[    0.000000] efi: EFI v2.00 by Lenovo
[    0.000000] efi:  ACPI=0xdaffe000  ACPI 2.0=0xdaffe014  SMBIOS=0xdae9e000 
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: LENOVO 4286CTO/4286CTO, BIOS 8DET63WW (1.33 ) 07/19/2012
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x21e600 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 F00000000 write-back
[    0.000000]   7 base 200000000 mask FE0000000 write-back
[    0.000000]   8 base 21F000000 mask FFF000000 uncachable
[    0.000000]   9 base 21E800000 mask FFF800000 uncachable
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 97000 size 24576
[    0.000000] reserving inaccessible SNB gfx pages
[    0.000000] BRK [0x137655000, 0x137655fff] PGTABLE
[    0.000000] BRK [0x137656000, 0x137656fff] PGTABLE
[    0.000000] BRK [0x137657000, 0x137657fff] PGTABLE
[    0.000000] BRK [0x137658000, 0x137658fff] PGTABLE
[    0.000000] BRK [0x137659000, 0x137659fff] PGTABLE
[    0.000000] BRK [0x13765a000, 0x13765afff] PGTABLE
[    0.000000] BRK [0x13765b000, 0x13765bfff] PGTABLE
[    0.000000] BRK [0x13765c000, 0x13765cfff] PGTABLE
[    0.000000] BRK [0x13765d000, 0x13765dfff] PGTABLE
[    0.000000] BRK [0x13765e000, 0x13765efff] PGTABLE
[    0.000000] BRK [0x13765f000, 0x13765ffff] PGTABLE
[    0.000000] Secure boot disabled
[    0.000000] RAMDISK: [mem 0x7f47f000-0x7fffefff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DAFFE014 000024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 0x00000000DAFFE120 0000AC (v01 LENOVO TP-8D    00001330 PTEC 00000002)
[    0.000000] ACPI: FACP 0x00000000DAFE7000 0000F4 (v04 LENOVO TP-8D    00001330 PTL  00000002)
[    0.000000] ACPI: DSDT 0x00000000DAFEA000 00F716 (v01 LENOVO TP-8D    00001330 INTL 20061109)
[    0.000000] ACPI: FACS 0x00000000DAF2D000 000040
[    0.000000] ACPI: FACS 0x00000000DAF2D000 000040
[    0.000000] ACPI: SLIC 0x00000000DAFFD000 000176 (v01 LENOVO TP-8D    00001330 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 0007D1 (v01 LENOVO SataAhci 00001000 INTL 20061109)
[    0.000000] ACPI: HPET 0x00000000DAFE6000 000038 (v01 LENOVO TP-8D    00001330 PTL  00000002)
[    0.000000] ACPI: APIC 0x00000000DAFE5000 000098 (v01 LENOVO TP-8D    00001330 PTL  00000002)
[    0.000000] ACPI: MCFG 0x00000000DAFE4000 00003C (v01 LENOVO TP-8D    00001330 PTL  00000002)
[    0.000000] ACPI: ECDT 0x00000000DAFE3000 000052 (v01 LENOVO TP-8D    00001330 PTL  00000002)
[    0.000000] ACPI: ASF! 0x00000000DAFE9000 0000A5 (v32 LENOVO TP-8D    00001330 PTL  00000002)
[    0.000000] ACPI: TCPA 0x00000000DAFE2000 000032 (v02 PTL    LENOVO   06040000 LNVO 00000001)
[    0.000000] ACPI: SSDT 0x00000000DAFE1000 000A69 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x00000000DAFE0000 000996 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: DMAR 0x00000000DAFDF000 0000E8 (v01 INTEL  SNB      00000001 INTL 00000001)
[    0.000000] ACPI: UEFI 0x00000000DAFDE000 00003E (v01 LENOVO TP-8D    00001330 PTL  00000002)
[    0.000000] ACPI: UEFI 0x00000000DAFDD000 000042 (v01 PTL    COMBUF   00000001 PTL  00000001)
[    0.000000] ACPI: UEFI 0x00000000DAFDC000 000292 (v01 LENOVO TP-8D    00001330 PTL  00000002)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000021e5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x21e5f9000-0x21e5fcfff]
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000021e5fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x000000003fffffff]
[    0.000000]   node   0: [mem 0x0000000040200000-0x00000000da99efff]
[    0.000000]   node   0: [mem 0x00000000dafff000-0x00000000daffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000021e5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000021e5fffff]
[    0.000000] On node 0 totalpages: 2067262
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 158 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 13911 pages used for memmap
[    0.000000]   DMA32 zone: 890272 pages, LIFO batch:31
[    0.000000]   Normal zone: 18328 pages used for memmap
[    0.000000]   Normal zone: 1172992 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 103 pages
[    0.000000] Reserving Intel graphics memory at [mem 0xdba00000-0xdf9fffff]
[    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 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-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 0xd46fa000-0xd46fafff]
[    0.000000] PM: Registered nosave memory: [mem 0xd4709000-0xd4709fff]
[    0.000000] PM: Registered nosave memory: [mem 0xd470a000-0xd470afff]
[    0.000000] PM: Registered nosave memory: [mem 0xd471a000-0xd471afff]
[    0.000000] PM: Registered nosave memory: [mem 0xda99f000-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 0xdb000000-0xdb9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdba00000-0xdf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdfa00000-0xf80f7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xf80f8000-0xf80f8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xf80f9000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xffffffff]
[    0.000000] e820: [mem 0xdfa00000-0xf80f7fff] 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: 6370452778343963 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x95/0x4da with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2034801
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=/intel-ucode.img initrd=/initramfs-linux.img root=PARTUUID=70b9fc21-e67d-45e4-8e33-138e10d07650 resume=PARTUUID=dde1e671-ec25-4ab6-b5b1-3821d5bc6a91 rw acpi_osi="!Windows 2012" rootflags=subvol=__current/ROOT
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7978964K/8269048K available (10252K kernel code, 1261K rwdata, 3408K rodata, 1456K init, 640K bss, 290084K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 31757 entries in 125 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.000000] 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
[    0.000000] 	Offload RCU callbacks from CPUs: .
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180105
[    0.000000] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] DMAR: Host address width 36
[    0.000000] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.000000] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
[    0.000000] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.000000] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
[    0.000000] DMAR: RMRR base: 0x000000dacd5000 end: 0x000000dacebfff
[    0.000000] DMAR: RMRR base: 0x000000db800000 end: 0x000000df9fffff
[    0.000000] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.000000] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.000000] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.000000] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.000000] x2apic enabled
[    0.000000] Switched APIC routing to cluster x2apic.
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.016666] tsc: Fast TSC calibration using PIT
[    0.019999] tsc: Detected 2691.178 MHz processor
[    0.019999] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26cab0d925f, max_idle_ns: 440795320936 ns
[    0.019999] Calibrating delay loop (skipped), value calculated using timer frequency.. 5384.62 BogoMIPS (lpj=8970593)
[    0.019999] pid_max: default: 32768 minimum: 301
[    0.023516] Security Framework initialized
[    0.023517] Yama: becoming mindful.
[    0.024606] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.025164] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.025200] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.025217] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.025405] Disabled fast string operations
[    0.025408] CPU: Physical Processor ID: 0
[    0.025409] CPU: Processor Core ID: 0
[    0.025413] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.025413] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.025418] mce: CPU supports 7 MCE banks
[    0.025425] CPU0: Thermal monitoring enabled (TM1)
[    0.025433] process: using mwait in idle threads
[    0.025436] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.025436] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.025438] Spectre V2 : Mitigation: Full generic retpoline
[    0.025439] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.025439] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.025440] Speculative Store Bypass: Vulnerable
[    0.025520] Freeing SMP alternatives memory: 24K
[    0.028173] TSC deadline timer enabled
[    0.028177] smpboot: CPU0: Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[    0.040022] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.040087] ... version:                3
[    0.040089] ... bit width:              48
[    0.040090] ... generic registers:      4
[    0.040093] ... value mask:             0000ffffffffffff
[    0.040095] ... max period:             00007fffffffffff
[    0.040096] ... fixed-purpose events:   3
[    0.040098] ... event mask:             000000070000000f
[    0.046676] Hierarchical SRCU implementation.
[    0.066984] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.073342] smp: Bringing up secondary CPUs ...
[    0.103371] x86: Booting SMP configuration:
[    0.103374] .... node  #0, CPUs:      #1
[    0.003333] Disabled fast string operations
[    0.136709]  #2
[    0.003333] Disabled fast string operations
[    0.170042]  #3
[    0.003333] Disabled fast string operations
[    0.173005] smp: Brought up 1 node, 4 CPUs
[    0.173005] smpboot: Max logical packages: 2
[    0.173005] smpboot: Total of 4 processors activated (21538.48 BogoMIPS)
[    0.173659] devtmpfs: initialized
[    0.173659] x86/mm: Memory block size: 128MB
[    0.173992] PM: Registering ACPI NVS region [mem 0x00058000-0x00058fff] (4096 bytes)
[    0.173992] PM: Registering ACPI NVS region [mem 0xdae9f000-0xdaf9efff] (1048576 bytes)
[    0.173992] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.173992] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.173992] pinctrl core: initialized pinctrl subsystem
[    0.173992] RTC time: 22:18:18, date: 06/03/18
[    0.173992] NET: Registered protocol family 16
[    0.173992] cpuidle: using governor ladder
[    0.180023] cpuidle: using governor menu
[    0.180126] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.180127] ACPI: bus type PCI registered
[    0.180129] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.180370] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.180380] PCI: not using MMCONFIG
[    0.180380] PCI: Using configuration type 1 for base access
[    0.180380] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.180831] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.180831] ACPI: Added _OSI(Module Device)
[    0.180831] ACPI: Added _OSI(Processor Device)
[    0.180831] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.180831] ACPI: Added _OSI(Processor Aggregator Device)
[    0.180831] ACPI: Deleted _OSI(Windows 2012)
[    0.180831] ACPI: EC: EC started
[    0.180831] ACPI: EC: interrupt blocked
[    0.181108] ACPI: \: Used as first EC
[    0.181110] ACPI: \: GPE=0x11, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.181111] ACPI: \: Used as boot ECDT EC to handle transactions
[    0.187500] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.197808] ACPI: Dynamic OEM Table Load:
[    0.197816] ACPI: SSDT 0xFFFF996B558B3000 0008C0 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.197977] ACPI: Dynamic OEM Table Load:
[    0.197977] ACPI: SSDT 0xFFFF996B540EC000 000303 (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.197981] ACPI: Dynamic OEM Table Load:
[    0.197981] ACPI: SSDT 0xFFFF996B540D4200 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.197981] ACPI: Interpreter enabled
[    0.197981] ACPI: (supports S0 S3 S4 S5)
[    0.197981] ACPI: Using IOAPIC for interrupt routing
[    0.197981] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.200377] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[    0.200386] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.200688] ACPI: Enabled 6 GPEs in block 00 to 3F
[    0.205806] ACPI: Power Resource [PUBS] (on)
[    0.206726] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[    0.207954] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
[    0.211804] acpi IBM0079:00: ACPI dock station (docks/bays count: 3)
[    0.212338] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[    0.212431] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.212523] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.212615] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.212706] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.212797] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.212888] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.212979] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.213079] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.213083] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.213352] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
[    0.213479] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.213481] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
[    0.213482] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[    0.213483] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    0.213497] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.213690] PCI host bridge to bus 0000:00
[    0.213693] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.213694] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.213695] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.213697] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfebfffff window]
[    0.213698] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
[    0.213700] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.213707] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    0.213793] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
[    0.213803] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
[    0.213808] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.213812] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.213823] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.213911] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.213937] pci 0000:00:16.0: reg 0x10: [mem 0xf2625000-0xf262500f 64bit]
[    0.214011] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.214079] pci 0000:00:16.3: [8086:1c3d] type 00 class 0x070002
[    0.214100] pci 0000:00:16.3: reg 0x10: [io  0x50b0-0x50b7]
[    0.214110] pci 0000:00:16.3: reg 0x14: [mem 0xf262c000-0xf262cfff]
[    0.214245] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
[    0.214265] pci 0000:00:19.0: reg 0x10: [mem 0xf2600000-0xf261ffff]
[    0.214273] pci 0000:00:19.0: reg 0x14: [mem 0xf262b000-0xf262bfff]
[    0.214282] pci 0000:00:19.0: reg 0x18: [io  0x5080-0x509f]
[    0.214342] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.214412] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.214433] pci 0000:00:1a.0: reg 0x10: [mem 0xf262a000-0xf262a3ff]
[    0.214517] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.214589] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.214611] pci 0000:00:1b.0: reg 0x10: [mem 0xf2620000-0xf2623fff 64bit]
[    0.214687] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.214764] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.214842] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.214918] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[    0.215001] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.215075] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[    0.215159] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.215238] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[    0.215377] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.215466] pci 0000:00:1c.6: [8086:1c1c] type 01 class 0x060400
[    0.215608] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.215693] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.215716] pci 0000:00:1d.0: reg 0x10: [mem 0xf2629000-0xf26293ff]
[    0.215799] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.215870] pci 0000:00:1f.0: [8086:1c4f] type 00 class 0x060100
[    0.216039] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[    0.216058] pci 0000:00:1f.2: reg 0x10: [io  0x50a8-0x50af]
[    0.216065] pci 0000:00:1f.2: reg 0x14: [io  0x50bc-0x50bf]
[    0.216073] pci 0000:00:1f.2: reg 0x18: [io  0x50a0-0x50a7]
[    0.216081] pci 0000:00:1f.2: reg 0x1c: [io  0x50b8-0x50bb]
[    0.216088] pci 0000:00:1f.2: reg 0x20: [io  0x5060-0x507f]
[    0.216096] pci 0000:00:1f.2: reg 0x24: [mem 0xf2628000-0xf26287ff]
[    0.216138] pci 0000:00:1f.2: PME# supported from D3hot
[    0.216204] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    0.216223] pci 0000:00:1f.3: reg 0x10: [mem 0xf2624000-0xf26240ff 64bit]
[    0.216243] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    0.216360] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.216442] pci 0000:03:00.0: [8086:4238] type 00 class 0x028000
[    0.216511] pci 0000:03:00.0: reg 0x10: [mem 0xf2500000-0xf2501fff 64bit]
[    0.216746] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.226728] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.226742] pci 0000:00:1c.1:   bridge window [mem 0xf2500000-0xf25fffff]
[    0.226866] acpiphp: Slot [1] registered
[    0.226872] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.226876] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.226880] pci 0000:00:1c.3:   bridge window [mem 0xf1d00000-0xf24fffff]
[    0.226886] pci 0000:00:1c.3:   bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.227124] pci 0000:0d:00.0: [1180:e823] type 00 class 0x088001
[    0.227150] pci 0000:0d:00.0: MMC controller base frequency changed to 50Mhz.
[    0.227186] pci 0000:0d:00.0: reg 0x10: [mem 0xf1500000-0xf15000ff]
[    0.227406] pci 0000:0d:00.0: supports D1 D2
[    0.227408] pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.236920] pci 0000:00:1c.4: PCI bridge to [bus 0d]
[    0.236924] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.236929] pci 0000:00:1c.4:   bridge window [mem 0xf1500000-0xf1cfffff]
[    0.236937] pci 0000:00:1c.4:   bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
[    0.237066] pci 0000:0e:00.0: [1033:0194] type 00 class 0x0c0330
[    0.237107] pci 0000:0e:00.0: reg 0x10: [mem 0xf1400000-0xf1401fff 64bit]
[    0.237258] pci 0000:0e:00.0: PME# supported from D0 D3hot D3cold
[    0.246764] pci 0000:00:1c.6: PCI bridge to [bus 0e]
[    0.246778] pci 0000:00:1c.6:   bridge window [mem 0xf1400000-0xf14fffff]
[    0.248589] ACPI: EC: interrupt unblocked
[    0.248595] ACPI: EC: event unblocked
[    0.248602] ACPI: \_SB_.PCI0.LPC_.EC__: GPE=0x11, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.248603] ACPI: \_SB_.PCI0.LPC_.EC__: Used as boot DSDT EC to handle transactions and events
[    0.248660] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.248660] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.248660] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.248660] vgaarb: loaded
[    0.248660] EDAC MC: Ver: 3.0.0
[    0.248660] Registered efivars operations
[    0.268964] PCI: Using ACPI for IRQ routing
[    0.270502] PCI: pci_cache_line_size set to 64 bytes
[    0.270902] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.270904] e820: reserve RAM buffer [mem 0xd46fa018-0xd7ffffff]
[    0.270905] e820: reserve RAM buffer [mem 0xd470a018-0xd7ffffff]
[    0.270906] e820: reserve RAM buffer [mem 0xda99f000-0xdbffffff]
[    0.270907] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[    0.270908] e820: reserve RAM buffer [mem 0x21e600000-0x21fffffff]
[    0.270996] NetLabel: Initializing
[    0.270997] NetLabel:  domain hash size = 128
[    0.270997] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.271009] NetLabel:  unlabeled traffic allowed by default
[    0.271012] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.271012] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.273361] clocksource: Switched to clocksource tsc-early
[    0.282672] VFS: Disk quotas dquot_6.6.0
[    0.282688] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.282754] pnp: PnP ACPI init
[    0.283373] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.283375] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[    0.283376] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[    0.283377] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
[    0.283379] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
[    0.283380] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
[    0.283381] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
[    0.283383] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
[    0.283384] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
[    0.283386] system 00:00: [mem 0x000e0000-0x000e3fff] has been reserved
[    0.283387] system 00:00: [mem 0x000e4000-0x000e7fff] has been reserved
[    0.283388] system 00:00: [mem 0x000e8000-0x000ebfff] has been reserved
[    0.283390] system 00:00: [mem 0x000ec000-0x000effff] has been reserved
[    0.283391] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.283393] system 00:00: [mem 0x00100000-0xdf9fffff] could not be reserved
[    0.283394] system 00:00: [mem 0xfec00000-0xffffffff] could not be reserved
[    0.283400] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.283566] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.283568] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.283571] system 00:01: [io  0x0800-0x080f] has been reserved
[    0.283572] system 00:01: [io  0x15e0-0x15ef] has been reserved
[    0.283574] system 00:01: [io  0x1600-0x167f] has been reserved
[    0.283576] system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
[    0.283577] system 00:01: [mem 0x00000000-0x00000fff] could not be reserved
[    0.283579] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.283580] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.283582] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.283583] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.283585] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[    0.283586] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.283590] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.283644] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.283666] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.283684] pnp 00:04: Plug and Play ACPI device, IDs LEN0020 PNP0f13 (active)
[    0.284348] pnp: PnP ACPI: found 5 devices
[    0.290226] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.290279] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.290291] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.290296] pci 0000:00:1c.1:   bridge window [mem 0xf2500000-0xf25fffff]
[    0.290304] pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.290307] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.290312] pci 0000:00:1c.3:   bridge window [mem 0xf1d00000-0xf24fffff]
[    0.290316] pci 0000:00:1c.3:   bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.290322] pci 0000:00:1c.4: PCI bridge to [bus 0d]
[    0.290325] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    0.290331] pci 0000:00:1c.4:   bridge window [mem 0xf1500000-0xf1cfffff]
[    0.290336] pci 0000:00:1c.4:   bridge window [mem 0xf0c00000-0xf13fffff 64bit pref]
[    0.290344] pci 0000:00:1c.6: PCI bridge to [bus 0e]
[    0.290350] pci 0000:00:1c.6:   bridge window [mem 0xf1400000-0xf14fffff]
[    0.290362] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.290364] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.290365] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.290366] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfebfffff window]
[    0.290368] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff window]
[    0.290369] pci_bus 0000:03: resource 1 [mem 0xf2500000-0xf25fffff]
[    0.290371] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    0.290372] pci_bus 0000:05: resource 1 [mem 0xf1d00000-0xf24fffff]
[    0.290373] pci_bus 0000:05: resource 2 [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.290375] pci_bus 0000:0d: resource 0 [io  0x3000-0x3fff]
[    0.290376] pci_bus 0000:0d: resource 1 [mem 0xf1500000-0xf1cfffff]
[    0.290377] pci_bus 0000:0d: resource 2 [mem 0xf0c00000-0xf13fffff 64bit pref]
[    0.290379] pci_bus 0000:0e: resource 1 [mem 0xf1400000-0xf14fffff]
[    0.290480] NET: Registered protocol family 2
[    0.290613] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.290643] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.290762] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.290883] TCP: Hash tables configured (established 65536 bind 65536)
[    0.290922] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.290946] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.291004] NET: Registered protocol family 1
[    0.291017] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.292344] PCI: CLS 64 bytes, default 64
[    0.292380] Unpacking initramfs...
[    0.445246] Freeing initrd memory: 11776K
[    0.445289] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.445292] software IO TLB [mem 0xcfda0000-0xd3da0000] (64MB) mapped at [        (ptrval)-        (ptrval)]
[    0.445420] Scanning for low memory corruption every 60 seconds
[    0.445909] Initialise system trusted keyrings
[    0.445919] Key type blacklist registered
[    0.445959] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.446993] zbud: loaded
[    0.448219] Key type asymmetric registered
[    0.448220] Asymmetric key parser 'x509' registered
[    0.448245] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.448274] io scheduler noop registered
[    0.448275] io scheduler deadline registered
[    0.448309] io scheduler cfq registered (default)
[    0.448310] io scheduler mq-deadline registered
[    0.448311] io scheduler kyber registered
[    0.448316] io scheduler bfq registered
[    0.448975] efifb: probing for efifb
[    0.448986] efifb: framebuffer at 0xe0000000, using 1200k, total 1200k
[    0.448987] efifb: mode is 640x480x32, linelength=2560, pages=1
[    0.448987] efifb: scrolling: redraw
[    0.448989] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.449663] Console: switching to colour frame buffer device 80x30
[    0.450277] fb0: EFI VGA frame buffer device
[    0.450287] intel_idle: MWAIT substates: 0x21120
[    0.450287] intel_idle: v0.4.1 model 0x2A
[    0.450417] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.450461] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.450477] ACPI: Lid Switch [LID]
[    0.450508] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.450520] ACPI: Sleep Button [SLPB]
[    0.450562] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.450573] ACPI: Power Button [PWRF]
[    0.451869] thermal LNXTHERM:00: registered as thermal_zone0
[    0.451870] ACPI: Thermal Zone [THM0] (69 C)
[    0.452009] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.472847] 0000:00:16.3: ttyS0 at I/O 0x50b0 (irq = 19, base_baud = 115200) is a 16550A
[    0.473675] intel_pstate: Intel P-state driver initializing
[    0.473799] ledtrig-cpu: registered to indicate activity on CPUs
[    0.474422] NET: Registered protocol family 10
[    0.485666] Segment Routing with IPv6
[    0.485734] NET: Registered protocol family 17
[    0.486461] RAS: Correctable Errors collector initialized.
[    0.486577] microcode: sig=0x206a7, pf=0x10, revision=0x2d
[    0.486760] microcode: Microcode Update Driver: v2.2.
[    0.486793] sched_clock: Marking stable (486749502, 0)->(470477584, 16271918)
[    0.487104] registered taskstats version 1
[    0.487113] Loading compiled-in X.509 certificates
[    0.487134] zswap: loaded using pool lzo/zbud
[    0.491031] Key type big_key registered
[    0.491495]   Magic number: 6:829:349
[    0.491549] hctosys: unable to open rtc device (rtc0)
[    0.494927] Freeing unused kernel memory: 1456K
[    0.494930] Write protecting the kernel read-only data: 16384k
[    0.496350] Freeing unused kernel memory: 2016K
[    0.498255] Freeing unused kernel memory: 688K
[    0.557800] Linux agpgart interface v0.103
[    0.600394] checking generic (e0000000 12c000) vs hw (e0000000 10000000)
[    0.600396] fb: switching to inteldrmfb from EFI VGA
[    0.600416] Console: switching to colour dummy device 80x25
[    0.600528] [drm] Replacing VGA console driver
[    0.610220] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    0.610222] [drm] Driver supports precise vblank timestamp query.
[    0.610522] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    0.703575] [drm] Initialized i915 1.6.0 20171222 for 0000:00:02.0 on minor 0
[    0.704215] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    0.705884] acpi device:00: registered as cooling_device4
[    0.706050] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    0.980362] fbcon: inteldrmfb (fb0) is primary device
[    1.466694] tsc: Refined TSC clocksource calibration: 2691.257 MHz
[    1.466715] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26cafb6dde1, max_idle_ns: 440795302330 ns
[    1.466751] clocksource: Switched to clocksource tsc
[    1.836388] Console: switching to colour frame buffer device 170x48
[    1.860367] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.951658] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.955357] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.955413] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.967002] ACPI: bus type USB registered
[    1.967023] usbcore: registered new interface driver usbfs
[    1.967033] usbcore: registered new interface driver hub
[    1.967062] usbcore: registered new device driver usb
[    1.969221] sdhci: Secure Digital Host Controller Interface driver
[    1.969222] sdhci: Copyright(c) Pierre Ossman
[    1.969487] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.970024] SCSI subsystem initialized
[    1.973147] ehci-pci: EHCI PCI platform driver
[    1.973307] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.973314] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.973328] ehci-pci 0000:00:1a.0: debug port 2
[    1.975826] libata version 3.00 loaded.
[    1.976974] sdhci-pci 0000:0d:00.0: SDHCI controller found [1180:e823] (rev 4)
[    1.977371] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.977449] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf262a000
[    1.977461] mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
[    1.978668] mmc0: SDHCI controller on PCI [0000:0d:00.0] using DMA
[    1.990016] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.990143] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.990145] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.990146] usb usb1: Product: EHCI Host Controller
[    1.990148] usb usb1: Manufacturer: Linux 4.16.13-1-ARCH ehci_hcd
[    1.990149] usb usb1: SerialNumber: 0000:00:1a.0
[    1.990278] hub 1-0:1.0: USB hub found
[    1.990285] hub 1-0:1.0: 3 ports detected
[    1.990466] xhci_hcd 0000:0e:00.0: xHCI Host Controller
[    1.990473] xhci_hcd 0000:0e:00.0: new USB bus registered, assigned bus number 2
[    1.990617] xhci_hcd 0000:0e:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x00000004
[    1.990864] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.990866] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.990867] usb usb2: Product: xHCI Host Controller
[    1.990868] usb usb2: Manufacturer: Linux 4.16.13-1-ARCH xhci-hcd
[    1.990869] usb usb2: SerialNumber: 0000:0e:00.0
[    1.990966] hub 2-0:1.0: USB hub found
[    1.990979] hub 2-0:1.0: 2 ports detected
[    1.991112] xhci_hcd 0000:0e:00.0: xHCI Host Controller
[    1.991116] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.991117] xhci_hcd 0000:0e:00.0: new USB bus registered, assigned bus number 3
[    1.991121] xhci_hcd 0000:0e:00.0: Host supports USB 3.0  SuperSpeed
[    1.991124] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    1.991150] ehci-pci 0000:00:1d.0: debug port 2
[    1.992144] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.994063] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.994082] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    1.994084] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.994085] usb usb3: Product: xHCI Host Controller
[    1.994086] usb usb3: Manufacturer: Linux 4.16.13-1-ARCH xhci-hcd
[    1.994087] usb usb3: SerialNumber: 0000:0e:00.0
[    1.994190] hub 3-0:1.0: USB hub found
[    1.994204] hub 3-0:1.0: 2 ports detected
[    1.995075] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.995090] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf2629000
[    2.006850] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.006914] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    2.006917] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.006919] usb usb4: Product: EHCI Host Controller
[    2.006920] usb usb4: Manufacturer: Linux 4.16.13-1-ARCH ehci_hcd
[    2.006922] usb usb4: SerialNumber: 0000:00:1d.0
[    2.007086] hub 4-0:1.0: USB hub found
[    2.007097] hub 4-0:1.0: 3 ports detected
[    2.007315] ahci 0000:00:1f.2: version 3.0
[    2.007468] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    2.017569] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x17 impl SATA mode
[    2.017573] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst 
[    2.048876] scsi host0: ahci
[    2.049178] scsi host1: ahci
[    2.049412] scsi host2: ahci
[    2.049642] scsi host3: ahci
[    2.049901] scsi host4: ahci
[    2.050317] scsi host5: ahci
[    2.050429] ata1: SATA max UDMA/133 abar m2048@0xf2628000 port 0xf2628100 irq 32
[    2.050433] ata2: SATA max UDMA/133 abar m2048@0xf2628000 port 0xf2628180 irq 32
[    2.050437] ata3: SATA max UDMA/133 abar m2048@0xf2628000 port 0xf2628200 irq 32
[    2.050439] ata4: DUMMY
[    2.050443] ata5: SATA max UDMA/133 abar m2048@0xf2628000 port 0xf2628300 irq 32
[    2.050444] ata6: DUMMY
[    2.320026] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.336688] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    2.363781] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.364656] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.364664] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.364670] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.365613] ata1.00: NCQ Send/Recv Log not supported
[    2.365618] ata1.00: ATA-9: Samsung SSD 840 PRO Series, DXM04B0Q, max UDMA/133
[    2.365623] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.366159] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.366166] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.366172] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.366491] ata1.00: NCQ Send/Recv Log not supported
[    2.366575] ata1.00: configured for UDMA/133
[    2.377142] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 840  4B0Q PQ: 0 ANSI: 5
[    2.467531] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    2.467539] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.468271] hub 1-1:1.0: USB hub found
[    2.468645] hub 1-1:1.0: 6 ports detected
[    2.484121] usb 4-1: New USB device found, idVendor=8087, idProduct=0024
[    2.484129] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.484814] hub 4-1:1.0: USB hub found
[    2.485066] hub 4-1:1.0: 8 ports detected
[    2.588209] random: fast init done
[    2.691361] ata2: SATA link down (SStatus 0 SControl 300)
[    2.750124] usb 1-1.1: new high-speed USB device number 3 using ehci-pci
[    2.847696] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514
[    2.847705] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.848478] hub 1-1.1:1.0: USB hub found
[    2.848818] hub 1-1.1:1.0: 4 ports detected
[    2.923439] usb 1-1.4: new full-speed USB device number 4 using ehci-pci
[    3.004499] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.005463] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    3.005472] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    3.005478] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.005823] ata3.00: supports DRM functions and may not be fully accessible
[    3.005916] ata3.00: READ LOG DMA EXT failed, trying PIO
[    3.011905] ata3.00: disabling queued TRIM support
[    3.011913] ata3.00: ATA-9: Crucial_CT240M500SSD3, MU05, max UDMA/133
[    3.011918] ata3.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    3.025596] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    3.025852] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    3.025858] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.026147] ata3.00: supports DRM functions and may not be fully accessible
[    3.026310] usb 1-1.4: New USB device found, idVendor=0a5c, idProduct=217f
[    3.026316] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.026320] usb 1-1.4: Product: Broadcom Bluetooth Device
[    3.026324] usb 1-1.4: Manufacturer: Broadcom Corp
[    3.026328] usb 1-1.4: SerialNumber: 402CF4DFB4FB
[    3.032033] ata3.00: disabling queued TRIM support
[    3.045085] ata3.00: configured for UDMA/133
[    3.045803] scsi 2:0:0:0: Direct-Access     ATA      Crucial_CT240M50 MU05 PQ: 0 ANSI: 5
[    3.130123] usb 1-1.1.2: new high-speed USB device number 5 using ehci-pci
[    3.232416] usb 1-1.1.2: New USB device found, idVendor=05e3, idProduct=0610
[    3.232425] usb 1-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.232429] usb 1-1.1.2: Product: USB2.0 Hub
[    3.232433] usb 1-1.1.2: Manufacturer: GenesysLogic
[    3.233446] hub 1-1.1.2:1.0: USB hub found
[    3.234118] hub 1-1.1.2:1.0: 4 ports detected
[    3.361295] ata5: SATA link down (SStatus 0 SControl 300)
[    3.373947] ata1.00: Enabling discard_zeroes_data
[    3.373970] ata3.00: Enabling discard_zeroes_data
[    3.374024] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    3.374039] sd 0:0:0:0: [sda] Write Protect is off
[    3.374042] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.374049] sd 2:0:0:0: [sdb] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[    3.374051] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[    3.374069] sd 2:0:0:0: [sdb] Write Protect is off
[    3.374070] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.374071] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.374098] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.374205] ata1.00: Enabling discard_zeroes_data
[    3.374220] ata3.00: Enabling discard_zeroes_data
[    3.374610]  sdb: sdb1 sdb2 sdb3
[    3.374757] ata3.00: Enabling discard_zeroes_data
[    3.375081] sd 2:0:0:0: [sdb] supports TCG Opal
[    3.375082] sd 2:0:0:0: [sdb] Attached SCSI disk
[    3.376725]  sda: sda1 sda2 sda3
[    3.376876] ata1.00: Enabling discard_zeroes_data
[    3.377055] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.456721] raid6: sse2x1   gen()  9639 MB/s
[    3.513337] raid6: sse2x1   xor()  7117 MB/s
[    3.520012] usb 1-1.1.2.1: new low-speed USB device number 6 using ehci-pci
[    3.570005] raid6: sse2x2   gen() 11842 MB/s
[    3.621820] usb 1-1.1.2.1: New USB device found, idVendor=1050, idProduct=0010
[    3.621822] usb 1-1.1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.621823] usb 1-1.1.2.1: Product: Yubico Yubikey II
[    3.621825] usb 1-1.1.2.1: Manufacturer: Yubico
[    3.623863] hidraw: raw HID events driver (C) Jiri Kosina
[    3.626675] raid6: sse2x2   xor()  7884 MB/s
[    3.627068] usbcore: registered new interface driver usbhid
[    3.627070] usbhid: USB HID core driver
[    3.627746] input: Yubico Yubico Yubikey II as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.1/1-1.1.2.1:1.0/0003:1050:0010.0001/input/input6
[    3.683343] raid6: sse2x4   gen() 13219 MB/s
[    3.683382] hid-generic 0003:1050:0010.0001: input,hidraw0: USB HID v1.11 Keyboard [Yubico Yubico Yubikey II] on usb-0000:00:1a.0-1.1.2.1/input0
[    3.693347] usb 1-1.1.2.3: new full-speed USB device number 7 using ehci-pci
[    3.740007] raid6: sse2x4   xor()  9249 MB/s
[    3.740009] raid6: using algorithm sse2x4 gen() 13219 MB/s
[    3.740009] raid6: .... xor() 9249 MB/s, rmw enabled
[    3.740010] raid6: using ssse3x2 recovery algorithm
[    3.742357] xor: automatically using best checksumming function   avx       
[    3.761649] Btrfs loaded, crc32c=crc32c-intel
[    3.764035] BTRFS: device label Arch Linux devid 1 transid 307869 /dev/sda3
[    3.794975] usb 1-1.1.2.3: New USB device found, idVendor=046d, idProduct=c539
[    3.795012] usb 1-1.1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.795014] usb 1-1.1.2.3: Product: USB Receiver
[    3.795015] usb 1-1.1.2.3: Manufacturer: Logitech
[    3.798433] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.3/1-1.1.2.3:1.0/0003:046D:C539.0002/input/input7
[    3.853465] hid-generic 0003:046D:C539.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1a.0-1.1.2.3/input0
[    3.854620] BTRFS info (device sda3): disk space caching is enabled
[    3.854626] BTRFS info (device sda3): has skinny extents
[    3.857512] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.3/1-1.1.2.3:1.1/0003:046D:C539.0003/input/input8
[    3.914006] hid-generic 0003:046D:C539.0003: input,hiddev0,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1.1.2.3/input1
[    3.917735] hid-generic 0003:046D:C539.0004: hiddev1,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1.1.2.3/input2
[    3.921406] BTRFS info (device sda3): enabling ssd optimizations
[    3.990051] usb 1-1.1.2.4: new full-speed USB device number 8 using ehci-pci
[    4.088911] usb 1-1.1.2.4: config 1 has an invalid interface number: 4 but max is 3
[    4.088916] usb 1-1.1.2.4: config 1 has no interface number 2
[    4.089941] usb 1-1.1.2.4: New USB device found, idVendor=feed, idProduct=6464
[    4.089943] usb 1-1.1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.089945] usb 1-1.1.2.4: Product: Infinity keyboard/TMK
[    4.089947] usb 1-1.1.2.4: Manufacturer: TMK 
[    4.089948] usb 1-1.1.2.4: SerialNumber: 0xDEADBEEF
[    4.091447] input: TMK  Infinity keyboard/TMK as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.4/1-1.1.2.4:1.0/0003:FEED:6464.0005/input/input9
[    4.096212] systemd[1]: systemd 238 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN +PCRE2 default-hierarchy=hybrid)
[    4.110275] systemd[1]: Detected architecture x86-64.
[    4.114215] systemd[1]: Set hostname to <heimdal>.
[    4.146741] hid-generic 0003:FEED:6464.0005: input,hidraw4: USB HID v1.11 Keyboard [TMK  Infinity keyboard/TMK] on usb-0000:00:1a.0-1.1.2.4/input0
[    4.147831] input: TMK  Infinity keyboard/TMK as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.4/1-1.1.2.4:1.1/0003:FEED:6464.0006/input/input10
[    4.147868] hid-generic 0003:FEED:6464.0006: input,hidraw5: USB HID v1.11 Mouse [TMK  Infinity keyboard/TMK] on usb-0000:00:1a.0-1.1.2.4/input1
[    4.149017] input: TMK  Infinity keyboard/TMK as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.4/1-1.1.2.4:1.3/0003:FEED:6464.0007/input/input11
[    4.152067] systemd-fstab-generator[262]: x-systemd.device-timeout ignored for fafner:/srv/nfs4/Valhalla
[    4.166089] systemd[1]: Configuration file /usr/lib/systemd/system/baksnapper@.timer is marked executable. Please remove executable permission bits. Proceeding anyway.
[    4.166222] systemd[1]: Configuration file /usr/lib/systemd/system/baksnapper@.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    4.166745] systemd[1]: Configuration file /usr/lib/systemd/system/baksnapper@.timer is marked executable. Please remove executable permission bits. Proceeding anyway.
[    4.166856] systemd[1]: Configuration file /usr/lib/systemd/system/baksnapper@.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    4.183308] random: systemd: uninitialized urandom read (16 bytes read)
[    4.183378] systemd[1]: Listening on LVM2 metadata daemon socket.
[    4.183569] random: systemd: uninitialized urandom read (16 bytes read)
[    4.183663] systemd[1]: Set up automount media-Valhalla.automount.
[    4.183762] random: systemd: uninitialized urandom read (16 bytes read)
[    4.183797] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.198875] BTRFS info (device sda3): turning on discard
[    4.198879] BTRFS info (device sda3): use lzo compression, level 0
[    4.198883] BTRFS info (device sda3): enabling auto defrag
[    4.198884] BTRFS info (device sda3): disk space caching is enabled
[    4.203432] hid-generic 0003:FEED:6464.0007: input,hidraw6: USB HID v1.11 Device [TMK  Infinity keyboard/TMK] on usb-0000:00:1a.0-1.1.2.4/input3
[    4.204555] input: TMK  Infinity keyboard/TMK as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.4/1-1.1.2.4:1.4/0003:FEED:6464.0008/input/input12
[    4.220655] acpi_call: loading out-of-tree module taints kernel.
[    4.232185] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.232272] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    4.244323] vboxdrv: Found 4 processor cores
[    4.260386] hid-generic 0003:FEED:6464.0008: input,hidraw7: USB HID v1.11 Keyboard [TMK  Infinity keyboard/TMK] on usb-0000:00:1a.0-1.1.2.4/input4
[    4.266850] vboxdrv: TSC mode is Invariant, tentative frequency 2691257489 Hz
[    4.266852] vboxdrv: Successfully loaded version 5.2.12 (interface 0x00290001)
[    4.268044] VBoxPciLinuxInit
[    4.268049] vboxpci: IOMMU not found (not registered)
[    4.270044] VBoxNetAdp: Successfully started.
[    4.270979] VBoxNetFlt: Successfully started.
[    4.306929] systemd-journald[280]: Received request to flush runtime journal from PID 1
[    4.845272] ACPI: AC Adapter [AC] (on-line)
[    4.853284] rtc_cmos 00:02: RTC can wake from S4
[    4.853452] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    4.853490] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    4.863829] ACPI: Battery Slot [BAT0] (battery present)
[    4.906481] pps_core: LinuxPPS API ver. 1 registered
[    4.906482] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    4.907393] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    4.914446] PTP clock support registered
[    4.934016] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.934937] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    4.936238] Non-volatile memory driver v1.3
[    4.936562] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\_SB.PCI0.LPC.PMIO) (20180105/utaddress-247)
[    4.936569] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.936573] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20180105/utaddress-247)
[    4.936577] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.936578] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20180105/utaddress-247)
[    4.936582] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.936584] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20180105/utaddress-247)
[    4.936587] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.936588] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    4.966097] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[    4.966099] thinkpad_acpi: http://ibm-acpi.sf.net/
[    4.966101] thinkpad_acpi: ThinkPad BIOS 8DET63WW (1.33 ), EC unknown
[    4.966102] thinkpad_acpi: Lenovo ThinkPad X220, model 4286CTO
[    4.969783] thinkpad_acpi: radio switch found; radios are enabled
[    4.970038] thinkpad_acpi: Tablet mode switch found (type: MHKG), currently in laptop mode
[    4.970054] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    4.970055] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    4.976688] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    4.980061] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    4.980062] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    4.980266] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    4.985499] input: PC Speaker as /devices/platform/pcspkr/input/input14
[    4.992334] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[    5.003835] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input13
[    5.015402] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    5.015404] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    5.015405] RAPL PMU: hw unit of domain package 2^-16 Joules
[    5.015406] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[    5.051427] Adding 8388604k swap on /dev/sda2.  Priority:-2 extents:1 across:8388604k SSFS
[    5.060674] cryptd: max_cpu_qlen set to 1000
[    5.075684] AVX version of gcm_enc/dec engaged.
[    5.075684] AES CTR mode by8 optimization enabled
[    5.087876] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.095799] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.100386] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    5.100389] cfg80211: failed to load regulatory.db
[    5.130705] Intel(R) Wireless WiFi driver for Linux
[    5.130706] Copyright(c) 2003- 2015 Intel Corporation
[    5.130819] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    5.130923] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    5.131713] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-6.ucode failed with error -2
[    5.131733] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-5.ucode failed with error -2
[    5.136436] iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532 op_mode iwldvm
[    5.228809] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG enabled
[    5.228812] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[    5.228813] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[    5.228815] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74
[    5.235998] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: data=ordered,discard
[    5.264946] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f0:de:f1:5b:b1:c3
[    5.264949] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    5.264983] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
[    5.265220] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    5.268427] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    5.298425] snd_hda_codec_conexant hdaudioC0D0: CX20590: BIOS auto-probing.
[    5.298884] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20590: line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker
[    5.298886] snd_hda_codec_conexant hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.298888] snd_hda_codec_conexant hdaudioC0D0:    hp_outs=2 (0x1c/0x19/0x0/0x0/0x0)
[    5.298889] snd_hda_codec_conexant hdaudioC0D0:    mono: mono_out=0x0
[    5.298890] snd_hda_codec_conexant hdaudioC0D0:    inputs:
[    5.298892] snd_hda_codec_conexant hdaudioC0D0:      Internal Mic=0x23
[    5.298894] snd_hda_codec_conexant hdaudioC0D0:      Mic=0x1b
[    5.298895] snd_hda_codec_conexant hdaudioC0D0:      Dock Mic=0x1a
[    5.300202] snd_hda_codec_conexant hdaudioC0D0: Enable sync_write for stable communication
[    5.329121] iTCO_vendor_support: vendor-support=0
[    5.333766] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[    5.334086] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[    5.334148] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[    5.334209] input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[    5.334270] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
[    5.334330] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
[    5.334391] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
[    5.334450] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input23
[    5.334680] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    5.334736] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[    5.334830] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    5.389630] Bluetooth: Core ver 2.22
[    5.389652] NET: Registered protocol family 31
[    5.389653] Bluetooth: HCI device and connection manager initialized
[    5.389657] Bluetooth: HCI socket layer initialized
[    5.389659] Bluetooth: L2CAP socket layer initialized
[    5.389665] Bluetooth: SCO socket layer initialized
[    5.410617] intel_rapl: Found RAPL domain package
[    5.410619] intel_rapl: Found RAPL domain core
[    5.410620] intel_rapl: Found RAPL domain uncore
[    5.410625] intel_rapl: RAPL package 0 domain package locked by BIOS
[    5.413472] usbcore: registered new interface driver btusb
[    5.438036] e1000e 0000:00:19.0 enp0s25: renamed from eth0
[    5.440317] mousedev: PS/2 mouse device common for all mice
[    5.454772] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[    5.706885] IPv6: ADDRCONF(NETDEV_UP): enp0s25: link is not ready
[    5.713900] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[    5.896928] psmouse serio1: synaptics: queried max coordinates: x [..5472], y [..4448]
[    5.956633] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
[    5.975424] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.0, id: 0x1e2b1, caps: 0xd001a3/0x940300/0x120c00/0x0, board id: 1611, fw id: 774180
[    5.975450] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[    6.028729] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input15
[    6.056026] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[    6.800008] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    7.052146] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input24
[    8.826109] e1000e: enp0s25 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[    8.826167] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
[    8.997605] wlp3s0: authenticate with 06:18:d6:c2:a8:a7
[    9.033257] wlp3s0: send auth to 06:18:d6:c2:a8:a7 (try 1/3)
[    9.090652] wlp3s0: authenticated
[    9.091051] wlp3s0: waiting for beacon from 06:18:d6:c2:a8:a7
[    9.193390] wlp3s0: associate with 06:18:d6:c2:a8:a7 (try 1/3)
[    9.194646] wlp3s0: RX AssocResp from 06:18:d6:c2:a8:a7 (capab=0x411 status=0 aid=3)
[    9.202143] wlp3s0: associated
[    9.228163] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[    9.283581] 8021q: 802.1Q VLAN Support v1.8
[   16.759751] e1000e: enp0s25 NIC Link is Down
[   16.990575] IPv6: ADDRCONF(NETDEV_UP): enp0s25: link is not ready
[   20.522812] e1000e: enp0s25 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   20.522870] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
[   35.708717] random: crng init done
[   35.708727] random: 7 urandom warning(s) missed due to ratelimiting
[   42.206743] FS-Cache: Loaded
[   42.275730] RPC: Registered named UNIX socket transport module.
[   42.275732] RPC: Registered udp transport module.
[   42.275733] RPC: Registered tcp transport module.
[   42.275734] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   42.315103] FS-Cache: Netfs 'nfs' registered for caching
[   42.324295] Key type dns_resolver registered
[   42.379500] NFS: Registering the id_resolver key type
[   42.379508] Key type id_resolver registered
[   42.379509] Key type id_legacy registered
[  236.672602] usb 1-1.1.2: clear tt 4 (0080) error -71
[  236.676881] usb 1-1.1.2: clear tt 3 (0070) error -71
[  236.681369] usb 1-1.1.2-port4: cannot reset (err = -71)
[  236.685948] usb 1-1.1.2: clear tt 1 (0060) error -71
[  236.690741] usb 1-1.1.2-port4: cannot reset (err = -71)
[  236.695355] usb 1-1.1.2-port4: cannot reset (err = -71)
[  236.699755] usb 1-1.1.2-port4: cannot reset (err = -71)
[  236.704405] usb 1-1.1.2-port4: cannot reset (err = -71)
[  236.704408] usb 1-1.1.2-port4: Cannot enable. Maybe the USB cable is bad?
[  236.709116] usb 1-1.1.2-port4: cannot disable (err = -71)
[  236.713597] usb 1-1.1.2-port4: cannot reset (err = -71)
[  236.718181] usb 1-1.1.2-port4: cannot reset (err = -71)
[  236.722900] usb 1-1.1.2-port4: cannot reset (err = -71)
[  236.727355] usb 1-1.1.2-port4: cannot reset (err = -71)
[  236.730699] usb 1-1.1.2: USB disconnect, device number 5
[  236.730706] usb 1-1.1.2.1: USB disconnect, device number 6
[  236.732130] usb 1-1.1.2-port4: cannot reset (err = -71)
[  236.732131] usb 1-1.1.2-port4: Cannot enable. Maybe the USB cable is bad?
[  237.098639] usb 1-1.1.2.3: USB disconnect, device number 7
[  237.179077] usb 1-1.1.2.4: USB disconnect, device number 8
[  248.887542] usb 1-1.1.2: new high-speed USB device number 9 using ehci-pci
[  248.989069] usb 1-1.1.2: New USB device found, idVendor=05e3, idProduct=0610
[  248.989078] usb 1-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  248.989083] usb 1-1.1.2: Product: USB2.0 Hub
[  248.989087] usb 1-1.1.2: Manufacturer: GenesysLogic
[  248.989992] hub 1-1.1.2:1.0: USB hub found
[  248.990573] hub 1-1.1.2:1.0: 4 ports detected
[  249.277540] usb 1-1.1.2.1: new low-speed USB device number 10 using ehci-pci
[  249.380294] usb 1-1.1.2.1: New USB device found, idVendor=1050, idProduct=0010
[  249.380304] usb 1-1.1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  249.380309] usb 1-1.1.2.1: Product: Yubico Yubikey II
[  249.380313] usb 1-1.1.2.1: Manufacturer: Yubico
[  249.387050] input: Yubico Yubico Yubikey II as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.1/1-1.1.2.1:1.0/0003:1050:0010.0009/input/input25
[  249.441729] hid-generic 0003:1050:0010.0009: input,hidraw0: USB HID v1.11 Keyboard [Yubico Yubico Yubikey II] on usb-0000:00:1a.0-1.1.2.1/input0
[  249.514217] usb 1-1.1.2.3: new full-speed USB device number 11 using ehci-pci
[  249.617247] usb 1-1.1.2.3: New USB device found, idVendor=046d, idProduct=c539
[  249.617257] usb 1-1.1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  249.617262] usb 1-1.1.2.3: Product: USB Receiver
[  249.617266] usb 1-1.1.2.3: Manufacturer: Logitech
[  249.623433] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.3/1-1.1.2.3:1.0/0003:046D:C539.000A/input/input26
[  249.678459] hid-generic 0003:046D:C539.000A: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1a.0-1.1.2.3/input0
[  249.683161] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.3/1-1.1.2.3:1.1/0003:046D:C539.000B/input/input27
[  249.738253] hid-generic 0003:046D:C539.000B: input,hiddev0,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1.1.2.3/input1
[  249.742338] hid-generic 0003:046D:C539.000C: hiddev1,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1.1.2.3/input2
[  249.817440] usb 1-1.1.2.4: new full-speed USB device number 12 using ehci-pci
[  249.916820] usb 1-1.1.2.4: config 1 has an invalid interface number: 4 but max is 3
[  249.916824] usb 1-1.1.2.4: config 1 has no interface number 2
[  249.917870] usb 1-1.1.2.4: New USB device found, idVendor=feed, idProduct=6464
[  249.917872] usb 1-1.1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  249.917874] usb 1-1.1.2.4: Product: Infinity keyboard/TMK
[  249.917876] usb 1-1.1.2.4: Manufacturer: TMK 
[  249.917877] usb 1-1.1.2.4: SerialNumber: 0xDEADBEEF
[  249.919606] input: TMK  Infinity keyboard/TMK as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.4/1-1.1.2.4:1.0/0003:FEED:6464.000D/input/input28
[  249.974699] hid-generic 0003:FEED:6464.000D: input,hidraw4: USB HID v1.11 Keyboard [TMK  Infinity keyboard/TMK] on usb-0000:00:1a.0-1.1.2.4/input0
[  249.976135] input: TMK  Infinity keyboard/TMK as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.4/1-1.1.2.4:1.1/0003:FEED:6464.000E/input/input29
[  249.976374] hid-generic 0003:FEED:6464.000E: input,hidraw5: USB HID v1.11 Mouse [TMK  Infinity keyboard/TMK] on usb-0000:00:1a.0-1.1.2.4/input1
[  249.977931] input: TMK  Infinity keyboard/TMK as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.4/1-1.1.2.4:1.3/0003:FEED:6464.000F/input/input30
[  250.034582] hid-generic 0003:FEED:6464.000F: input,hidraw6: USB HID v1.11 Device [TMK  Infinity keyboard/TMK] on usb-0000:00:1a.0-1.1.2.4/input3
[  250.035922] input: TMK  Infinity keyboard/TMK as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2.4/1-1.1.2.4:1.4/0003:FEED:6464.0010/input/input31
[  250.091694] hid-generic 0003:FEED:6464.0010: input,hidraw7: USB HID v1.11 Keyboard [TMK  Infinity keyboard/TMK] on usb-0000:00:1a.0-1.1.2.4/input4

journaltctl -b0 -p err also gives me the usb errors. Not sure what's causing that, suspecting my ugreen usb switch has something to do with it.

Last edited by plattfot (2018-06-03 23:50:00)

Offline

#4 2018-06-03 23:58:08

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: [SOLVED] Thinkpad x220 freezes for about 1min at boot

https://bbs.archlinux.org/viewtopic.php?id=236696?  randomly pressing keys / trackpad movements when booting is a quick test alternative to haveged.
Edit:
grammar missing to

Last edited by loqs (2018-06-03 23:58:36)

Offline

#5 2018-06-04 00:11:09

plattfot
Member
Registered: 2012-09-15
Posts: 16

Re: [SOLVED] Thinkpad x220 freezes for about 1min at boot

loqs wrote:

https://bbs.archlinux.org/viewtopic.php?id=236696?  randomly pressing keys / trackpad movements when booting is a quick test alternative to haveged.
Edit:
grammar missing to

Yup, that was the issue. Hammering on my keyboard when boot worked.
Installed haveged as a workaround.

Thanks for the help!

Offline

Board footer

Powered by FluxBB