Fedora 26 + Kernel 4.12

A few installs back, I had fedora running with kernel 4.12, which i’d installed from rawhide. it was working pretty well.

I’m trying to install it again, but rawhide has moved on to 4.13 (which is causing nothing but crashes; I couldn’t even get past the login screen - it would just go black).

How can I install 4.12? I seem to be stuck with 4.11 or 4.13.

You can compile from source or just download it from something like rpmfind.net

http://rpmfind.net/linux/rpm2html/search.php?query=kernel+4.12&submit=Search+

am I crazy? or is 4.12 not in there?

assuming I found it, it would install like a normal rpm package?

here you go. fedora 27 branched so fedora rawhide went to 4.13

https://bodhi.fedoraproject.org/updates/?packages=kernel

1 Like

thanks very much.

first time doing this
I’ve downloaded all the packages, but I’m getting errors doing dnf install kernel*:

Can not load RPM file: kernel-debug-debuginfo-4.12.5-300.fc26.x86_64.rpm.
Can not load RPM file: kernel-debuginfo-4.12.5-300.fc26.x86_64.rpm.
Can not load RPM file: kernel-debuginfo-common-4.12.5-300.fc26.x86_64.rpm.
Could not open: kernel-debug-debuginfo-4.12.5-300.fc26.x86_64.rpm kernel-debuginfo-4.12.5-300.fc26.x86_64.rpm  kernel-debuginfo-common-4.12.5-300.fc26.x86_64.rpm

am i going to have to install them individually? is there a guide available as to what order they need to be installed in?

edit

I tried again …and it seems to be working.

1 Like

ok, installed. thanks again!

unfortunately, seems to be hanging on boot (pick 4.12, black screen just before login) on cold start and after reboot. Boots fine if i press the reset button. I’d seen this before on 4.11… i figured 4.12 is what solved it. maybe not. :frowning:

I had my system running pretty damn nicely, but then had to RMA the motherboard because of a failed UEFI update. Since then I haven’t been able to get the system even close to stable again. I even RMA’d the cpu… I guess I’ve just got a lot of work ahead of me.

output of dmesg after booting?

[    0.000000] Linux version 4.12.5-300.fc26.x86_64 ([email protected]) (gcc version 7.1.1 20170622 (Red Hat 7.1.1-3) (GCC) ) #1 SMP Mon Aug 7 15:27:25 UTC 2017
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.12.5-300.fc26.x86_64 root=UUID=6b7135e1-0743-4bc3-88e0-edfb50b9b096 ro rhgb quiet rd.driver.blacklist=nouveau
[    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 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d7ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d80000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x00000000dd276fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd277000-0x00000000dd3b7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dd3b8000-0x00000000dd4adfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd4ae000-0x00000000dd885fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dd886000-0x00000000de3e8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000de3e9000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fdf00000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081f37ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x9cd3f018-0x9cd4d057] usable ==> usable
[    0.000000] e820: update [mem 0x9cd1f018-0x9cd3e857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d7ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d80000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000009cd1f017] usable
[    0.000000] reserve setup_data: [mem 0x000000009cd1f018-0x000000009cd3e857] usable
[    0.000000] reserve setup_data: [mem 0x000000009cd3e858-0x000000009cd3f017] usable
[    0.000000] reserve setup_data: [mem 0x000000009cd3f018-0x000000009cd4d057] usable
[    0.000000] reserve setup_data: [mem 0x000000009cd4d058-0x00000000dd276fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dd277000-0x00000000dd3b7fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dd3b8000-0x00000000dd4adfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dd4ae000-0x00000000dd885fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000dd886000-0x00000000de3e8fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000de3e9000-0x00000000deffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fdf00000-0x00000000fdffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000081f37ffff] usable
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xdd4ae000  ACPI=0xdd4ae000  SMBIOS=0xde29a000  ESRT=0xdb379118  MEMATTR=0xdb08a018 
[    0.000000] SMBIOS 3.0 present.
[    0.000000] DMI: Micro-Star International Co., Ltd MS-7A34/B350 PC MATE (MS-7A34), BIOS A.50 06/22/2017
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Using PIT calibration value
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x81f380 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 write-through
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000000]   3 base 0000DF000000 mask FFFFFF000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000820000000 aka 33280M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: update [mem 0xdf000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x00000000db379118 to 0x00000000db379150.
[    0.000000] Base memory trampoline at [ffff8f9c40098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x27493000, 0x27493fff] PGTABLE
[    0.000000] BRK [0x27494000, 0x27494fff] PGTABLE
[    0.000000] BRK [0x27495000, 0x27495fff] PGTABLE
[    0.000000] BRK [0x27496000, 0x27496fff] PGTABLE
[    0.000000] BRK [0x27497000, 0x27497fff] PGTABLE
[    0.000000] BRK [0x27498000, 0x27498fff] PGTABLE
[    0.000000] BRK [0x27499000, 0x27499fff] PGTABLE
[    0.000000] BRK [0x2749a000, 0x2749afff] PGTABLE
[    0.000000] BRK [0x2749b000, 0x2749bfff] PGTABLE
[    0.000000] Secure boot disabled
[    0.000000] RAMDISK: [mem 0x3d57e000-0x3e832fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DD4AE000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DD4AE098 0000AC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DD4B4080 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20170303/tbfadt-658)
[    0.000000] ACPI: DSDT 0x00000000DD4AE1D8 005EA4 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000DD86FE00 000040
[    0.000000] ACPI: APIC 0x00000000DD4B4198 0000DE (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DD4B4278 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000DD4B42C0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DD4B4360 008C4C (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.000000] ACPI: SSDT 0x00000000DD4BCFB0 0020E4 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x00000000DD4BF098 000F50 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x00000000DD4BFFE8 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x00000000DD4C0018 0017D2 (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x00000000DD4C17F0 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x00000000DD4C1830 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000DD4C1868 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000DD4C1890 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: IVRS 0x00000000DD4C18D8 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: BGRT 0x00000000DD4C19A8 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DD4C19E0 0000F8 (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000DD4C1AD8 001664 (v01 AMD    CPMCMN   00000001 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] system APIC only can use physical flat
[    0.000000] Setting APIC routing to physical flat.
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000081f37ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x81f355000-0x81f37ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000081f37ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000009d7ffff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x00000000dd276fff]
[    0.000000]   node   0: [mem 0x00000000dd3b8000-0x00000000dd4adfff]
[    0.000000]   node   0: [mem 0x00000000de3e9000-0x00000000deffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000081f37ffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000081f37ffff]
[    0.000000] On node 0 totalpages: 8376355
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 24 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14133 pages used for memmap
[    0.000000]   DMA32 zone: 904452 pages, LIFO batch:31
[    0.000000]   Normal zone: 116686 pages used for memmap
[    0.000000]   Normal zone: 7467904 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] system APIC only can use physical flat
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    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 low 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: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x09d80000-0x09ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cd1f000-0x9cd1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cd3e000-0x9cd3efff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cd3f000-0x9cd3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cd4d000-0x9cd4dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd277000-0xdd3b7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd4ae000-0xdd885fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd886000-0xde3e8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfdefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfdf00000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] percpu: Embedded 37 pages/cpu @ffff8fa45ec00000 s112088 r8192 d31272 u262144
[    0.000000] pcpu-alloc: s112088 r8192 d31272 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 8245448
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.12.5-300.fc26.x86_64 root=UUID=6b7135e1-0743-4bc3-88e0-edfb50b9b096 ro rhgb quiet rd.driver.blacklist=nouveau
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 32827748K/33505420K available (8693K kernel code, 2456K rwdata, 3692K rodata, 2160K init, 1980K bss, 677672K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] ftrace: allocating 34423 entries in 135 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.000000] NR_IRQS:524544 nr_irqs:1096 16
[    0.000000] 	Offload RCU callbacks from all CPUs
[    0.000000] 	Offload RCU callbacks from CPUs: 0-15.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration failed
[    0.002000] tsc: PIT calibration matches HPET. 1 loops
[    0.002000] tsc: Detected 2999.818 MHz processor
[    0.002000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5999.63 BogoMIPS (lpj=2999818)
[    0.002000] pid_max: default: 32768 minimum: 301
[    0.002000] ACPI: Core revision 20170303
[    0.007634] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.008037] Security Framework initialized
[    0.008038] Yama: becoming mindful.
[    0.008040] SELinux:  Initializing.
[    0.008051] SELinux:  Starting in permissive mode
[    0.009681] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.014268] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.016350] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.016368] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.016655] CPU: Physical Processor ID: 0
[    0.016656] CPU: Processor Core ID: 0
[    0.016662] mce: CPU supports 23 MCE banks
[    0.016678] LVT offset 1 assigned for vector 0xf9
[    0.016794] LVT offset 2 assigned for vector 0xf4
[    0.016804] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.016805] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.016892] Freeing SMP alternatives memory: 32K
[    0.018725] smpboot: Max logical packages: 2
[    0.020777] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.031000] smpboot: CPU0: AMD Ryzen 7 1700 Eight-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
[    0.031000] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.031000] ... version:                0
[    0.031000] ... bit width:              48
[    0.031000] ... generic registers:      6
[    0.031000] ... value mask:             0000ffffffffffff
[    0.031000] ... max period:             00007fffffffffff
[    0.031000] ... fixed-purpose events:   0
[    0.031000] ... event mask:             000000000000003f
[    0.031000] smp: Bringing up secondary CPUs ...
[    0.031000] x86: Booting SMP configuration:
[    0.031000] .... node  #0, CPUs:        #1
[    0.031153] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.041091]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.195018] smp: Brought up 1 node, 16 CPUs
[    0.195018] smpboot: Total of 16 processors activated (95640.59 BogoMIPS)
[    0.196271] sched_clock: Marking stable (196000000, 0)->(865100672, -669100672)
[    0.197097] devtmpfs: initialized
[    0.197133] x86/mm: Memory block size: 128MB
[    0.200372] PM: Registering ACPI NVS region [mem 0xdd4ae000-0xdd885fff] (4030464 bytes)
[    0.200463] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.200487] futex hash table entries: 4096 (order: 6, 262144 bytes)
[    0.200610] pinctrl core: initialized pinctrl subsystem
[    0.200667] RTC time:  0:02:44, date: 08/14/17
[    0.202021] NET: Registered protocol family 16
[    0.202170] cpuidle: using governor menu
[    0.202172] PCCT header not found.
[    0.202351] ACPI: bus type PCI registered
[    0.202352] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.202416] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.202417] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.202423] PCI: Using configuration type 1 for base access
[    0.203926] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.203926] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.204282] ACPI: Added _OSI(Module Device)
[    0.204282] ACPI: Added _OSI(Processor Device)
[    0.204283] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.204283] ACPI: Added _OSI(Processor Aggregator Device)
[    0.204423] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.204434] ACPI: Executed 2 blocks of module-level executable AML code
[    0.210268] ACPI: Interpreter enabled
[    0.210280] ACPI: (supports S0 S3 S4 S5)
[    0.210281] ACPI: Using IOAPIC for interrupt routing
[    0.210386] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.216143] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.216146] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.216299] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.216306] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.216536] PCI host bridge to bus 0000:00
[    0.216538] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.216539] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.216540] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.216540] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.216541] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.216542] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.216543] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.216544] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.216545] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.216551] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.216628] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.216712] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.216771] pci 0000:00:01.1: [1022:1453] type 01 class 0x060400
[    0.216815] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.216855] pci 0000:00:01.1: System wakeup disabled by ACPI
[    0.216875] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[    0.216919] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.216958] pci 0000:00:01.3: System wakeup disabled by ACPI
[    0.216983] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.217054] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.217111] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.217173] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.217221] pci 0000:00:03.1: System wakeup disabled by ACPI
[    0.217250] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.217324] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.217379] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.217415] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.217446] pci 0000:00:07.1: System wakeup disabled by ACPI
[    0.217477] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.217532] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.217570] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.217605] pci 0000:00:08.1: System wakeup disabled by ACPI
[    0.217671] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.217867] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.218067] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.218112] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.218158] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.218203] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.218250] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.218296] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.218341] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.218386] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.218479] pci 0000:01:00.0: [144d:a804] type 00 class 0x010802
[    0.218496] pci 0000:01:00.0: reg 0x10: [mem 0xfd800000-0xfd803fff 64bit]
[    0.221616] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.221621] pci 0000:00:01.1:   bridge window [mem 0xfd800000-0xfd8fffff]
[    0.221679] pci 0000:03:00.0: [1022:43bb] type 00 class 0x0c0330
[    0.221698] pci 0000:03:00.0: reg 0x10: [mem 0xfd6a0000-0xfd6a7fff 64bit]
[    0.221773] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.221813] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.221842] pci 0000:03:00.1: [1022:43b7] type 00 class 0x010601
[    0.221885] pci 0000:03:00.1: reg 0x24: [mem 0xfd680000-0xfd69ffff]
[    0.221892] pci 0000:03:00.1: reg 0x30: [mem 0xfd600000-0xfd67ffff pref]
[    0.221929] pci 0000:03:00.1: PME# supported from D3hot D3cold
[    0.221976] pci 0000:03:00.2: [1022:43b2] type 01 class 0x060400
[    0.222043] pci 0000:03:00.2: PME# supported from D3hot D3cold
[    0.224616] pci 0000:00:01.3: PCI bridge to [bus 03-22]
[    0.224620] pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
[    0.224622] pci 0000:00:01.3:   bridge window [mem 0xfd500000-0xfd6fffff]
[    0.224687] pci 0000:04:00.0: [1022:43b4] type 01 class 0x060400
[    0.224769] pci 0000:04:00.0: PME# supported from D3hot D3cold
[    0.224804] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.224836] pci 0000:04:01.0: [1022:43b4] type 01 class 0x060400
[    0.224916] pci 0000:04:01.0: PME# supported from D3hot D3cold
[    0.224947] pci 0000:04:01.0: System wakeup disabled by ACPI
[    0.224978] pci 0000:04:04.0: [1022:43b4] type 01 class 0x060400
[    0.225057] pci 0000:04:04.0: PME# supported from D3hot D3cold
[    0.225122] pci 0000:03:00.2: PCI bridge to [bus 04-22]
[    0.225126] pci 0000:03:00.2:   bridge window [io  0xf000-0xffff]
[    0.225129] pci 0000:03:00.2:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.225183] pci 0000:1f:00.0: [1b21:1080] type 01 class 0x060400
[    0.225346] pci 0000:1f:00.0: supports D1 D2
[    0.225346] pci 0000:1f:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.227620] pci 0000:04:00.0: PCI bridge to [bus 1f-20]
[    0.227771] pci 0000:1f:00.0: PCI bridge to [bus 20]
[    0.227858] pci 0000:21:00.0: [10ec:8168] type 00 class 0x020000
[    0.227892] pci 0000:21:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.227928] pci 0000:21:00.0: reg 0x18: [mem 0xfd504000-0xfd504fff 64bit]
[    0.227951] pci 0000:21:00.0: reg 0x20: [mem 0xfd500000-0xfd503fff 64bit]
[    0.228075] pci 0000:21:00.0: supports D1 D2
[    0.228076] pci 0000:21:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.230634] pci 0000:04:01.0: PCI bridge to [bus 21]
[    0.230639] pci 0000:04:01.0:   bridge window [io  0xf000-0xffff]
[    0.230642] pci 0000:04:01.0:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.230686] pci 0000:04:04.0: PCI bridge to [bus 22]
[    0.230763] pci 0000:23:00.0: [10de:1c82] type 00 class 0x030000
[    0.230787] pci 0000:23:00.0: reg 0x10: [mem 0xfc000000-0xfcffffff]
[    0.230800] pci 0000:23:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.230814] pci 0000:23:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.230822] pci 0000:23:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.230831] pci 0000:23:00.0: reg 0x30: [mem 0xfd000000-0xfd07ffff pref]
[    0.230975] pci 0000:23:00.1: [10de:0fb9] type 00 class 0x040300
[    0.230991] pci 0000:23:00.1: reg 0x10: [mem 0xfd080000-0xfd083fff]
[    0.233624] pci 0000:00:03.1: PCI bridge to [bus 23]
[    0.233628] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.233631] pci 0000:00:03.1:   bridge window [mem 0xfc000000-0xfd0fffff]
[    0.233635] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.233684] pci 0000:24:00.0: [1022:145a] type 00 class 0x130000
[    0.233770] pci 0000:24:00.2: [1022:1456] type 00 class 0x108000
[    0.233782] pci 0000:24:00.2: reg 0x18: [mem 0xfd300000-0xfd3fffff]
[    0.233790] pci 0000:24:00.2: reg 0x24: [mem 0xfd400000-0xfd401fff]
[    0.233855] pci 0000:24:00.3: [1022:145c] type 00 class 0x0c0330
[    0.233865] pci 0000:24:00.3: reg 0x10: [mem 0xfd200000-0xfd2fffff 64bit]
[    0.233908] pci 0000:24:00.3: PME# supported from D0 D3hot D3cold
[    0.233924] pci 0000:24:00.3: System wakeup disabled by ACPI
[    0.233958] pci 0000:00:07.1: PCI bridge to [bus 24]
[    0.233962] pci 0000:00:07.1:   bridge window [mem 0xfd200000-0xfd4fffff]
[    0.234007] pci 0000:25:00.0: [1022:1455] type 00 class 0x130000
[    0.234080] pci 0000:25:00.2: [1022:7901] type 00 class 0x010601
[    0.234105] pci 0000:25:00.2: reg 0x24: [mem 0xfd708000-0xfd708fff]
[    0.234135] pci 0000:25:00.2: PME# supported from D3hot D3cold
[    0.234169] pci 0000:25:00.3: [1022:1457] type 00 class 0x040300
[    0.234176] pci 0000:25:00.3: reg 0x10: [mem 0xfd700000-0xfd707fff]
[    0.234215] pci 0000:25:00.3: PME# supported from D0 D3hot D3cold
[    0.234260] pci 0000:00:08.1: PCI bridge to [bus 25]
[    0.234263] pci 0000:00:08.1:   bridge window [mem 0xfd700000-0xfd7fffff]
[    0.234577] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.234622] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.234658] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.234703] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.234743] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.234776] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.234809] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.234842] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.235199] pci 0000:23:00.0: vgaarb: setting as boot VGA device
[    0.235200] pci 0000:23:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.235202] pci 0000:23:00.0: vgaarb: bridge control possible
[    0.235202] vgaarb: loaded
[    0.235278] SCSI subsystem initialized
[    0.235326] libata version 3.00 loaded.
[    0.235340] ACPI: bus type USB registered
[    0.235348] usbcore: registered new interface driver usbfs
[    0.235354] usbcore: registered new interface driver hub
[    0.235385] usbcore: registered new device driver usb
[    0.235446] EDAC MC: Ver: 3.0.0
[    0.235547] Registered efivars operations
[    0.262798] PCI: Using ACPI for IRQ routing
[    0.265610] PCI: pci_cache_line_size set to 64 bytes
[    0.265671] e820: reserve RAM buffer [mem 0x09d80000-0x0bffffff]
[    0.265672] e820: reserve RAM buffer [mem 0x9cd1f018-0x9fffffff]
[    0.265673] e820: reserve RAM buffer [mem 0x9cd3f018-0x9fffffff]
[    0.265673] e820: reserve RAM buffer [mem 0xdd277000-0xdfffffff]
[    0.265674] e820: reserve RAM buffer [mem 0xdd4ae000-0xdfffffff]
[    0.265675] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.265675] e820: reserve RAM buffer [mem 0x81f380000-0x81fffffff]
[    0.265734] NetLabel: Initializing
[    0.265734] NetLabel:  domain hash size = 128
[    0.265735] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.265744] NetLabel:  unlabeled traffic allowed by default
[    0.265826] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.265829] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.267882] clocksource: Switched to clocksource hpet
[    0.276024] VFS: Disk quotas dquot_6.6.0
[    0.276044] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.276113] pnp: PnP ACPI init
[    0.276211] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.276214] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.276263] system 00:01: [mem 0xfeb80000-0xfebfffff] could not be reserved
[    0.276264] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.276337] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.276482] system 00:03: [io  0x0a00-0x0a0f] has been reserved
[    0.276483] system 00:03: [io  0x0a10-0x0a1f] has been reserved
[    0.276484] system 00:03: [io  0x0a20-0x0a2f] has been reserved
[    0.276485] system 00:03: [io  0x0a40-0x0a4f] has been reserved
[    0.276486] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.276703] pnp 00:04: [dma 0 disabled]
[    0.276777] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.276962] pnp 00:05: [dma 0 disabled]
[    0.276990] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.277145] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.277146] system 00:06: [io  0x040b] has been reserved
[    0.277147] system 00:06: [io  0x04d6] has been reserved
[    0.277148] system 00:06: [io  0x0c00-0x0c01] has been reserved
[    0.277148] system 00:06: [io  0x0c14] has been reserved
[    0.277149] system 00:06: [io  0x0c50-0x0c51] has been reserved
[    0.277150] system 00:06: [io  0x0c52] has been reserved
[    0.277151] system 00:06: [io  0x0c6c] has been reserved
[    0.277152] system 00:06: [io  0x0c6f] has been reserved
[    0.277152] system 00:06: [io  0x0cd0-0x0cd1] has been reserved
[    0.277153] system 00:06: [io  0x0cd2-0x0cd3] has been reserved
[    0.277154] system 00:06: [io  0x0cd4-0x0cd5] has been reserved
[    0.277155] system 00:06: [io  0x0cd6-0x0cd7] has been reserved
[    0.277156] system 00:06: [io  0x0cd8-0x0cdf] has been reserved
[    0.277156] system 00:06: [io  0x0800-0x089f] has been reserved
[    0.277157] system 00:06: [io  0x0b00-0x0b0f] has been reserved
[    0.277158] system 00:06: [io  0x0b20-0x0b3f] has been reserved
[    0.277159] system 00:06: [io  0x0900-0x090f] has been reserved
[    0.277159] system 00:06: [io  0x0910-0x091f] has been reserved
[    0.277161] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.277162] system 00:06: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.277163] system 00:06: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.277164] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.277165] system 00:06: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.277166] system 00:06: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.277167] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.277168] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.277424] pnp: PnP ACPI: found 7 devices
[    0.283733] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.283790] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.283793] pci 0000:00:01.1:   bridge window [mem 0xfd800000-0xfd8fffff]
[    0.283797] pci 0000:1f:00.0: PCI bridge to [bus 20]
[    0.283817] pci 0000:04:00.0: PCI bridge to [bus 1f-20]
[    0.283826] pci 0000:04:01.0: PCI bridge to [bus 21]
[    0.283827] pci 0000:04:01.0:   bridge window [io  0xf000-0xffff]
[    0.283830] pci 0000:04:01.0:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.283836] pci 0000:04:04.0: PCI bridge to [bus 22]
[    0.283845] pci 0000:03:00.2: PCI bridge to [bus 04-22]
[    0.283846] pci 0000:03:00.2:   bridge window [io  0xf000-0xffff]
[    0.283849] pci 0000:03:00.2:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.283855] pci 0000:00:01.3: PCI bridge to [bus 03-22]
[    0.283856] pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
[    0.283858] pci 0000:00:01.3:   bridge window [mem 0xfd500000-0xfd6fffff]
[    0.283862] pci 0000:00:03.1: PCI bridge to [bus 23]
[    0.283863] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.283865] pci 0000:00:03.1:   bridge window [mem 0xfc000000-0xfd0fffff]
[    0.283867] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.283871] pci 0000:00:07.1: PCI bridge to [bus 24]
[    0.283872] pci 0000:00:07.1:   bridge window [mem 0xfd200000-0xfd4fffff]
[    0.283876] pci 0000:00:08.1: PCI bridge to [bus 25]
[    0.283878] pci 0000:00:08.1:   bridge window [mem 0xfd700000-0xfd7fffff]
[    0.283893] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.283894] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.283895] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.283895] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.283896] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.283897] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.283898] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.283898] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.283899] pci_bus 0000:01: resource 1 [mem 0xfd800000-0xfd8fffff]
[    0.283900] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.283901] pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd6fffff]
[    0.283902] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.283902] pci_bus 0000:04: resource 1 [mem 0xfd500000-0xfd5fffff]
[    0.283903] pci_bus 0000:21: resource 0 [io  0xf000-0xffff]
[    0.283904] pci_bus 0000:21: resource 1 [mem 0xfd500000-0xfd5fffff]
[    0.283905] pci_bus 0000:23: resource 0 [io  0xe000-0xefff]
[    0.283905] pci_bus 0000:23: resource 1 [mem 0xfc000000-0xfd0fffff]
[    0.283906] pci_bus 0000:23: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.283907] pci_bus 0000:24: resource 1 [mem 0xfd200000-0xfd4fffff]
[    0.283907] pci_bus 0000:25: resource 1 [mem 0xfd700000-0xfd7fffff]
[    0.283977] NET: Registered protocol family 2
[    0.284209] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.284473] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.284585] TCP: Hash tables configured (established 262144 bind 65536)
[    0.284625] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    0.284690] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    0.284798] NET: Registered protocol family 1
[    0.284946] pci 0000:23:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.285039] PCI: CLS 64 bytes, default 64
[    0.285066] Unpacking initramfs...
[    0.501133] Freeing initrd memory: 19156K
[    0.501149] AMD-Vi: IOMMU performance counters supported
[    0.501230] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.501231] pci 0000:00:00.2: PCI INT A: not connected
[    0.501428] iommu: Adding device 0000:00:01.0 to group 0
[    0.501506] iommu: Adding device 0000:00:01.1 to group 1
[    0.501586] iommu: Adding device 0000:00:01.3 to group 2
[    0.501663] iommu: Adding device 0000:00:02.0 to group 3
[    0.501745] iommu: Adding device 0000:00:03.0 to group 4
[    0.501825] iommu: Adding device 0000:00:03.1 to group 5
[    0.501936] iommu: Adding device 0000:00:04.0 to group 6
[    0.502010] iommu: Adding device 0000:00:07.0 to group 7
[    0.502024] iommu: Adding device 0000:00:07.1 to group 7
[    0.502100] iommu: Adding device 0000:00:08.0 to group 8
[    0.502113] iommu: Adding device 0000:00:08.1 to group 8
[    0.502192] iommu: Adding device 0000:00:14.0 to group 9
[    0.502205] iommu: Adding device 0000:00:14.3 to group 9
[    0.502303] iommu: Adding device 0000:00:18.0 to group 10
[    0.502316] iommu: Adding device 0000:00:18.1 to group 10
[    0.502329] iommu: Adding device 0000:00:18.2 to group 10
[    0.502344] iommu: Adding device 0000:00:18.3 to group 10
[    0.502356] iommu: Adding device 0000:00:18.4 to group 10
[    0.502369] iommu: Adding device 0000:00:18.5 to group 10
[    0.502382] iommu: Adding device 0000:00:18.6 to group 10
[    0.502393] iommu: Adding device 0000:00:18.7 to group 10
[    0.502471] iommu: Adding device 0000:01:00.0 to group 11
[    0.502565] iommu: Adding device 0000:03:00.0 to group 12
[    0.502586] iommu: Adding device 0000:03:00.1 to group 12
[    0.502606] iommu: Adding device 0000:03:00.2 to group 12
[    0.502617] iommu: Adding device 0000:04:00.0 to group 12
[    0.502629] iommu: Adding device 0000:04:01.0 to group 12
[    0.502640] iommu: Adding device 0000:04:04.0 to group 12
[    0.502652] iommu: Adding device 0000:1f:00.0 to group 12
[    0.502671] iommu: Adding device 0000:21:00.0 to group 12
[    0.502768] iommu: Adding device 0000:23:00.0 to group 13
[    0.502793] iommu: Adding device 0000:23:00.1 to group 13
[    0.502803] iommu: Adding device 0000:24:00.0 to group 7
[    0.502811] iommu: Adding device 0000:24:00.2 to group 7
[    0.502820] iommu: Adding device 0000:24:00.3 to group 7
[    0.502828] iommu: Adding device 0000:25:00.0 to group 8
[    0.502837] iommu: Adding device 0000:25:00.2 to group 8
[    0.502846] iommu: Adding device 0000:25:00.3 to group 8
[    0.503079] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    0.503080] AMD-Vi: Extended features (0xf77ef22294ada):
[    0.503080]  PPR NX GT IA GA PC GA_vAPIC
[    0.503083] AMD-Vi: Interrupt remapping enabled
[    0.503083] AMD-Vi: virtual APIC enabled
[    0.503335] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.504370] amd_uncore: AMD NB counters detected
[    0.504373] amd_uncore: AMD LLC counters detected
[    0.505097] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.507669] audit: initializing netlink subsys (disabled)
[    0.507714] audit: type=2000 audit(1502668963.507:1): state=initialized audit_enabled=0 res=1
[    0.507940] Initialise system trusted keyrings
[    0.507950] Key type blacklist registered
[    0.508016] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.508750] zbud: loaded
[    0.509342] SELinux:  Registering netfilter hooks
[    0.613343] NET: Registered protocol family 38
[    0.613344] Key type asymmetric registered
[    0.613344] Asymmetric key parser 'x509' registered
[    0.613360] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.613426] io scheduler noop registered
[    0.613426] io scheduler deadline registered
[    0.613457] io scheduler cfq registered (default)
[    0.613457] io scheduler mq-deadline registered
[    0.613813] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.614701] pcieport 0000:00:01.1: AER enabled with IRQ 26
[    0.614722] pcieport 0000:00:01.3: AER enabled with IRQ 27
[    0.614738] pcieport 0000:00:03.1: AER enabled with IRQ 28
[    0.614746] pcieport 0000:00:01.1: Signaling PME with IRQ 26
[    0.614752] pcieport 0000:00:01.3: Signaling PME with IRQ 27
[    0.614766] pcieport 0000:00:03.1: Signaling PME with IRQ 28
[    0.614768] AMD-Vi: Event logged [
[    0.614770] INVALID_DEVICE_REQUEST device=00:00.0 address=0xfffffffdf8000000 flags=0x0a00]
[    0.614779] pcieport 0000:00:07.1: Signaling PME with IRQ 29
[    0.614790] pcieport 0000:00:08.1: Signaling PME with IRQ 31
[    0.614812] efifb: probing for efifb
[    0.614821] efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
[    0.614821] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.614822] efifb: scrolling: redraw
[    0.614823] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.614928] Console: switching to colour frame buffer device 128x48
[    0.616080] fb0: EFI VGA frame buffer device
[    0.616147] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.616149] ACPI: Power Button [PWRB]
[    0.616167] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.616167] ACPI: Power Button [PWRF]
[    0.617810] GHES: HEST is not enabled!
[    0.617893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.638761] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.640229] Non-volatile memory driver v1.3
[    0.640254] Linux agpgart interface v0.103
[    0.641577] ahci 0000:03:00.1: version 3.0
[    0.641680] ahci 0000:03:00.1: SSS flag set, parallel bus scan disabled
[    0.641713] ahci 0000:03:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[    0.641715] ahci 0000:03:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.642193] scsi host0: ahci
[    0.642334] scsi host1: ahci
[    0.642457] scsi host2: ahci
[    0.642571] scsi host3: ahci
[    0.642677] scsi host4: ahci
[    0.642779] scsi host5: ahci
[    0.642872] scsi host6: ahci
[    0.643003] scsi host7: ahci
[    0.643022] ata1: SATA max UDMA/133 abar m131072@0xfd680000 port 0xfd680100 irq 39
[    0.643024] ata2: SATA max UDMA/133 abar m131072@0xfd680000 port 0xfd680180 irq 39
[    0.643024] ata3: DUMMY
[    0.643025] ata4: DUMMY
[    0.643026] ata5: SATA max UDMA/133 abar m131072@0xfd680000 port 0xfd680300 irq 39
[    0.643027] ata6: SATA max UDMA/133 abar m131072@0xfd680000 port 0xfd680380 irq 39
[    0.643027] ata7: DUMMY
[    0.643028] ata8: DUMMY
[    0.643127] ahci 0000:25:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.643129] ahci 0000:25:00.2: flags: 64bit ncq sntf ilck led clo only pmp fbs pio 
[    0.643288] scsi host8: ahci
[    0.643315] ata9: SATA max UDMA/133 abar m4096@0xfd708000 port 0xfd708100 irq 41
[    0.643353] libphy: Fixed MDIO Bus: probed
[    0.643404] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.643405] ehci-pci: EHCI PCI platform driver
[    0.643412] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.643413] ohci-pci: OHCI PCI platform driver
[    0.643418] uhci_hcd: USB Universal Host Controller Interface driver
[    0.643479] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.643518] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
[    0.698862] xhci_hcd 0000:03:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x08000410
[    0.698945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.698946] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.698947] usb usb1: Product: xHCI Host Controller
[    0.698948] usb usb1: Manufacturer: Linux 4.12.5-300.fc26.x86_64 xhci-hcd
[    0.698949] usb usb1: SerialNumber: 0000:03:00.0
[    0.699132] hub 1-0:1.0: USB hub found
[    0.699143] hub 1-0:1.0: 10 ports detected
[    0.699486] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.699521] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[    0.699523] xhci_hcd 0000:03:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.699546] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.699558] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.699558] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.699559] usb usb2: Product: xHCI Host Controller
[    0.699560] usb usb2: Manufacturer: Linux 4.12.5-300.fc26.x86_64 xhci-hcd
[    0.699561] usb usb2: SerialNumber: 0000:03:00.0
[    0.699627] hub 2-0:1.0: USB hub found
[    0.699633] hub 2-0:1.0: 4 ports detected
[    0.699826] xhci_hcd 0000:24:00.3: xHCI Host Controller
[    0.699864] xhci_hcd 0000:24:00.3: new USB bus registered, assigned bus number 3
[    0.699969] xhci_hcd 0000:24:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x00000410
[    0.700023] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.700024] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.700025] usb usb3: Product: xHCI Host Controller
[    0.700026] usb usb3: Manufacturer: Linux 4.12.5-300.fc26.x86_64 xhci-hcd
[    0.700026] usb usb3: SerialNumber: 0000:24:00.3
[    0.700091] hub 3-0:1.0: USB hub found
[    0.700096] hub 3-0:1.0: 4 ports detected
[    0.700210] xhci_hcd 0000:24:00.3: xHCI Host Controller
[    0.700246] xhci_hcd 0000:24:00.3: new USB bus registered, assigned bus number 4
[    0.700255] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.700267] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.700268] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.700268] usb usb4: Product: xHCI Host Controller
[    0.700269] usb usb4: Manufacturer: Linux 4.12.5-300.fc26.x86_64 xhci-hcd
[    0.700270] usb usb4: SerialNumber: 0000:24:00.3
[    0.700335] hub 4-0:1.0: USB hub found
[    0.700340] hub 4-0:1.0: 4 ports detected
[    0.700462] usbcore: registered new interface driver usbserial
[    0.700465] usbcore: registered new interface driver usbserial_generic
[    0.700469] usbserial: USB Serial support registered for generic
[    0.700482] i8042: PNP: No PS/2 controller found.
[    0.700517] mousedev: PS/2 mouse device common for all mice
[    0.700634] rtc_cmos 00:02: RTC can wake from S4
[    0.700835] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.700888] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.700973] device-mapper: uevent: version 1.0.3
[    0.701041] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: [email protected]
[    0.701291] hidraw: raw HID events driver (C) Jiri Kosina
[    0.701312] usbcore: registered new interface driver usbhid
[    0.701313] usbhid: USB HID core driver
[    0.701398] drop_monitor: Initializing network drop monitor service
[    0.701457] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.701615] Initializing XFRM netlink socket
[    0.701718] NET: Registered protocol family 10
[    0.703468] Segment Routing with IPv6
[    0.703485] mip6: Mobile IPv6
[    0.703487] NET: Registered protocol family 17
[    0.704331] RAS: Correctable Errors collector initialized.
[    0.717155] microcode: CPU0: patch_level=0x08001126
[    0.717165] microcode: CPU1: patch_level=0x08001126
[    0.717186] microcode: CPU2: patch_level=0x08001126
[    0.717196] microcode: CPU3: patch_level=0x08001126
[    0.717217] microcode: CPU4: patch_level=0x08001126
[    0.717227] microcode: CPU5: patch_level=0x08001126
[    0.717248] microcode: CPU6: patch_level=0x08001126
[    0.717258] microcode: CPU7: patch_level=0x08001126
[    0.717278] microcode: CPU8: patch_level=0x08001126
[    0.717288] microcode: CPU9: patch_level=0x08001126
[    0.717309] microcode: CPU10: patch_level=0x08001126
[    0.717318] microcode: CPU11: patch_level=0x08001126
[    0.717321] microcode: CPU12: patch_level=0x08001126
[    0.717329] microcode: CPU13: patch_level=0x08001126
[    0.717340] microcode: CPU14: patch_level=0x08001126
[    0.717349] microcode: CPU15: patch_level=0x08001126
[    0.717383] microcode: Microcode Update Driver: v2.2.
[    0.717388] AVX2 version of gcm_enc/dec engaged.
[    0.717389] AES CTR mode by8 optimization enabled
[    0.724617] registered taskstats version 1
[    0.724625] Loading compiled-in X.509 certificates
[    0.725806] alg: No test for pkcs1pad(rsa,sha256) (pkcs1pad(rsa-generic,sha256))
[    0.726350] Loaded X.509 cert 'Fedora kernel signing key: c59eb7bc258ea685d356097bc77d1b42d3512906'
[    0.728317] Couldn't get size: 0x800000000000000e
[    0.728334] MODSIGN: Couldn't get UEFI db list
[    0.730455] Loaded UEFI:MokListRT cert 'Fedora Secure Boot CA: fde32599c2d61db1bf5807335d7b20e4cd963b42' linked to secondary sys keyring
[    0.731422] Couldn't get size: 0x800000000000000e
[    0.731434] MODSIGN: Couldn't get UEFI dbx list
[    0.731461] zswap: loaded using pool lzo/zbud
[    0.740884] Key type big_key registered
[    0.742221] Key type encrypted registered
[    0.742476]   Magic number: 13:22:1
[    0.742569] memory memory49: hash matches
[    0.742654] rtc_cmos 00:02: setting system clock to 2017-08-14 00:02:45 UTC (1502668965)
[    0.742692] PM: Hibernation image not present or could not be loaded.
[    0.949763] ata9: SATA link down (SStatus 0 SControl 300)
[    0.949770] ata1: SATA link down (SStatus 0 SControl 300)
[    1.016366] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.060371] usb 1-8: new low-speed USB device number 2 using xhci_hcd
[    1.139817] usb 3-1: New USB device found, idVendor=2109, idProduct=2812
[    1.139819] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.139820] usb 3-1: Product: USB2.0 Hub             
[    1.139821] usb 3-1: Manufacturer: VIA Labs, Inc.         
[    1.149099] hub 3-1:1.0: USB hub found
[    1.150068] hub 3-1:1.0: 4 ports detected
[    1.238156] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[    1.262695] ata2: SATA link down (SStatus 0 SControl 300)
[    1.339596] usb 1-8: New USB device found, idVendor=0764, idProduct=0501
[    1.339598] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[    1.339599] usb 1-8: Product: UPS AE550
[    1.339600] usb 1-8: Manufacturer: CPS
[    1.392455] hid-generic 0003:0764:0501.0001: hiddev96,hidraw0: USB HID v1.10 Device [CPS UPS AE550] on usb-0000:03:00.0-8/input0
[    1.486452] usb 4-1: New USB device found, idVendor=2109, idProduct=0812
[    1.486454] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.486455] usb 4-1: Product: USB3.0 Hub             
[    1.486455] usb 4-1: Manufacturer: VIA Labs, Inc.         
[    1.500742] hub 4-1:1.0: USB hub found
[    1.501076] hub 4-1:1.0: 4 ports detected
[    1.568396] tsc: Refined TSC clocksource calibration: 2999.999 MHz
[    1.568408] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b3e44b2357, max_idle_ns: 440795324996 ns
[    1.576608] ata5: SATA link down (SStatus 0 SControl 300)
[    1.588404] usb 3-2: new high-speed USB device number 3 using xhci_hcd
[    1.706965] usb 3-2: New USB device found, idVendor=0451, idProduct=8142
[    1.706978] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    1.706979] usb 3-2: SerialNumber: 0F030869E031
[    1.724881] hub 3-2:1.0: USB hub found
[    1.725078] random: fast init done
[    1.725211] hub 3-2:1.0: 4 ports detected
[    1.786409] usb 3-1.1: new full-speed USB device number 4 using xhci_hcd
[    1.886596] ata6: SATA link down (SStatus 0 SControl 300)
[    1.888971] Freeing unused kernel memory: 2160K
[    1.888972] Write protecting the kernel read-only data: 14336k
[    1.889576] Freeing unused kernel memory: 1532K
[    1.890349] Freeing unused kernel memory: 404K
[    1.890477] usb 3-1.1: New USB device found, idVendor=046d, idProduct=c52b
[    1.890479] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.890480] usb 3-1.1: Product: USB Receiver
[    1.890481] usb 3-1.1: Manufacturer: Logitech
[    1.892034] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.892038] rodata_test: all tests were successful
[    1.971134] systemd[1]: systemd 233 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN default-hierarchy=hybrid)
[    1.971406] systemd[1]: Detected architecture x86-64.
[    1.971408] systemd[1]: Running in initial RAM disk.
[    1.971417] systemd[1]: Set hostname to <localhost.localdomain>.
[    1.985240] usb 4-2: new SuperSpeed USB device number 3 using xhci_hcd
[    1.999114] usb 4-2: New USB device found, idVendor=0451, idProduct=8140
[    1.999116] usb 4-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.999739] systemd[1]: Listening on Journal Socket.
[    1.999820] systemd[1]: Listening on Journal Audit Socket.
[    1.999841] systemd[1]: Reached target Timers.
[    1.999859] systemd[1]: Reached target Swap.
[    2.000182] systemd[1]: Created slice System Slice.
[    2.000615] systemd[1]: Starting dracut cmdline hook...
[    2.006809] audit: type=1130 audit(1502668966.764:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.012517] hub 4-2:1.0: USB hub found
[    2.012840] hub 4-2:1.0: 4 ports detected
[    2.054174] audit: type=1130 audit(1502668966.811:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.054937] audit: type=1130 audit(1502668966.812:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.078029] usb 3-1.4: new full-speed USB device number 5 using xhci_hcd
[    2.079006] audit: type=1130 audit(1502668966.836:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.084367] audit: type=1130 audit(1502668966.841:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.103747] audit: type=1130 audit(1502668966.861:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.103759] audit: type=1131 audit(1502668966.861:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.179250] usb 3-1.4: New USB device found, idVendor=24f0, idProduct=0140
[    2.179252] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.179253] usb 3-1.4: Product: Das Keyboard
[    2.179254] usb 3-1.4: Manufacturer: Metadot - Das Keyboard
[    2.209175] input: Metadot - Das Keyboard Das Keyboard as /devices/pci0000:00/0000:00:07.1/0000:24:00.3/usb3/3-1/3-1.4/3-1.4:1.0/0003:24F0:0140.0005/input/input2
[    2.210081] audit: type=1130 audit(1502668966.967:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.225688] wmi: Mapper loaded
[    2.225970] audit: type=1130 audit(1502668966.983:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.231807] nvme nvme0: pci function 0000:01:00.0
[    2.235028] usb 3-2.1: new high-speed USB device number 6 using xhci_hcd
[    2.240858] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.245044] r8169 0000:21:00.0 eth0: RTL8168h/8111h at 0xffffb19b03289000, 4c:cc:6a:f8:76:e9, XID 14100800 IRQ 47
[    2.245046] r8169 0000:21:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.261219] hid-generic 0003:24F0:0140.0005: input,hidraw1: USB HID v1.10 Keyboard [Metadot - Das Keyboard Das Keyboard] on usb-0000:24:00.3-1.4/input0
[    2.268084] input: Metadot - Das Keyboard Das Keyboard as /devices/pci0000:00/0000:00:07.1/0000:24:00.3/usb3/3-1/3-1.4/3-1.4:1.1/0003:24F0:0140.0006/input/input3
[    2.316775] r8169 0000:21:00.0 enp33s0: renamed from eth0
[    2.320240] hid-generic 0003:24F0:0140.0006: input,hidraw2: USB HID v1.10 Device [Metadot - Das Keyboard Das Keyboard] on usb-0000:24:00.3-1.4/input1
[    2.326413] logitech-djreceiver 0003:046D:C52B.0004: hiddev97,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:24:00.3-1.1/input2
[    2.382177] usb 4-2.1: new SuperSpeed USB device number 4 using xhci_hcd
[    2.398260] usb 4-2.1: New USB device found, idVendor=05e3, idProduct=0612
[    2.398261] usb 4-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.398262] usb 4-2.1: Product: USB3.0 Hub
[    2.398263] usb 4-2.1: Manufacturer: GenesysLogic
[    2.413033] hub 4-2.1:1.0: USB hub found
[    2.413491] hub 4-2.1:1.0: 4 ports detected
[    2.421602] usb 3-2.1: New USB device found, idVendor=05e3, idProduct=0610
[    2.421605] usb 3-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.421606] usb 3-2.1: Product: USB2.0 Hub
[    2.421607] usb 3-2.1: Manufacturer: GenesysLogic
[    2.429921] hub 3-2.1:1.0: USB hub found
[    2.431644] hub 3-2.1:1.0: 4 ports detected
[    2.442697] input: Logitech M705 as /devices/pci0000:00/0000:00:07.1/0000:24:00.3/usb3/3-1/3-1.1/3-1.1:1.2/0003:046D:C52B.0004/0003:046D:101B.0007/input/input4
[    2.442965] logitech-hidpp-device 0003:046D:101B.0007: input,hidraw4: USB HID v1.11 Mouse [Logitech M705] on usb-0000:24:00.3-1.1:1
[    2.465087]  nvme0n1: p1 p2 p3 p4 p5
[    2.481150] usb 4-2.3: new SuperSpeed USB device number 5 using xhci_hcd
[    2.495137] usb 4-2.3: New USB device found, idVendor=0451, idProduct=8025
[    2.495139] usb 4-2.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.508559] hub 4-2.3:1.0: USB hub found
[    2.508878] hub 4-2.3:1.0: 2 ports detected
[    2.558463] usb 3-2.3: new high-speed USB device number 7 using xhci_hcd
[    2.577201] clocksource: Switched to clocksource tsc
[    2.636882] usb 3-2.3: New USB device found, idVendor=0451, idProduct=8027
[    2.636884] usb 3-2.3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    2.636885] usb 3-2.3: SerialNumber: 2005006160B7
[    2.652552] hub 3-2.3:1.0: USB hub found
[    2.652878] hub 3-2.3:1.0: 2 ports detected
[    2.701949] usb 4-2.1.1: new SuperSpeed USB device number 6 using xhci_hcd
[    2.717510] usb 4-2.1.1: New USB device found, idVendor=05e3, idProduct=0612
[    2.717512] usb 4-2.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.717513] usb 4-2.1.1: Product: USB3.0 Hub
[    2.717514] usb 4-2.1.1: Manufacturer: GenesysLogic
[    2.733021] hub 4-2.1.1:1.0: USB hub found
[    2.733511] hub 4-2.1.1:1.0: 4 ports detected
[    2.779465] usb 3-2.4: new full-speed USB device number 8 using xhci_hcd
[    2.884912] usb 3-2.4: New USB device found, idVendor=0451, idProduct=ca01
[    2.884914] usb 3-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.884915] usb 3-2.4: Product: Texas Instruments USBtoI2C Solution
[    2.884916] usb 3-2.4: Manufacturer: Texas Instruments
[    2.884917] usb 3-2.4: SerialNumber: 
[    2.920924] hid-generic 0003:0451:CA01.0008: hiddev98,hidraw5: USB HID v1.00 Device [Texas Instruments Texas Instruments USBtoI2C Solution] on usb-0000:24:00.3-2.4/input0
[    2.925070] usb 3-2.1.1: new high-speed USB device number 9 using xhci_hcd
[    3.010041] usb 3-2.1.1: New USB device found, idVendor=05e3, idProduct=0610
[    3.010043] usb 3-2.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.010044] usb 3-2.1.1: Product: USB2.0 Hub
[    3.010045] usb 3-2.1.1: Manufacturer: GenesysLogic
[    3.037622] hub 3-2.1.1:1.0: USB hub found
[    3.038411] hub 3-2.1.1:1.0: 4 ports detected
[    3.102021] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null)
[    3.365925] systemd-journald[335]: Received SIGTERM from PID 1 (systemd).
[    3.381538] systemd: 15 output lines suppressed due to ratelimiting
[    3.422907] SELinux: 32768 avtab hash slots, 107287 rules.
[    3.432759] SELinux: 32768 avtab hash slots, 107287 rules.
[    3.449200] SELinux:  8 users, 14 roles, 5088 types, 313 bools, 1 sens, 1024 cats
[    3.449201] SELinux:  94 classes, 107287 rules
[    3.451519] SELinux:  Permission getrlimit in class process not defined in policy.
[    3.451584] SELinux:  Class sctp_socket not defined in policy.
[    3.451585] SELinux:  Class icmp_socket not defined in policy.
[    3.451585] SELinux:  Class ax25_socket not defined in policy.
[    3.451585] SELinux:  Class ipx_socket not defined in policy.
[    3.451586] SELinux:  Class netrom_socket not defined in policy.
[    3.451586] SELinux:  Class atmpvc_socket not defined in policy.
[    3.451586] SELinux:  Class x25_socket not defined in policy.
[    3.451587] SELinux:  Class rose_socket not defined in policy.
[    3.451587] SELinux:  Class decnet_socket not defined in policy.
[    3.451587] SELinux:  Class atmsvc_socket not defined in policy.
[    3.451587] SELinux:  Class rds_socket not defined in policy.
[    3.451588] SELinux:  Class irda_socket not defined in policy.
[    3.451588] SELinux:  Class pppox_socket not defined in policy.
[    3.451588] SELinux:  Class llc_socket not defined in policy.
[    3.451589] SELinux:  Class can_socket not defined in policy.
[    3.451589] SELinux:  Class tipc_socket not defined in policy.
[    3.451589] SELinux:  Class bluetooth_socket not defined in policy.
[    3.451589] SELinux:  Class iucv_socket not defined in policy.
[    3.451590] SELinux:  Class rxrpc_socket not defined in policy.
[    3.451590] SELinux:  Class isdn_socket not defined in policy.
[    3.451590] SELinux:  Class phonet_socket not defined in policy.
[    3.451591] SELinux:  Class ieee802154_socket not defined in policy.
[    3.451591] SELinux:  Class caif_socket not defined in policy.
[    3.451591] SELinux:  Class alg_socket not defined in policy.
[    3.451591] SELinux:  Class nfc_socket not defined in policy.
[    3.451592] SELinux:  Class vsock_socket not defined in policy.
[    3.451592] SELinux:  Class kcm_socket not defined in policy.
[    3.451592] SELinux:  Class qipcrtr_socket not defined in policy.
[    3.451593] SELinux:  Class smc_socket not defined in policy.
[    3.451593] SELinux: the above unknown classes and permissions will be allowed
[    3.451597] SELinux:  Completing initialization.
[    3.451597] SELinux:  Setting up existing superblocks.
[    3.462211] systemd[1]: Successfully loaded SELinux policy in 46.315ms.
[    3.481120] systemd[1]: Relabelled /dev and /run in 12.507ms.
[    3.591793] EXT4-fs (nvme0n1p3): re-mounted. Opts: (null)
[    3.606385] systemd-journald[567]: Received request to flush runtime journal from PID 1
[    3.687223] acpi_cpufreq: overriding BIOS provided _PSD data
[    3.696302] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.757725] Adding 33228796k swap on /dev/nvme0n1p4.  Priority:-1 extents:1 across:33228796k SSFS
[    3.775037] parport_pc 00:04: reported by Plug and Play ACPI
[    3.775068] ccp 0000:24:00.2: enabling device (0000 -> 0002)
[    3.775155] parport0: PC-style at 0x378, irq 5 [PCSPP]
[    3.776615] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    3.776617] piix4_smbus 0000:00:14.0: Using register 0x2e for SMBus port selection
[    3.777239] ccp 0000:24:00.2: enabled
[    3.779285] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[    3.779332] sp5100_tco: PCI Vendor ID: 0x1022, Device ID: 0x790b, Revision ID: 0x59
[    3.779334] sp5100_tco: I/O address 0x0cd6 already in use
[    3.798556] nvidia: loading out-of-tree module taints kernel.
[    3.798560] nvidia: module license 'NVIDIA' taints kernel.
[    3.798561] Disabling lock debugging due to kernel taint
[    3.822136] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    3.828070] nvidia-nvlink: Nvlink Core is being initialized, major device number 242
[    3.828372] nvidia 0000:23:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    3.828450] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  384.59  Wed Jul 19 23:53:34 PDT 2017 (using threaded interrupts)
[    3.830639] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  384.59  Wed Jul 19 23:46:42 PDT 2017
[    3.831800] [drm] [nvidia-drm] [GPU ID 0x00002300] Loading driver
[    3.831802] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:23:00.0 on minor 0
[    3.851509] ppdev: user-space parallel port driver
[    3.855885] snd_hda_intel 0000:23:00.1: Disabling MSI
[    3.855893] snd_hda_intel 0000:23:00.1: Handle vga_switcheroo audio client
[    3.856022] snd_hda_intel 0000:25:00.3: enabling device (0000 -> 0002)
[    3.877272] kvm: Nested Virtualization enabled
[    3.877276] kvm: Nested Paging enabled
[    3.881263] MCE: In-kernel MCE decoding enabled.
[    3.882947] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    3.882948] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.882949] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    3.882950] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    3.882951] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    3.882952] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    3.882953] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    3.882953] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    3.884746] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.884748] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.898511] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input5
[    3.898575] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input6
[    3.898618] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input7
[    3.898655] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input8
[    3.898693] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input9
[    3.898725] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input10
[    3.898759] input: HD-Audio Generic Line Out Side as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input11
[    3.898791] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input12
[    3.984028] random: crng init done
[    4.002993] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.009135] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
[    4.114659] RPC: Registered named UNIX socket transport module.
[    4.114660] RPC: Registered udp transport module.
[    4.114660] RPC: Registered tcp transport module.
[    4.114661] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.139489] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:23:00.1/sound/card0/input13
[    4.139583] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:23:00.1/sound/card0/input14
[    4.139652] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:23:00.1/sound/card0/input15
[    4.742567] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    4.774823] Ebtables v2.0 registered
[    4.811884] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[    4.878808] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    4.902069] Netfilter messages via NETLINK v0.30.
[    4.910508] ip_set: protocol 6
[    5.026692] IPv6: ADDRCONF(NETDEV_UP): enp33s0: link is not ready
[    5.038977] r8169 0000:21:00.0 enp33s0: link down
[    5.038978] r8169 0000:21:00.0 enp33s0: link down
[    5.039065] IPv6: ADDRCONF(NETDEV_UP): enp33s0: link is not ready
[    5.225541] tun: Universal TUN/TAP device driver, 1.6
[    5.227352] virbr0: port 1(virbr0-nic) entered blocking state
[    5.227355] virbr0: port 1(virbr0-nic) entered disabled state
[    5.227418] device virbr0-nic entered promiscuous mode
[    5.349362] virbr0: port 1(virbr0-nic) entered blocking state
[    5.349365] virbr0: port 1(virbr0-nic) entered listening state
[    5.377498] virbr0: port 1(virbr0-nic) entered disabled state
[    6.354638] NVRM: Your system is not currently configured to drive a VGA console
               on the primary VGA device. The NVIDIA Linux graphics driver
               requires the use of a text-mode VGA console. Use of other console
               drivers including, but not limited to, vesafb, may result in
               corruption and stability problems, and is not supported.
[    6.355632] nvidia-modeset: Allocated GPU:0 (GPU-7863aac7-95ad-4f16-6f85-10661455d59c) @ PCI:0000:23:00.0
[    8.355813] r8169 0000:21:00.0 enp33s0: link up
[    8.355825] IPv6: ADDRCONF(NETDEV_CHANGE): enp33s0: link becomes ready
[   15.582934] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD data byte 71
[   16.661535] fuse init (API version 7.26)
[   22.300218] logitech-hidpp-device 0003:046D:101B.0007: HID++ 1.0 device connected.

that last one, about nvidia, is not the cause (this problem existed under nouveau also).

not seeing anything that stands out

Any errors show up when you remove quiet and splash from the grub command line?

showed some problems. failed boot:

dmesg after:

[    0.000000] Linux version 4.12.5-300.fc26.x86_64 ([email protected]) (gcc version 7.1.1 20170622 (Red Hat 7.1.1-3) (GCC) ) #1 SMP Mon Aug 7 15:27:25 UTC 2017
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.12.5-300.fc26.x86_64 root=UUID=6b7135e1-0743-4bc3-88e0-edfb50b9b096 ro rhgb rd.driver.blacklist=nouveau
[    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 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d7ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d80000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x00000000dd276fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd277000-0x00000000dd3b7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dd3b8000-0x00000000dd4adfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd4ae000-0x00000000dd885fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dd886000-0x00000000de3e8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000de3e9000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fdf00000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081f37ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x9cd3f018-0x9cd4d057] usable ==> usable
[    0.000000] e820: update [mem 0x9cd1f018-0x9cd3e857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d7ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d80000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000009cd1f017] usable
[    0.000000] reserve setup_data: [mem 0x000000009cd1f018-0x000000009cd3e857] usable
[    0.000000] reserve setup_data: [mem 0x000000009cd3e858-0x000000009cd3f017] usable
[    0.000000] reserve setup_data: [mem 0x000000009cd3f018-0x000000009cd4d057] usable
[    0.000000] reserve setup_data: [mem 0x000000009cd4d058-0x00000000dd276fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dd277000-0x00000000dd3b7fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dd3b8000-0x00000000dd4adfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dd4ae000-0x00000000dd885fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000dd886000-0x00000000de3e8fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000de3e9000-0x00000000deffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fdf00000-0x00000000fdffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000081f37ffff] usable
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xdd4ae000  ACPI=0xdd4ae000  SMBIOS=0xde29a000  ESRT=0xdb379118  MEMATTR=0xdb08a018 
[    0.000000] SMBIOS 3.0 present.
[    0.000000] DMI: Micro-Star International Co., Ltd MS-7A34/B350 PC MATE (MS-7A34), BIOS A.50 06/22/2017
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Using PIT calibration value
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x81f380 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 write-through
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000000]   3 base 0000DF000000 mask FFFFFF000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000820000000 aka 33280M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: update [mem 0xdf000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x00000000db379118 to 0x00000000db379150.
[    0.000000] Base memory trampoline at [ffffa0b480098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x394493000, 0x394493fff] PGTABLE
[    0.000000] BRK [0x394494000, 0x394494fff] PGTABLE
[    0.000000] BRK [0x394495000, 0x394495fff] PGTABLE
[    0.000000] BRK [0x394496000, 0x394496fff] PGTABLE
[    0.000000] BRK [0x394497000, 0x394497fff] PGTABLE
[    0.000000] BRK [0x394498000, 0x394498fff] PGTABLE
[    0.000000] BRK [0x394499000, 0x394499fff] PGTABLE
[    0.000000] BRK [0x39449a000, 0x39449afff] PGTABLE
[    0.000000] BRK [0x39449b000, 0x39449bfff] PGTABLE
[    0.000000] BRK [0x39449c000, 0x39449cfff] PGTABLE
[    0.000000] BRK [0x39449d000, 0x39449dfff] PGTABLE
[    0.000000] Secure boot disabled
[    0.000000] RAMDISK: [mem 0x3d57e000-0x3e832fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DD4AE000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DD4AE098 0000AC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DD4B4080 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20170303/tbfadt-658)
[    0.000000] ACPI: DSDT 0x00000000DD4AE1D8 005EA4 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000DD86FE00 000040
[    0.000000] ACPI: APIC 0x00000000DD4B4198 0000DE (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DD4B4278 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000DD4B42C0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DD4B4360 008C4C (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.000000] ACPI: SSDT 0x00000000DD4BCFB0 0020E4 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x00000000DD4BF098 000F50 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x00000000DD4BFFE8 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x00000000DD4C0018 0017D2 (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x00000000DD4C17F0 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x00000000DD4C1830 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000DD4C1868 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000DD4C1890 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: IVRS 0x00000000DD4C18D8 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: BGRT 0x00000000DD4C19A8 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DD4C19E0 0000F8 (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000DD4C1AD8 001664 (v01 AMD    CPMCMN   00000001 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] system APIC only can use physical flat
[    0.000000] Setting APIC routing to physical flat.
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000081f37ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x81f355000-0x81f37ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000081f37ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000009d7ffff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x00000000dd276fff]
[    0.000000]   node   0: [mem 0x00000000dd3b8000-0x00000000dd4adfff]
[    0.000000]   node   0: [mem 0x00000000de3e9000-0x00000000deffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000081f37ffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000081f37ffff]
[    0.000000] On node 0 totalpages: 8376355
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 24 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14133 pages used for memmap
[    0.000000]   DMA32 zone: 904452 pages, LIFO batch:31
[    0.000000]   Normal zone: 116686 pages used for memmap
[    0.000000]   Normal zone: 7467904 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] system APIC only can use physical flat
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    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 low 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: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x09d80000-0x09ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cd1f000-0x9cd1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cd3e000-0x9cd3efff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cd3f000-0x9cd3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cd4d000-0x9cd4dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd277000-0xdd3b7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd4ae000-0xdd885fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd886000-0xde3e8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfdefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfdf00000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] percpu: Embedded 37 pages/cpu @ffffa0bc7e600000 s112088 r8192 d31272 u262144
[    0.000000] pcpu-alloc: s112088 r8192 d31272 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 8245448
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.12.5-300.fc26.x86_64 root=UUID=6b7135e1-0743-4bc3-88e0-edfb50b9b096 ro rhgb rd.driver.blacklist=nouveau
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 32827756K/33505420K available (8693K kernel code, 2456K rwdata, 3692K rodata, 2160K init, 1980K bss, 677664K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] ftrace: allocating 34423 entries in 135 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.000000] NR_IRQS:524544 nr_irqs:1096 16
[    0.000000] 	Offload RCU callbacks from all CPUs
[    0.000000] 	Offload RCU callbacks from CPUs: 0-15.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration failed
[    0.002000] tsc: PIT calibration matches HPET. 1 loops
[    0.002000] tsc: Detected 2999.788 MHz processor
[    0.003004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5999.57 BogoMIPS (lpj=2999788)
[    0.003009] pid_max: default: 32768 minimum: 301
[    0.003019] ACPI: Core revision 20170303
[    0.008261] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.009037] Security Framework initialized
[    0.009040] Yama: becoming mindful.
[    0.009045] SELinux:  Initializing.
[    0.009057] SELinux:  Starting in permissive mode
[    0.011107] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.015762] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.017853] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.017875] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.018179] CPU: Physical Processor ID: 0
[    0.018182] CPU: Processor Core ID: 0
[    0.018190] mce: CPU supports 23 MCE banks
[    0.018208] LVT offset 1 assigned for vector 0xf9
[    0.018326] LVT offset 2 assigned for vector 0xf4
[    0.018338] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.018340] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.018711] Freeing SMP alternatives memory: 32K
[    0.021231] smpboot: Max logical packages: 2
[    0.024524] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.035000] smpboot: CPU0: AMD Ryzen 7 1700 Eight-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
[    0.035000] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.035000] ... version:                0
[    0.035000] ... bit width:              48
[    0.035000] ... generic registers:      6
[    0.035000] ... value mask:             0000ffffffffffff
[    0.035000] ... max period:             00007fffffffffff
[    0.035000] ... fixed-purpose events:   0
[    0.035000] ... event mask:             000000000000003f
[    0.035000] smp: Bringing up secondary CPUs ...
[    0.035000] x86: Booting SMP configuration:
[    0.035000] .... node  #0, CPUs:        #1
[    0.035152] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.045091]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.199018] smp: Brought up 1 node, 16 CPUs
[    0.199018] smpboot: Total of 16 processors activated (95640.53 BogoMIPS)
[    0.200269] sched_clock: Marking stable (200000000, 0)->(919546271, -719546271)
[    0.201087] devtmpfs: initialized
[    0.201126] x86/mm: Memory block size: 128MB
[    0.204292] PM: Registering ACPI NVS region [mem 0xdd4ae000-0xdd885fff] (4030464 bytes)
[    0.204389] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.204412] futex hash table entries: 4096 (order: 6, 262144 bytes)
[    0.204536] pinctrl core: initialized pinctrl subsystem
[    0.204597] RTC time:  1:27:46, date: 08/14/17
[    0.206005] NET: Registered protocol family 16
[    0.206167] cpuidle: using governor menu
[    0.206173] PCCT header not found.
[    0.206362] ACPI: bus type PCI registered
[    0.206366] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.206432] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.206438] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.206445] PCI: Using configuration type 1 for base access
[    0.207985] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.207990] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.208359] ACPI: Added _OSI(Module Device)
[    0.208362] ACPI: Added _OSI(Processor Device)
[    0.208364] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.208367] ACPI: Added _OSI(Processor Aggregator Device)
[    0.208511] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.208525] ACPI: Executed 2 blocks of module-level executable AML code
[    0.214428] ACPI: Interpreter enabled
[    0.214443] ACPI: (supports S0 S3 S4 S5)
[    0.214446] ACPI: Using IOAPIC for interrupt routing
[    0.214556] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.220355] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.220361] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.220516] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.220528] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.220773] PCI host bridge to bus 0000:00
[    0.220778] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.220781] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.220784] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.220787] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.220790] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.220795] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.220799] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.220804] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.220808] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.220816] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.220885] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.220970] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.221029] pci 0000:00:01.1: [1022:1453] type 01 class 0x060400
[    0.221074] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.221114] pci 0000:00:01.1: System wakeup disabled by ACPI
[    0.221137] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[    0.221180] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.221221] pci 0000:00:01.3: System wakeup disabled by ACPI
[    0.221248] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.221318] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.221375] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.221438] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.221485] pci 0000:00:03.1: System wakeup disabled by ACPI
[    0.221517] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.221596] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.221653] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.221690] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.221721] pci 0000:00:07.1: System wakeup disabled by ACPI
[    0.221754] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.221810] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.221848] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.221879] pci 0000:00:08.1: System wakeup disabled by ACPI
[    0.221946] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.222141] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.222341] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.222386] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.222431] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.222476] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.222522] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.222573] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.222621] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.222667] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.222761] pci 0000:01:00.0: [144d:a804] type 00 class 0x010802
[    0.222778] pci 0000:01:00.0: reg 0x10: [mem 0xfd800000-0xfd803fff 64bit]
[    0.225781] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.225790] pci 0000:00:01.1:   bridge window [mem 0xfd800000-0xfd8fffff]
[    0.225848] pci 0000:03:00.0: [1022:43bb] type 00 class 0x0c0330
[    0.225866] pci 0000:03:00.0: reg 0x10: [mem 0xfd6a0000-0xfd6a7fff 64bit]
[    0.225941] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.225981] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.226013] pci 0000:03:00.1: [1022:43b7] type 00 class 0x010601
[    0.226055] pci 0000:03:00.1: reg 0x24: [mem 0xfd680000-0xfd69ffff]
[    0.226062] pci 0000:03:00.1: reg 0x30: [mem 0xfd600000-0xfd67ffff pref]
[    0.226099] pci 0000:03:00.1: PME# supported from D3hot D3cold
[    0.226145] pci 0000:03:00.2: [1022:43b2] type 01 class 0x060400
[    0.226213] pci 0000:03:00.2: PME# supported from D3hot D3cold
[    0.228781] pci 0000:00:01.3: PCI bridge to [bus 03-22]
[    0.228789] pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
[    0.228791] pci 0000:00:01.3:   bridge window [mem 0xfd500000-0xfd6fffff]
[    0.228856] pci 0000:04:00.0: [1022:43b4] type 01 class 0x060400
[    0.228938] pci 0000:04:00.0: PME# supported from D3hot D3cold
[    0.228974] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.229009] pci 0000:04:01.0: [1022:43b4] type 01 class 0x060400
[    0.229089] pci 0000:04:01.0: PME# supported from D3hot D3cold
[    0.229120] pci 0000:04:01.0: System wakeup disabled by ACPI
[    0.229154] pci 0000:04:04.0: [1022:43b4] type 01 class 0x060400
[    0.229234] pci 0000:04:04.0: PME# supported from D3hot D3cold
[    0.229300] pci 0000:03:00.2: PCI bridge to [bus 04-22]
[    0.229307] pci 0000:03:00.2:   bridge window [io  0xf000-0xffff]
[    0.229309] pci 0000:03:00.2:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.229363] pci 0000:1f:00.0: [1b21:1080] type 01 class 0x060400
[    0.229527] pci 0000:1f:00.0: supports D1 D2
[    0.229527] pci 0000:1f:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.232784] pci 0000:04:00.0: PCI bridge to [bus 1f-20]
[    0.232940] pci 0000:1f:00.0: PCI bridge to [bus 20]
[    0.233030] pci 0000:21:00.0: [10ec:8168] type 00 class 0x020000
[    0.233064] pci 0000:21:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.233100] pci 0000:21:00.0: reg 0x18: [mem 0xfd504000-0xfd504fff 64bit]
[    0.233122] pci 0000:21:00.0: reg 0x20: [mem 0xfd500000-0xfd503fff 64bit]
[    0.233246] pci 0000:21:00.0: supports D1 D2
[    0.233247] pci 0000:21:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.235800] pci 0000:04:01.0: PCI bridge to [bus 21]
[    0.235810] pci 0000:04:01.0:   bridge window [io  0xf000-0xffff]
[    0.235813] pci 0000:04:01.0:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.235857] pci 0000:04:04.0: PCI bridge to [bus 22]
[    0.235937] pci 0000:23:00.0: [10de:1c82] type 00 class 0x030000
[    0.235961] pci 0000:23:00.0: reg 0x10: [mem 0xfc000000-0xfcffffff]
[    0.235975] pci 0000:23:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.235988] pci 0000:23:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.235997] pci 0000:23:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.236006] pci 0000:23:00.0: reg 0x30: [mem 0xfd000000-0xfd07ffff pref]
[    0.236150] pci 0000:23:00.1: [10de:0fb9] type 00 class 0x040300
[    0.236166] pci 0000:23:00.1: reg 0x10: [mem 0xfd080000-0xfd083fff]
[    0.238790] pci 0000:00:03.1: PCI bridge to [bus 23]
[    0.238798] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.238801] pci 0000:00:03.1:   bridge window [mem 0xfc000000-0xfd0fffff]
[    0.238804] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.238853] pci 0000:24:00.0: [1022:145a] type 00 class 0x130000
[    0.238939] pci 0000:24:00.2: [1022:1456] type 00 class 0x108000
[    0.238951] pci 0000:24:00.2: reg 0x18: [mem 0xfd300000-0xfd3fffff]
[    0.238959] pci 0000:24:00.2: reg 0x24: [mem 0xfd400000-0xfd401fff]
[    0.239025] pci 0000:24:00.3: [1022:145c] type 00 class 0x0c0330
[    0.239035] pci 0000:24:00.3: reg 0x10: [mem 0xfd200000-0xfd2fffff 64bit]
[    0.239077] pci 0000:24:00.3: PME# supported from D0 D3hot D3cold
[    0.239093] pci 0000:24:00.3: System wakeup disabled by ACPI
[    0.239131] pci 0000:00:07.1: PCI bridge to [bus 24]
[    0.239138] pci 0000:00:07.1:   bridge window [mem 0xfd200000-0xfd4fffff]
[    0.239186] pci 0000:25:00.0: [1022:1455] type 00 class 0x130000
[    0.239261] pci 0000:25:00.2: [1022:7901] type 00 class 0x010601
[    0.239286] pci 0000:25:00.2: reg 0x24: [mem 0xfd708000-0xfd708fff]
[    0.239316] pci 0000:25:00.2: PME# supported from D3hot D3cold
[    0.239351] pci 0000:25:00.3: [1022:1457] type 00 class 0x040300
[    0.239358] pci 0000:25:00.3: reg 0x10: [mem 0xfd700000-0xfd707fff]
[    0.239397] pci 0000:25:00.3: PME# supported from D0 D3hot D3cold
[    0.239442] pci 0000:00:08.1: PCI bridge to [bus 25]
[    0.239448] pci 0000:00:08.1:   bridge window [mem 0xfd700000-0xfd7fffff]
[    0.239771] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.239817] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.239855] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.239904] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.239947] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.239982] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.240018] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.240053] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.240414] pci 0000:23:00.0: vgaarb: setting as boot VGA device
[    0.240419] pci 0000:23:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.240424] pci 0000:23:00.0: vgaarb: bridge control possible
[    0.240426] vgaarb: loaded
[    0.240504] SCSI subsystem initialized
[    0.240561] libata version 3.00 loaded.
[    0.240575] ACPI: bus type USB registered
[    0.240586] usbcore: registered new interface driver usbfs
[    0.240595] usbcore: registered new interface driver hub
[    0.240630] usbcore: registered new device driver usb
[    0.240698] EDAC MC: Ver: 3.0.0
[    0.240809] Registered efivars operations
[    0.265918] PCI: Using ACPI for IRQ routing
[    0.268734] PCI: pci_cache_line_size set to 64 bytes
[    0.268795] e820: reserve RAM buffer [mem 0x09d80000-0x0bffffff]
[    0.268796] e820: reserve RAM buffer [mem 0x9cd1f018-0x9fffffff]
[    0.268797] e820: reserve RAM buffer [mem 0x9cd3f018-0x9fffffff]
[    0.268797] e820: reserve RAM buffer [mem 0xdd277000-0xdfffffff]
[    0.268798] e820: reserve RAM buffer [mem 0xdd4ae000-0xdfffffff]
[    0.268799] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.268799] e820: reserve RAM buffer [mem 0x81f380000-0x81fffffff]
[    0.268858] NetLabel: Initializing
[    0.268861] NetLabel:  domain hash size = 128
[    0.268863] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.268875] NetLabel:  unlabeled traffic allowed by default
[    0.268954] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.268959] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.271012] clocksource: Switched to clocksource hpet
[    0.279248] VFS: Disk quotas dquot_6.6.0
[    0.279270] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.279334] pnp: PnP ACPI init
[    0.279427] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.279433] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.279483] system 00:01: [mem 0xfeb80000-0xfebfffff] could not be reserved
[    0.279487] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.279561] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.279702] system 00:03: [io  0x0a00-0x0a0f] has been reserved
[    0.279706] system 00:03: [io  0x0a10-0x0a1f] has been reserved
[    0.279709] system 00:03: [io  0x0a20-0x0a2f] has been reserved
[    0.279712] system 00:03: [io  0x0a40-0x0a4f] has been reserved
[    0.279716] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.279933] pnp 00:04: [dma 0 disabled]
[    0.280006] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.280190] pnp 00:05: [dma 0 disabled]
[    0.280218] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.280367] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.280371] system 00:06: [io  0x040b] has been reserved
[    0.280374] system 00:06: [io  0x04d6] has been reserved
[    0.280377] system 00:06: [io  0x0c00-0x0c01] has been reserved
[    0.280380] system 00:06: [io  0x0c14] has been reserved
[    0.280383] system 00:06: [io  0x0c50-0x0c51] has been reserved
[    0.280386] system 00:06: [io  0x0c52] has been reserved
[    0.280389] system 00:06: [io  0x0c6c] has been reserved
[    0.280392] system 00:06: [io  0x0c6f] has been reserved
[    0.280395] system 00:06: [io  0x0cd0-0x0cd1] has been reserved
[    0.280398] system 00:06: [io  0x0cd2-0x0cd3] has been reserved
[    0.280401] system 00:06: [io  0x0cd4-0x0cd5] has been reserved
[    0.280404] system 00:06: [io  0x0cd6-0x0cd7] has been reserved
[    0.280406] system 00:06: [io  0x0cd8-0x0cdf] has been reserved
[    0.280409] system 00:06: [io  0x0800-0x089f] has been reserved
[    0.280412] system 00:06: [io  0x0b00-0x0b0f] has been reserved
[    0.280415] system 00:06: [io  0x0b20-0x0b3f] has been reserved
[    0.280418] system 00:06: [io  0x0900-0x090f] has been reserved
[    0.280421] system 00:06: [io  0x0910-0x091f] has been reserved
[    0.280425] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.280428] system 00:06: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.280431] system 00:06: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.280434] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.280438] system 00:06: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.280441] system 00:06: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.280444] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.280448] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.280710] pnp: PnP ACPI: found 7 devices
[    0.286995] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.287068] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.287073] pci 0000:00:01.1:   bridge window [mem 0xfd800000-0xfd8fffff]
[    0.287079] pci 0000:1f:00.0: PCI bridge to [bus 20]
[    0.287100] pci 0000:04:00.0: PCI bridge to [bus 1f-20]
[    0.287111] pci 0000:04:01.0: PCI bridge to [bus 21]
[    0.287114] pci 0000:04:01.0:   bridge window [io  0xf000-0xffff]
[    0.287119] pci 0000:04:01.0:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.287127] pci 0000:04:04.0: PCI bridge to [bus 22]
[    0.287137] pci 0000:03:00.2: PCI bridge to [bus 04-22]
[    0.287140] pci 0000:03:00.2:   bridge window [io  0xf000-0xffff]
[    0.287145] pci 0000:03:00.2:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.287153] pci 0000:00:01.3: PCI bridge to [bus 03-22]
[    0.287156] pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
[    0.287159] pci 0000:00:01.3:   bridge window [mem 0xfd500000-0xfd6fffff]
[    0.287165] pci 0000:00:03.1: PCI bridge to [bus 23]
[    0.287168] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.287172] pci 0000:00:03.1:   bridge window [mem 0xfc000000-0xfd0fffff]
[    0.287176] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.287182] pci 0000:00:07.1: PCI bridge to [bus 24]
[    0.287186] pci 0000:00:07.1:   bridge window [mem 0xfd200000-0xfd4fffff]
[    0.287192] pci 0000:00:08.1: PCI bridge to [bus 25]
[    0.287195] pci 0000:00:08.1:   bridge window [mem 0xfd700000-0xfd7fffff]
[    0.287201] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.287202] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.287203] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.287203] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.287204] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.287205] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.287206] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.287206] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.287207] pci_bus 0000:01: resource 1 [mem 0xfd800000-0xfd8fffff]
[    0.287208] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.287209] pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd6fffff]
[    0.287209] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.287210] pci_bus 0000:04: resource 1 [mem 0xfd500000-0xfd5fffff]
[    0.287211] pci_bus 0000:21: resource 0 [io  0xf000-0xffff]
[    0.287211] pci_bus 0000:21: resource 1 [mem 0xfd500000-0xfd5fffff]
[    0.287212] pci_bus 0000:23: resource 0 [io  0xe000-0xefff]
[    0.287213] pci_bus 0000:23: resource 1 [mem 0xfc000000-0xfd0fffff]
[    0.287214] pci_bus 0000:23: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.287214] pci_bus 0000:24: resource 1 [mem 0xfd200000-0xfd4fffff]
[    0.287215] pci_bus 0000:25: resource 1 [mem 0xfd700000-0xfd7fffff]
[    0.287286] NET: Registered protocol family 2
[    0.287500] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.287772] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.287884] TCP: Hash tables configured (established 262144 bind 65536)
[    0.287928] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    0.287996] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    0.288121] NET: Registered protocol family 1
[    0.288267] pci 0000:23:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.288369] PCI: CLS 64 bytes, default 64
[    0.288396] Unpacking initramfs...
[    0.502295] Freeing initrd memory: 19156K
[    0.502315] AMD-Vi: IOMMU performance counters supported
[    0.502400] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.502404] pci 0000:00:00.2: PCI INT A: not connected
[    0.502609] iommu: Adding device 0000:00:01.0 to group 0
[    0.502687] iommu: Adding device 0000:00:01.1 to group 1
[    0.502767] iommu: Adding device 0000:00:01.3 to group 2
[    0.502850] iommu: Adding device 0000:00:02.0 to group 3
[    0.502939] iommu: Adding device 0000:00:03.0 to group 4
[    0.503022] iommu: Adding device 0000:00:03.1 to group 5
[    0.503131] iommu: Adding device 0000:00:04.0 to group 6
[    0.503215] iommu: Adding device 0000:00:07.0 to group 7
[    0.503229] iommu: Adding device 0000:00:07.1 to group 7
[    0.503310] iommu: Adding device 0000:00:08.0 to group 8
[    0.503328] iommu: Adding device 0000:00:08.1 to group 8
[    0.503410] iommu: Adding device 0000:00:14.0 to group 9
[    0.503427] iommu: Adding device 0000:00:14.3 to group 9
[    0.503528] iommu: Adding device 0000:00:18.0 to group 10
[    0.503544] iommu: Adding device 0000:00:18.1 to group 10
[    0.503562] iommu: Adding device 0000:00:18.2 to group 10
[    0.503578] iommu: Adding device 0000:00:18.3 to group 10
[    0.503592] iommu: Adding device 0000:00:18.4 to group 10
[    0.503606] iommu: Adding device 0000:00:18.5 to group 10
[    0.503621] iommu: Adding device 0000:00:18.6 to group 10
[    0.503635] iommu: Adding device 0000:00:18.7 to group 10
[    0.503718] iommu: Adding device 0000:01:00.0 to group 11
[    0.503814] iommu: Adding device 0000:03:00.0 to group 12
[    0.503837] iommu: Adding device 0000:03:00.1 to group 12
[    0.503859] iommu: Adding device 0000:03:00.2 to group 12
[    0.503871] iommu: Adding device 0000:04:00.0 to group 12
[    0.503884] iommu: Adding device 0000:04:01.0 to group 12
[    0.503897] iommu: Adding device 0000:04:04.0 to group 12
[    0.503911] iommu: Adding device 0000:1f:00.0 to group 12
[    0.503932] iommu: Adding device 0000:21:00.0 to group 12
[    0.504045] iommu: Adding device 0000:23:00.0 to group 13
[    0.504072] iommu: Adding device 0000:23:00.1 to group 13
[    0.504084] iommu: Adding device 0000:24:00.0 to group 7
[    0.504095] iommu: Adding device 0000:24:00.2 to group 7
[    0.504106] iommu: Adding device 0000:24:00.3 to group 7
[    0.504117] iommu: Adding device 0000:25:00.0 to group 8
[    0.504128] iommu: Adding device 0000:25:00.2 to group 8
[    0.504139] iommu: Adding device 0000:25:00.3 to group 8
[    0.504359] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    0.504362] AMD-Vi: Extended features (0xf77ef22294ada):
[    0.504364]  PPR NX GT IA GA PC GA_vAPIC
[    0.504369] AMD-Vi: Interrupt remapping enabled
[    0.504372] AMD-Vi: virtual APIC enabled
[    0.504631] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.505671] amd_uncore: AMD NB counters detected
[    0.505677] amd_uncore: AMD LLC counters detected
[    0.506508] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.508989] audit: initializing netlink subsys (disabled)
[    0.509060] audit: type=2000 audit(1502674066.509:1): state=initialized audit_enabled=0 res=1
[    0.509270] Initialise system trusted keyrings
[    0.509280] Key type blacklist registered
[    0.509340] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.510086] zbud: loaded
[    0.510639] SELinux:  Registering netfilter hooks
[    0.614087] NET: Registered protocol family 38
[    0.614092] Key type asymmetric registered
[    0.614094] Asymmetric key parser 'x509' registered
[    0.614112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.614186] io scheduler noop registered
[    0.614189] io scheduler deadline registered
[    0.614224] io scheduler cfq registered (default)
[    0.614227] io scheduler mq-deadline registered
[    0.614562] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.615455] pcieport 0000:00:01.1: AER enabled with IRQ 26
[    0.615479] pcieport 0000:00:01.3: AER enabled with IRQ 27
[    0.615498] pcieport 0000:00:03.1: AER enabled with IRQ 28
[    0.615508] pcieport 0000:00:01.1: Signaling PME with IRQ 26
[    0.615516] pcieport 0000:00:01.3: Signaling PME with IRQ 27
[    0.615524] pcieport 0000:00:03.1: Signaling PME with IRQ 28
[    0.615539] pcieport 0000:00:07.1: Signaling PME with IRQ 29
[    0.615547] AMD-Vi: Event logged [
[    0.615550] INVALID_DEVICE_REQUEST device=00:00.0 address=0xfffffffdf8000000 flags=0x0a00]
[    0.615552] pcieport 0000:00:08.1: Signaling PME with IRQ 31
[    0.615573] efifb: probing for efifb
[    0.615582] efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
[    0.615586] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.615588] efifb: scrolling: redraw
[    0.615591] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.617078] Console: switching to colour frame buffer device 128x48
[    0.618310] fb0: EFI VGA frame buffer device
[    0.618394] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.618416] ACPI: Power Button [PWRB]
[    0.618445] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.618463] ACPI: Power Button [PWRF]
[    0.619846] GHES: HEST is not enabled!
[    0.619921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.640784] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.642333] Non-volatile memory driver v1.3
[    0.642370] Linux agpgart interface v0.103
[    0.643861] ahci 0000:03:00.1: version 3.0
[    0.643950] ahci 0000:03:00.1: SSS flag set, parallel bus scan disabled
[    0.643999] ahci 0000:03:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[    0.644021] ahci 0000:03:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.644506] scsi host0: ahci
[    0.644664] scsi host1: ahci
[    0.644800] scsi host2: ahci
[    0.644932] scsi host3: ahci
[    0.645060] scsi host4: ahci
[    0.645593] scsi host5: ahci
[    0.646135] scsi host6: ahci
[    0.646654] scsi host7: ahci
[    0.647084] ata1: SATA max UDMA/133 abar m131072@0xfd680000 port 0xfd680100 irq 39
[    0.647494] ata2: SATA max UDMA/133 abar m131072@0xfd680000 port 0xfd680180 irq 39
[    0.647911] ata3: DUMMY
[    0.648324] ata4: DUMMY
[    0.648662] ata5: SATA max UDMA/133 abar m131072@0xfd680000 port 0xfd680300 irq 39
[    0.649010] ata6: SATA max UDMA/133 abar m131072@0xfd680000 port 0xfd680380 irq 39
[    0.649399] ata7: DUMMY
[    0.649801] ata8: DUMMY
[    0.650309] ahci 0000:25:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.650743] ahci 0000:25:00.2: flags: 64bit ncq sntf ilck led clo only pmp fbs pio 
[    0.651375] scsi host8: ahci
[    0.651829] ata9: SATA max UDMA/133 abar m4096@0xfd708000 port 0xfd708100 irq 41
[    0.652326] libphy: Fixed MDIO Bus: probed
[    0.652826] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.653281] ehci-pci: EHCI PCI platform driver
[    0.653742] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.654196] ohci-pci: OHCI PCI platform driver
[    0.654641] uhci_hcd: USB Universal Host Controller Interface driver
[    0.655180] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.655615] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
[    0.711350] xhci_hcd 0000:03:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x08000410
[    0.711810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.712215] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.712625] usb usb1: Product: xHCI Host Controller
[    0.713072] usb usb1: Manufacturer: Linux 4.12.5-300.fc26.x86_64 xhci-hcd
[    0.713512] usb usb1: SerialNumber: 0000:03:00.0
[    0.714064] hub 1-0:1.0: USB hub found
[    0.714508] hub 1-0:1.0: 10 ports detected
[    0.715284] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.715758] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[    0.716217] xhci_hcd 0000:03:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.716664] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.717119] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.717546] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.717989] usb usb2: Product: xHCI Host Controller
[    0.718437] usb usb2: Manufacturer: Linux 4.12.5-300.fc26.x86_64 xhci-hcd
[    0.718804] usb usb2: SerialNumber: 0000:03:00.0
[    0.719259] hub 2-0:1.0: USB hub found
[    0.719638] hub 2-0:1.0: 4 ports detected
[    0.720204] xhci_hcd 0000:24:00.3: xHCI Host Controller
[    0.720704] xhci_hcd 0000:24:00.3: new USB bus registered, assigned bus number 3
[    0.721275] xhci_hcd 0000:24:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x00000410
[    0.721809] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.722318] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.722748] usb usb3: Product: xHCI Host Controller
[    0.723168] usb usb3: Manufacturer: Linux 4.12.5-300.fc26.x86_64 xhci-hcd
[    0.723588] usb usb3: SerialNumber: 0000:24:00.3
[    0.724088] hub 3-0:1.0: USB hub found
[    0.724567] hub 3-0:1.0: 4 ports detected
[    0.725169] xhci_hcd 0000:24:00.3: xHCI Host Controller
[    0.725698] xhci_hcd 0000:24:00.3: new USB bus registered, assigned bus number 4
[    0.726230] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.726728] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.727225] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.727644] usb usb4: Product: xHCI Host Controller
[    0.728066] usb usb4: Manufacturer: Linux 4.12.5-300.fc26.x86_64 xhci-hcd
[    0.728529] usb usb4: SerialNumber: 0000:24:00.3
[    0.729100] hub 4-0:1.0: USB hub found
[    0.729568] hub 4-0:1.0: 4 ports detected
[    0.730189] usbcore: registered new interface driver usbserial
[    0.730657] usbcore: registered new interface driver usbserial_generic
[    0.731155] usbserial: USB Serial support registered for generic
[    0.731573] i8042: PNP: No PS/2 controller found.
[    0.732011] mousedev: PS/2 mouse device common for all mice
[    0.732566] rtc_cmos 00:02: RTC can wake from S4
[    0.733276] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.733784] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.734314] device-mapper: uevent: version 1.0.3
[    0.734965] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: [email protected]
[    0.735677] hidraw: raw HID events driver (C) Jiri Kosina
[    0.736180] usbcore: registered new interface driver usbhid
[    0.736651] usbhid: USB HID core driver
[    0.737233] drop_monitor: Initializing network drop monitor service
[    0.737769] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.738418] Initializing XFRM netlink socket
[    0.739006] NET: Registered protocol family 10
[    0.741342] Segment Routing with IPv6
[    0.741811] mip6: Mobile IPv6
[    0.742273] NET: Registered protocol family 17
[    0.743768] RAS: Correctable Errors collector initialized.
[    0.757004] microcode: CPU0: patch_level=0x08001126
[    0.757565] microcode: CPU1: patch_level=0x08001126
[    0.758033] microcode: CPU2: patch_level=0x08001126
[    0.758580] microcode: CPU3: patch_level=0x08001126
[    0.759074] microcode: CPU4: patch_level=0x08001126
[    0.759597] microcode: CPU5: patch_level=0x08001126
[    0.760025] microcode: CPU6: patch_level=0x08001126
[    0.760520] microcode: CPU7: patch_level=0x08001126
[    0.760929] microcode: CPU8: patch_level=0x08001126
[    0.761406] microcode: CPU9: patch_level=0x08001126
[    0.761797] microcode: CPU10: patch_level=0x08001126
[    0.762192] microcode: CPU11: patch_level=0x08001126
[    0.762736] microcode: CPU12: patch_level=0x08001126
[    0.763111] microcode: CPU13: patch_level=0x08001126
[    0.763479] microcode: CPU14: patch_level=0x08001126
[    0.763907] microcode: CPU15: patch_level=0x08001126
[    0.764352] microcode: Microcode Update Driver: v2.2.
[    0.764362] AVX2 version of gcm_enc/dec engaged.
[    0.765004] AES CTR mode by8 optimization enabled
[    0.772917] registered taskstats version 1
[    0.773253] Loading compiled-in X.509 certificates
[    0.774860] alg: No test for pkcs1pad(rsa,sha256) (pkcs1pad(rsa-generic,sha256))
[    0.775731] Loaded X.509 cert 'Fedora kernel signing key: c59eb7bc258ea685d356097bc77d1b42d3512906'
[    0.777760] Couldn't get size: 0x800000000000000e
[    0.778119] MODSIGN: Couldn't get UEFI db list
[    0.780295] Loaded UEFI:MokListRT cert 'Fedora Secure Boot CA: fde32599c2d61db1bf5807335d7b20e4cd963b42' linked to secondary sys keyring
[    0.781859] Couldn't get size: 0x800000000000000e
[    0.782245] MODSIGN: Couldn't get UEFI dbx list
[    0.782641] zswap: loaded using pool lzo/zbud
[    0.792128] Key type big_key registered
[    0.793651] Key type encrypted registered
[    0.794265]   Magic number: 13:93:458
[    0.794606]   hash matches drivers/base/power/main.c:705
[    0.795279] rtc_cmos 00:02: setting system clock to 2017-08-14 01:27:47 UTC (1502674067)
[    0.795673] PM: Hibernation image not present or could not be loaded.
[    0.958593] ata1: SATA link down (SStatus 0 SControl 300)
[    0.958598] ata9: SATA link down (SStatus 0 SControl 300)
[    1.040125] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.076504] usb 1-8: new low-speed USB device number 2 using xhci_hcd
[    1.164295] usb 3-1: New USB device found, idVendor=2109, idProduct=2812
[    1.164679] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.164998] usb 3-1: Product: USB2.0 Hub             
[    1.165326] usb 3-1: Manufacturer: VIA Labs, Inc.         
[    1.174580] hub 3-1:1.0: USB hub found
[    1.175669] hub 3-1:1.0: 4 ports detected
[    1.263298] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[    1.273263] ata2: SATA link down (SStatus 0 SControl 300)
[    1.357747] usb 1-8: New USB device found, idVendor=0764, idProduct=0501
[    1.358183] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[    1.358543] usb 1-8: Product: UPS AE550
[    1.358924] usb 1-8: Manufacturer: CPS
[    1.410604] hid-generic 0003:0764:0501.0001: hiddev96,hidraw0: USB HID v1.10 Device [CPS UPS AE550] on usb-0000:03:00.0-8/input0
[    1.511684] usb 4-1: New USB device found, idVendor=2109, idProduct=0812
[    1.512115] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.512535] usb 4-1: Product: USB3.0 Hub             
[    1.512988] usb 4-1: Manufacturer: VIA Labs, Inc.         
[    1.527051] hub 4-1:1.0: USB hub found
[    1.527815] hub 4-1:1.0: 4 ports detected
[    1.568147] tsc: Refined TSC clocksource calibration: 2999.999 MHz
[    1.568658] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b3e44b2357, max_idle_ns: 440795324996 ns
[    1.584517] ata5: SATA link down (SStatus 0 SControl 300)
[    1.613558] usb 3-2: new high-speed USB device number 3 using xhci_hcd
[    1.733075] usb 3-2: New USB device found, idVendor=0451, idProduct=8142
[    1.733550] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    1.734001] usb 3-2: SerialNumber: 0F030869E031
[    1.738933] random: fast init done
[    1.750863] hub 3-2:1.0: USB hub found
[    1.751696] hub 3-2:1.0: 4 ports detected
[    1.812565] usb 3-1.1: new full-speed USB device number 4 using xhci_hcd
[    1.895013] ata6: SATA link down (SStatus 0 SControl 300)
[    1.898102] Freeing unused kernel memory: 2160K
[    1.898574] Write protecting the kernel read-only data: 14336k
[    1.899572] Freeing unused kernel memory: 1532K
[    1.900839] Freeing unused kernel memory: 404K
[    1.902915] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.903355] rodata_test: all tests were successful
[    1.918008] usb 3-1.1: New USB device found, idVendor=046d, idProduct=c52b
[    1.923769] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.929463] usb 3-1.1: Product: USB Receiver
[    1.935841] usb 3-1.1: Manufacturer: Logitech
[    1.974945] systemd[1]: systemd 233 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN default-hierarchy=hybrid)
[    1.976293] systemd[1]: Detected architecture x86-64.
[    1.976813] systemd[1]: Running in initial RAM disk.
[    1.978977] systemd[1]: Set hostname to <localhost.localdomain>.
[    2.008758] systemd[1]: Reached target Local File Systems.
[    2.009969] systemd[1]: Listening on udev Kernel Socket.
[    2.011077] systemd[1]: Listening on udev Control Socket.
[    2.011343] usb 4-2: new SuperSpeed USB device number 3 using xhci_hcd
[    2.013015] systemd[1]: Created slice System Slice.
[    2.014149] systemd[1]: Reached target Slices.
[    2.015165] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.025217] usb 4-2: New USB device found, idVendor=0451, idProduct=8140
[    2.025219] usb 4-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.028276] audit: type=1130 audit(1502674068.733:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.030429] audit: type=1130 audit(1502674068.735:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.035928] audit: type=1130 audit(1502674068.740:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.038506] hub 4-2:1.0: USB hub found
[    2.039471] hub 4-2:1.0: 4 ports detected
[    2.067905] audit: type=1130 audit(1502674068.772:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.071707] audit: type=1130 audit(1502674068.776:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.088863] audit: type=1130 audit(1502674068.793:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.092579] audit: type=1130 audit(1502674068.797:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.094183] audit: type=1131 audit(1502674068.797:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.096839] audit: type=1130 audit(1502674068.801:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.104175] usb 3-1.4: new full-speed USB device number 5 using xhci_hcd
[    2.206370] usb 3-1.4: New USB device found, idVendor=24f0, idProduct=0140
[    2.207303] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.208189] usb 3-1.4: Product: Das Keyboard
[    2.209020] usb 3-1.4: Manufacturer: Metadot - Das Keyboard
[    2.235181] input: Metadot - Das Keyboard Das Keyboard as /devices/pci0000:00/0000:00:07.1/0000:24:00.3/usb3/3-1/3-1.4/3-1.4:1.0/0003:24F0:0140.0005/input/input2
[    2.238047] wmi: Mapper loaded
[    2.244642] nvme nvme0: pci function 0000:01:00.0
[    2.254063] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.259205] r8169 0000:21:00.0 eth0: RTL8168h/8111h at 0xffffac3683289000, 4c:cc:6a:f8:76:e9, XID 14100800 IRQ 47
[    2.260269] r8169 0000:21:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.262181] usb 3-2.1: new high-speed USB device number 6 using xhci_hcd
[    2.288387] hid-generic 0003:24F0:0140.0005: input,hidraw1: USB HID v1.10 Keyboard [Metadot - Das Keyboard Das Keyboard] on usb-0000:24:00.3-1.4/input0
[    2.297114] input: Metadot - Das Keyboard Das Keyboard as /devices/pci0000:00/0000:00:07.1/0000:24:00.3/usb3/3-1/3-1.4/3-1.4:1.1/0003:24F0:0140.0006/input/input3
[    2.335967] r8169 0000:21:00.0 enp33s0: renamed from eth0
[    2.350307] hid-generic 0003:24F0:0140.0006: input,hidraw2: USB HID v1.10 Device [Metadot - Das Keyboard Das Keyboard] on usb-0000:24:00.3-1.4/input1
[    2.358391] logitech-djreceiver 0003:046D:C52B.0004: hiddev97,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:24:00.3-1.1/input2
[    2.409343] usb 4-2.1: new SuperSpeed USB device number 4 using xhci_hcd
[    2.425377] usb 4-2.1: New USB device found, idVendor=05e3, idProduct=0612
[    2.426275] usb 4-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.427070] usb 4-2.1: Product: USB3.0 Hub
[    2.427825] usb 4-2.1: Manufacturer: GenesysLogic
[    2.439522] hub 4-2.1:1.0: USB hub found
[    2.440869] hub 4-2.1:1.0: 4 ports detected
[    2.447669] usb 3-2.1: New USB device found, idVendor=05e3, idProduct=0610
[    2.448533] usb 3-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.449227] usb 3-2.1: Product: USB2.0 Hub
[    2.449984] usb 3-2.1: Manufacturer: GenesysLogic
[    2.456503] hub 3-2.1:1.0: USB hub found
[    2.459251] hub 3-2.1:1.0: 4 ports detected
[    2.476671] input: Logitech M705 as /devices/pci0000:00/0000:00:07.1/0000:24:00.3/usb3/3-1/3-1.1/3-1.1:1.2/0003:046D:C52B.0004/0003:046D:101B.0007/input/input4
[    2.478316] logitech-hidpp-device 0003:046D:101B.0007: input,hidraw4: USB HID v1.11 Mouse [Logitech M705] on usb-0000:24:00.3-1.1:1
[    2.480490]  nvme0n1: p1 p2 p3 p4 p5
[    2.511049] usb 4-2.3: new SuperSpeed USB device number 5 using xhci_hcd
[    2.525756] usb 4-2.3: New USB device found, idVendor=0451, idProduct=8025
[    2.526514] usb 4-2.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.534805] hub 4-2.3:1.0: USB hub found
[    2.535753] hub 4-2.3:1.0: 2 ports detected
[    2.576919] clocksource: Switched to clocksource tsc
[    2.588612] usb 3-2.3: new high-speed USB device number 7 using xhci_hcd
[    2.668126] usb 3-2.3: New USB device found, idVendor=0451, idProduct=8027
[    2.668745] usb 3-2.3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    2.669357] usb 3-2.3: SerialNumber: 2005006160B7
[    2.678802] hub 3-2.3:1.0: USB hub found
[    2.679748] hub 3-2.3:1.0: 2 ports detected
[    2.733765] usb 4-2.1.1: new SuperSpeed USB device number 6 using xhci_hcd
[    2.750628] usb 4-2.1.1: New USB device found, idVendor=05e3, idProduct=0612
[    2.751220] usb 4-2.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.751807] usb 4-2.1.1: Product: USB3.0 Hub
[    2.752393] usb 4-2.1.1: Manufacturer: GenesysLogic
[    2.759531] hub 4-2.1.1:1.0: USB hub found
[    2.760503] hub 4-2.1.1:1.0: 4 ports detected
[    2.812627] usb 3-2.4: new full-speed USB device number 8 using xhci_hcd
[    2.920313] usb 3-2.4: New USB device found, idVendor=0451, idProduct=ca01
[    2.920927] usb 3-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.921476] usb 3-2.4: Product: Texas Instruments USBtoI2C Solution
[    2.922043] usb 3-2.4: Manufacturer: Texas Instruments
[    2.922629] usb 3-2.4: SerialNumber: 
[    2.946958] hid-generic 0003:0451:CA01.0008: hiddev98,hidraw5: USB HID v1.00 Device [Texas Instruments Texas Instruments USBtoI2C Solution] on usb-0000:24:00.3-2.4/input0
[    2.961233] usb 3-2.1.1: new high-speed USB device number 9 using xhci_hcd
[    3.046917] usb 3-2.1.1: New USB device found, idVendor=05e3, idProduct=0610
[    3.047576] usb 3-2.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.048154] usb 3-2.1.1: Product: USB2.0 Hub
[    3.048726] usb 3-2.1.1: Manufacturer: GenesysLogic
[    3.063619] hub 3-2.1.1:1.0: USB hub found
[    3.064917] hub 3-2.1.1:1.0: 4 ports detected
[    3.126488] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null)
[    3.393152] systemd-journald[342]: Received SIGTERM from PID 1 (systemd).
[    3.408545] systemd: 17 output lines suppressed due to ratelimiting
[    3.450454] SELinux: 32768 avtab hash slots, 107287 rules.
[    3.460345] SELinux: 32768 avtab hash slots, 107287 rules.
[    3.476808] SELinux:  8 users, 14 roles, 5088 types, 313 bools, 1 sens, 1024 cats
[    3.476810] SELinux:  94 classes, 107287 rules
[    3.479148] SELinux:  Permission getrlimit in class process not defined in policy.
[    3.479725] SELinux:  Class sctp_socket not defined in policy.
[    3.480222] SELinux:  Class icmp_socket not defined in policy.
[    3.480718] SELinux:  Class ax25_socket not defined in policy.
[    3.481207] SELinux:  Class ipx_socket not defined in policy.
[    3.481700] SELinux:  Class netrom_socket not defined in policy.
[    3.482178] SELinux:  Class atmpvc_socket not defined in policy.
[    3.482637] SELinux:  Class x25_socket not defined in policy.
[    3.483084] SELinux:  Class rose_socket not defined in policy.
[    3.483515] SELinux:  Class decnet_socket not defined in policy.
[    3.483947] SELinux:  Class atmsvc_socket not defined in policy.
[    3.484370] SELinux:  Class rds_socket not defined in policy.
[    3.484792] SELinux:  Class irda_socket not defined in policy.
[    3.485211] SELinux:  Class pppox_socket not defined in policy.
[    3.485628] SELinux:  Class llc_socket not defined in policy.
[    3.486046] SELinux:  Class can_socket not defined in policy.
[    3.486459] SELinux:  Class tipc_socket not defined in policy.
[    3.486867] SELinux:  Class bluetooth_socket not defined in policy.
[    3.487276] SELinux:  Class iucv_socket not defined in policy.
[    3.487682] SELinux:  Class rxrpc_socket not defined in policy.
[    3.488084] SELinux:  Class isdn_socket not defined in policy.
[    3.488488] SELinux:  Class phonet_socket not defined in policy.
[    3.488894] SELinux:  Class ieee802154_socket not defined in policy.
[    3.489299] SELinux:  Class caif_socket not defined in policy.
[    3.489703] SELinux:  Class alg_socket not defined in policy.
[    3.490102] SELinux:  Class nfc_socket not defined in policy.
[    3.490493] SELinux:  Class vsock_socket not defined in policy.
[    3.490886] SELinux:  Class kcm_socket not defined in policy.
[    3.491281] SELinux:  Class qipcrtr_socket not defined in policy.
[    3.491678] SELinux:  Class smc_socket not defined in policy.
[    3.492070] SELinux: the above unknown classes and permissions will be allowed
[    3.492471] SELinux:  Completing initialization.
[    3.492471] SELinux:  Setting up existing superblocks.
[    3.502130] systemd[1]: Successfully loaded SELinux policy in 58.718ms.
[    3.521982] systemd[1]: Relabelled /dev and /run in 12.937ms.
[    3.639528] EXT4-fs (nvme0n1p3): re-mounted. Opts: (null)
[    3.652430] systemd-journald[567]: Received request to flush runtime journal from PID 1
[    3.736831] acpi_cpufreq: overriding BIOS provided _PSD data
[    3.816724] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    3.816730] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.817772] piix4_smbus 0000:00:14.0: Using register 0x2e for SMBus port selection
[    3.820735] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[    3.821375] sp5100_tco: PCI Vendor ID: 0x1022, Device ID: 0x790b, Revision ID: 0x59
[    3.822114] sp5100_tco: I/O address 0x0cd6 already in use
[    3.822389] parport_pc 00:04: reported by Plug and Play ACPI
[    3.822559] parport0: PC-style at 0x378, irq 5 [PCSPP]
[    3.863022] Adding 33228796k swap on /dev/nvme0n1p4.  Priority:-1 extents:1 across:33228796k SSFS
[    3.934232] ccp 0000:24:00.2: enabling device (0000 -> 0002)
[    3.934584] ppdev: user-space parallel port driver
[    3.939245] ccp 0000:24:00.2: enabled
[    3.949780] kvm: Nested Virtualization enabled
[    3.950423] kvm: Nested Paging enabled
[    3.955537] MCE: In-kernel MCE decoding enabled.
[    3.960368] nvidia: loading out-of-tree module taints kernel.
[    3.961229] nvidia: module license 'NVIDIA' taints kernel.
[    3.961800] Disabling lock debugging due to kernel taint
[    3.962454] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.963138] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.966928] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    3.972072] snd_hda_intel 0000:23:00.1: Disabling MSI
[    3.972387] nvidia-nvlink: Nvlink Core is being initialized, major device number 242
[    3.973170] snd_hda_intel 0000:23:00.1: Handle vga_switcheroo audio client
[    3.973822] snd_hda_intel 0000:25:00.3: enabling device (0000 -> 0002)
[    3.973871] nvidia 0000:23:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    3.973936] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  384.59  Wed Jul 19 23:53:34 PDT 2017 (using threaded interrupts)
[    3.977547] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  384.59  Wed Jul 19 23:46:42 PDT 2017
[    3.979701] [drm] [nvidia-drm] [GPU ID 0x00002300] Loading driver
[    3.980470] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:23:00.0 on minor 0
[    4.003695] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    4.004344] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.004990] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    4.005630] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    4.006253] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    4.006895] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    4.007566] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    4.008364] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    4.024913] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input5
[    4.027574] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input6
[    4.029821] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input7
[    4.031453] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input8
[    4.032628] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input9
[    4.033522] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input10
[    4.034363] input: HD-Audio Generic Line Out Side as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input11
[    4.035170] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:25:00.3/sound/card1/input12
[    4.036982] random: crng init done
[    4.077527] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.081502] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
[    4.190295] RPC: Registered named UNIX socket transport module.
[    4.190936] RPC: Registered udp transport module.
[    4.191566] RPC: Registered tcp transport module.
[    4.192188] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.249475] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:23:00.1/sound/card0/input13
[    4.251682] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:23:00.1/sound/card0/input14
[    4.254009] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:23:00.1/sound/card0/input15
[    4.701688] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    4.737221] Ebtables v2.0 registered
[    4.789215] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[    4.868371] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    4.892662] Netfilter messages via NETLINK v0.30.
[    4.898640] ip_set: protocol 6
[    5.029303] IPv6: ADDRCONF(NETDEV_UP): enp33s0: link is not ready
[    5.042167] r8169 0000:21:00.0 enp33s0: link down
[    5.042170] r8169 0000:21:00.0 enp33s0: link down
[    5.042258] IPv6: ADDRCONF(NETDEV_UP): enp33s0: link is not ready
[    5.244305] tun: Universal TUN/TAP device driver, 1.6
[    5.245602] virbr0: port 1(virbr0-nic) entered blocking state
[    5.245605] virbr0: port 1(virbr0-nic) entered disabled state
[    5.245633] device virbr0-nic entered promiscuous mode
[    5.351876] virbr0: port 1(virbr0-nic) entered blocking state
[    5.353375] virbr0: port 1(virbr0-nic) entered listening state
[    5.386806] virbr0: port 1(virbr0-nic) entered disabled state
[    6.375865] NVRM: Your system is not currently configured to drive a VGA console
               on the primary VGA device. The NVIDIA Linux graphics driver
               requires the use of a text-mode VGA console. Use of other console
               drivers including, but not limited to, vesafb, may result in
               corruption and stability problems, and is not supported.
[    6.377133] nvidia-modeset: Allocated GPU:0 (GPU-7863aac7-95ad-4f16-6f85-10661455d59c) @ PCI:0000:23:00.0
[    8.181300] r8169 0000:21:00.0 enp33s0: link up
[    8.181314] IPv6: ADDRCONF(NETDEV_CHANGE): enp33s0: link becomes ready
[   15.477598] logitech-hidpp-device 0003:046D:101B.0007: HID++ 1.0 device connected.
[   19.035138] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD data byte 58
[   20.002275] fuse init (API version 7.26)
[  183.968513] usb 3-2.1.2: new high-speed USB device number 10 using xhci_hcd
[  184.050074] usb 3-2.1.2: New USB device found, idVendor=154b, idProduct=005b
[  184.050081] usb 3-2.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  184.050095] usb 3-2.1.2: Product: USB 2.0 FD
[  184.050098] usb 3-2.1.2: Manufacturer: PNY Technologies
[  184.050100] usb 3-2.1.2: SerialNumber: AA00000000001899
[  184.081711] usb-storage 3-2.1.2:1.0: USB Mass Storage device detected
[  184.081851] scsi host9: usb-storage 3-2.1.2:1.0
[  184.081924] usbcore: registered new interface driver usb-storage
[  184.083857] usbcore: registered new interface driver uas
[  186.015107] scsi 9:0:0:0: Direct-Access     PNY      USB 2.0 FD       1100 PQ: 0 ANSI: 4
[  186.016195] sd 9:0:0:0: [sda] 63901440 512-byte logical blocks: (32.7 GB/30.5 GiB)
[  186.016362] sd 9:0:0:0: Attached scsi generic sg0 type 0
[  186.016639] sd 9:0:0:0: [sda] Write Protect is off
[  186.016643] sd 9:0:0:0: [sda] Mode Sense: 43 00 00 00
[  186.017090] sd 9:0:0:0: [sda] No Caching mode page found
[  186.017094] sd 9:0:0:0: [sda] Assuming drive cache: write through
[  186.019726]  sda: sda1
[  186.021155] sd 9:0:0:0: [sda] Attached SCSI removable disk
[  186.251479] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.

edit

i don’t understand this. there is no sda on my system…?

what are your system specs and are you using any broadcom networking devices?

also the output of this command

sudo cat /proc/interrupts

1 Like

Might I ask what your system configuration is?

Is it/was it overclocked at all? What Mainboard is in there? Any specific options you have enabled in the UEFI?

I’m leaning towards kernel / hardware / hardware config issue here.

I’ve read through the entire dmesg, there’s a few minor warnings but nothing suspect related to an interrupt leading to kernel panic. Unfortunately your kernel panic dump is missing some information from above, but my suspicion is that APIC timer setup is not done correctly or gets out of sync.

You can try booting with the noapic option and see what it does maybe?

But mainly would be useful if you could fully detail your problem more. Collect the kernel panic log from a previous boot using

journalctl -k -b -1

if not from the previous you can use

journalctl --list-boots

to find the boot in question and set the number to get the kernel messages from that in full.

3 Likes

Can you pastebin your stuff. The mass pastes have turned this topic into nightmare fuel on mobile.

Fyi kernel 4.12 is released in fedora now in updates or updates-testing. Just use it as normal.

It’s generally not a good idea to try and randomly install all kernel packages

1 Like

i will, after work. i thought about that after. sorry.

cool! where to get it was actually what i was trying to figure out in the first place :slight_smile:

ok, sorry, got sidetracked.

system:

  • R7 1700
  • MSI B350 PC MATE
  • GTX 1050 ti
  • 32GB (2×16GB) G.Skill Fortis 2400
  • EVGA Supernova G3 850W
  • Samsung 960 EVO 250GB

all at stock speeds / settings.
motherboard has the 7A34vA5 bios (which was most recent up until 2 weeks ago).

logs: