pc hardware detail - snejok/medpc GitHub Wiki

# lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:3e1f] (rev 08)
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3e91]
00:14.0 USB controller [0c03]: Intel Corporation 200 Series PCH USB 3.0 xHCI Controller [8086:a2af]
00:14.2 Signal processing controller [1180]: Intel Corporation 200 Series PCH Thermal Subsystem [8086:a2b1]
00:16.0 Communication controller [0780]: Intel Corporation 200 Series PCH CSME HECI #1 [8086:a2ba]
00:17.0 SATA controller [0106]: Intel Corporation 200 Series PCH SATA controller [AHCI mode] [8086:a282]
00:1d.0 PCI bridge [0604]: Intel Corporation Device [8086:a29b] (rev f0)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:a2ca]
00:1f.2 Memory controller [0580]: Intel Corporation 200 Series PCH PMC [8086:a2a1]
00:1f.3 Audio device [0403]: Intel Corporation 200 Series PCH HD Audio [8086:a2f0]
00:1f.4 SMBus [0c05]: Intel Corporation 200 Series PCH SMBus Controller [8086:a2a3]
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
$ cat /proc/cpuinfo
processor       : 3
vendor_id       : GenuineIntel
cpu family      : 6
model           : 158
model name      : Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz
stepping        : 11
microcode       : 0xaa
cpu MHz         : 800.035
cache size      : 6144 KB
physical id     : 0
siblings        : 4
core id         : 3
cpu cores       : 4
apicid          : 6
initial apicid  : 6
fpu             : yes
fpu_exception   : yes
cpuid level     : 22
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm arat pln pts hwp hwp_notify hwp_act_window hwp_epp flush_l1d
bugs            : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds
bogomips        : 7200.00
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:
$ dmesg
[    0.000000] Linux version 4.19.59-un-def-alt0.M80C.1 ([email protected]) (gcc version 5.3.1 20151207 (ALT c8.1 5.3.1-alt3.M80P.1) (GCC)) #1 SMP PREEMPT Tue Jul 16 12:23:36 UTC 2019
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.19.59-un-def-alt0.M80C.1 root=UUID=7ea1d615-a613-4074-b296-03d219ad3e59 ro quiet=1 panic=30 splash
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000006e492fff] usable
[    0.000000] BIOS-e820: [mem 0x000000006e493000-0x000000006e493fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006e494000-0x000000006e494fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006e495000-0x000000007c4f3fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007c4f4000-0x000000007df0dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007df0e000-0x000000007e074fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e075000-0x000000007e414fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007e415000-0x000000007effefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007efff000-0x000000007effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007f000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000026effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./H310CM-DVS, BIOS P4.10E 05/16/2019
[    0.000000] tsc: Detected 3600.000 MHz processor
[    0.001335] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001337] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001342] last_pfn = 0x26f000 max_arch_pfn = 0x400000000
[    0.001345] MTRR default type: write-back
[    0.001345] MTRR fixed ranges enabled:
[    0.001346]   00000-9FFFF write-back
[    0.001346]   A0000-BFFFF uncachable
[    0.001347]   C0000-FFFFF write-protect
[    0.001347] MTRR variable ranges enabled:
[    0.001348]   0 base 0080000000 mask 7F80000000 uncachable
[    0.001348]   1 base 007F800000 mask 7FFF800000 uncachable
[    0.001349]   2 disabled
[    0.001349]   3 disabled
[    0.001349]   4 disabled
[    0.001349]   5 disabled
[    0.001350]   6 disabled
[    0.001350]   7 disabled
[    0.001350]   8 disabled
[    0.001350]   9 disabled
[    0.001993] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.002101] last_pfn = 0x7f000 max_arch_pfn = 0x400000000
[    0.007930] found SMP MP-table at [mem 0x000fdb60-0x000fdb6f]
[    0.008044] Scanning 1 areas for low memory corruption
[    0.008047] Using GB pages for direct mapping
[    0.008048] BRK [0x03201000, 0x03201fff] PGTABLE
[    0.008049] BRK [0x03202000, 0x03202fff] PGTABLE
[    0.008050] BRK [0x03203000, 0x03203fff] PGTABLE
[    0.008085] BRK [0x03204000, 0x03204fff] PGTABLE
[    0.008339] BRK [0x03205000, 0x03205fff] PGTABLE
[    0.008378] BRK [0x03206000, 0x03206fff] PGTABLE
[    0.008473] RAMDISK: [mem 0x37133000-0x37890fff]
[    0.008477] ACPI: Early table checksum verification disabled
[    0.008504] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
[    0.008507] ACPI: XSDT 0x000000007E0750A0 0000C4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.008511] ACPI: FACP 0x000000007E09C968 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.008514] ACPI: DSDT 0x000000007E075200 027763 (v02 ALASKA A M I    01072009 INTL 20160422)
[    0.008516] ACPI: FACS 0x000000007E414F00 000040
[    0.008517] ACPI: APIC 0x000000007E09CA80 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.008519] ACPI: FPDT 0x000000007E09CB08 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.008521] ACPI: FIDT 0x000000007E09CB50 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.008523] ACPI: MCFG 0x000000007E09CBF0 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.008524] ACPI: SSDT 0x000000007E09CC30 0003A3 (v01 SataRe SataTabl 00001000 INTL 20160422)
[    0.008526] ACPI: AAFT 0x000000007E09CFD8 00015B (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.008528] ACPI: SSDT 0x000000007E09D138 003165 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.008530] ACPI: HPET 0x000000007E0A02A0 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
[    0.008531] ACPI: SSDT 0x000000007E0A02D8 000B60 (v02 INTEL  xh_kbl_s 00000000 INTL 20160422)
[    0.008533] ACPI: UEFI 0x000000007E0A0E38 000048 (v01 ALASKA A M I    00000002      01000013)
[    0.008535] ACPI: SSDT 0x000000007E0A0E80 0017AE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.008537] ACPI: LPIT 0x000000007E0A2630 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.008539] ACPI: SSDT 0x000000007E0A26C8 000141 (v02 INTEL  HdaDsp   00000000 INTL 20160422)
[    0.008540] ACPI: SSDT 0x000000007E0A2810 000517 (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
[    0.008542] ACPI: SSDT 0x000000007E0A2D28 0002E9 (v02 INTEL  Wwan     00000001 INTL 20160422)
[    0.008544] ACPI: DBGP 0x000000007E0A3018 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.008545] ACPI: DBG2 0x000000007E0A3050 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.008547] ACPI: DMAR 0x000000007E0A30A8 0000A8 (v01 INTEL  EDK2     00000001 INTL 00000001)
[    0.008549] ACPI: WSMT 0x000000007E0A3150 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.008554] ACPI: Local APIC address 0xfee00000
[    0.008692] No NUMA configuration found
[    0.008692] Faking a node at [mem 0x0000000000000000-0x000000026effffff]
[    0.008694] NODE_DATA(0) allocated [mem 0x26eff8000-0x26effbfff]
[    0.008710] Zone ranges:
[    0.008710]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.008711]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.008712]   Normal   [mem 0x0000000100000000-0x000000026effffff]
[    0.008713] Movable zone start for each node
[    0.008713] Early memory node ranges
[    0.008714]   node   0: [mem 0x0000000000001000-0x000000000009bfff]
[    0.008714]   node   0: [mem 0x0000000000100000-0x000000006e492fff]
[    0.008714]   node   0: [mem 0x000000006e495000-0x000000007c4f3fff]
[    0.008715]   node   0: [mem 0x000000007df0e000-0x000000007e074fff]
[    0.008715]   node   0: [mem 0x000000007efff000-0x000000007effffff]
[    0.008715]   node   0: [mem 0x0000000100000000-0x000000026effffff]
[    0.008717] Reserved but unavailable: 101 pages
[    0.008718] Initmem setup node 0 [mem 0x0000000000001000-0x000000026effffff]
[    0.008719] On node 0 totalpages: 2012661
[    0.008720]   DMA zone: 64 pages used for memmap
[    0.008720]   DMA zone: 21 pages reserved
[    0.008721]   DMA zone: 3995 pages, LIFO batch:0
[    0.008778]   DMA32 zone: 7898 pages used for memmap
[    0.008778]   DMA32 zone: 505434 pages, LIFO batch:63
[    0.017344]   Normal zone: 23488 pages used for memmap
[    0.017344]   Normal zone: 1503232 pages, LIFO batch:63
[    0.037929] Reserving Intel graphics memory at [mem 0x80000000-0x8fffffff]
[    0.038059] ACPI: PM-Timer IO Port: 0x1808
[    0.038060] ACPI: Local APIC address 0xfee00000
[    0.038063] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.038063] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.038064] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.038064] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.038090] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.038091] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.038092] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.038093] ACPI: IRQ0 used by override.
[    0.038094] ACPI: IRQ9 used by override.
[    0.038095] Using ACPI (MADT) for SMP configuration information
[    0.038096] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.038098] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.038109] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.038109] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[    0.038110] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[    0.038110] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.038111] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.038111] PM: Registered nosave memory: [mem 0x6e493000-0x6e493fff]
[    0.038112] PM: Registered nosave memory: [mem 0x6e494000-0x6e494fff]
[    0.038113] PM: Registered nosave memory: [mem 0x7c4f4000-0x7df0dfff]
[    0.038113] PM: Registered nosave memory: [mem 0x7e075000-0x7e414fff]
[    0.038114] PM: Registered nosave memory: [mem 0x7e415000-0x7effefff]
[    0.038114] PM: Registered nosave memory: [mem 0x7f000000-0x8fffffff]
[    0.038115] PM: Registered nosave memory: [mem 0x90000000-0xdfffffff]
[    0.038115] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.038115] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.038116] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.038116] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.038116] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.038117] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.038117] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.038117] PM: Registered nosave memory: [mem 0xfed01000-0xfedfffff]
[    0.038118] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.038118] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.038118] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.038120] [mem 0x90000000-0xdfffffff] available for PCI devices
[    0.038120] Booting paravirtualized kernel on bare hardware
[    0.038122] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.103360] random: get_random_bytes called from start_kernel+0x94/0x54b with crng_init=0
[    0.103364] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.103455] percpu: Embedded 46 pages/cpu s151552 r8192 d28672 u524288
[    0.103459] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[    0.103459] pcpu-alloc: [0] 0 1 2 3
[    0.103470] Built 1 zonelists, mobility grouping on.  Total pages: 1981190
[    0.103470] Policy zone: Normal
[    0.103471] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.59-un-def-alt0.M80C.1 root=UUID=7ea1d615-a613-4074-b296-03d219ad3e59 ro quiet=1 panic=30 splash
[    0.105743] Calgary: detecting Calgary via BIOS EBDA area
[    0.105744] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.118215] Memory: 7814336K/8050644K available (10252K kernel code, 1047K rwdata, 2912K rodata, 1568K init, 12620K bss, 236308K reserved, 0K cma-reserved)
[    0.118249] Kernel/User page tables isolation: enabled
[    0.118288] ftrace: allocating 33122 entries in 130 pages
[    0.126719] rcu: Preemptible hierarchical RCU implementation.
[    0.126720] rcu:     RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.126721]  Tasks RCU enabled.
[    0.126721] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.126787] NR_IRQS: 33024, nr_irqs: 1024, preallocated irqs: 16
[    0.128960] Console: colour VGA+ 80x25
[    0.128963] console [tty0] enabled
[    0.128971] ACPI: Core revision 20180810
[    0.129218] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.129248] hpet clockevent registered
[    0.129282] APIC: Switch to symmetric I/O mode setup
[    0.129284] DMAR: Host address width 39
[    0.129284] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.129288] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.129289] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.129291] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.129291] DMAR: RMRR base: 0x0000007eb52000 end: 0x0000007ed9bfff
[    0.129292] DMAR: RMRR base: 0x0000007f800000 end: 0x0000008fffffff
[    0.129293] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.129294] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.129294] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.130735] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.130736] x2apic enabled
[    0.130748] Switched APIC routing to cluster x2apic.
[    0.134930] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.139256] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f, max_idle_ns: 440795236593 ns
[    0.139265] Calibrating delay loop (skipped), value calculated using timer frequency.. 7200.00 BogoMIPS (lpj=3600000)
[    0.139267] pid_max: default: 32768 minimum: 301
[    0.139288] Security Framework initialized
[    0.139289] Yama: becoming mindful.
[    0.139292] AltHa disabled.
[    0.139293] AppArmor: AppArmor disabled by boot time parameter
[    0.139924] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.140245] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.140268] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.140279] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.140399] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.140399] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.140410] CPU0: Thermal monitoring enabled (TM1)
[    0.140423] process: using mwait in idle threads
[    0.140425] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.140425] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.140426] Spectre V2 : Spectre mitigation: kernel not compiled with retpoline; no mitigation available!
[    0.140427] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.140504] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.140677] Freeing SMP alternatives memory: 28K
[    0.141297] TSC deadline timer enabled
[    0.141302] smpboot: CPU0: Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz (family: 0x6, model: 0x9e, stepping: 0xb)
[    0.147274] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.147341] ... version:                4
[    0.147341] ... bit width:              48
[    0.147341] ... generic registers:      8
[    0.147342] ... value mask:             0000ffffffffffff
[    0.147342] ... max period:             00007fffffffffff
[    0.147342] ... fixed-purpose events:   3
[    0.147343] ... event mask:             00000007000000ff
[    0.149263] rcu: Hierarchical SRCU implementation.
[    0.152375] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.154267] smp: Bringing up secondary CPUs ...
[    0.162332] x86: Booting SMP configuration:
[    0.162333] .... node  #0, CPUs:      #1 #2 #3
[    0.178592] smp: Brought up 1 node, 4 CPUs
[    0.178592] smpboot: Max logical packages: 1
[    0.178592] ----------------
[    0.178592] | NMI testsuite:
[    0.178592] --------------------
[    0.178592]   remote IPI:  ok  |
[    0.178592]    local IPI:  ok  |
[    0.178592] --------------------
[    0.178592] Good, all   2 testcases passed! |
[    0.178592] ---------------------------------
[    0.178592] smpboot: Total of 4 processors activated (28800.00 BogoMIPS)
[    0.179410] devtmpfs: initialized
[    0.179410] x86/mm: Memory block size: 128MB
[    0.179656] PM: Registering ACPI NVS region [mem 0x6e493000-0x6e493fff] (4096 bytes)
[    0.179656] PM: Registering ACPI NVS region [mem 0x7e075000-0x7e414fff] (3801088 bytes)
[    0.179656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.179656] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.179656] pinctrl core: initialized pinctrl subsystem
[    0.179656] NET: Registered protocol family 16
[    0.179656] audit: initializing netlink subsys (disabled)
[    0.179656] audit: type=2000 audit(1564741609.051:1): state=initialized audit_enabled=0 res=1
[    0.179656] cpuidle: using governor ladder
[    0.179656] cpuidle: using governor menu
[    0.180265] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.180265] ACPI: bus type PCI registered
[    0.180266] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.180308] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.180309] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.180315] PCI: Using configuration type 1 for base access
[    0.180781] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.180781] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.180781] ACPI: Added _OSI(Module Device)
[    0.180781] ACPI: Added _OSI(Processor Device)
[    0.180781] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.180781] ACPI: Added _OSI(Processor Aggregator Device)
[    0.180781] ACPI: Added _OSI(Linux-Dell-Video)
[    0.180781] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.202657] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.208227] ACPI: Dynamic OEM Table Load:
[    0.208231] ACPI: SSDT 0xFFFF8882650F7000 000738 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.208477] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[    0.209268] ACPI: Dynamic OEM Table Load:
[    0.209271] ACPI: SSDT 0xFFFF8882650A1800 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.209479] ACPI: Dynamic OEM Table Load:
[    0.209481] ACPI: SSDT 0xFFFF888265093900 0000BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.209620] ACPI: Dynamic OEM Table Load:
[    0.209622] ACPI: SSDT 0xFFFF88826500D800 000628 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    0.209943] ACPI: Dynamic OEM Table Load:
[    0.209947] ACPI: SSDT 0xFFFF888265020000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.210491] ACPI: Dynamic OEM Table Load:
[    0.210494] ACPI: SSDT 0xFFFF888266908C00 000317 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.210702] ACPI: Dynamic OEM Table Load:
[    0.210705] ACPI: SSDT 0xFFFF888265102C00 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.212341] ACPI: Interpreter enabled
[    0.212367] ACPI: (supports S0 S3 S4 S5)
[    0.212368] ACPI: Using IOAPIC for interrupt routing
[    0.212441] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.213046] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.228820] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.228823] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.228917] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.229002] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[    0.229002] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.229488] PCI host bridge to bus 0000:00
[    0.229489] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.229490] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.229491] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.229491] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
[    0.229492] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.229493] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.229498] pci 0000:00:00.0: [8086:3e1f] type 00 class 0x060000
[    0.229707] pci 0000:00:02.0: [8086:3e91] type 00 class 0x030000
[    0.229714] pci 0000:00:02.0: reg 0x10: [mem 0xde000000-0xdeffffff 64bit]
[    0.229718] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.229720] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.229868] pci 0000:00:14.0: [8086:a2af] type 00 class 0x0c0330
[    0.229888] pci 0000:00:14.0: reg 0x10: [mem 0xdf110000-0xdf11ffff 64bit]
[    0.229946] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.230083] pci 0000:00:14.2: [8086:a2b1] type 00 class 0x118000
[    0.230102] pci 0000:00:14.2: reg 0x10: [mem 0xdf12e000-0xdf12efff 64bit]
[    0.230242] pci 0000:00:16.0: [8086:a2ba] type 00 class 0x078000
[    0.230265] pci 0000:00:16.0: reg 0x10: [mem 0xdf12d000-0xdf12dfff 64bit]
[    0.230325] pci 0000:00:16.0: PME# supported from D3hot
[    0.230461] pci 0000:00:17.0: [8086:a282] type 00 class 0x010601
[    0.230476] pci 0000:00:17.0: reg 0x10: [mem 0xdf128000-0xdf129fff]
[    0.230482] pci 0000:00:17.0: reg 0x14: [mem 0xdf12c000-0xdf12c0ff]
[    0.230488] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.230494] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.230500] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.230506] pci 0000:00:17.0: reg 0x24: [mem 0xdf12b000-0xdf12b7ff]
[    0.230539] pci 0000:00:17.0: PME# supported from D3hot
[    0.230647] pci 0000:00:1d.0: [8086:a29b] type 01 class 0x060400
[    0.230705] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.230842] pci 0000:00:1f.0: [8086:a2ca] type 00 class 0x060100
[    0.231030] pci 0000:00:1f.2: [8086:a2a1] type 00 class 0x058000
[    0.231043] pci 0000:00:1f.2: reg 0x10: [mem 0xdf124000-0xdf127fff]
[    0.231177] pci 0000:00:1f.3: [8086:a2f0] type 00 class 0x040300
[    0.231202] pci 0000:00:1f.3: reg 0x10: [mem 0xdf120000-0xdf123fff 64bit]
[    0.231232] pci 0000:00:1f.3: reg 0x20: [mem 0xdf100000-0xdf10ffff 64bit]
[    0.231275] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.231434] pci 0000:00:1f.4: [8086:a2a3] type 00 class 0x0c0500
[    0.231493] pci 0000:00:1f.4: reg 0x10: [mem 0xdf12a000-0xdf12a0ff 64bit]
[    0.231562] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.231776] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.231803] pci 0000:01:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.231826] pci 0000:01:00.0: reg 0x18: [mem 0xdf004000-0xdf004fff 64bit]
[    0.231841] pci 0000:01:00.0: reg 0x20: [mem 0xdf000000-0xdf003fff 64bit]
[    0.231928] pci 0000:01:00.0: supports D1 D2
[    0.231929] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.232021] pci 0000:00:1d.0: PCI bridge to [bus 01]
[    0.232023] pci 0000:00:1d.0:   bridge window [io  0xe000-0xefff]
[    0.232024] pci 0000:00:1d.0:   bridge window [mem 0xdf000000-0xdf0fffff]
[    0.232797] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.232833] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.232867] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.232902] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.232936] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.232971] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.233005] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.233040] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.233246] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.233246] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.233246] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.233246] vgaarb: loaded
[    0.233288] pps_core: LinuxPPS API ver. 1 registered
[    0.233289] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    0.233290] PTP clock support registered
[    0.233297] EDAC MC: Ver: 3.0.0
[    0.233304] PCI: Using ACPI for IRQ routing
[    0.261455] PCI: pci_cache_line_size set to 64 bytes
[    0.261486] e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff]
[    0.261487] e820: reserve RAM buffer [mem 0x6e493000-0x6fffffff]
[    0.261488] e820: reserve RAM buffer [mem 0x7c4f4000-0x7fffffff]
[    0.261488] e820: reserve RAM buffer [mem 0x7e075000-0x7fffffff]
[    0.261489] e820: reserve RAM buffer [mem 0x7f000000-0x7fffffff]
[    0.261489] e820: reserve RAM buffer [mem 0x26f000000-0x26fffffff]
[    0.261545] NetLabel: Initializing
[    0.261545] NetLabel:  domain hash size = 128
[    0.261545] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.261554] NetLabel:  unlabeled traffic allowed by default
[    0.261556] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.261556] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.263266] clocksource: Switched to clocksource tsc-early
[    0.266500] VFS: Disk quotas dquot_6.6.0
[    0.266513] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.266547] pnp: PnP ACPI init
[    0.266707] system 00:00: [io  0x0280-0x028f] has been reserved
[    0.266708] system 00:00: [io  0x0290-0x029f] has been reserved
[    0.266709] system 00:00: [io  0x02a0-0x02af] has been reserved
[    0.266710] system 00:00: [io  0x02b0-0x02bf] has been reserved
[    0.266712] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.266808] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.266809] system 00:01: [io  0xffff] has been reserved
[    0.266809] system 00:01: [io  0xffff] has been reserved
[    0.266810] system 00:01: [io  0xffff] has been reserved
[    0.266811] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.266811] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.266813] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.266866] system 00:02: [io  0x0800-0x087f] has been reserved
[    0.266868] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.266880] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.266900] system 00:04: [io  0x1854-0x1857] has been reserved
[    0.266901] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.267034] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.267035] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.267036] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.267037] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.267037] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.267038] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.267039] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.267040] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.267041] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.267041] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.267043] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.267066] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.267067] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.267068] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.267068] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.267069] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.267070] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.267070] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.267072] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.267248] system 00:07: [io  0xff00-0xfffe] has been reserved
[    0.267249] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.267941] system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.267942] system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.267942] system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.267944] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.268460] pnp: PnP ACPI: found 9 devices
[    0.273648] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.273656] pci 0000:00:1d.0: PCI bridge to [bus 01]
[    0.273658] pci 0000:00:1d.0:   bridge window [io  0xe000-0xefff]
[    0.273661] pci 0000:00:1d.0:   bridge window [mem 0xdf000000-0xdf0fffff]
[    0.273666] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.273667] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.273667] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.273668] pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
[    0.273668] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.273669] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.273670] pci_bus 0000:01: resource 1 [mem 0xdf000000-0xdf0fffff]
[    0.273758] NET: Registered protocol family 2
[    0.273833] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.273848] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.273913] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.273983] TCP: Hash tables configured (established 65536 bind 65536)
[    0.273998] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.274010] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.274041] NET: Registered protocol family 1
[    0.274044] NET: Registered protocol family 44
[    0.274049] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.274559] PCI: CLS 64 bytes, default 64
[    0.274577] Trying to unpack rootfs image as initramfs...
[    0.351981] Freeing initrd memory: 7544K
[    0.352023] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.352024] software IO TLB: mapped [mem 0x784f4000-0x7c4f4000] (64MB)
[    0.352059] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    0.352059] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    0.352059] RAPL PMU: hw unit of domain package 2^-14 Joules
[    0.352060] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    0.352060] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    0.352060] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    0.352139] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f, max_idle_ns: 440795236593 ns
[    0.352146] clocksource: Switched to clocksource tsc
[    0.352180] Scanning for low memory corruption every 60 seconds
[    0.352595] Initialise system trusted keyrings
[    0.352614] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    0.352634] zbud: loaded
[    0.352717] aufs 4.19
[    0.353128] Key type asymmetric registered
[    0.353128] Asymmetric key parser 'x509' registered
[    0.353132] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.353148] io scheduler noop registered
[    0.353148] io scheduler deadline registered (default)
[    0.353155] io scheduler bfq registered
[    0.353387] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[    0.353388] crc32: self tests passed, processed 225944 bytes in 111515 nsec
[    0.353501] crc32c: CRC_LE_BITS = 64
[    0.353502] crc32c: self tests passed, processed 225944 bytes in 56099 nsec
[    0.361235] crc32_combine: 8373 self tests passed
[    0.368954] crc32c_combine: 8373 self tests passed
[    0.369154] intel_idle: MWAIT substates: 0x11142120
[    0.369154] intel_idle: v0.4.1 model 0x9E
[    0.369264] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.369592] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.369889] Linux agpgart interface v0.103
[    0.370948] brd: module loaded
[    0.371362] loop: module loaded
[    0.371571] libphy: Fixed MDIO Bus: probed
[    0.371586] i8042: PNP: No PS/2 controller found.
[    0.371685] mousedev: PS/2 mouse device common for all mice
[    0.371706] rtc_cmos 00:03: RTC can wake from S4
[    0.372133] rtc_cmos 00:03: registered as rtc0
[    0.372142] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.372150] intel_pstate: Intel P-state driver initializing
[    0.372304] intel_pstate: HWP enabled
[    0.372317] ledtrig-cpu: registered to indicate activity on CPUs
[    0.372489] mce: Using 10 MCE banks
[    0.372504] microcode: sig=0x906eb, pf=0x2, revision=0xaa
[    0.372523] microcode: Microcode Update Driver: v2.2.
[    0.372528] sched_clock: Marking stable (371315248, 1205898)->(374985243, -2464097)
[    0.372620] registered taskstats version 1
[    0.372620] Loading compiled-in X.509 certificates
[    0.372629] zswap: loaded using pool lzo/zbud
[    0.372671] page_owner is disabled
[    0.374761] Key type big_key registered
[    0.375775] Key type encrypted registered
[    0.375778] evm: Initialising EVM extended attributes:
[    0.375779] evm: security.selinux
[    0.375779] evm: security.SMACK64
[    0.375780] evm: security.SMACK64EXEC
[    0.375780] evm: security.SMACK64TRANSMUTE
[    0.375780] evm: security.SMACK64MMAP
[    0.375780] evm: security.apparmor
[    0.375781] evm: security.capability
[    0.375781] evm: HMAC attrs: 0x1
[    0.376419] rtc_cmos 00:03: setting system clock to 2019-08-02 10:26:49 UTC (1564741609)
[    0.377545] Freeing unused decrypted memory: 2040K
[    0.378050] Freeing unused kernel image memory: 1568K
[    0.378091] Write protecting the kernel read-only data: 16384k
[    0.378356] Freeing unused kernel image memory: 2012K
[    0.378471] Freeing unused kernel image memory: 1184K
[    0.378494] rodata_test: all tests were successful
[    0.378496] Run /init as init process
[    0.424895] SCSI subsystem initialized
[    0.425368] ACPI: bus type USB registered
[    0.425378] usbcore: registered new interface driver usbfs
[    0.425382] usbcore: registered new interface driver hub
[    0.425395] usbcore: registered new device driver usb
[    0.426019] libata version 3.00 loaded.
[    0.426692] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.426695] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.426811] ahci 0000:00:17.0: version 3.0
[    0.427057] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    0.427058] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst
[    0.427761] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    0.427765] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.427946] hub 1-0:1.0: USB hub found
[    0.427957] hub 1-0:1.0: 10 ports detected
[    0.428473] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.428474] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.428476] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    0.428548] hub 2-0:1.0: USB hub found
[    0.428555] hub 2-0:1.0: 4 ports detected
[    0.438118] scsi host0: ahci
[    0.439135] scsi host1: ahci
[    0.439202] scsi host2: ahci
[    0.439280] scsi host3: ahci
[    0.439312] ata1: SATA max UDMA/133 abar m2048@0xdf12b000 port 0xdf12b100 irq 122
[    0.439314] ata2: SATA max UDMA/133 abar m2048@0xdf12b000 port 0xdf12b180 irq 122
[    0.439315] ata3: SATA max UDMA/133 abar m2048@0xdf12b000 port 0xdf12b200 irq 122
[    0.439316] ata4: SATA max UDMA/133 abar m2048@0xdf12b000 port 0xdf12b280 irq 122
[    0.750138] ata4: SATA link down (SStatus 4 SControl 300)
[    0.750187] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.750282] ata1: SATA link down (SStatus 4 SControl 300)
[    0.750312] ata3: SATA link down (SStatus 4 SControl 300)
[    0.750909] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.SAT0.PRT1._GTF.DSSP], AE_NOT_FOUND (20180810/psargs-330)
[    0.751023] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.PRT1._GTF, AE_NOT_FOUND (20180810/psparse-516)
[    0.751610] ata2.00: ATA-8: ST500DM009-2F110A, CC43, max UDMA/133
[    0.751614] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    0.752384] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.SAT0.PRT1._GTF.DSSP], AE_NOT_FOUND (20180810/psargs-330)
[    0.752496] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.PRT1._GTF, AE_NOT_FOUND (20180810/psparse-516)
[    0.753055] ata2.00: configured for UDMA/133
[    0.753368] scsi 1:0:0:0: Direct-Access     ATA      ST500DM009-2F110 CC43 PQ: 0 ANSI: 5
[    0.754290] usb 1-9: new low-speed USB device number 2 using xhci_hcd
[    0.759936] sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    0.759940] sd 1:0:0:0: [sda] 4096-byte physical blocks
[    0.759955] sd 1:0:0:0: [sda] Write Protect is off
[    0.759958] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.759981] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.771828]  sda: sda1
[    0.772680] sd 1:0:0:0: [sda] Attached SCSI disk
[    0.895417] hidraw: raw HID events driver (C) Jiri Kosina
[    0.903580] usbcore: registered new interface driver usbhid
[    0.903582] usbhid: USB HID core driver
[    0.906237] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C31C.0001/input/input0
[    0.957498] hid-generic 0003:046D:C31C.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-9/input0
[    0.957848] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0002/input/input1
[    0.977480] random: mktemp: uninitialized urandom read (9 bytes read)
[    1.005326] usb 1-10: new low-speed USB device number 3 using xhci_hcd
[    1.009407] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0002/input/input2
[    1.009577] hid-generic 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-9/input1
[    1.122502] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    1.137792] input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:15D9:0A4F.0003/input/input3
[    1.138174] hid-generic 0003:15D9:0A4F.0003: input,hidraw2: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:14.0-10/input0
[    1.659393] random: fast init done
[    1.990100] random: crng init done
[    2.241869] systemd[1]: Inserted module 'autofs4'
[    2.291527] NET: Registered protocol family 10
[    2.291683] Segment Routing with IPv6
[    2.449251] systemd[1]: systemd 239 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)
[    2.461408] systemd[1]: Detected architecture x86-64.
[    2.480731] systemd[1]: Set hostname to <comp-core-i3-8100-a92f74.localdomain>.
[    2.856887] systemd-sysv-generator[259]: [/etc/rc.d/init.d/cprocsp:4] PID file not absolute. Ignoring.
[    3.033183] systemd[1]: Configuration file /lib/systemd/system/nslcd.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    3.068423] systemd[1]: Listening on Journal Audit Socket.
[    3.068845] systemd[1]: Reached target Remote Encrypted Volumes.
[    3.069444] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.069839] systemd[1]: Reached target Login Prompts.
[    3.070273] systemd[1]: Listening on udev Control Socket.
[    3.070683] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.389493] tun: Universal TUN/TAP device driver, 1.6
[    3.464553] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
[    3.464642] ACPI: Sleep Button [SLPB]
[    3.464730] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[    3.464860] ACPI: Power Button [PWRB]
[    3.464971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[    3.465122] ACPI: Power Button [PWRF]
[    4.086406] EXT4-fs (sda1): re-mounted. Opts: (null)
[    4.201745] systemd-journald[262]: Received request to flush runtime journal from PID 1
[    4.330241] Adding 8388604k swap on /swapfile.  Priority:-2 extents:5 across:8929276k FS
[    5.175154] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.231541] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    5.235721] cryptd: max_cpu_qlen set to 1000
[    5.275432] iTCO_vendor_support: vendor-support=0
[    5.281472] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    5.281636] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    5.281874] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    5.288437] AVX2 version of gcm_enc/dec engaged.
[    5.288439] AES CTR mode by8 optimization enabled
[    5.459226] [drm] Replacing VGA console driver
[    5.461088] Console: switching to colour dummy device 80x25
[    5.462469] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.462471] [drm] Driver supports precise vblank timestamp query.
[    5.462977] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    5.466188] [drm] Initialized i915 1.6.0 20180719 for 0000:00:02.0 on minor 0
[    5.467937] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.468268] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
[    5.468409] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    5.537031] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    5.544570] libphy: r8169: probed
[    5.545084] r8169 0000:01:00.0 eth0: RTL8168h/8111h, 70:85:c2:a9:2f:74, XID 54100800, IRQ 125
[    5.545088] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    5.545864] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    5.635542] fbcon: inteldrmfb (fb0) is primary device
[    5.673232] Console: switching to colour frame buffer device 240x67
[    5.693916] r8169 0000:01:00.0 enp1s0: renamed from eth0
[    5.701405] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    5.775207] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    5.775212] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.775215] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    5.775218] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    5.775220] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    5.775223] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    5.775226] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    5.775229] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    5.781448] intel_rapl: Found RAPL domain package
[    5.781452] intel_rapl: Found RAPL domain core
[    5.781454] intel_rapl: Found RAPL domain uncore
[    5.781457] intel_rapl: Found RAPL domain dram
[    6.014115] device-mapper: uevent: version 1.0.3
[    6.014205] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: [email protected]
[    6.855207] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[    6.855236] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[    6.855266] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    6.855293] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    6.855324] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    6.855348] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    6.855369] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    6.855396] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[   13.648943] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[   13.752034] Generic PHY r8169-100:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
[   13.837242] r8169 0000:01:00.0 enp1s0: Link is Down
[   13.837328] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[   17.589895] r8169 0000:01:00.0 enp1s0: Link is Up - 1Gbps/Full - flow control rx/tx
[   17.589908] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
[   18.015972] NET: Registered protocol family 17
[   24.160365] fuse init (API version 7.27)