You are not logged in.

#1 2017-10-17 10:52:23

AP-random472
Member
Registered: 2017-01-16
Posts: 18

[SOLVED] Boot/Display Freeze:"Loading Initial Ramdisk" NVIDIA GTX10xx

Hi - Thank you in advance for any advice. I fear I simply need to wait for driver updates.

I see this type of problem is not new, so I am kicking myself that I haven't been able to solve it. I think I simply run out of linux ability after the below...

I have two separate computers that have displayed the EXACT same behaviour.

HARDWARE:

The details of the PCs, beyond them having NVIDIA 10 series GPUs, which i think is the issue, maybe surplus to requirement. In any case, the two hardware set ups are:

Computer 1:
Motherboard: MSI X99 SLI Plus (latest BIOS)
CPU: i7-5820k
Ram: 32gb DDR4
GPU: MSI GTX 1080Ti
Storage: 1x M.2, 2x SSD in Raid, 2x other SSD, 1x HDD
Arch is being installed on one of the SSDs (not on RAID)

Computer 2:
Motherboard: Gigabyte Z170N - WIFI (+BIOS update)
CPU: i7-6700k
Ram: 16gb DDR4
GPU: Gigabyte GTX 1070
Storage: 1x M.2, 2x SSD 1x HDD
Arch is being installed on one of the SSDs (not on RAID)

OS SETUP:

EFI, dual boot. M.2. Drives for both have untouched windows installations.

For each PC, arch is solely focused on a single SSD. The installations are EFI, using Grub, installed to the SSD.

The PCs point to the Grub SSD on boot, which both load Arch or Windows basic installations perfectly.

BACKGROUND (pre issue):

At this stage each computer boots up with minimal boot warnings or errors. No problem.

At this stage I have elected to install the proprietary NVIDIA drivers, firstly due to performance but also as I believe one of the boot messages about "DRM pointer to flat panel table invalid" is related to the Nouveau Driver, and i'm trying squash as many boot errors as possible.

The following experience is replicated across both machines:

PROBLEM:

Each time I do the following...

1. Install nvidia (pacman -Syu nvidia)
    * Also tried nvidia-lts, dkms (which i don't fully understand yet, but tried anyway) as well as using the beta drivers through yaourt
    * WHAT is annoying, is that the nvidia package got updated last night, and nothing changed sad oh man i was so disappointed..)

2. mkinitcpio -P (this is also hooked onto nvidia etc pacman for install, upgrade etc, but i run it again just in case)

3. grub-mkconfig -o /boot/grub/grub.cfg

    * Note the following has been tested:
        - With / without nomodeset as kernal paramater (GRUB_CMDLINE_LINUX_DEFAULT="nomodeset")
        - With / without GRUB_GFXPAYLOAD_LINUX="text"
        - GRUB_GFXMODE="auto" is always used. this i assume fine as i see the grub menu and the "text" above should reset things when os kicks in?

(Please note I know the grub-mkconfig is working as I see it successfully changing other grub defaults i set like TIMEOUT etc, and i see this changing and no erros kicked out of the mkconfig)

then reboot... and then the screen freezes at "Loading Initial Ramdisk"
    - I have to use my live USB and uninstall the nvidia drivers, then it works fine, and i try the next iterations
   
I also note that the system is functioning underneath as I can blindly log in and even shut down the system all while the above is on screen

Finally, I have also tried using the linux-lts kernel, no change.

Kernel is 4.13.3
NVIDIA is 387.12-2 (but i also tried the version before, didn't note down the versioning number)

---

So: Am i stuck with Nouveau "forever" (or until an update fixes something)?

The one thing I am yet to try is to work out how to see the boot messages from a failed boot. I guess that is easy, but will report back soon if shows anything

Thanks again for any ideas... I can't work out why nomodeset didn't help this ... I've even tried adding it manually by pressing 'e' in grub and adding to end

Last edited by AP-random472 (2017-10-19 11:38:35)

Offline

#2 2017-10-17 12:43:28

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [SOLVED] Boot/Display Freeze:"Loading Initial Ramdisk" NVIDIA GTX10xx

Maybe I missed it, but what is the kernel boot line parameters? You mentioned trying "nomodeset", etc., but what is the full line?

Also, Are these Optimus systems?

I use a laptop with a discrete 1070 GTX card (no Optimus) and the machine has always worked fine. I am on the latest provided Kernel and nVidia drivers (no [Testing] repository activated). I don't think the drivers are the issue at this point.

Can you boot to a command prompt and not try to boot into X? Does that work?

Last edited by mrunion (2017-10-17 12:43:40)


Matt

"It is very difficult to educate the educated."

Offline

#3 2017-10-17 12:53:24

AP-random472
Member
Registered: 2017-01-16
Posts: 18

Re: [SOLVED] Boot/Display Freeze:"Loading Initial Ramdisk" NVIDIA GTX10xx

mrunion wrote:

Maybe I missed it, but what is the kernel boot line parameters? You mentioned trying "nomodeset", etc., but what is the full line?

Also, Are these Optimus systems?

I use a laptop with a discrete 1070 GTX card (no Optimus) and the machine has always worked fine. I am on the latest provided Kernel and nVidia drivers (no [Testing] repository activated). I don't think the drivers are the issue at this point.

Can you boot to a command prompt and not try to boot into X? Does that work?

Hi, thanks for your response.

I am at work but will paste the full kernel parameter line as soon as I get home in a couple of hours.

These are desktops, no Optimus (although it 6700k does have on-die GPU, i understand Optimus is different / laptop as you infer)

Edit (didn't read you properly). regarding X, I don't have it installed yet, this was all booting to tty / command prompt.

regarding repos, i haven't edited any of my lists since install so assume i'm not on testing (I have however added archSOMETHING.fr for yaourt, but only used when trying beta nvidia drivers and now removed)

Last edited by AP-random472 (2017-10-18 05:55:14)

Offline

#4 2017-10-17 21:20:28

AP-random472
Member
Registered: 2017-01-16
Posts: 18

Re: [SOLVED] Boot/Display Freeze:"Loading Initial Ramdisk" NVIDIA GTX10xx

mrunion wrote:

Maybe I missed it, but what is the kernel boot line parameters? You mentioned trying "nomodeset", etc., but what is the full line?

Hi, it is:

BOOT_IMAGE=/vmlinuz-linux root=UUID=9912e00d-3c85-4691-8427-1c462edf70de rw quiet nomodeset

And full log from journalctl:

-- Reboot --
Oct 17 22:10:15 i7-6700k kernel: random: get_random_bytes called from start_kernel+0x42/0x4b7 with crng_init=0
Oct 17 22:10:15 i7-6700k kernel: Linux version 4.13.7-1-ARCH (builduser@tobias) (gcc version 7.2.0 (GCC)) #1 SMP PREEMPT Sat Oct 14 20:13:26 CEST 2017
Oct 17 22:10:15 i7-6700k kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9912e00d-3c85-4691-8427-1c462edf70de rw quiet nomodeset
Oct 17 22:10:15 i7-6700k kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 17 22:10:15 i7-6700k kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 17 22:10:15 i7-6700k kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 17 22:10:15 i7-6700k kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Oct 17 22:10:15 i7-6700k kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Oct 17 22:10:15 i7-6700k kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 17 22:10:15 i7-6700k kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Oct 17 22:10:15 i7-6700k kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Oct 17 22:10:15 i7-6700k kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Oct 17 22:10:15 i7-6700k kernel: e820: BIOS-provided physical RAM map:
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000b6d4cfff] usable
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x00000000b6d4d000-0x00000000b6d4dfff] ACPI NVS
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x00000000b6d4e000-0x00000000b6d4efff] reserved
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x00000000b6d4f000-0x00000000be620fff] usable
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x00000000be621000-0x00000000be99bfff] reserved
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x00000000be99c000-0x00000000beb09fff] usable
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x00000000beb0a000-0x00000000bf1b8fff] ACPI NVS
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x00000000bf1b9000-0x00000000bf6a2fff] reserved
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x00000000bf6a3000-0x00000000bf6fefff] type 20
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x00000000bf6ff000-0x00000000bf6fffff] usable
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x00000000bf700000-0x00000000bfffffff] reserved
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Oct 17 22:10:15 i7-6700k kernel: BIOS-e820: [mem 0x0000000100000000-0x000000043effffff] usable
Oct 17 22:10:15 i7-6700k kernel: NX (Execute Disable) protection: active
Oct 17 22:10:15 i7-6700k kernel: efi: EFI v2.50 by American Megatrends
Oct 17 22:10:15 i7-6700k kernel: efi:  ACPI 2.0=0xbee0a000  ACPI=0xbee0a000  SMBIOS=0xbf5ce000  SMBIOS 3.0=0xbf5cd000  MPS=0xfca10  ESRT=0xbd383b18 
Oct 17 22:10:15 i7-6700k kernel: random: fast init done
Oct 17 22:10:15 i7-6700k kernel: SMBIOS 3.0.0 present.
Oct 17 22:10:15 i7-6700k kernel: DMI: Gigabyte Technology Co., Ltd. Z170N-WIFI/Z170N-WIFI-CF, BIOS F20d 06/30/2017
Oct 17 22:10:15 i7-6700k kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 17 22:10:15 i7-6700k kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 17 22:10:15 i7-6700k kernel: e820: last_pfn = 0x43f000 max_arch_pfn = 0x400000000
Oct 17 22:10:15 i7-6700k kernel: MTRR default type: write-back
Oct 17 22:10:15 i7-6700k kernel: MTRR fixed ranges enabled:
Oct 17 22:10:15 i7-6700k kernel:   00000-9FFFF write-back
Oct 17 22:10:15 i7-6700k kernel:   A0000-BFFFF uncachable
Oct 17 22:10:15 i7-6700k kernel:   C0000-FFFFF write-protect
Oct 17 22:10:15 i7-6700k kernel: MTRR variable ranges enabled:
Oct 17 22:10:15 i7-6700k kernel:   0 base 00C0000000 mask 7FC0000000 uncachable
Oct 17 22:10:15 i7-6700k kernel:   1 disabled
Oct 17 22:10:15 i7-6700k kernel:   2 disabled
Oct 17 22:10:15 i7-6700k kernel:   3 disabled
Oct 17 22:10:15 i7-6700k kernel:   4 disabled
Oct 17 22:10:15 i7-6700k kernel:   5 disabled
Oct 17 22:10:15 i7-6700k kernel:   6 disabled
Oct 17 22:10:15 i7-6700k kernel:   7 disabled
Oct 17 22:10:15 i7-6700k kernel:   8 disabled
Oct 17 22:10:15 i7-6700k kernel:   9 disabled
Oct 17 22:10:15 i7-6700k kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
Oct 17 22:10:15 i7-6700k kernel: e820: last_pfn = 0xbf700 max_arch_pfn = 0x400000000
Oct 17 22:10:15 i7-6700k kernel: found SMP MP-table at [mem 0x000fcd10-0x000fcd1f] mapped at [ffff932f000fcd10]
Oct 17 22:10:15 i7-6700k kernel: esrt: Reserving ESRT space from 0x00000000bd383b18 to 0x00000000bd383b50.
Oct 17 22:10:15 i7-6700k kernel: Scanning 1 areas for low memory corruption
Oct 17 22:10:15 i7-6700k kernel: Base memory trampoline at [ffff932f00095000] 95000 size 24576
Oct 17 22:10:15 i7-6700k kernel: Using GB pages for direct mapping
Oct 17 22:10:15 i7-6700k kernel: BRK [0x425d64000, 0x425d64fff] PGTABLE
Oct 17 22:10:15 i7-6700k kernel: BRK [0x425d65000, 0x425d65fff] PGTABLE
Oct 17 22:10:15 i7-6700k kernel: BRK [0x425d66000, 0x425d66fff] PGTABLE
Oct 17 22:10:15 i7-6700k kernel: BRK [0x425d67000, 0x425d67fff] PGTABLE
Oct 17 22:10:15 i7-6700k kernel: BRK [0x425d68000, 0x425d68fff] PGTABLE
Oct 17 22:10:15 i7-6700k kernel: BRK [0x425d69000, 0x425d69fff] PGTABLE
Oct 17 22:10:15 i7-6700k kernel: BRK [0x425d6a000, 0x425d6afff] PGTABLE
Oct 17 22:10:15 i7-6700k kernel: BRK [0x425d6b000, 0x425d6bfff] PGTABLE
Oct 17 22:10:15 i7-6700k kernel: BRK [0x425d6c000, 0x425d6cfff] PGTABLE
Oct 17 22:10:15 i7-6700k kernel: BRK [0x425d6d000, 0x425d6dfff] PGTABLE
Oct 17 22:10:15 i7-6700k kernel: BRK [0x425d6e000, 0x425d6efff] PGTABLE
Oct 17 22:10:15 i7-6700k kernel: Secure boot could not be determined
Oct 17 22:10:15 i7-6700k kernel: RAMDISK: [mem 0x370a3000-0x37848fff]
Oct 17 22:10:15 i7-6700k kernel: ACPI: Early table checksum verification disabled
Oct 17 22:10:15 i7-6700k kernel: ACPI: RSDP 0x00000000BEE0A000 000024 (v02 ALASKA)
Oct 17 22:10:15 i7-6700k kernel: ACPI: XSDT 0x00000000BEE0A0A0 0000BC (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 17 22:10:15 i7-6700k kernel: ACPI: FACP 0x00000000BEE322A8 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Oct 17 22:10:15 i7-6700k kernel: ACPI: DSDT 0x00000000BEE0A1F0 0280B7 (v02 ALASKA A M I    01072009 INTL 20160422)
Oct 17 22:10:15 i7-6700k kernel: ACPI: FACS 0x00000000BF1B8C40 000040
Oct 17 22:10:15 i7-6700k kernel: ACPI: APIC 0x00000000BEE323C0 0000BC (v03 ALASKA A M I    01072009 AMI  00010013)
Oct 17 22:10:15 i7-6700k kernel: ACPI: FPDT 0x00000000BEE32480 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 17 22:10:15 i7-6700k kernel: ACPI: MCFG 0x00000000BEE324C8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Oct 17 22:10:15 i7-6700k kernel: ACPI: FIDT 0x00000000BEE32508 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 17 22:10:15 i7-6700k kernel: ACPI: SSDT 0x00000000BEE325A8 003154 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Oct 17 22:10:15 i7-6700k kernel: ACPI: SSDT 0x00000000BEE35700 002544 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
Oct 17 22:10:15 i7-6700k kernel: ACPI: HPET 0x00000000BEE37C48 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
Oct 17 22:10:15 i7-6700k kernel: ACPI: SSDT 0x00000000BEE37C80 000E3B (v02 INTEL  Ther_Rvp 00001000 INTL 20160422)
Oct 17 22:10:15 i7-6700k kernel: ACPI: SSDT 0x00000000BEE38AC0 002AD7 (v02 INTEL  xh_rvp10 00000000 INTL 20160422)
Oct 17 22:10:15 i7-6700k kernel: ACPI: UEFI 0x00000000BEE3B598 000042 (v01 INTEL  EDK2     00000002      01000013)
Oct 17 22:10:15 i7-6700k kernel: ACPI: SSDT 0x00000000BEE3B5E0 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Oct 17 22:10:15 i7-6700k kernel: ACPI: LPIT 0x00000000BEE3C4C0 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
Oct 17 22:10:15 i7-6700k kernel: ACPI: WSMT 0x00000000BEE3C558 000028 (v01 INTEL  KBL      00000000 MSFT 0000005F)
Oct 17 22:10:15 i7-6700k kernel: ACPI: SSDT 0x00000000BEE3C580 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
Oct 17 22:10:15 i7-6700k kernel: ACPI: SSDT 0x00000000BEE3C820 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Oct 17 22:10:15 i7-6700k kernel: ACPI: DBGP 0x00000000BEE3F828 000034 (v01 INTEL           00000002 MSFT 0000005F)
Oct 17 22:10:15 i7-6700k kernel: ACPI: DBG2 0x00000000BEE3F860 000054 (v00 INTEL           00000002 MSFT 0000005F)
Oct 17 22:10:15 i7-6700k kernel: ACPI: DMAR 0x00000000BEE3F8B8 000070 (v01 INTEL  KBL      00000001 INTL 00000001)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Local APIC address 0xfee00000
Oct 17 22:10:15 i7-6700k kernel: No NUMA configuration found
Oct 17 22:10:15 i7-6700k kernel: Faking a node at [mem 0x0000000000000000-0x000000043effffff]
Oct 17 22:10:15 i7-6700k kernel: NODE_DATA(0) allocated [mem 0x43effb000-0x43effffff]
Oct 17 22:10:15 i7-6700k kernel: Zone ranges:
Oct 17 22:10:15 i7-6700k kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 17 22:10:15 i7-6700k kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 17 22:10:15 i7-6700k kernel:   Normal   [mem 0x0000000100000000-0x000000043effffff]
Oct 17 22:10:15 i7-6700k kernel:   Device   empty
Oct 17 22:10:15 i7-6700k kernel: Movable zone start for each node
Oct 17 22:10:15 i7-6700k kernel: Early memory node ranges
Oct 17 22:10:15 i7-6700k kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Oct 17 22:10:15 i7-6700k kernel:   node   0: [mem 0x0000000000059000-0x000000000009efff]
Oct 17 22:10:15 i7-6700k kernel:   node   0: [mem 0x0000000000100000-0x00000000b6d4cfff]
Oct 17 22:10:15 i7-6700k kernel:   node   0: [mem 0x00000000b6d4f000-0x00000000be620fff]
Oct 17 22:10:15 i7-6700k kernel:   node   0: [mem 0x00000000be99c000-0x00000000beb09fff]
Oct 17 22:10:15 i7-6700k kernel:   node   0: [mem 0x00000000bf6ff000-0x00000000bf6fffff]
Oct 17 22:10:15 i7-6700k kernel:   node   0: [mem 0x0000000100000000-0x000000043effffff]
Oct 17 22:10:15 i7-6700k kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000043effffff]
Oct 17 22:10:15 i7-6700k kernel: On node 0 totalpages: 4183851
Oct 17 22:10:15 i7-6700k kernel:   DMA zone: 64 pages used for memmap
Oct 17 22:10:15 i7-6700k kernel:   DMA zone: 27 pages reserved
Oct 17 22:10:15 i7-6700k kernel:   DMA zone: 3997 pages, LIFO batch:0
Oct 17 22:10:15 i7-6700k kernel:   DMA32 zone: 12127 pages used for memmap
Oct 17 22:10:15 i7-6700k kernel:   DMA32 zone: 776078 pages, LIFO batch:31
Oct 17 22:10:15 i7-6700k kernel:   Normal zone: 53184 pages used for memmap
Oct 17 22:10:15 i7-6700k kernel:   Normal zone: 3403776 pages, LIFO batch:31
Oct 17 22:10:15 i7-6700k kernel: ACPI: PM-Timer IO Port: 0x1808
Oct 17 22:10:15 i7-6700k kernel: ACPI: Local APIC address 0xfee00000
Oct 17 22:10:15 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 17 22:10:15 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 17 22:10:15 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 17 22:10:15 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 17 22:10:15 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 17 22:10:15 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 17 22:10:15 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 17 22:10:15 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 17 22:10:15 i7-6700k kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Oct 17 22:10:15 i7-6700k kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 17 22:10:15 i7-6700k kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 17 22:10:15 i7-6700k kernel: ACPI: IRQ0 used by override.
Oct 17 22:10:15 i7-6700k kernel: ACPI: IRQ9 used by override.
Oct 17 22:10:15 i7-6700k kernel: Using ACPI (MADT) for SMP configuration information
Oct 17 22:10:15 i7-6700k kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Oct 17 22:10:15 i7-6700k kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xb6d4d000-0xb6d4dfff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xb6d4e000-0xb6d4efff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xbe621000-0xbe99bfff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xbeb0a000-0xbf1b8fff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xbf1b9000-0xbf6a2fff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xbf6a3000-0xbf6fefff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xbf700000-0xbfffffff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xc0000000-0xefffffff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Oct 17 22:10:15 i7-6700k kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Oct 17 22:10:15 i7-6700k kernel: e820: [mem 0xc0000000-0xefffffff] available for PCI devices
Oct 17 22:10:15 i7-6700k kernel: Booting paravirtualized kernel on bare hardware
Oct 17 22:10:15 i7-6700k kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 17 22:10:15 i7-6700k kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
Oct 17 22:10:15 i7-6700k kernel: percpu: Embedded 36 pages/cpu @ffff93333ec00000 s106520 r8192 d32744 u262144
Oct 17 22:10:15 i7-6700k kernel: pcpu-alloc: s106520 r8192 d32744 u262144 alloc=1*2097152
Oct 17 22:10:15 i7-6700k kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Oct 17 22:10:15 i7-6700k kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4118449
Oct 17 22:10:15 i7-6700k kernel: Policy zone: Normal
Oct 17 22:10:15 i7-6700k kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9912e00d-3c85-4691-8427-1c462edf70de rw quiet nomodeset
Oct 17 22:10:15 i7-6700k kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Oct 17 22:10:15 i7-6700k kernel: Calgary: detecting Calgary via BIOS EBDA area
Oct 17 22:10:15 i7-6700k kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 17 22:10:15 i7-6700k kernel: Memory: 16270456K/16735404K available (6644K kernel code, 1134K rwdata, 2048K rodata, 1336K init, 908K bss, 464948K reserved, 0K cma-reserved)
Oct 17 22:10:15 i7-6700k kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Oct 17 22:10:15 i7-6700k kernel: ftrace: allocating 28352 entries in 111 pages
Oct 17 22:10:15 i7-6700k kernel: Preemptible hierarchical RCU implementation.
Oct 17 22:10:15 i7-6700k kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
Oct 17 22:10:15 i7-6700k kernel:         Tasks RCU enabled.
Oct 17 22:10:15 i7-6700k kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Oct 17 22:10:15 i7-6700k kernel: NR_IRQS: 8448, nr_irqs: 2048, preallocated irqs: 16
Oct 17 22:10:15 i7-6700k kernel: Console: colour dummy device 80x25
Oct 17 22:10:15 i7-6700k kernel: console [tty0] enabled
Oct 17 22:10:15 i7-6700k kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Oct 17 22:10:15 i7-6700k kernel: hpet clockevent registered
Oct 17 22:10:15 i7-6700k kernel: tsc: Detected 4200.000 MHz processor
Oct 17 22:10:15 i7-6700k kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 8403.00 BogoMIPS (lpj=14000000)
Oct 17 22:10:15 i7-6700k kernel: pid_max: default: 32768 minimum: 301
Oct 17 22:10:15 i7-6700k kernel: ACPI: Core revision 20170531
Oct 17 22:10:15 i7-6700k kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
Oct 17 22:10:15 i7-6700k kernel: Security Framework initialized
Oct 17 22:10:15 i7-6700k kernel: Yama: becoming mindful.
Oct 17 22:10:15 i7-6700k kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Oct 17 22:10:15 i7-6700k kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Oct 17 22:10:15 i7-6700k kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
Oct 17 22:10:15 i7-6700k kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
Oct 17 22:10:15 i7-6700k kernel: CPU: Physical Processor ID: 0
Oct 17 22:10:15 i7-6700k kernel: CPU: Processor Core ID: 0
Oct 17 22:10:15 i7-6700k kernel: mce: CPU supports 10 MCE banks
Oct 17 22:10:15 i7-6700k kernel: CPU0: Thermal monitoring enabled (TM1)
Oct 17 22:10:15 i7-6700k kernel: process: using mwait in idle threads
Oct 17 22:10:15 i7-6700k kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Oct 17 22:10:15 i7-6700k kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Oct 17 22:10:15 i7-6700k kernel: Freeing SMP alternatives memory: 24K
Oct 17 22:10:15 i7-6700k kernel: smpboot: Max logical packages: 2
Oct 17 22:10:15 i7-6700k kernel: DMAR: Host address width 39
Oct 17 22:10:15 i7-6700k kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x1
Oct 17 22:10:15 i7-6700k kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da
Oct 17 22:10:15 i7-6700k kernel: DMAR: RMRR base: 0x000000be8ee000 end: 0x000000be90dfff
Oct 17 22:10:15 i7-6700k kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed90000 IOMMU 0
Oct 17 22:10:15 i7-6700k kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed90000
Oct 17 22:10:15 i7-6700k kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Oct 17 22:10:15 i7-6700k kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Oct 17 22:10:15 i7-6700k kernel: x2apic enabled
Oct 17 22:10:15 i7-6700k kernel: Switched APIC routing to cluster x2apic.
Oct 17 22:10:15 i7-6700k kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 17 22:10:15 i7-6700k kernel: TSC deadline timer enabled
Oct 17 22:10:15 i7-6700k kernel: smpboot: CPU0: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz (family: 0x6, model: 0x9e, stepping: 0x9)
Oct 17 22:10:15 i7-6700k kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Oct 17 22:10:15 i7-6700k kernel: ... version:                4
Oct 17 22:10:15 i7-6700k kernel: ... bit width:              48
Oct 17 22:10:15 i7-6700k kernel: ... generic registers:      4
Oct 17 22:10:15 i7-6700k kernel: ... value mask:             0000ffffffffffff
Oct 17 22:10:15 i7-6700k kernel: ... max period:             00007fffffffffff
Oct 17 22:10:15 i7-6700k kernel: ... fixed-purpose events:   3
Oct 17 22:10:15 i7-6700k kernel: ... event mask:             000000070000000f
Oct 17 22:10:15 i7-6700k kernel: Hierarchical SRCU implementation.
Oct 17 22:10:15 i7-6700k kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Oct 17 22:10:15 i7-6700k kernel: smp: Bringing up secondary CPUs ...
Oct 17 22:10:15 i7-6700k kernel: x86: Booting SMP configuration:
Oct 17 22:10:15 i7-6700k kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
Oct 17 22:10:15 i7-6700k kernel: smp: Brought up 1 node, 8 CPUs
Oct 17 22:10:15 i7-6700k kernel: smpboot: Total of 8 processors activated (67236.24 BogoMIPS)
Oct 17 22:10:15 i7-6700k kernel: devtmpfs: initialized
Oct 17 22:10:15 i7-6700k kernel: x86/mm: Memory block size: 128MB
Oct 17 22:10:15 i7-6700k kernel: PM: Registering ACPI NVS region [mem 0xb6d4d000-0xb6d4dfff] (4096 bytes)
Oct 17 22:10:15 i7-6700k kernel: PM: Registering ACPI NVS region [mem 0xbeb0a000-0xbf1b8fff] (7008256 bytes)
Oct 17 22:10:15 i7-6700k kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 17 22:10:15 i7-6700k kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
Oct 17 22:10:15 i7-6700k kernel: pinctrl core: initialized pinctrl subsystem
Oct 17 22:10:15 i7-6700k kernel: RTC time: 22:10:13, date: 10/17/17
Oct 17 22:10:15 i7-6700k kernel: NET: Registered protocol family 16
Oct 17 22:10:15 i7-6700k kernel: cpuidle: using governor ladder
Oct 17 22:10:15 i7-6700k kernel: cpuidle: using governor menu
Oct 17 22:10:15 i7-6700k kernel: PCCT header not found.
Oct 17 22:10:15 i7-6700k kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 17 22:10:15 i7-6700k kernel: ACPI: bus type PCI registered
Oct 17 22:10:15 i7-6700k kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 17 22:10:15 i7-6700k kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Oct 17 22:10:15 i7-6700k kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
Oct 17 22:10:15 i7-6700k kernel: PCI: Using configuration type 1 for base access
Oct 17 22:10:15 i7-6700k kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 17 22:10:15 i7-6700k kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 17 22:10:15 i7-6700k kernel: ACPI: Added _OSI(Module Device)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Added _OSI(Processor Device)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Executed 35 blocks of module-level executable AML code
Oct 17 22:10:15 i7-6700k kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 17 22:10:15 i7-6700k kernel: ACPI: Dynamic OEM Table Load:
Oct 17 22:10:15 i7-6700k kernel: ACPI: SSDT 0xFFFF93332BD77000 00081F (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 17 22:10:15 i7-6700k kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Oct 17 22:10:15 i7-6700k kernel: ACPI: Dynamic OEM Table Load:
Oct 17 22:10:15 i7-6700k kernel: ACPI: SSDT 0xFFFF93332BD56000 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 17 22:10:15 i7-6700k kernel: ACPI: Dynamic OEM Table Load:
Oct 17 22:10:15 i7-6700k kernel: ACPI: SSDT 0xFFFF93332C221000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 17 22:10:15 i7-6700k kernel: ACPI: Dynamic OEM Table Load:
Oct 17 22:10:15 i7-6700k kernel: ACPI: SSDT 0xFFFF93332BD6AE00 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 17 22:10:15 i7-6700k kernel: ACPI: Interpreter enabled
Oct 17 22:10:15 i7-6700k kernel: ACPI: (supports S0 S3 S4 S5)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Using IOAPIC for interrupt routing
Oct 17 22:10:15 i7-6700k kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [PG00] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [PG01] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [PG02] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [FN00] (off)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [FN01] (off)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [FN02] (off)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [FN03] (off)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Power Resource [FN04] (off)
Oct 17 22:10:15 i7-6700k kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
Oct 17 22:10:15 i7-6700k kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Oct 17 22:10:15 i7-6700k kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
Oct 17 22:10:15 i7-6700k kernel: PCI host bridge to bus 0000:00
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xefffffff window]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:00: root bus resource [bus 00-7e]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:00.0: [8086:591f] type 00 class 0x060000
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:14.0: reg 0x10: [mem 0xef430000-0xef43ffff 64bit]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:16.0: reg 0x10: [mem 0xef44d000-0xef44dfff 64bit]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:16.0: PME# supported from D3hot
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:17.0: reg 0x10: [mem 0xef448000-0xef449fff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:17.0: reg 0x14: [mem 0xef44c000-0xef44c0ff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:17.0: reg 0x18: [io  0xf050-0xf057]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:17.0: reg 0x1c: [io  0xf040-0xf043]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:17.0: reg 0x20: [io  0xf020-0xf03f]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:17.0: reg 0x24: [mem 0xef44b000-0xef44b7ff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:17.0: PME# supported from D3hot
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1b.0: [8086:a167] type 01 class 0x060400
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1b.2: [8086:a169] type 01 class 0x060400
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1b.2: PME# supported from D0 D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1b.3: [8086:a16a] type 01 class 0x060400
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1b.3: PME# supported from D0 D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.5: [8086:a115] type 01 class 0x060400
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.6: [8086:a116] type 01 class 0x060400
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.7: [8086:a117] type 01 class 0x060400
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1f.0: [8086:a145] type 00 class 0x060100
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xef444000-0xef447fff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xef440000-0xef443fff 64bit]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xef420000-0xef42ffff 64bit]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xef44a000-0xef44a0ff 64bit]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1f.4: reg 0x20: [io  0xf000-0xf01f]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xef400000-0xef41ffff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:01:00.0: [10de:1b81] type 00 class 0x030000
Oct 17 22:10:15 i7-6700k kernel: pci 0000:01:00.0: reg 0x10: [mem 0xee000000-0xeeffffff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:01:00.0: reg 0x30: [mem 0xef000000-0xef07ffff pref]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:01:00.1: [10de:10f0] type 00 class 0x040300
Oct 17 22:10:15 i7-6700k kernel: pci 0000:01:00.1: reg 0x10: [mem 0xef080000-0xef083fff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:01.0:   bridge window [mem 0xee000000-0xef0fffff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1b.2: PCI bridge to [bus 03]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1b.3: PCI bridge to [bus 04]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.2: PCI bridge to [bus 06]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:07:00.0: [8086:1539] type 00 class 0x020000
Oct 17 22:10:15 i7-6700k kernel: pci 0000:07:00.0: reg 0x10: [mem 0xef300000-0xef31ffff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:07:00.0: reg 0x18: [io  0xd000-0xd01f]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:07:00.0: reg 0x1c: [mem 0xef320000-0xef323fff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.4: PCI bridge to [bus 07]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.4:   bridge window [mem 0xef300000-0xef3fffff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:08:00.0: [8086:24f3] type 00 class 0x028000
Oct 17 22:10:15 i7-6700k kernel: pci 0000:08:00.0: reg 0x10: [mem 0xef200000-0xef201fff 64bit]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.5: PCI bridge to [bus 08]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.5:   bridge window [mem 0xef200000-0xef2fffff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.6: PCI bridge to [bus 09]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.7: PCI bridge to [bus 0a]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:0b:00.0: [144d:a804] type 00 class 0x010802
Oct 17 22:10:15 i7-6700k kernel: pci 0000:0b:00.0: reg 0x10: [mem 0xef100000-0xef103fff 64bit]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1d.0: PCI bridge to [bus 0b]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1d.0:   bridge window [mem 0xef100000-0xef1fffff]
Oct 17 22:10:15 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 17 22:10:15 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
Oct 17 22:10:15 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 17 22:10:15 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 17 22:10:15 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 17 22:10:15 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 17 22:10:15 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 17 22:10:15 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 17 22:10:15 i7-6700k kernel: ACPI: Enabled 4 GPEs in block 00 to 7F
Oct 17 22:10:15 i7-6700k kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Oct 17 22:10:15 i7-6700k kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Oct 17 22:10:15 i7-6700k kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Oct 17 22:10:15 i7-6700k kernel: vgaarb: loaded
Oct 17 22:10:15 i7-6700k kernel: EDAC MC: Ver: 3.0.0
Oct 17 22:10:15 i7-6700k kernel: Registered efivars operations
Oct 17 22:10:15 i7-6700k kernel: PCI: Using ACPI for IRQ routing
Oct 17 22:10:15 i7-6700k kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 17 22:10:15 i7-6700k kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Oct 17 22:10:15 i7-6700k kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 17 22:10:15 i7-6700k kernel: e820: reserve RAM buffer [mem 0xb6d4d000-0xb7ffffff]
Oct 17 22:10:15 i7-6700k kernel: e820: reserve RAM buffer [mem 0xbe621000-0xbfffffff]
Oct 17 22:10:15 i7-6700k kernel: e820: reserve RAM buffer [mem 0xbeb0a000-0xbfffffff]
Oct 17 22:10:15 i7-6700k kernel: e820: reserve RAM buffer [mem 0xbf700000-0xbfffffff]
Oct 17 22:10:15 i7-6700k kernel: e820: reserve RAM buffer [mem 0x43f000000-0x43fffffff]
Oct 17 22:10:15 i7-6700k kernel: NetLabel: Initializing
Oct 17 22:10:15 i7-6700k kernel: NetLabel:  domain hash size = 128
Oct 17 22:10:15 i7-6700k kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 17 22:10:15 i7-6700k kernel: NetLabel:  unlabeled traffic allowed by default
Oct 17 22:10:15 i7-6700k kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Oct 17 22:10:15 i7-6700k kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Oct 17 22:10:15 i7-6700k kernel: clocksource: Switched to clocksource hpet
Oct 17 22:10:15 i7-6700k kernel: VFS: Disk quotas dquot_6.6.0
Oct 17 22:10:15 i7-6700k kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 17 22:10:15 i7-6700k kernel: pnp: PnP ACPI init
Oct 17 22:10:15 i7-6700k kernel: system 00:00: [io  0x0a00-0x0a2f] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:00: [io  0x0a30-0x0a3f] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:00: [io  0x0a40-0x0a4f] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 17 22:10:15 i7-6700k kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:01: [io  0xffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:01: [io  0xffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:01: [io  0xffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:01: [io  0x1800-0x18fe] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 17 22:10:15 i7-6700k kernel: system 00:02: [io  0x0800-0x087f] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 17 22:10:15 i7-6700k kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 17 22:10:15 i7-6700k kernel: system 00:04: [io  0x1854-0x1857] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Oct 17 22:10:15 i7-6700k kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:05: [mem 0xf0000000-0xf7ffffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:05: [mem 0xeffe0000-0xefffffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 17 22:10:15 i7-6700k kernel: system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 17 22:10:15 i7-6700k kernel: system 00:07: [io  0xff00-0xfffe] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 17 22:10:15 i7-6700k kernel: system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
Oct 17 22:10:15 i7-6700k kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 17 22:10:15 i7-6700k kernel: pnp: PnP ACPI: found 9 devices
Oct 17 22:10:15 i7-6700k kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:01.0:   bridge window [mem 0xee000000-0xef0fffff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1b.2: PCI bridge to [bus 03]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1b.3: PCI bridge to [bus 04]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.2: PCI bridge to [bus 06]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.4: PCI bridge to [bus 07]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.4:   bridge window [mem 0xef300000-0xef3fffff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.5: PCI bridge to [bus 08]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.5:   bridge window [mem 0xef200000-0xef2fffff]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.6: PCI bridge to [bus 09]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1c.7: PCI bridge to [bus 0a]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1d.0: PCI bridge to [bus 0b]
Oct 17 22:10:15 i7-6700k kernel: pci 0000:00:1d.0:   bridge window [mem 0xef100000-0xef1fffff]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:00: resource 7 [mem 0xc0000000-0xefffffff window]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:01: resource 1 [mem 0xee000000-0xef0fffff]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:07: resource 0 [io  0xd000-0xdfff]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:07: resource 1 [mem 0xef300000-0xef3fffff]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:08: resource 1 [mem 0xef200000-0xef2fffff]
Oct 17 22:10:15 i7-6700k kernel: pci_bus 0000:0b: resource 1 [mem 0xef100000-0xef1fffff]
Oct 17 22:10:15 i7-6700k kernel: NET: Registered protocol family 2
Oct 17 22:10:15 i7-6700k kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Oct 17 22:10:15 i7-6700k kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Oct 17 22:10:15 i7-6700k kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 17 22:10:15 i7-6700k kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
Oct 17 22:10:15 i7-6700k kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Oct 17 22:10:15 i7-6700k kernel: NET: Registered protocol family 1
Oct 17 22:10:15 i7-6700k kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 17 22:10:15 i7-6700k kernel: PCI: CLS 64 bytes, default 64
Oct 17 22:10:15 i7-6700k kernel: Unpacking initramfs...
Oct 17 22:10:15 i7-6700k kernel: Freeing initrd memory: 7832K
Oct 17 22:10:15 i7-6700k kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 17 22:10:15 i7-6700k kernel: software IO TLB [mem 0xb18b7000-0xb58b7000] (64MB) mapped at [ffff932fb18b7000-ffff932fb58b6fff]
Oct 17 22:10:15 i7-6700k kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3c8a615336c, max_idle_ns: 440795257976 ns
Oct 17 22:10:15 i7-6700k kernel: Scanning for low memory corruption every 60 seconds
Oct 17 22:10:15 i7-6700k kernel: Initialise system trusted keyrings
Oct 17 22:10:15 i7-6700k kernel: Key type blacklist registered
Oct 17 22:10:15 i7-6700k kernel: workingset: timestamp_bits=40 max_order=22 bucket_order=0
Oct 17 22:10:15 i7-6700k kernel: zbud: loaded
Oct 17 22:10:15 i7-6700k kernel: Key type asymmetric registered
Oct 17 22:10:15 i7-6700k kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Oct 17 22:10:15 i7-6700k kernel: io scheduler noop registered
Oct 17 22:10:15 i7-6700k kernel: io scheduler deadline registered
Oct 17 22:10:15 i7-6700k kernel: io scheduler cfq registered (default)
Oct 17 22:10:15 i7-6700k kernel: io scheduler mq-deadline registered
Oct 17 22:10:15 i7-6700k kernel: io scheduler kyber registered
Oct 17 22:10:15 i7-6700k kernel: io scheduler bfq registered
Oct 17 22:10:15 i7-6700k kernel: intel_idle: MWAIT substates: 0x142120
Oct 17 22:10:15 i7-6700k kernel: intel_idle: v0.4.1 model 0x9E
Oct 17 22:10:15 i7-6700k kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Oct 17 22:10:15 i7-6700k kernel: GHES: HEST is not enabled!
Oct 17 22:10:15 i7-6700k kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 17 22:10:15 i7-6700k kernel: rtc_cmos 00:03: RTC can wake from S4
Oct 17 22:10:15 i7-6700k kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
Oct 17 22:10:15 i7-6700k kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Oct 17 22:10:15 i7-6700k kernel: intel_pstate: Intel P-state driver initializing
Oct 17 22:10:15 i7-6700k kernel: intel_pstate: HWP enabled
Oct 17 22:10:15 i7-6700k kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 17 22:10:15 i7-6700k kernel: vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
Oct 17 22:10:15 i7-6700k kernel: NET: Registered protocol family 10
Oct 17 22:10:15 i7-6700k kernel: Segment Routing with IPv6
Oct 17 22:10:15 i7-6700k kernel: NET: Registered protocol family 17
Oct 17 22:10:15 i7-6700k kernel: RAS: Correctable Errors collector initialized.
Oct 17 22:10:15 i7-6700k kernel: microcode: sig=0x906e9, pf=0x2, revision=0x5e
Oct 17 22:10:15 i7-6700k kernel: microcode: Microcode Update Driver: v2.2.
Oct 17 22:10:15 i7-6700k kernel: sched_clock: Marking stable (1031063174, 0)->(1035067403, -4004229)
Oct 17 22:10:15 i7-6700k kernel: registered taskstats version 1
Oct 17 22:10:15 i7-6700k kernel: Loading compiled-in X.509 certificates
Oct 17 22:10:15 i7-6700k kernel: zswap: loaded using pool lzo/zbud
Oct 17 22:10:15 i7-6700k kernel: Key type big_key registered
Oct 17 22:10:15 i7-6700k kernel:   Magic number: 5:254:199
Oct 17 22:10:15 i7-6700k kernel: acpi device:54: hash matches
Oct 17 22:10:15 i7-6700k kernel: rtc_cmos 00:03: setting system clock to 2017-10-17 22:10:14 UTC (1508278214)
Oct 17 22:10:15 i7-6700k kernel: PM: Hibernation image not present or could not be loaded.
Oct 17 22:10:15 i7-6700k kernel: Freeing unused kernel memory: 1336K
Oct 17 22:10:15 i7-6700k kernel: Write protecting the kernel read-only data: 10240k
Oct 17 22:10:15 i7-6700k kernel: Freeing unused kernel memory: 1536K
Oct 17 22:10:15 i7-6700k kernel: i8042: PNP: No PS/2 controller found.
Oct 17 22:10:15 i7-6700k kernel: SCSI subsystem initialized
Oct 17 22:10:15 i7-6700k kernel: ACPI: bus type USB registered
Oct 17 22:10:15 i7-6700k kernel: usbcore: registered new interface driver usbfs
Oct 17 22:10:15 i7-6700k kernel: usbcore: registered new interface driver hub
Oct 17 22:10:15 i7-6700k kernel: usbcore: registered new device driver usb
Oct 17 22:10:15 i7-6700k kernel: libata version 3.00 loaded.
Oct 17 22:10:15 i7-6700k kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 17 22:10:15 i7-6700k kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Oct 17 22:10:15 i7-6700k kernel: nvme nvme0: pci function 0000:0b:00.0
Oct 17 22:10:15 i7-6700k kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
Oct 17 22:10:15 i7-6700k kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Oct 17 22:10:15 i7-6700k kernel: hub 1-0:1.0: USB hub found
Oct 17 22:10:15 i7-6700k kernel: hub 1-0:1.0: 16 ports detected
Oct 17 22:10:15 i7-6700k kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 17 22:10:15 i7-6700k kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 17 22:10:15 i7-6700k kernel: hub 2-0:1.0: USB hub found
Oct 17 22:10:15 i7-6700k kernel: hub 2-0:1.0: 10 ports detected
Oct 17 22:10:15 i7-6700k kernel: ahci 0000:00:17.0: version 3.0
Oct 17 22:10:15 i7-6700k kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Oct 17 22:10:15 i7-6700k kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
Oct 17 22:10:15 i7-6700k kernel: i8042: PNP: No PS/2 controller found.
Oct 17 22:10:15 i7-6700k kernel: scsi host0: ahci
Oct 17 22:10:15 i7-6700k kernel: scsi host1: ahci
Oct 17 22:10:15 i7-6700k kernel: scsi host2: ahci
Oct 17 22:10:15 i7-6700k kernel: scsi host3: ahci
Oct 17 22:10:15 i7-6700k kernel: scsi host4: ahci
Oct 17 22:10:15 i7-6700k kernel: scsi host5: ahci
Oct 17 22:10:15 i7-6700k kernel: ata1: SATA max UDMA/133 abar m2048@0xef44b000 port 0xef44b100 irq 123
Oct 17 22:10:15 i7-6700k kernel: ata2: SATA max UDMA/133 abar m2048@0xef44b000 port 0xef44b180 irq 123
Oct 17 22:10:15 i7-6700k kernel: ata3: SATA max UDMA/133 abar m2048@0xef44b000 port 0xef44b200 irq 123
Oct 17 22:10:15 i7-6700k kernel: ata4: SATA max UDMA/133 abar m2048@0xef44b000 port 0xef44b280 irq 123
Oct 17 22:10:15 i7-6700k kernel: ata5: SATA max UDMA/133 abar m2048@0xef44b000 port 0xef44b300 irq 123
Oct 17 22:10:15 i7-6700k kernel: ata6: SATA max UDMA/133 abar m2048@0xef44b000 port 0xef44b380 irq 123
Oct 17 22:10:15 i7-6700k kernel:  nvme0n1: p1 p2
Oct 17 22:10:15 i7-6700k kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Oct 17 22:10:15 i7-6700k kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 17 22:10:15 i7-6700k kernel: ata3: SATA link down (SStatus 4 SControl 300)
Oct 17 22:10:15 i7-6700k kernel: ata6: SATA link down (SStatus 4 SControl 300)
Oct 17 22:10:15 i7-6700k kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 17 22:10:15 i7-6700k kernel: ata5: SATA link down (SStatus 4 SControl 300)
Oct 17 22:10:15 i7-6700k kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 17 22:10:15 i7-6700k kernel: ata4.00: ATA-9: TOSHIBA Q300., SAFM12.3, max UDMA/133
Oct 17 22:10:15 i7-6700k kernel: ata4.00: 937703088 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Oct 17 22:10:15 i7-6700k kernel: ata4.00: configured for UDMA/133
Oct 17 22:10:15 i7-6700k kernel: ata1.00: ATA-9: ST2000DM006-2DM164, CC26, max UDMA/133
Oct 17 22:10:15 i7-6700k kernel: ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Oct 17 22:10:15 i7-6700k kernel: ata2.00: ATA-9: GLOWAY FER60GS3-S7, F1B03, max UDMA/133
Oct 17 22:10:15 i7-6700k kernel: ata2.00: 117231408 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
Oct 17 22:10:15 i7-6700k kernel: ata2.00: configured for UDMA/133
Oct 17 22:10:15 i7-6700k kernel: usb-storage 1-1:1.0: USB Mass Storage device detected
Oct 17 22:10:15 i7-6700k kernel: scsi host6: usb-storage 1-1:1.0
Oct 17 22:10:15 i7-6700k kernel: usbcore: registered new interface driver usb-storage
Oct 17 22:10:15 i7-6700k kernel: usbcore: registered new interface driver uas
Oct 17 22:10:15 i7-6700k kernel: ata1.00: configured for UDMA/133
Oct 17 22:10:15 i7-6700k kernel: scsi 0:0:0:0: Direct-Access     ATA      ST2000DM006-2DM1 CC26 PQ: 0 ANSI: 5
Oct 17 22:10:15 i7-6700k kernel: scsi 1:0:0:0: Direct-Access     ATA      GLOWAY FER60GS3- 3    PQ: 0 ANSI: 5
Oct 17 22:10:15 i7-6700k kernel: scsi 3:0:0:0: Direct-Access     ATA      TOSHIBA Q300.    12.3 PQ: 0 ANSI: 5
Oct 17 22:10:15 i7-6700k kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
Oct 17 22:10:15 i7-6700k kernel: sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Oct 17 22:10:15 i7-6700k kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Oct 17 22:10:15 i7-6700k kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 17 22:10:15 i7-6700k kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 17 22:10:15 i7-6700k kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 17 22:10:15 i7-6700k kernel: sd 1:0:0:0: [sdb] 117231408 512-byte logical blocks: (60.0 GB/55.9 GiB)
Oct 17 22:10:15 i7-6700k kernel: sd 3:0:0:0: [sdc] 937703088 512-byte logical blocks: (480 GB/447 GiB)
Oct 17 22:10:15 i7-6700k kernel: sd 1:0:0:0: [sdb] Write Protect is off
Oct 17 22:10:15 i7-6700k kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Oct 17 22:10:15 i7-6700k kernel: sd 3:0:0:0: [sdc] Write Protect is off
Oct 17 22:10:15 i7-6700k kernel: sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Oct 17 22:10:15 i7-6700k kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 17 22:10:15 i7-6700k kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 17 22:10:15 i7-6700k kernel:  sdc: sdc1
Oct 17 22:10:15 i7-6700k kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
Oct 17 22:10:15 i7-6700k kernel:  sdb: sdb1 sdb2 sdb3
Oct 17 22:10:15 i7-6700k kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Oct 17 22:10:15 i7-6700k kernel:  sda: sda1 sda2
Oct 17 22:10:15 i7-6700k kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Oct 17 22:10:15 i7-6700k kernel: hidraw: raw HID events driver (C) Jiri Kosina
Oct 17 22:10:15 i7-6700k kernel: usbcore: registered new interface driver usbhid
Oct 17 22:10:15 i7-6700k kernel: usbhid: USB HID core driver
Oct 17 22:10:15 i7-6700k kernel: input: Corsair Corsair K70R Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1B1C:1B09.0001/input/input0
Oct 17 22:10:15 i7-6700k kernel: hid-generic 0003:1B1C:1B09.0001: input,hidraw0: USB HID v1.11 Keyboard [Corsair Corsair K70R Gaming Keyboard] on usb-0000:00:14.0-3/input0
Oct 17 22:10:15 i7-6700k kernel: input: Corsair Corsair K70R Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1B1C:1B09.0002/input/input1
Oct 17 22:10:15 i7-6700k kernel: clocksource: Switched to clocksource tsc
Oct 17 22:10:15 i7-6700k kernel: usb 1-5: new high-speed USB device number 4 using xhci_hcd
Oct 17 22:10:15 i7-6700k kernel: hid-generic 0003:1B1C:1B09.0002: input,hidraw1: USB HID v1.11 Device [Corsair Corsair K70R Gaming Keyboard] on usb-0000:00:14.0-3/input1
Oct 17 22:10:15 i7-6700k kernel: input: Corsair Corsair K70R Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:1B1C:1B09.0003/input/input2
Oct 17 22:10:15 i7-6700k kernel: hid-generic 0003:1B1C:1B09.0003: input,hidraw2: USB HID v1.11 Keyboard [Corsair Corsair K70R Gaming Keyboard] on usb-0000:00:14.0-3/input2
Oct 17 22:10:15 i7-6700k kernel: hid-generic 0003:9886:0015.0004: hidraw3: USB HID v1.00 Device [Astro Gaming Astro A50] on usb-0000:00:14.0-5/input6
Oct 17 22:10:15 i7-6700k kernel: EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
Oct 17 22:10:15 i7-6700k kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Oct 17 22:10:15 i7-6700k systemd[1]: systemd 235 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
Oct 17 22:10:15 i7-6700k systemd[1]: Detected architecture x86-64.
Oct 17 22:10:15 i7-6700k systemd[1]: Set hostname to <i7-6700k>.
Oct 17 22:10:15 i7-6700k kernel: usb 1-6: new full-speed USB device number 5 using xhci_hcd
Oct 17 22:10:15 i7-6700k systemd[1]: Created slice System Slice.
Oct 17 22:10:15 i7-6700k systemd[1]: Mounting Kernel Debug File System...
Oct 17 22:10:15 i7-6700k systemd[1]: Listening on LVM2 metadata daemon socket.
Oct 17 22:10:15 i7-6700k systemd[1]: Created slice User and Session Slice.
Oct 17 22:10:15 i7-6700k systemd[1]: Created slice system-getty.slice.
Oct 17 22:10:15 i7-6700k systemd[1]: Reached target Slices.
Oct 17 22:10:15 i7-6700k systemd[1]: Mounting Huge Pages File System...
Oct 17 22:10:15 i7-6700k kernel: input: Logitech Gaming Mouse G402 as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:046D:C07E.0005/input/input3
Oct 17 22:10:15 i7-6700k kernel: hid-generic 0003:046D:C07E.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech Gaming Mouse G402] on usb-0000:00:14.0-6/input0
Oct 17 22:10:15 i7-6700k kernel: input: Logitech Gaming Mouse G402 as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:046D:C07E.0006/input/input4
Oct 17 22:10:15 i7-6700k kernel: EXT4-fs (sdb3): re-mounted. Opts: data=ordered
Oct 17 22:10:15 i7-6700k systemd-journald[259]: Journal started
Oct 17 22:10:15 i7-6700k systemd-journald[259]: Runtime journal (/run/log/journal/8e3e7604e4ef4f0a8788e40099738294) is 8.0M, max 800.5M, 792.5M free.
Oct 17 22:10:15 i7-6700k systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 17 22:10:15 i7-6700k systemd-journald[259]: Time spent on flushing to /var is 147.097ms for 682 entries.
Oct 17 22:10:15 i7-6700k systemd-journald[259]: System journal (/var/log/journal/8e3e7604e4ef4f0a8788e40099738294) is 16.0M, max 4.0G, 3.9G free.
Oct 17 22:10:16 i7-6700k kernel: hid-generic 0003:046D:C07E.0006: input,hiddev0,hidraw5: USB HID v1.11 Keyboard [Logitech Gaming Mouse G402] on usb-0000:00:14.0-6/input1
Oct 17 22:10:16 i7-6700k kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
Oct 17 22:10:16 i7-6700k kernel: ACPI: Sleep Button [SLPB]
Oct 17 22:10:16 i7-6700k kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
Oct 17 22:10:16 i7-6700k kernel: ACPI: Power Button [PWRB]
Oct 17 22:10:16 i7-6700k kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
Oct 17 22:10:16 i7-6700k kernel: ACPI: Power Button [PWRF]
Oct 17 22:10:16 i7-6700k kernel: scsi 6:0:0:0: Direct-Access     SanDisk  Cruzer Glide     1.00 PQ: 0 ANSI: 6
Oct 17 22:10:16 i7-6700k kernel: sd 6:0:0:0: [sdd] 30595072 512-byte logical blocks: (15.7 GB/14.6 GiB)
Oct 17 22:10:16 i7-6700k kernel: sd 6:0:0:0: [sdd] Write Protect is off
Oct 17 22:10:16 i7-6700k kernel: sd 6:0:0:0: [sdd] Mode Sense: 43 00 00 00
Oct 17 22:10:16 i7-6700k kernel: sd 6:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Oct 17 22:10:16 i7-6700k kernel:  sdd: sdd1 sdd2
Oct 17 22:10:16 i7-6700k kernel: sd 6:0:0:0: [sdd] Attached SCSI removable disk
Oct 17 22:10:16 i7-6700k kernel: usb 1-8: new full-speed USB device number 6 using xhci_hcd
Oct 17 22:10:16 i7-6700k kernel: mousedev: PS/2 mouse device common for all mice
Oct 17 22:10:16 i7-6700k kernel: media: Linux media interface: v0.10
Oct 17 22:10:16 i7-6700k kernel: i8042: PNP: No PS/2 controller found.
Oct 17 22:10:16 i7-6700k kernel: Linux video capture interface: v2.00
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: Core ver 2.22
Oct 17 22:10:16 i7-6700k kernel: NET: Registered protocol family 31
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: HCI device and connection manager initialized
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: HCI socket layer initialized
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: L2CAP socket layer initialized
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: SCO socket layer initialized
Oct 17 22:10:16 i7-6700k kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Oct 17 22:10:16 i7-6700k kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 17 22:10:16 i7-6700k kernel: ACPI: Thermal Zone [TZ00] (28 C)
Oct 17 22:10:16 i7-6700k kernel: thermal LNXTHERM:01: registered as thermal_zone1
Oct 17 22:10:16 i7-6700k kernel: ACPI: Thermal Zone [TZ01] (30 C)
Oct 17 22:10:16 i7-6700k kernel: ov5693: module is from the staging directory, the quality is unknown, you have been warned.
Oct 17 22:10:16 i7-6700k kernel: ov5693: module is from the staging directory, the quality is unknown, you have been warned.
Oct 17 22:10:16 i7-6700k kernel: i8042: PNP: No PS/2 controller found.
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: HCI UART driver ver 2.3
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: HCI UART protocol H4 registered
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: HCI UART protocol BCSP registered
Oct 17 22:10:16 i7-6700k kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: HCI UART protocol LL registered
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: HCI UART protocol ATH3K registered
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: HCI UART protocol Intel registered
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: HCI UART protocol Broadcom registered
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: HCI UART protocol QCA registered
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: HCI UART protocol AG6XX registered
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: HCI UART protocol Marvell registered
Oct 17 22:10:15 i7-6700k systemd[1]: Started udev Coldplug all Devices.
Oct 17 22:10:16 i7-6700k systemd[1]: Started Apply Kernel Variables.
Oct 17 22:10:16 i7-6700k systemd[1]: Started udev Kernel Device Manager.
Oct 17 22:10:16 i7-6700k systemd[1]: Started Flush Journal to Persistent Storage.
Oct 17 22:10:16 i7-6700k kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Oct 17 22:10:16 i7-6700k kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 17 22:10:16 i7-6700k kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 17 22:10:16 i7-6700k kernel: PTP clock support registered
Oct 17 22:10:16 i7-6700k kernel: dca service started, version 1.12.1
Oct 17 22:10:16 i7-6700k kernel: i801_smbus 0000:00:1f.4: enabling device (0001 -> 0003)
Oct 17 22:10:16 i7-6700k kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Oct 17 22:10:16 i7-6700k kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Oct 17 22:10:16 i7-6700k kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
Oct 17 22:10:16 i7-6700k kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Oct 17 22:10:16 i7-6700k kernel: igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
Oct 17 22:10:16 i7-6700k kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Oct 17 22:10:16 i7-6700k kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Oct 17 22:10:16 i7-6700k systemd[1]: Found device GLOWAY_FER60GS3-S7 Linux\x20swap.
Oct 17 22:10:16 i7-6700k systemd[1]: Activating swap Swap Partition...
Oct 17 22:10:16 i7-6700k systemd[1]: Found device GLOWAY_FER60GS3-S7 EFI\x20System.
Oct 17 22:10:16 i7-6700k systemd[1]: Mounting /boot...
Oct 17 22:10:16 i7-6700k systemd[1]: Activated swap Swap Partition.
Oct 17 22:10:16 i7-6700k systemd[1]: Reached target Swap.
Oct 17 22:10:16 i7-6700k kernel: Adding 1571836k swap on /dev/sdb2.  Priority:-1 extents:1 across:1571836k SSFS
Oct 17 22:10:16 i7-6700k systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 17 22:10:16 i7-6700k kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
Oct 17 22:10:16 i7-6700k kernel: Linux agpgart interface v0.103
Oct 17 22:10:16 i7-6700k kernel: Intel(R) Wireless WiFi driver for Linux
Oct 17 22:10:16 i7-6700k kernel: Copyright(c) 2003- 2015 Intel Corporation
Oct 17 22:10:16 i7-6700k kernel: iwlwifi 0000:08:00.0: enabling device (0000 -> 0002)
Oct 17 22:10:16 i7-6700k systemd[1]: Mounted Temporary Directory (/tmp).
Oct 17 22:10:16 i7-6700k kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Oct 17 22:10:16 i7-6700k kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Oct 17 22:10:16 i7-6700k kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Oct 17 22:10:16 i7-6700k kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Oct 17 22:10:16 i7-6700k kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Oct 17 22:10:16 i7-6700k kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Oct 17 22:10:16 i7-6700k kernel: iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-8000C-33.ucode failed with error -2
Oct 17 22:10:16 i7-6700k kernel: iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-8000C-32.ucode failed with error -2
Oct 17 22:10:16 i7-6700k systemd-udevd[288]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 22:10:16 i7-6700k kernel: iwlwifi 0000:08:00.0: loaded firmware version 31.532993.0 op_mode iwlmvm
Oct 17 22:10:16 i7-6700k kernel: AVX2 version of gcm_enc/dec engaged.
Oct 17 22:10:16 i7-6700k kernel: AES CTR mode by8 optimization enabled
Oct 17 22:10:16 i7-6700k systemd[1]: Mounted /boot.
Oct 17 22:10:16 i7-6700k systemd[1]: Reached target Local File Systems.
Oct 17 22:10:16 i7-6700k systemd[1]: Starting Rebuild Journal Catalog...
Oct 17 22:10:16 i7-6700k systemd[1]: Starting Create Volatile Files and Directories...
Oct 17 22:10:16 i7-6700k systemd[1]: Starting Rebuild Dynamic Linker Cache...
Oct 17 22:10:16 i7-6700k systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 17 22:10:16 i7-6700k kernel: usbcore: registered new interface driver snd-usb-audio
Oct 17 22:10:16 i7-6700k kernel: iwlwifi 0000:08:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
Oct 17 22:10:16 i7-6700k kernel: iTCO_vendor_support: vendor-support=0
Oct 17 22:10:16 i7-6700k kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Oct 17 22:10:16 i7-6700k kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Oct 17 22:10:16 i7-6700k kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Oct 17 22:10:16 i7-6700k systemd[1]: Started Create Volatile Files and Directories.
Oct 17 22:10:16 i7-6700k systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 17 22:10:16 i7-6700k systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 17 22:10:16 i7-6700k systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 17 22:10:16 i7-6700k kernel: usbcore: registered new interface driver btusb
Oct 17 22:10:16 i7-6700k kernel: Bluetooth: hci0: Firmware revision 0.0 build 163 week 27 2017
Oct 17 22:10:16 i7-6700k systemd[1]: Started Rebuild Journal Catalog.
Oct 17 22:10:16 i7-6700k systemd[1]: Reached target Sound Card.
Oct 17 22:10:16 i7-6700k systemd[1]: Reached target Bluetooth.
Oct 17 22:10:16 i7-6700k systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 17 22:10:16 i7-6700k kernel: intel_rapl: Found RAPL domain package
Oct 17 22:10:16 i7-6700k kernel: intel_rapl: Found RAPL domain core
Oct 17 22:10:16 i7-6700k kernel: intel_rapl: Found RAPL domain dram
Oct 17 22:10:16 i7-6700k kernel: random: crng init done
Oct 17 22:10:16 i7-6700k kernel: iwlwifi 0000:08:00.0: base HW address: a4:34:d9:99:74:7e
Oct 17 22:10:16 i7-6700k systemd[1]: Started Rebuild Dynamic Linker Cache.
Oct 17 22:10:16 i7-6700k systemd[1]: Starting Update is Completed...
Oct 17 22:10:16 i7-6700k systemd[1]: Started Update is Completed.
Oct 17 22:10:16 i7-6700k systemd[1]: Reached target System Initialization.
Oct 17 22:10:16 i7-6700k systemd[1]: Started Daily man-db cache update.
Oct 17 22:10:16 i7-6700k systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 17 22:10:16 i7-6700k systemd[1]: Reached target Sockets.
Oct 17 22:10:16 i7-6700k systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 17 22:10:16 i7-6700k systemd[1]: Started Daily verification of password and group files.
Oct 17 22:10:16 i7-6700k systemd[1]: Started Daily rotation of log files.
Oct 17 22:10:16 i7-6700k systemd[1]: Reached target Timers.
Oct 17 22:10:16 i7-6700k systemd[1]: Reached target Basic System.
Oct 17 22:10:16 i7-6700k systemd[1]: Started D-Bus System Message Bus.
Oct 17 22:10:16 i7-6700k kernel: nvidia: loading out-of-tree module taints kernel.
Oct 17 22:10:16 i7-6700k kernel: nvidia: module license 'NVIDIA' taints kernel.
Oct 17 22:10:16 i7-6700k kernel: Disabling lock debugging due to kernel taint
Oct 17 22:10:16 i7-6700k kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 239
Oct 17 22:10:16 i7-6700k kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Oct 17 22:10:16 i7-6700k kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  387.12  Thu Sep 28 20:18:48 PDT 2017 (using threaded interrupts)
Oct 17 22:10:16 i7-6700k systemd-udevd[278]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 22:10:16 i7-6700k kernel: pps pps0: new PPS source ptp0
Oct 17 22:10:16 i7-6700k kernel: igb 0000:07:00.0: added PHC on eth0
Oct 17 22:10:16 i7-6700k kernel: igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
Oct 17 22:10:16 i7-6700k kernel: igb 0000:07:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 40:8d:5c:be:3c:89
Oct 17 22:10:16 i7-6700k kernel: igb 0000:07:00.0: eth0: PBA No: FFFFFF-0FF
Oct 17 22:10:16 i7-6700k kernel: igb 0000:07:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
Oct 17 22:10:16 i7-6700k kernel: igb 0000:07:00.0 enp7s0: renamed from eth0
Oct 17 22:10:16 i7-6700k kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  387.12  Thu Sep 28 19:30:23 PDT 2017
Oct 17 22:10:16 i7-6700k kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Oct 17 22:10:16 i7-6700k kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Oct 17 22:10:16 i7-6700k systemd[1]: Starting Network Manager...
Oct 17 22:10:16 i7-6700k systemd[1]: Starting Login Service...
Oct 17 22:10:16 i7-6700k systemd[1]: Started Login Service.
Oct 17 22:10:16 i7-6700k systemd-logind[369]: New seat seat0.
Oct 17 22:10:16 i7-6700k systemd-logind[369]: Watching system buttons on /dev/input/event7 (Power Button)
Oct 17 22:10:16 i7-6700k systemd-logind[369]: Watching system buttons on /dev/input/event6 (Power Button)
Oct 17 22:10:16 i7-6700k systemd-logind[369]: Watching system buttons on /dev/input/event5 (Sleep Button)
Oct 17 22:10:16 i7-6700k systemd-logind[369]: Watching system buttons on /dev/input/event0 (Corsair Corsair K70R Gaming Keyboard)
Oct 17 22:10:16 i7-6700k systemd-logind[369]: Watching system buttons on /dev/input/event1 (Corsair Corsair K70R Gaming Keyboard)
Oct 17 22:10:16 i7-6700k systemd-logind[369]: Watching system buttons on /dev/input/event2 (Corsair Corsair K70R Gaming Keyboard)
Oct 17 22:10:16 i7-6700k systemd-logind[369]: Watching system buttons on /dev/input/event4 (Logitech Gaming Mouse G402)
Oct 17 22:10:16 i7-6700k systemd-udevd[282]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 22:10:16 i7-6700k kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Oct 17 22:10:16 i7-6700k kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Oct 17 22:10:16 i7-6700k kernel: thermal thermal_zone3: failed to read out thermal zone (-5)
Oct 17 22:10:16 i7-6700k kernel: iwlwifi 0000:08:00.0 wlp8s0: renamed from wlan0
Oct 17 22:10:16 i7-6700k kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.5603] NetworkManager (version 1.8.4-1, Arch Linux) is starting... (for the first time)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.5605] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.5773] manager[0x5568bc4c7100]: monitoring kernel firmware directory '/usr/lib/firmware'.
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.5795] policy: hostname management mode: default
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.5798] dns-mgr[0x5568bc4d5960]: init: dns=default, rc-manager=resolvconf
Oct 17 22:10:16 i7-6700k kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 40:8d:5c:be:3c:87
Oct 17 22:10:16 i7-6700k kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
Oct 17 22:10:16 i7-6700k kernel: e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
Oct 17 22:10:16 i7-6700k kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Oct 17 22:10:16 i7-6700k kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Oct 17 22:10:16 i7-6700k kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.5816] rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.5/0000:08:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.5818] manager[0x5568bc4c7100]: rfkill: WiFi hardware radio set enabled
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.5819] manager[0x5568bc4c7100]: rfkill: WWAN hardware radio set enabled
Oct 17 22:10:16 i7-6700k systemd-udevd[282]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 22:10:16 i7-6700k systemd[1]: Started Network Manager.
Oct 17 22:10:16 i7-6700k systemd[1]: Reached target Network.
Oct 17 22:10:16 i7-6700k systemd[1]: Starting Permit User Sessions...
Oct 17 22:10:16 i7-6700k systemd[1]: Started Permit User Sessions.
Oct 17 22:10:16 i7-6700k systemd[1]: Started Getty on tty1.
Oct 17 22:10:16 i7-6700k systemd[1]: Reached target Login Prompts.
Oct 17 22:10:16 i7-6700k systemd[1]: Reached target Multi-User System.
Oct 17 22:10:16 i7-6700k systemd[1]: Reached target Graphical Interface.
Oct 17 22:10:16 i7-6700k systemd[1]: Startup finished in 2.297s (kernel) + 825ms (userspace) = 18min 21.630s.
Oct 17 22:10:16 i7-6700k dbus[366]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
Oct 17 22:10:16 i7-6700k systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 17 22:10:16 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0: ALC1150: SKU not ready 0x00000000
Oct 17 22:10:16 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1150: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Oct 17 22:10:16 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 17 22:10:16 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Oct 17 22:10:16 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Oct 17 22:10:16 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x11/0x1e
Oct 17 22:10:16 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Oct 17 22:10:16 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
Oct 17 22:10:16 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
Oct 17 22:10:16 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
Oct 17 22:10:16 i7-6700k kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card1/input9
Oct 17 22:10:16 i7-6700k kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input10
Oct 17 22:10:16 i7-6700k kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input11
Oct 17 22:10:16 i7-6700k kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card1/input12
Oct 17 22:10:16 i7-6700k kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card1/input13
Oct 17 22:10:16 i7-6700k kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card1/input14
Oct 17 22:10:16 i7-6700k kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card1/input15
Oct 17 22:10:16 i7-6700k kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card1/input16
Oct 17 22:10:16 i7-6700k dbus[366]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 17 22:10:16 i7-6700k systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.6083] settings: loaded plugin keyfile: (c) 2007 - 2016 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.6105] settings: loaded plugin iBFT: (c) 2014 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list. (/usr/lib/NetworkManager/libnm-settings-plugin-ibft.so)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.6180] keyfile: new connection /etc/NetworkManager/system-connections/1B69 Hyperoptic 1Gbps Broadband (cb8640ae-4036-4aa9-b712-8c08be5ef17a,"1B69 Hyperoptic 1Gbps Broadband")
Oct 17 22:10:16 i7-6700k dbus[366]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Oct 17 22:10:16 i7-6700k systemd[1]: Starting Hostname Service...
Oct 17 22:10:16 i7-6700k dbus[366]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 17 22:10:16 i7-6700k systemd[1]: Started Hostname Service.
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7618] settings: hostname: using hostnamed
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7619] settings: hostname changed from (none) to "i7-6700k"
Oct 17 22:10:16 i7-6700k nm-dispatcher[385]: req:1 'hostname': new request (0 scripts)
Oct 17 22:10:16 i7-6700k nm-dispatcher[385]: req:1 'hostname': completed: no scripts
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7636] dhcp-init: default DHCP client 'dhclient' is not available
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7636] dhcp-init: Using DHCP client 'internal'
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7637] manager: rfkill: WiFi enabled by radio killswitch; enabled by state file
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7637] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7638] manager: Networking is enabled by state file
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7656] Loaded device plugin: NMBondDeviceFactory (internal)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7656] Loaded device plugin: NMBridgeDeviceFactory (internal)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7657] Loaded device plugin: NMDummyDeviceFactory (internal)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7657] Loaded device plugin: NMEthernetDeviceFactory (internal)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7657] Loaded device plugin: NMInfinibandDeviceFactory (internal)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7657] Loaded device plugin: NMIPTunnelDeviceFactory (internal)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7658] Loaded device plugin: NMMacsecDeviceFactory (internal)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7673] Loaded device plugin: NMMacvlanDeviceFactory (internal)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7673] Loaded device plugin: NMTunDeviceFactory (internal)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7673] Loaded device plugin: NMVethDeviceFactory (internal)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7674] Loaded device plugin: NMVlanDeviceFactory (internal)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7674] Loaded device plugin: NMVxlanDeviceFactory (internal)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7692] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/libnm-device-plugin-wifi.so)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7800] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/libnm-device-plugin-wwan.so)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.7972] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/libnm-device-plugin-team.so)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.8025] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/libnm-device-plugin-bluetooth.so)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.8036] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/libnm-device-plugin-adsl.so)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.8065] device (lo): link connected
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.8081] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.8108] manager: (enp7s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.8128] keyfile: add connection in-memory (5cf7efe3-350a-33c3-84ce-50cb43f23190,"Wired connection 1")
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.8137] settings: (enp7s0): created default wired connection 'Wired connection 1'
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.8159] device (enp7s0): state change: unmanaged -> unavailable (reason 'managed', internal state 'external')
Oct 17 22:10:16 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
Oct 17 22:10:16 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.8435] wifi-nl80211: (wlp8s0): using nl80211 for WiFi device control
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.8437] device (wlp8s0): driver supports Access Point (AP) mode
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.8445] manager: (wlp8s0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 17 22:10:16 i7-6700k NetworkManager[368]: <info>  [1508278216.8452] device (wlp8s0): state change: unmanaged -> unavailable (reason 'managed', internal state 'external')
Oct 17 22:10:16 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
Oct 17 22:10:17 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
Oct 17 22:10:17 i7-6700k NetworkManager[368]: <info>  [1508278217.1101] device (wlp8s0): set-hw-addr: set MAC address to 4E:3A:C7:26:24:CE (scanning)
Oct 17 22:10:17 i7-6700k kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input17
Oct 17 22:10:17 i7-6700k kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input18
Oct 17 22:10:17 i7-6700k kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input19
Oct 17 22:10:17 i7-6700k kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input20
Oct 17 22:10:17 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
Oct 17 22:10:17 i7-6700k NetworkManager[368]: <info>  [1508278217.3665] manager: (enp0s31f6): new Ethernet device (/org/freedesktop/NetworkManager/Devices/4)
Oct 17 22:10:17 i7-6700k dbus[366]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Oct 17 22:10:17 i7-6700k systemd[1]: Starting Authorization Manager...
Oct 17 22:10:17 i7-6700k dbus[366]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Oct 17 22:10:17 i7-6700k systemd[1]: Starting WPA supplicant...
Oct 17 22:10:17 i7-6700k NetworkManager[368]: <info>  [1508278217.3791] device (enp0s31f6): state change: unmanaged -> unavailable (reason 'managed', internal state 'external')
Oct 17 22:10:17 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
Oct 17 22:10:17 i7-6700k polkitd[435]: Started polkitd version 0.114
Oct 17 22:10:17 i7-6700k dbus[366]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 17 22:10:17 i7-6700k wpa_supplicant[436]: Successfully initialized wpa_supplicant
Oct 17 22:10:17 i7-6700k systemd[1]: Started WPA supplicant.
Oct 17 22:10:17 i7-6700k polkitd[435]: Loading rules from directory /etc/polkit-1/rules.d
Oct 17 22:10:17 i7-6700k polkitd[435]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 17 22:10:17 i7-6700k polkitd[435]: Finished loading, compiling and executing 2 rules
Oct 17 22:10:17 i7-6700k dbus[366]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 17 22:10:17 i7-6700k systemd[1]: Started Authorization Manager.
Oct 17 22:10:17 i7-6700k polkitd[435]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Oct 17 22:10:17 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
Oct 17 22:10:17 i7-6700k NetworkManager[368]: <info>  [1508278217.5929] keyfile: add connection in-memory (c5dc000f-c204-3ab5-bc7b-8e2608ddf2a6,"Wired connection 2")
Oct 17 22:10:17 i7-6700k NetworkManager[368]: <info>  [1508278217.5940] settings: (enp0s31f6): created default wired connection 'Wired connection 2'
Oct 17 22:10:17 i7-6700k NetworkManager[368]: <info>  [1508278217.5976] supplicant: wpa_supplicant running
Oct 17 22:10:17 i7-6700k NetworkManager[368]: <info>  [1508278217.5977] device (wlp8s0): supplicant interface state: init -> starting
Oct 17 22:10:17 i7-6700k NetworkManager[368]: <info>  [1508278217.6775] sup-iface[0x5568bc57a670,wlp8s0]: supports 5 scan SSIDs
Oct 17 22:10:17 i7-6700k NetworkManager[368]: <info>  [1508278217.6788] device (wlp8s0): supplicant interface state: starting -> ready
Oct 17 22:10:17 i7-6700k NetworkManager[368]: <info>  [1508278217.6789] device (wlp8s0): state change: unavailable -> disconnected (reason 'supplicant-available', internal state 'managed')
Oct 17 22:10:17 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.0461] device (wlp8s0): supplicant interface state: ready -> inactive
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.0509] policy: auto-activating connection '1B69 Hyperoptic 1Gbps Broadband'
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.0514] device (wlp8s0): Activation: starting connection '1B69 Hyperoptic 1Gbps Broadband' (cb8640ae-4036-4aa9-b712-8c08be5ef17a)
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.0515] device (wlp8s0): state change: disconnected -> prepare (reason 'none', internal state 'managed')
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.0516] manager: NetworkManager state is now CONNECTING
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.1607] device (wlp8s0): set-hw-addr: reset MAC address to A4:34:D9:99:74:7E (preserve)
Oct 17 22:10:21 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.1698] device (wlp8s0): state change: prepare -> config (reason 'none', internal state 'managed')
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.1698] device (wlp8s0): Activation: (wifi) access point '1B69 Hyperoptic 1Gbps Broadband' has security, but secrets are required.
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.1698] device (wlp8s0): state change: config -> need-auth (reason 'none', internal state 'managed')
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.1715] device (wlp8s0): state change: need-auth -> prepare (reason 'none', internal state 'managed')
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.1716] device (wlp8s0): state change: prepare -> config (reason 'none', internal state 'managed')
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.1717] device (wlp8s0): Activation: (wifi) connection '1B69 Hyperoptic 1Gbps Broadband' has security, and secrets exist.  No new secrets needed.
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.1717] Config: added 'ssid' value '1B69 Hyperoptic 1Gbps Broadband'
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.1717] Config: added 'scan_ssid' value '1'
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.1717] Config: added 'key_mgmt' value 'WPA-PSK'
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.1717] Config: added 'auth_alg' value 'OPEN'
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.1717] Config: added 'psk' value '<hidden>'
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.2134] device (wlp8s0): supplicant interface state: inactive -> disconnected
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.2217] device (wlp8s0): supplicant interface state: disconnected -> inactive
Oct 17 22:10:21 i7-6700k NetworkManager[368]: <info>  [1508278221.2276] device (wlp8s0): supplicant interface state: inactive -> scanning
Oct 17 22:10:22 i7-6700k wpa_supplicant[436]: wlp8s0: SME: Trying to authenticate with 78:96:82:29:1b:66 (SSID='1B69 Hyperoptic 1Gbps Broadband' freq=2412 MHz)
Oct 17 22:10:22 i7-6700k kernel: wlp8s0: authenticate with 78:96:82:29:1b:66
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.7984] device (wlp8s0): supplicant interface state: scanning -> authenticating
Oct 17 22:10:22 i7-6700k kernel: wlp8s0: send auth to 78:96:82:29:1b:66 (try 1/3)
Oct 17 22:10:22 i7-6700k wpa_supplicant[436]: wlp8s0: Trying to associate with 78:96:82:29:1b:66 (SSID='1B69 Hyperoptic 1Gbps Broadband' freq=2412 MHz)
Oct 17 22:10:22 i7-6700k kernel: wlp8s0: authenticated
Oct 17 22:10:22 i7-6700k kernel: wlp8s0: associate with 78:96:82:29:1b:66 (try 1/3)
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.8094] device (wlp8s0): supplicant interface state: authenticating -> associating
Oct 17 22:10:22 i7-6700k kernel: wlp8s0: RX AssocResp from 78:96:82:29:1b:66 (capab=0x411 status=0 aid=5)
Oct 17 22:10:22 i7-6700k wpa_supplicant[436]: wlp8s0: Associated with 78:96:82:29:1b:66
Oct 17 22:10:22 i7-6700k kernel: wlp8s0: associated
Oct 17 22:10:22 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
Oct 17 22:10:22 i7-6700k wpa_supplicant[436]: wlp8s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.8351] device (wlp8s0): supplicant interface state: associating -> 4-way handshake
Oct 17 22:10:22 i7-6700k wpa_supplicant[436]: wlp8s0: WPA: Key negotiation completed with 78:96:82:29:1b:66 [PTK=CCMP GTK=CCMP]
Oct 17 22:10:22 i7-6700k wpa_supplicant[436]: wlp8s0: CTRL-EVENT-CONNECTED - Connection to 78:96:82:29:1b:66 completed [id=0 id_str=]
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.8853] device (wlp8s0): supplicant interface state: 4-way handshake -> completed
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.8854] device (wlp8s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network '1B69 Hyperoptic 1Gbps Broadband'.
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.8856] device (wlp8s0): state change: config -> ip-config (reason 'none', internal state 'managed')
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.8865] dhcp4 (wlp8s0): activation: beginning transaction (timeout in 45 seconds)
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.9599] dhcp4 (wlp8s0):   address 192.168.1.106
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.9600] dhcp4 (wlp8s0):   plen 24
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.9600] dhcp4 (wlp8s0):   expires in 86400 seconds
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.9600] dhcp4 (wlp8s0):   nameserver '192.168.1.1'
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.9601] dhcp4 (wlp8s0):   domain name 'mynet'
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.9601] dhcp4 (wlp8s0):   gateway 192.168.1.1
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.9607] dhcp4 (wlp8s0): state changed unknown -> bound
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.9635] device (wlp8s0): state change: ip-config -> ip-check (reason 'none', internal state 'managed')
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.9645] device (wlp8s0): state change: ip-check -> secondaries (reason 'none', internal state 'managed')
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.9653] device (wlp8s0): state change: secondaries -> activated (reason 'none', internal state 'managed')
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.9656] manager: NetworkManager state is now CONNECTED_LOCAL
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.9750] manager: NetworkManager state is now CONNECTED_SITE
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.9752] policy: set '1B69 Hyperoptic 1Gbps Broadband' (wlp8s0) as default for IPv4 routing and DNS
Oct 17 22:10:22 i7-6700k NetworkManager[368]: <info>  [1508278222.9753] dns-mgr: Writing DNS information to /usr/bin/resolvconf
Oct 17 22:10:23 i7-6700k NetworkManager[368]: <info>  [1508278223.0920] device (wlp8s0): Activation: successful, device activated.
Oct 17 22:10:23 i7-6700k NetworkManager[368]: <info>  [1508278223.0936] manager: startup complete
Oct 17 22:10:23 i7-6700k nm-dispatcher[385]: req:2 'up' [wlp8s0]: new request (0 scripts)
Oct 17 22:10:23 i7-6700k nm-dispatcher[385]: req:2 'up' [wlp8s0]: completed: no scripts
Oct 17 22:10:25 i7-6700k NetworkManager[368]: <info>  [1508278225.1442] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 17 22:10:25 i7-6700k nm-dispatcher[385]: req:3 'connectivity-change': new request (0 scripts)
Oct 17 22:10:25 i7-6700k nm-dispatcher[385]: req:3 'connectivity-change': completed: no scripts
Oct 17 22:10:25 i7-6700k NetworkManager[368]: <info>  [1508278225.4757] dhcp6 (wlp8s0): activation: beginning transaction (timeout in 45 seconds)
Oct 17 22:10:25 i7-6700k NetworkManager[368]: <info>  [1508278225.4764] dns-mgr: Writing DNS information to /usr/bin/resolvconf
Oct 17 22:10:25 i7-6700k NetworkManager[368]: <info>  [1508278225.6000] dhcp6 (wlp8s0):   nameserver fe80::1
Oct 17 22:10:25 i7-6700k NetworkManager[368]: <info>  [1508278225.6000] dhcp6 (wlp8s0): state changed unknown -> bound
Oct 17 22:10:25 i7-6700k nm-dispatcher[385]: req:4 'dhcp6-change' [wlp8s0]: new request (0 scripts)
Oct 17 22:10:25 i7-6700k nm-dispatcher[385]: req:4 'dhcp6-change' [wlp8s0]: completed: no scripts
 

Offline

#5 2017-10-17 21:40:33

AP-random472
Member
Registered: 2017-01-16
Posts: 18

Re: [SOLVED] Boot/Display Freeze:"Loading Initial Ramdisk" NVIDIA GTX10xx

I guess perhaps there is a clue somewhere below (tainting kernel? Will search... EDIT: ok that’s normal for proprietary drivers it seems..)

nvidia: loading out-of-tree module taints kernel.
Oct 17 22:10:16 i7-6700k kernel: nvidia: module license 'NVIDIA' taints kernel.
Oct 17 22:10:16 i7-6700k kernel: Disabling lock debugging due to kernel taint
Oct 17 22:10:16 i7-6700k kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 239
Oct 17 22:10:16 i7-6700k kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Oct 17 22:10:16 i7-6700k kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  387.12  Thu Sep 28 20:18:48 PDT 2017 (using threaded interrupts)
Oct 17 22:10:16 i7-6700k systemd-udevd[278]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 17 22:10:16 i7-6700k kernel: pps pps0: new PPS source ptp0
Oct 17 22:10:16 i7-6700k kernel: igb 0000:07:00.0: added PHC on eth0
Oct 17 22:10:16 i7-6700k kernel: igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
Oct 17 22:10:16 i7-6700k kernel: igb 0000:07:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 40:8d:5c:be:3c:89
Oct 17 22:10:16 i7-6700k kernel: igb 0000:07:00.0: eth0: PBA No: FFFFFF-0FF
Oct 17 22:10:16 i7-6700k kernel: igb 0000:07:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
Oct 17 22:10:16 i7-6700k kernel: igb 0000:07:00.0 enp7s0: renamed from eth0
Oct 17 22:10:16 i7-6700k kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  387.12  Thu Sep 28 19:30:23 PDT 2017
Oct 17 22:10:16 i7-6700k kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Oct 17 22:10:16 i7-6700k kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0

Last edited by AP-random472 (2017-10-17 21:46:34)

Offline

#6 2017-10-18 13:29:01

seth
Member
Registered: 2012-09-03
Posts: 66,176

Re: [SOLVED] Boot/Display Freeze:"Loading Initial Ramdisk" NVIDIA GTX10xx

Remove the "nomodeset" and "quiet" parameters, install and enable intel-ucode (https://wiki.archlinux.org/index.php/Microcode) and add "systemd.unit=multi-user.target" to the kernel parameters (you can do so from the grub commandline, no need to reconfigure/install grub over and over again)
See what happens.

Online

#7 2017-10-18 17:47:05

AP-random472
Member
Registered: 2017-01-16
Posts: 18

Re: [SOLVED] Boot/Display Freeze:"Loading Initial Ramdisk" NVIDIA GTX10xx

seth wrote:

Remove the "nomodeset" and "quiet" parameters, install and enable intel-ucode (https://wiki.archlinux.org/index.php/Microcode) and add "systemd.unit=multi-user.target" to the kernel parameters (you can do so from the grub commandline, no need to reconfigure/install grub over and over again)
See what happens.

Hi, thanks for the suggestions and taking the time to reply.

I had the intel microcode update installed, but reinstalled anyway.

the kernel parameters were changed to:

Oct 18 17:56:00 i7-6700k kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9912e00d-3c85-4691-8427-1c462edf70de rw systemd.unit=multi-user.target

and unfortunately there was no change, still  the display freezes after load initial ram disk and the system is operational underneat (can log in and reboot (shutdown goes through the motions but doesn't power down, same thing on display the whole time)

Here is the journalctl output for the last boot

-- Reboot --
Oct 18 17:56:00 i7-6700k kernel: random: get_random_bytes called from start_kernel+0x42/0x4b7 with crng_init=0
Oct 18 17:56:00 i7-6700k kernel: Linux version 4.13.7-1-ARCH (builduser@tobias) (gcc version 7.2.0 (GCC)) #1 SMP PREEMPT Sat Oct 14 20:13:26 CEST 2017
Oct 18 17:56:00 i7-6700k kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9912e00d-3c85-4691-8427-1c462edf70de rw systemd.unit=multi-user.target
Oct 18 17:56:00 i7-6700k kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 18 17:56:00 i7-6700k kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 18 17:56:00 i7-6700k kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 18 17:56:00 i7-6700k kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Oct 18 17:56:00 i7-6700k kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Oct 18 17:56:00 i7-6700k kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 18 17:56:00 i7-6700k kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Oct 18 17:56:00 i7-6700k kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Oct 18 17:56:00 i7-6700k kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Oct 18 17:56:00 i7-6700k kernel: e820: BIOS-provided physical RAM map:
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000b6d4cfff] usable
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x00000000b6d4d000-0x00000000b6d4dfff] ACPI NVS
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x00000000b6d4e000-0x00000000b6d4efff] reserved
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x00000000b6d4f000-0x00000000be620fff] usable
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x00000000be621000-0x00000000be99bfff] reserved
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x00000000be99c000-0x00000000beb09fff] usable
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x00000000beb0a000-0x00000000bf1b8fff] ACPI NVS
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x00000000bf1b9000-0x00000000bf6a2fff] reserved
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x00000000bf6a3000-0x00000000bf6fefff] type 20
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x00000000bf6ff000-0x00000000bf6fffff] usable
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x00000000bf700000-0x00000000bfffffff] reserved
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Oct 18 17:56:00 i7-6700k kernel: BIOS-e820: [mem 0x0000000100000000-0x000000043effffff] usable
Oct 18 17:56:00 i7-6700k kernel: NX (Execute Disable) protection: active
Oct 18 17:56:00 i7-6700k kernel: efi: EFI v2.50 by American Megatrends
Oct 18 17:56:00 i7-6700k kernel: efi:  ACPI 2.0=0xbee0a000  ACPI=0xbee0a000  SMBIOS=0xbf5ce000  SMBIOS 3.0=0xbf5cd000  MPS=0xfca10  ESRT=0xbd331318 
Oct 18 17:56:00 i7-6700k kernel: random: fast init done
Oct 18 17:56:00 i7-6700k kernel: SMBIOS 3.0.0 present.
Oct 18 17:56:00 i7-6700k kernel: DMI: Gigabyte Technology Co., Ltd. Z170N-WIFI/Z170N-WIFI-CF, BIOS F20d 06/30/2017
Oct 18 17:56:00 i7-6700k kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 18 17:56:00 i7-6700k kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 18 17:56:00 i7-6700k kernel: e820: last_pfn = 0x43f000 max_arch_pfn = 0x400000000
Oct 18 17:56:00 i7-6700k kernel: MTRR default type: write-back
Oct 18 17:56:00 i7-6700k kernel: MTRR fixed ranges enabled:
Oct 18 17:56:00 i7-6700k kernel:   00000-9FFFF write-back
Oct 18 17:56:00 i7-6700k kernel:   A0000-BFFFF uncachable
Oct 18 17:56:00 i7-6700k kernel:   C0000-FFFFF write-protect
Oct 18 17:56:00 i7-6700k kernel: MTRR variable ranges enabled:
Oct 18 17:56:00 i7-6700k kernel:   0 base 00C0000000 mask 7FC0000000 uncachable
Oct 18 17:56:00 i7-6700k kernel:   1 disabled
Oct 18 17:56:00 i7-6700k kernel:   2 disabled
Oct 18 17:56:00 i7-6700k kernel:   3 disabled
Oct 18 17:56:00 i7-6700k kernel:   4 disabled
Oct 18 17:56:00 i7-6700k kernel:   5 disabled
Oct 18 17:56:00 i7-6700k kernel:   6 disabled
Oct 18 17:56:00 i7-6700k kernel:   7 disabled
Oct 18 17:56:00 i7-6700k kernel:   8 disabled
Oct 18 17:56:00 i7-6700k kernel:   9 disabled
Oct 18 17:56:00 i7-6700k kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
Oct 18 17:56:00 i7-6700k kernel: e820: last_pfn = 0xbf700 max_arch_pfn = 0x400000000
Oct 18 17:56:00 i7-6700k kernel: found SMP MP-table at [mem 0x000fcd10-0x000fcd1f] mapped at [ffff981a000fcd10]
Oct 18 17:56:00 i7-6700k kernel: esrt: Reserving ESRT space from 0x00000000bd331318 to 0x00000000bd331350.
Oct 18 17:56:00 i7-6700k kernel: Scanning 1 areas for low memory corruption
Oct 18 17:56:00 i7-6700k kernel: Base memory trampoline at [ffff981a00095000] 95000 size 24576
Oct 18 17:56:00 i7-6700k kernel: Using GB pages for direct mapping
Oct 18 17:56:00 i7-6700k kernel: BRK [0x1aad64000, 0x1aad64fff] PGTABLE
Oct 18 17:56:00 i7-6700k kernel: BRK [0x1aad65000, 0x1aad65fff] PGTABLE
Oct 18 17:56:00 i7-6700k kernel: BRK [0x1aad66000, 0x1aad66fff] PGTABLE
Oct 18 17:56:00 i7-6700k kernel: BRK [0x1aad67000, 0x1aad67fff] PGTABLE
Oct 18 17:56:00 i7-6700k kernel: BRK [0x1aad68000, 0x1aad68fff] PGTABLE
Oct 18 17:56:00 i7-6700k kernel: BRK [0x1aad69000, 0x1aad69fff] PGTABLE
Oct 18 17:56:00 i7-6700k kernel: BRK [0x1aad6a000, 0x1aad6afff] PGTABLE
Oct 18 17:56:00 i7-6700k kernel: BRK [0x1aad6b000, 0x1aad6bfff] PGTABLE
Oct 18 17:56:00 i7-6700k kernel: BRK [0x1aad6c000, 0x1aad6cfff] PGTABLE
Oct 18 17:56:00 i7-6700k kernel: BRK [0x1aad6d000, 0x1aad6dfff] PGTABLE
Oct 18 17:56:00 i7-6700k kernel: BRK [0x1aad6e000, 0x1aad6efff] PGTABLE
Oct 18 17:56:00 i7-6700k kernel: Secure boot could not be determined
Oct 18 17:56:00 i7-6700k kernel: RAMDISK: [mem 0x370a3000-0x37848fff]
Oct 18 17:56:00 i7-6700k kernel: ACPI: Early table checksum verification disabled
Oct 18 17:56:00 i7-6700k kernel: ACPI: RSDP 0x00000000BEE0A000 000024 (v02 ALASKA)
Oct 18 17:56:00 i7-6700k kernel: ACPI: XSDT 0x00000000BEE0A0A0 0000BC (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 18 17:56:00 i7-6700k kernel: ACPI: FACP 0x00000000BEE322A8 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Oct 18 17:56:00 i7-6700k kernel: ACPI: DSDT 0x00000000BEE0A1F0 0280B7 (v02 ALASKA A M I    01072009 INTL 20160422)
Oct 18 17:56:00 i7-6700k kernel: ACPI: FACS 0x00000000BF1B8C40 000040
Oct 18 17:56:00 i7-6700k kernel: ACPI: APIC 0x00000000BEE323C0 0000BC (v03 ALASKA A M I    01072009 AMI  00010013)
Oct 18 17:56:00 i7-6700k kernel: ACPI: FPDT 0x00000000BEE32480 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 18 17:56:00 i7-6700k kernel: ACPI: MCFG 0x00000000BEE324C8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Oct 18 17:56:00 i7-6700k kernel: ACPI: FIDT 0x00000000BEE32508 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 18 17:56:00 i7-6700k kernel: ACPI: SSDT 0x00000000BEE325A8 003154 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Oct 18 17:56:00 i7-6700k kernel: ACPI: SSDT 0x00000000BEE35700 002544 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
Oct 18 17:56:00 i7-6700k kernel: ACPI: HPET 0x00000000BEE37C48 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
Oct 18 17:56:00 i7-6700k kernel: ACPI: SSDT 0x00000000BEE37C80 000E3B (v02 INTEL  Ther_Rvp 00001000 INTL 20160422)
Oct 18 17:56:00 i7-6700k kernel: ACPI: SSDT 0x00000000BEE38AC0 002AD7 (v02 INTEL  xh_rvp10 00000000 INTL 20160422)
Oct 18 17:56:00 i7-6700k kernel: ACPI: UEFI 0x00000000BEE3B598 000042 (v01 INTEL  EDK2     00000002      01000013)
Oct 18 17:56:00 i7-6700k kernel: ACPI: SSDT 0x00000000BEE3B5E0 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Oct 18 17:56:00 i7-6700k kernel: ACPI: LPIT 0x00000000BEE3C4C0 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
Oct 18 17:56:00 i7-6700k kernel: ACPI: WSMT 0x00000000BEE3C558 000028 (v01 INTEL  KBL      00000000 MSFT 0000005F)
Oct 18 17:56:00 i7-6700k kernel: ACPI: SSDT 0x00000000BEE3C580 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
Oct 18 17:56:00 i7-6700k kernel: ACPI: SSDT 0x00000000BEE3C820 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Oct 18 17:56:00 i7-6700k kernel: ACPI: DBGP 0x00000000BEE3F828 000034 (v01 INTEL           00000002 MSFT 0000005F)
Oct 18 17:56:00 i7-6700k kernel: ACPI: DBG2 0x00000000BEE3F860 000054 (v00 INTEL           00000002 MSFT 0000005F)
Oct 18 17:56:00 i7-6700k kernel: ACPI: DMAR 0x00000000BEE3F8B8 000070 (v01 INTEL  KBL      00000001 INTL 00000001)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Local APIC address 0xfee00000
Oct 18 17:56:00 i7-6700k kernel: No NUMA configuration found
Oct 18 17:56:00 i7-6700k kernel: Faking a node at [mem 0x0000000000000000-0x000000043effffff]
Oct 18 17:56:00 i7-6700k kernel: NODE_DATA(0) allocated [mem 0x43effb000-0x43effffff]
Oct 18 17:56:00 i7-6700k kernel: Zone ranges:
Oct 18 17:56:00 i7-6700k kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 18 17:56:00 i7-6700k kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 18 17:56:00 i7-6700k kernel:   Normal   [mem 0x0000000100000000-0x000000043effffff]
Oct 18 17:56:00 i7-6700k kernel:   Device   empty
Oct 18 17:56:00 i7-6700k kernel: Movable zone start for each node
Oct 18 17:56:00 i7-6700k kernel: Early memory node ranges
Oct 18 17:56:00 i7-6700k kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Oct 18 17:56:00 i7-6700k kernel:   node   0: [mem 0x0000000000059000-0x000000000009efff]
Oct 18 17:56:00 i7-6700k kernel:   node   0: [mem 0x0000000000100000-0x00000000b6d4cfff]
Oct 18 17:56:00 i7-6700k kernel:   node   0: [mem 0x00000000b6d4f000-0x00000000be620fff]
Oct 18 17:56:00 i7-6700k kernel:   node   0: [mem 0x00000000be99c000-0x00000000beb09fff]
Oct 18 17:56:00 i7-6700k kernel:   node   0: [mem 0x00000000bf6ff000-0x00000000bf6fffff]
Oct 18 17:56:00 i7-6700k kernel:   node   0: [mem 0x0000000100000000-0x000000043effffff]
Oct 18 17:56:00 i7-6700k kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000043effffff]
Oct 18 17:56:00 i7-6700k kernel: On node 0 totalpages: 4183851
Oct 18 17:56:00 i7-6700k kernel:   DMA zone: 64 pages used for memmap
Oct 18 17:56:00 i7-6700k kernel:   DMA zone: 27 pages reserved
Oct 18 17:56:00 i7-6700k kernel:   DMA zone: 3997 pages, LIFO batch:0
Oct 18 17:56:00 i7-6700k kernel:   DMA32 zone: 12127 pages used for memmap
Oct 18 17:56:00 i7-6700k kernel:   DMA32 zone: 776078 pages, LIFO batch:31
Oct 18 17:56:00 i7-6700k kernel:   Normal zone: 53184 pages used for memmap
Oct 18 17:56:00 i7-6700k kernel:   Normal zone: 3403776 pages, LIFO batch:31
Oct 18 17:56:00 i7-6700k kernel: ACPI: PM-Timer IO Port: 0x1808
Oct 18 17:56:00 i7-6700k kernel: ACPI: Local APIC address 0xfee00000
Oct 18 17:56:00 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 18 17:56:00 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 18 17:56:00 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 18 17:56:00 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 18 17:56:00 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 18 17:56:00 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 18 17:56:00 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 18 17:56:00 i7-6700k kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 18 17:56:00 i7-6700k kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Oct 18 17:56:00 i7-6700k kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 18 17:56:00 i7-6700k kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 18 17:56:00 i7-6700k kernel: ACPI: IRQ0 used by override.
Oct 18 17:56:00 i7-6700k kernel: ACPI: IRQ9 used by override.
Oct 18 17:56:00 i7-6700k kernel: Using ACPI (MADT) for SMP configuration information
Oct 18 17:56:00 i7-6700k kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Oct 18 17:56:00 i7-6700k kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xb6d4d000-0xb6d4dfff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xb6d4e000-0xb6d4efff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xbe621000-0xbe99bfff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xbeb0a000-0xbf1b8fff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xbf1b9000-0xbf6a2fff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xbf6a3000-0xbf6fefff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xbf700000-0xbfffffff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xc0000000-0xefffffff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Oct 18 17:56:00 i7-6700k kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Oct 18 17:56:00 i7-6700k kernel: e820: [mem 0xc0000000-0xefffffff] available for PCI devices
Oct 18 17:56:00 i7-6700k kernel: Booting paravirtualized kernel on bare hardware
Oct 18 17:56:00 i7-6700k kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 18 17:56:00 i7-6700k kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
Oct 18 17:56:00 i7-6700k kernel: percpu: Embedded 36 pages/cpu @ffff981e3ec00000 s106520 r8192 d32744 u262144
Oct 18 17:56:00 i7-6700k kernel: pcpu-alloc: s106520 r8192 d32744 u262144 alloc=1*2097152
Oct 18 17:56:00 i7-6700k kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Oct 18 17:56:00 i7-6700k kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4118449
Oct 18 17:56:00 i7-6700k kernel: Policy zone: Normal
Oct 18 17:56:00 i7-6700k kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9912e00d-3c85-4691-8427-1c462edf70de rw systemd.unit=multi-user.target
Oct 18 17:56:00 i7-6700k kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Oct 18 17:56:00 i7-6700k kernel: Calgary: detecting Calgary via BIOS EBDA area
Oct 18 17:56:00 i7-6700k kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 18 17:56:00 i7-6700k kernel: Memory: 16265820K/16735404K available (6644K kernel code, 1134K rwdata, 2048K rodata, 1336K init, 908K bss, 469584K reserved, 0K cma-reserved)
Oct 18 17:56:00 i7-6700k kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Oct 18 17:56:00 i7-6700k kernel: ftrace: allocating 28352 entries in 111 pages
Oct 18 17:56:00 i7-6700k kernel: Preemptible hierarchical RCU implementation.
Oct 18 17:56:00 i7-6700k kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
Oct 18 17:56:00 i7-6700k kernel:         Tasks RCU enabled.
Oct 18 17:56:00 i7-6700k kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Oct 18 17:56:00 i7-6700k kernel: NR_IRQS: 8448, nr_irqs: 2048, preallocated irqs: 16
Oct 18 17:56:00 i7-6700k kernel: Console: colour dummy device 80x25
Oct 18 17:56:00 i7-6700k kernel: console [tty0] enabled
Oct 18 17:56:00 i7-6700k kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Oct 18 17:56:00 i7-6700k kernel: hpet clockevent registered
Oct 18 17:56:00 i7-6700k kernel: tsc: Detected 4200.000 MHz processor
Oct 18 17:56:00 i7-6700k kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 8403.00 BogoMIPS (lpj=14000000)
Oct 18 17:56:00 i7-6700k kernel: pid_max: default: 32768 minimum: 301
Oct 18 17:56:00 i7-6700k kernel: ACPI: Core revision 20170531
Oct 18 17:56:00 i7-6700k kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
Oct 18 17:56:00 i7-6700k kernel: Security Framework initialized
Oct 18 17:56:00 i7-6700k kernel: Yama: becoming mindful.
Oct 18 17:56:00 i7-6700k kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Oct 18 17:56:00 i7-6700k kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Oct 18 17:56:00 i7-6700k kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
Oct 18 17:56:00 i7-6700k kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
Oct 18 17:56:00 i7-6700k kernel: CPU: Physical Processor ID: 0
Oct 18 17:56:00 i7-6700k kernel: CPU: Processor Core ID: 0
Oct 18 17:56:00 i7-6700k kernel: mce: CPU supports 10 MCE banks
Oct 18 17:56:00 i7-6700k kernel: CPU0: Thermal monitoring enabled (TM1)
Oct 18 17:56:00 i7-6700k kernel: process: using mwait in idle threads
Oct 18 17:56:00 i7-6700k kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Oct 18 17:56:00 i7-6700k kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Oct 18 17:56:00 i7-6700k kernel: Freeing SMP alternatives memory: 24K
Oct 18 17:56:00 i7-6700k kernel: smpboot: Max logical packages: 2
Oct 18 17:56:00 i7-6700k kernel: DMAR: Host address width 39
Oct 18 17:56:00 i7-6700k kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x1
Oct 18 17:56:00 i7-6700k kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da
Oct 18 17:56:00 i7-6700k kernel: DMAR: RMRR base: 0x000000be8ee000 end: 0x000000be90dfff
Oct 18 17:56:00 i7-6700k kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed90000 IOMMU 0
Oct 18 17:56:00 i7-6700k kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed90000
Oct 18 17:56:00 i7-6700k kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Oct 18 17:56:00 i7-6700k kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Oct 18 17:56:00 i7-6700k kernel: x2apic enabled
Oct 18 17:56:00 i7-6700k kernel: Switched APIC routing to cluster x2apic.
Oct 18 17:56:00 i7-6700k kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 18 17:56:00 i7-6700k kernel: TSC deadline timer enabled
Oct 18 17:56:00 i7-6700k kernel: smpboot: CPU0: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz (family: 0x6, model: 0x9e, stepping: 0x9)
Oct 18 17:56:00 i7-6700k kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Oct 18 17:56:00 i7-6700k kernel: ... version:                4
Oct 18 17:56:00 i7-6700k kernel: ... bit width:              48
Oct 18 17:56:00 i7-6700k kernel: ... generic registers:      4
Oct 18 17:56:00 i7-6700k kernel: ... value mask:             0000ffffffffffff
Oct 18 17:56:00 i7-6700k kernel: ... max period:             00007fffffffffff
Oct 18 17:56:00 i7-6700k kernel: ... fixed-purpose events:   3
Oct 18 17:56:00 i7-6700k kernel: ... event mask:             000000070000000f
Oct 18 17:56:00 i7-6700k kernel: Hierarchical SRCU implementation.
Oct 18 17:56:00 i7-6700k kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Oct 18 17:56:00 i7-6700k kernel: smp: Bringing up secondary CPUs ...
Oct 18 17:56:00 i7-6700k kernel: x86: Booting SMP configuration:
Oct 18 17:56:00 i7-6700k kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
Oct 18 17:56:00 i7-6700k kernel: smp: Brought up 1 node, 8 CPUs
Oct 18 17:56:00 i7-6700k kernel: smpboot: Total of 8 processors activated (67236.20 BogoMIPS)
Oct 18 17:56:00 i7-6700k kernel: devtmpfs: initialized
Oct 18 17:56:00 i7-6700k kernel: x86/mm: Memory block size: 128MB
Oct 18 17:56:00 i7-6700k kernel: PM: Registering ACPI NVS region [mem 0xb6d4d000-0xb6d4dfff] (4096 bytes)
Oct 18 17:56:00 i7-6700k kernel: PM: Registering ACPI NVS region [mem 0xbeb0a000-0xbf1b8fff] (7008256 bytes)
Oct 18 17:56:00 i7-6700k kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 18 17:56:00 i7-6700k kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
Oct 18 17:56:00 i7-6700k kernel: pinctrl core: initialized pinctrl subsystem
Oct 18 17:56:00 i7-6700k kernel: RTC time: 17:55:59, date: 10/18/17
Oct 18 17:56:00 i7-6700k kernel: NET: Registered protocol family 16
Oct 18 17:56:00 i7-6700k kernel: cpuidle: using governor ladder
Oct 18 17:56:00 i7-6700k kernel: cpuidle: using governor menu
Oct 18 17:56:00 i7-6700k kernel: PCCT header not found.
Oct 18 17:56:00 i7-6700k kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 18 17:56:00 i7-6700k kernel: ACPI: bus type PCI registered
Oct 18 17:56:00 i7-6700k kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 18 17:56:00 i7-6700k kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Oct 18 17:56:00 i7-6700k kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
Oct 18 17:56:00 i7-6700k kernel: PCI: Using configuration type 1 for base access
Oct 18 17:56:00 i7-6700k kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 18 17:56:00 i7-6700k kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 18 17:56:00 i7-6700k kernel: ACPI: Added _OSI(Module Device)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Added _OSI(Processor Device)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Executed 35 blocks of module-level executable AML code
Oct 18 17:56:00 i7-6700k kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 18 17:56:00 i7-6700k kernel: ACPI: Dynamic OEM Table Load:
Oct 18 17:56:00 i7-6700k kernel: ACPI: SSDT 0xFFFF981E2BD77000 00081F (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 18 17:56:00 i7-6700k kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Oct 18 17:56:00 i7-6700k kernel: ACPI: Dynamic OEM Table Load:
Oct 18 17:56:00 i7-6700k kernel: ACPI: SSDT 0xFFFF981E2BD51400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 18 17:56:00 i7-6700k kernel: ACPI: Dynamic OEM Table Load:
Oct 18 17:56:00 i7-6700k kernel: ACPI: SSDT 0xFFFF981E2C220000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 18 17:56:00 i7-6700k kernel: ACPI: Dynamic OEM Table Load:
Oct 18 17:56:00 i7-6700k kernel: ACPI: SSDT 0xFFFF981E2BD6AA00 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 18 17:56:00 i7-6700k kernel: ACPI: Interpreter enabled
Oct 18 17:56:00 i7-6700k kernel: ACPI: (supports S0 S3 S4 S5)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Using IOAPIC for interrupt routing
Oct 18 17:56:00 i7-6700k kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [PG00] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [PG01] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [PG02] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [WRST] (on)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [FN00] (off)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [FN01] (off)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [FN02] (off)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [FN03] (off)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Resource [FN04] (off)
Oct 18 17:56:00 i7-6700k kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
Oct 18 17:56:00 i7-6700k kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Oct 18 17:56:00 i7-6700k kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
Oct 18 17:56:00 i7-6700k kernel: PCI host bridge to bus 0000:00
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xefffffff window]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:00: root bus resource [bus 00-7e]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:00.0: [8086:591f] type 00 class 0x060000
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:14.0: reg 0x10: [mem 0xef430000-0xef43ffff 64bit]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:16.0: reg 0x10: [mem 0xef44d000-0xef44dfff 64bit]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:16.0: PME# supported from D3hot
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:17.0: reg 0x10: [mem 0xef448000-0xef449fff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:17.0: reg 0x14: [mem 0xef44c000-0xef44c0ff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:17.0: reg 0x18: [io  0xf050-0xf057]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:17.0: reg 0x1c: [io  0xf040-0xf043]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:17.0: reg 0x20: [io  0xf020-0xf03f]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:17.0: reg 0x24: [mem 0xef44b000-0xef44b7ff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:17.0: PME# supported from D3hot
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1b.0: [8086:a167] type 01 class 0x060400
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1b.2: [8086:a169] type 01 class 0x060400
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1b.2: PME# supported from D0 D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1b.3: [8086:a16a] type 01 class 0x060400
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1b.3: PME# supported from D0 D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.5: [8086:a115] type 01 class 0x060400
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.6: [8086:a116] type 01 class 0x060400
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.7: [8086:a117] type 01 class 0x060400
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1f.0: [8086:a145] type 00 class 0x060100
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xef444000-0xef447fff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xef440000-0xef443fff 64bit]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xef420000-0xef42ffff 64bit]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xef44a000-0xef44a0ff 64bit]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1f.4: reg 0x20: [io  0xf000-0xf01f]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xef400000-0xef41ffff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:01:00.0: [10de:1b81] type 00 class 0x030000
Oct 18 17:56:00 i7-6700k kernel: pci 0000:01:00.0: reg 0x10: [mem 0xee000000-0xeeffffff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:01:00.0: reg 0x30: [mem 0xef000000-0xef07ffff pref]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:01:00.1: [10de:10f0] type 00 class 0x040300
Oct 18 17:56:00 i7-6700k kernel: pci 0000:01:00.1: reg 0x10: [mem 0xef080000-0xef083fff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:01.0:   bridge window [mem 0xee000000-0xef0fffff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1b.2: PCI bridge to [bus 03]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1b.3: PCI bridge to [bus 04]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.2: PCI bridge to [bus 06]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:07:00.0: [8086:1539] type 00 class 0x020000
Oct 18 17:56:00 i7-6700k kernel: pci 0000:07:00.0: reg 0x10: [mem 0xef300000-0xef31ffff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:07:00.0: reg 0x18: [io  0xd000-0xd01f]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:07:00.0: reg 0x1c: [mem 0xef320000-0xef323fff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.4: PCI bridge to [bus 07]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.4:   bridge window [mem 0xef300000-0xef3fffff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:08:00.0: [8086:24f3] type 00 class 0x028000
Oct 18 17:56:00 i7-6700k kernel: pci 0000:08:00.0: reg 0x10: [mem 0xef200000-0xef201fff 64bit]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.5: PCI bridge to [bus 08]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.5:   bridge window [mem 0xef200000-0xef2fffff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.6: PCI bridge to [bus 09]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.7: PCI bridge to [bus 0a]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:0b:00.0: [144d:a804] type 00 class 0x010802
Oct 18 17:56:00 i7-6700k kernel: pci 0000:0b:00.0: reg 0x10: [mem 0xef100000-0xef103fff 64bit]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1d.0: PCI bridge to [bus 0b]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1d.0:   bridge window [mem 0xef100000-0xef1fffff]
Oct 18 17:56:00 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 18 17:56:00 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
Oct 18 17:56:00 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 18 17:56:00 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 18 17:56:00 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 18 17:56:00 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 18 17:56:00 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 18 17:56:00 i7-6700k kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 18 17:56:00 i7-6700k kernel: ACPI: Enabled 4 GPEs in block 00 to 7F
Oct 18 17:56:00 i7-6700k kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Oct 18 17:56:00 i7-6700k kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Oct 18 17:56:00 i7-6700k kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Oct 18 17:56:00 i7-6700k kernel: vgaarb: loaded
Oct 18 17:56:00 i7-6700k kernel: EDAC MC: Ver: 3.0.0
Oct 18 17:56:00 i7-6700k kernel: Registered efivars operations
Oct 18 17:56:00 i7-6700k kernel: PCI: Using ACPI for IRQ routing
Oct 18 17:56:00 i7-6700k kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 18 17:56:00 i7-6700k kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Oct 18 17:56:00 i7-6700k kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 18 17:56:00 i7-6700k kernel: e820: reserve RAM buffer [mem 0xb6d4d000-0xb7ffffff]
Oct 18 17:56:00 i7-6700k kernel: e820: reserve RAM buffer [mem 0xbe621000-0xbfffffff]
Oct 18 17:56:00 i7-6700k kernel: e820: reserve RAM buffer [mem 0xbeb0a000-0xbfffffff]
Oct 18 17:56:00 i7-6700k kernel: e820: reserve RAM buffer [mem 0xbf700000-0xbfffffff]
Oct 18 17:56:00 i7-6700k kernel: e820: reserve RAM buffer [mem 0x43f000000-0x43fffffff]
Oct 18 17:56:00 i7-6700k kernel: NetLabel: Initializing
Oct 18 17:56:00 i7-6700k kernel: NetLabel:  domain hash size = 128
Oct 18 17:56:00 i7-6700k kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 18 17:56:00 i7-6700k kernel: NetLabel:  unlabeled traffic allowed by default
Oct 18 17:56:00 i7-6700k kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Oct 18 17:56:00 i7-6700k kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Oct 18 17:56:00 i7-6700k kernel: clocksource: Switched to clocksource hpet
Oct 18 17:56:00 i7-6700k kernel: VFS: Disk quotas dquot_6.6.0
Oct 18 17:56:00 i7-6700k kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 18 17:56:00 i7-6700k kernel: pnp: PnP ACPI init
Oct 18 17:56:00 i7-6700k kernel: system 00:00: [io  0x0a00-0x0a2f] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:00: [io  0x0a30-0x0a3f] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:00: [io  0x0a40-0x0a4f] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 17:56:00 i7-6700k kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:01: [io  0xffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:01: [io  0xffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:01: [io  0xffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:01: [io  0x1800-0x18fe] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 17:56:00 i7-6700k kernel: system 00:02: [io  0x0800-0x087f] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 17:56:00 i7-6700k kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 18 17:56:00 i7-6700k kernel: system 00:04: [io  0x1854-0x1857] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Oct 18 17:56:00 i7-6700k kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:05: [mem 0xf0000000-0xf7ffffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:05: [mem 0xeffe0000-0xefffffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 17:56:00 i7-6700k kernel: system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 17:56:00 i7-6700k kernel: system 00:07: [io  0xff00-0xfffe] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 17:56:00 i7-6700k kernel: system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
Oct 18 17:56:00 i7-6700k kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 17:56:00 i7-6700k kernel: pnp: PnP ACPI: found 9 devices
Oct 18 17:56:00 i7-6700k kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:01.0:   bridge window [mem 0xee000000-0xef0fffff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1b.2: PCI bridge to [bus 03]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1b.3: PCI bridge to [bus 04]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.2: PCI bridge to [bus 06]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.4: PCI bridge to [bus 07]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.4:   bridge window [mem 0xef300000-0xef3fffff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.5: PCI bridge to [bus 08]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.5:   bridge window [mem 0xef200000-0xef2fffff]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.6: PCI bridge to [bus 09]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1c.7: PCI bridge to [bus 0a]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1d.0: PCI bridge to [bus 0b]
Oct 18 17:56:00 i7-6700k kernel: pci 0000:00:1d.0:   bridge window [mem 0xef100000-0xef1fffff]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:00: resource 7 [mem 0xc0000000-0xefffffff window]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:01: resource 1 [mem 0xee000000-0xef0fffff]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:07: resource 0 [io  0xd000-0xdfff]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:07: resource 1 [mem 0xef300000-0xef3fffff]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:08: resource 1 [mem 0xef200000-0xef2fffff]
Oct 18 17:56:00 i7-6700k kernel: pci_bus 0000:0b: resource 1 [mem 0xef100000-0xef1fffff]
Oct 18 17:56:00 i7-6700k kernel: NET: Registered protocol family 2
Oct 18 17:56:00 i7-6700k kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Oct 18 17:56:00 i7-6700k kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Oct 18 17:56:00 i7-6700k kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 18 17:56:00 i7-6700k kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
Oct 18 17:56:00 i7-6700k kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Oct 18 17:56:00 i7-6700k kernel: NET: Registered protocol family 1
Oct 18 17:56:00 i7-6700k kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 18 17:56:00 i7-6700k kernel: PCI: CLS 64 bytes, default 64
Oct 18 17:56:00 i7-6700k kernel: Unpacking initramfs...
Oct 18 17:56:00 i7-6700k kernel: Freeing initrd memory: 7832K
Oct 18 17:56:00 i7-6700k kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 18 17:56:00 i7-6700k kernel: software IO TLB [mem 0xb18b7000-0xb58b7000] (64MB) mapped at [ffff981ab18b7000-ffff981ab58b6fff]
Oct 18 17:56:00 i7-6700k kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3c8a615336c, max_idle_ns: 440795257976 ns
Oct 18 17:56:00 i7-6700k kernel: Scanning for low memory corruption every 60 seconds
Oct 18 17:56:00 i7-6700k kernel: Initialise system trusted keyrings
Oct 18 17:56:00 i7-6700k kernel: Key type blacklist registered
Oct 18 17:56:00 i7-6700k kernel: workingset: timestamp_bits=40 max_order=22 bucket_order=0
Oct 18 17:56:00 i7-6700k kernel: zbud: loaded
Oct 18 17:56:00 i7-6700k kernel: Key type asymmetric registered
Oct 18 17:56:00 i7-6700k kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Oct 18 17:56:00 i7-6700k kernel: io scheduler noop registered
Oct 18 17:56:00 i7-6700k kernel: io scheduler deadline registered
Oct 18 17:56:00 i7-6700k kernel: io scheduler cfq registered (default)
Oct 18 17:56:00 i7-6700k kernel: io scheduler mq-deadline registered
Oct 18 17:56:00 i7-6700k kernel: io scheduler kyber registered
Oct 18 17:56:00 i7-6700k kernel: io scheduler bfq registered
Oct 18 17:56:00 i7-6700k kernel: intel_idle: MWAIT substates: 0x142120
Oct 18 17:56:00 i7-6700k kernel: intel_idle: v0.4.1 model 0x9E
Oct 18 17:56:00 i7-6700k kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Oct 18 17:56:00 i7-6700k kernel: GHES: HEST is not enabled!
Oct 18 17:56:00 i7-6700k kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 18 17:56:00 i7-6700k kernel: rtc_cmos 00:03: RTC can wake from S4
Oct 18 17:56:00 i7-6700k kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
Oct 18 17:56:00 i7-6700k kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Oct 18 17:56:00 i7-6700k kernel: intel_pstate: Intel P-state driver initializing
Oct 18 17:56:00 i7-6700k kernel: intel_pstate: HWP enabled
Oct 18 17:56:00 i7-6700k kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 18 17:56:00 i7-6700k kernel: vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
Oct 18 17:56:00 i7-6700k kernel: NET: Registered protocol family 10
Oct 18 17:56:00 i7-6700k kernel: Segment Routing with IPv6
Oct 18 17:56:00 i7-6700k kernel: NET: Registered protocol family 17
Oct 18 17:56:00 i7-6700k kernel: RAS: Correctable Errors collector initialized.
Oct 18 17:56:00 i7-6700k kernel: microcode: sig=0x906e9, pf=0x2, revision=0x5e
Oct 18 17:56:00 i7-6700k kernel: microcode: Microcode Update Driver: v2.2.
Oct 18 17:56:00 i7-6700k kernel: sched_clock: Marking stable (1034159299, 0)->(1039174256, -5014957)
Oct 18 17:56:00 i7-6700k kernel: registered taskstats version 1
Oct 18 17:56:00 i7-6700k kernel: Loading compiled-in X.509 certificates
Oct 18 17:56:00 i7-6700k kernel: zswap: loaded using pool lzo/zbud
Oct 18 17:56:00 i7-6700k kernel: Key type big_key registered
Oct 18 17:56:00 i7-6700k kernel:   Magic number: 5:73:947
Oct 18 17:56:00 i7-6700k kernel: tty tty4: hash matches
Oct 18 17:56:00 i7-6700k kernel: processor cpu2: hash matches
Oct 18 17:56:00 i7-6700k kernel: memory memory0: hash matches
Oct 18 17:56:00 i7-6700k kernel: rtc_cmos 00:03: setting system clock to 2017-10-18 17:55:59 UTC (1508349359)
Oct 18 17:56:00 i7-6700k kernel: PM: Hibernation image not present or could not be loaded.
Oct 18 17:56:00 i7-6700k kernel: Freeing unused kernel memory: 1336K
Oct 18 17:56:00 i7-6700k kernel: Write protecting the kernel read-only data: 10240k
Oct 18 17:56:00 i7-6700k kernel: Freeing unused kernel memory: 1536K
Oct 18 17:56:00 i7-6700k kernel: i8042: PNP: No PS/2 controller found.
Oct 18 17:56:00 i7-6700k kernel: SCSI subsystem initialized
Oct 18 17:56:00 i7-6700k kernel: ACPI: bus type USB registered
Oct 18 17:56:00 i7-6700k kernel: usbcore: registered new interface driver usbfs
Oct 18 17:56:00 i7-6700k kernel: usbcore: registered new interface driver hub
Oct 18 17:56:00 i7-6700k kernel: usbcore: registered new device driver usb
Oct 18 17:56:00 i7-6700k kernel: libata version 3.00 loaded.
Oct 18 17:56:00 i7-6700k kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 18 17:56:00 i7-6700k kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Oct 18 17:56:00 i7-6700k kernel: nvme nvme0: pci function 0000:0b:00.0
Oct 18 17:56:00 i7-6700k kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
Oct 18 17:56:00 i7-6700k kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Oct 18 17:56:00 i7-6700k kernel: hub 1-0:1.0: USB hub found
Oct 18 17:56:00 i7-6700k kernel: hub 1-0:1.0: 16 ports detected
Oct 18 17:56:00 i7-6700k kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 18 17:56:00 i7-6700k kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 18 17:56:00 i7-6700k kernel: hub 2-0:1.0: USB hub found
Oct 18 17:56:00 i7-6700k kernel: hub 2-0:1.0: 10 ports detected
Oct 18 17:56:00 i7-6700k kernel: ahci 0000:00:17.0: version 3.0
Oct 18 17:56:00 i7-6700k kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Oct 18 17:56:00 i7-6700k kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
Oct 18 17:56:00 i7-6700k kernel: i8042: PNP: No PS/2 controller found.
Oct 18 17:56:00 i7-6700k kernel: scsi host0: ahci
Oct 18 17:56:00 i7-6700k kernel: scsi host1: ahci
Oct 18 17:56:00 i7-6700k kernel: scsi host2: ahci
Oct 18 17:56:00 i7-6700k kernel: scsi host3: ahci
Oct 18 17:56:00 i7-6700k kernel: scsi host4: ahci
Oct 18 17:56:00 i7-6700k kernel: scsi host5: ahci
Oct 18 17:56:00 i7-6700k kernel: ata1: SATA max UDMA/133 abar m2048@0xef44b000 port 0xef44b100 irq 123
Oct 18 17:56:00 i7-6700k kernel: ata2: SATA max UDMA/133 abar m2048@0xef44b000 port 0xef44b180 irq 123
Oct 18 17:56:00 i7-6700k kernel: ata3: SATA max UDMA/133 abar m2048@0xef44b000 port 0xef44b200 irq 123
Oct 18 17:56:00 i7-6700k kernel: ata4: SATA max UDMA/133 abar m2048@0xef44b000 port 0xef44b280 irq 123
Oct 18 17:56:00 i7-6700k kernel: ata5: SATA max UDMA/133 abar m2048@0xef44b000 port 0xef44b300 irq 123
Oct 18 17:56:00 i7-6700k kernel: ata6: SATA max UDMA/133 abar m2048@0xef44b000 port 0xef44b380 irq 123
Oct 18 17:56:00 i7-6700k kernel:  nvme0n1: p1 p2
Oct 18 17:56:00 i7-6700k kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Oct 18 17:56:00 i7-6700k kernel: ata3: SATA link down (SStatus 4 SControl 300)
Oct 18 17:56:00 i7-6700k kernel: ata5: SATA link down (SStatus 4 SControl 300)
Oct 18 17:56:00 i7-6700k kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 18 17:56:00 i7-6700k kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 18 17:56:00 i7-6700k kernel: ata6: SATA link down (SStatus 4 SControl 300)
Oct 18 17:56:00 i7-6700k kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 18 17:56:00 i7-6700k kernel: ata4.00: ATA-9: TOSHIBA Q300., SAFM12.3, max UDMA/133
Oct 18 17:56:00 i7-6700k kernel: ata4.00: 937703088 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Oct 18 17:56:00 i7-6700k kernel: ata4.00: configured for UDMA/133
Oct 18 17:56:00 i7-6700k kernel: ata1.00: ATA-9: ST2000DM006-2DM164, CC26, max UDMA/133
Oct 18 17:56:00 i7-6700k kernel: ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Oct 18 17:56:00 i7-6700k kernel: ata1.00: configured for UDMA/133
Oct 18 17:56:00 i7-6700k kernel: ata2.00: ATA-9: GLOWAY FER60GS3-S7, F1B03, max UDMA/133
Oct 18 17:56:00 i7-6700k kernel: ata2.00: 117231408 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
Oct 18 17:56:00 i7-6700k kernel: scsi 0:0:0:0: Direct-Access     ATA      ST2000DM006-2DM1 CC26 PQ: 0 ANSI: 5
Oct 18 17:56:00 i7-6700k kernel: ata2.00: configured for UDMA/133
Oct 18 17:56:00 i7-6700k kernel: scsi 1:0:0:0: Direct-Access     ATA      GLOWAY FER60GS3- 3    PQ: 0 ANSI: 5
Oct 18 17:56:00 i7-6700k kernel: scsi 3:0:0:0: Direct-Access     ATA      TOSHIBA Q300.    12.3 PQ: 0 ANSI: 5
Oct 18 17:56:00 i7-6700k kernel: sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Oct 18 17:56:00 i7-6700k kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Oct 18 17:56:00 i7-6700k kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 18 17:56:00 i7-6700k kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 18 17:56:00 i7-6700k kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 18 17:56:00 i7-6700k kernel: sd 1:0:0:0: [sdb] 117231408 512-byte logical blocks: (60.0 GB/55.9 GiB)
Oct 18 17:56:00 i7-6700k kernel: sd 1:0:0:0: [sdb] Write Protect is off
Oct 18 17:56:00 i7-6700k kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Oct 18 17:56:00 i7-6700k kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 18 17:56:00 i7-6700k kernel: sd 3:0:0:0: [sdc] 937703088 512-byte logical blocks: (480 GB/447 GiB)
Oct 18 17:56:00 i7-6700k kernel: sd 3:0:0:0: [sdc] Write Protect is off
Oct 18 17:56:00 i7-6700k kernel: sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Oct 18 17:56:00 i7-6700k kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 18 17:56:00 i7-6700k kernel:  sdc: sdc1
Oct 18 17:56:00 i7-6700k kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
Oct 18 17:56:00 i7-6700k kernel:  sdb: sdb1 sdb2 sdb3
Oct 18 17:56:00 i7-6700k kernel: usb-storage 1-1:1.0: USB Mass Storage device detected
Oct 18 17:56:00 i7-6700k kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Oct 18 17:56:00 i7-6700k kernel: scsi host6: usb-storage 1-1:1.0
Oct 18 17:56:00 i7-6700k kernel: usbcore: registered new interface driver usb-storage
Oct 18 17:56:00 i7-6700k kernel: usbcore: registered new interface driver uas
Oct 18 17:56:00 i7-6700k kernel:  sda: sda1 sda2
Oct 18 17:56:00 i7-6700k kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Oct 18 17:56:00 i7-6700k kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
Oct 18 17:56:00 i7-6700k kernel: hidraw: raw HID events driver (C) Jiri Kosina
Oct 18 17:56:00 i7-6700k kernel: usbcore: registered new interface driver usbhid
Oct 18 17:56:00 i7-6700k kernel: usbhid: USB HID core driver
Oct 18 17:56:00 i7-6700k kernel: input: Corsair Corsair K70R Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1B1C:1B09.0001/input/input0
Oct 18 17:56:00 i7-6700k kernel: EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
Oct 18 17:56:00 i7-6700k kernel: hid-generic 0003:1B1C:1B09.0001: input,hidraw0: USB HID v1.11 Keyboard [Corsair Corsair K70R Gaming Keyboard] on usb-0000:00:14.0-3/input0
Oct 18 17:56:00 i7-6700k kernel: input: Corsair Corsair K70R Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1B1C:1B09.0002/input/input1
Oct 18 17:56:00 i7-6700k kernel: usb 1-5: new high-speed USB device number 4 using xhci_hcd
Oct 18 17:56:00 i7-6700k kernel: hid-generic 0003:1B1C:1B09.0002: input,hidraw1: USB HID v1.11 Device [Corsair Corsair K70R Gaming Keyboard] on usb-0000:00:14.0-3/input1
Oct 18 17:56:00 i7-6700k kernel: input: Corsair Corsair K70R Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:1B1C:1B09.0003/input/input2
Oct 18 17:56:00 i7-6700k kernel: clocksource: Switched to clocksource tsc
Oct 18 17:56:00 i7-6700k kernel: hid-generic 0003:1B1C:1B09.0003: input,hidraw2: USB HID v1.11 Keyboard [Corsair Corsair K70R Gaming Keyboard] on usb-0000:00:14.0-3/input2
Oct 18 17:56:00 i7-6700k kernel: hid-generic 0003:9886:0015.0004: hidraw3: USB HID v1.00 Device [Astro Gaming Astro A50] on usb-0000:00:14.0-5/input6
Oct 18 17:56:00 i7-6700k kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Oct 18 17:56:00 i7-6700k systemd[1]: systemd 235 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
Oct 18 17:56:00 i7-6700k systemd[1]: Detected architecture x86-64.
Oct 18 17:56:00 i7-6700k systemd[1]: Set hostname to <i7-6700k>.
Oct 18 17:56:00 i7-6700k systemd[1]: Reached target Remote File Systems.
Oct 18 17:56:00 i7-6700k systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 18 17:56:00 i7-6700k systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 18 17:56:00 i7-6700k systemd[1]: Reached target Local Encrypted Volumes.
Oct 18 17:56:00 i7-6700k systemd[1]: Created slice System Slice.
Oct 18 17:56:00 i7-6700k systemd[1]: Created slice system-getty.slice.
Oct 18 17:56:00 i7-6700k systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Oct 18 17:56:00 i7-6700k kernel: EXT4-fs (sdb3): re-mounted. Opts: data=ordered
Oct 18 17:56:00 i7-6700k kernel: usb 1-6: new full-speed USB device number 5 using xhci_hcd
Oct 18 17:56:00 i7-6700k systemd-journald[254]: Journal started
Oct 18 17:56:00 i7-6700k systemd-journald[254]: Runtime journal (/run/log/journal/8e3e7604e4ef4f0a8788e40099738294) is 8.0M, max 800.5M, 792.5M free.
Oct 18 17:56:00 i7-6700k systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 18 17:56:00 i7-6700k systemd-journald[254]: Time spent on flushing to /var is 139.090ms for 681 entries.
Oct 18 17:56:00 i7-6700k systemd-journald[254]: System journal (/var/log/journal/8e3e7604e4ef4f0a8788e40099738294) is 16.0M, max 4.0G, 3.9G free.
Oct 18 17:56:00 i7-6700k kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
Oct 18 17:56:00 i7-6700k kernel: ACPI: Sleep Button [SLPB]
Oct 18 17:56:00 i7-6700k kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Button [PWRB]
Oct 18 17:56:00 i7-6700k kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
Oct 18 17:56:00 i7-6700k kernel: ACPI: Power Button [PWRF]
Oct 18 17:56:00 i7-6700k kernel: input: Logitech Gaming Mouse G402 as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:046D:C07E.0005/input/input6
Oct 18 17:56:00 i7-6700k kernel: hid-generic 0003:046D:C07E.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech Gaming Mouse G402] on usb-0000:00:14.0-6/input0
Oct 18 17:56:00 i7-6700k kernel: input: Logitech Gaming Mouse G402 as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:046D:C07E.0006/input/input7
Oct 18 17:56:00 i7-6700k kernel: media: Linux media interface: v0.10
Oct 18 17:56:00 i7-6700k kernel: i8042: PNP: No PS/2 controller found.
Oct 18 17:56:00 i7-6700k kernel: hid-generic 0003:046D:C07E.0006: input,hiddev0,hidraw5: USB HID v1.11 Keyboard [Logitech Gaming Mouse G402] on usb-0000:00:14.0-6/input1
Oct 18 17:56:00 i7-6700k systemd[1]: Started udev Coldplug all Devices.
Oct 18 17:56:00 i7-6700k systemd[1]: Started udev Kernel Device Manager.
Oct 18 17:56:00 i7-6700k systemd[1]: Started Flush Journal to Persistent Storage.
Oct 18 17:56:00 i7-6700k kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Oct 18 17:56:00 i7-6700k kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 18 17:56:00 i7-6700k kernel: ACPI: Thermal Zone [TZ00] (28 C)
Oct 18 17:56:00 i7-6700k kernel: thermal LNXTHERM:01: registered as thermal_zone1
Oct 18 17:56:00 i7-6700k kernel: ACPI: Thermal Zone [TZ01] (30 C)
Oct 18 17:56:00 i7-6700k systemd[1]: Found device GLOWAY_FER60GS3-S7 EFI\x20System.
Oct 18 17:56:00 i7-6700k systemd[1]: Mounting /boot...
Oct 18 17:56:00 i7-6700k systemd[1]: Found device GLOWAY_FER60GS3-S7 Linux\x20swap.
Oct 18 17:56:00 i7-6700k systemd[1]: Activating swap Swap Partition...
Oct 18 17:56:00 i7-6700k kernel: Adding 1571836k swap on /dev/sdb2.  Priority:-1 extents:1 across:1571836k SSFS
Oct 18 17:56:00 i7-6700k kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 18 17:56:00 i7-6700k kernel: i8042: PNP: No PS/2 controller found.
Oct 18 17:56:00 i7-6700k systemd[1]: Activated swap Swap Partition.
Oct 18 17:56:00 i7-6700k systemd[1]: Reached target Swap.
Oct 18 17:56:00 i7-6700k kernel: Linux video capture interface: v2.00
Oct 18 17:56:00 i7-6700k kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Oct 18 17:56:00 i7-6700k systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 18 17:56:00 i7-6700k kernel: Bluetooth: Core ver 2.22
Oct 18 17:56:00 i7-6700k kernel: NET: Registered protocol family 31
Oct 18 17:56:00 i7-6700k kernel: Bluetooth: HCI device and connection manager initialized
Oct 18 17:56:00 i7-6700k kernel: Bluetooth: HCI socket layer initialized
Oct 18 17:56:00 i7-6700k kernel: Bluetooth: L2CAP socket layer initialized
Oct 18 17:56:00 i7-6700k kernel: Bluetooth: SCO socket layer initialized
Oct 18 17:56:00 i7-6700k systemd[1]: Mounted Temporary Directory (/tmp).
Oct 18 17:56:01 i7-6700k kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 18 17:56:01 i7-6700k kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 18 17:56:01 i7-6700k kernel: ov5693: module is from the staging directory, the quality is unknown, you have been warned.
Oct 18 17:56:01 i7-6700k kernel: ov5693: module is from the staging directory, the quality is unknown, you have been warned.
Oct 18 17:56:01 i7-6700k kernel: i801_smbus 0000:00:1f.4: enabling device (0001 -> 0003)
Oct 18 17:56:01 i7-6700k kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Oct 18 17:56:01 i7-6700k kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Oct 18 17:56:01 i7-6700k systemd[1]: Mounted /boot.
Oct 18 17:56:01 i7-6700k systemd[1]: Reached target Local File Systems.
Oct 18 17:56:01 i7-6700k systemd[1]: Starting Create Volatile Files and Directories...
Oct 18 17:56:01 i7-6700k systemd[1]: Starting Rebuild Journal Catalog...
Oct 18 17:56:01 i7-6700k systemd[1]: Starting Rebuild Dynamic Linker Cache...
Oct 18 17:56:01 i7-6700k systemd[1]: Started Create Volatile Files and Directories.
Oct 18 17:56:01 i7-6700k systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 18 17:56:01 i7-6700k systemd[1]: Started Rebuild Journal Catalog.
Oct 18 17:56:01 i7-6700k systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 18 17:56:01 i7-6700k kernel: dca service started, version 1.12.1
Oct 18 17:56:01 i7-6700k kernel: PTP clock support registered
Oct 18 17:56:01 i7-6700k kernel: Bluetooth: HCI UART driver ver 2.3
Oct 18 17:56:01 i7-6700k kernel: Bluetooth: HCI UART protocol H4 registered
Oct 18 17:56:01 i7-6700k kernel: Bluetooth: HCI UART protocol BCSP registered
Oct 18 17:56:01 i7-6700k kernel: Bluetooth: HCI UART protocol LL registered
Oct 18 17:56:01 i7-6700k kernel: Bluetooth: HCI UART protocol ATH3K registered
Oct 18 17:56:01 i7-6700k kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
Oct 18 17:56:01 i7-6700k kernel: Bluetooth: HCI UART protocol Intel registered
Oct 18 17:56:01 i7-6700k kernel: Bluetooth: HCI UART protocol Broadcom registered
Oct 18 17:56:01 i7-6700k kernel: Bluetooth: HCI UART protocol QCA registered
Oct 18 17:56:01 i7-6700k kernel: Bluetooth: HCI UART protocol AG6XX registered
Oct 18 17:56:01 i7-6700k kernel: Bluetooth: HCI UART protocol Marvell registered
Oct 18 17:56:01 i7-6700k kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
Oct 18 17:56:01 i7-6700k kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Oct 18 17:56:01 i7-6700k kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Oct 18 17:56:01 i7-6700k kernel: Linux agpgart interface v0.103
Oct 18 17:56:01 i7-6700k kernel: igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
Oct 18 17:56:01 i7-6700k kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Oct 18 17:56:01 i7-6700k kernel: Intel(R) Wireless WiFi driver for Linux
Oct 18 17:56:01 i7-6700k kernel: Copyright(c) 2003- 2015 Intel Corporation
Oct 18 17:56:01 i7-6700k kernel: iwlwifi 0000:08:00.0: enabling device (0000 -> 0002)
Oct 18 17:56:01 i7-6700k kernel: iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-8000C-33.ucode failed with error -2
Oct 18 17:56:01 i7-6700k kernel: iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-8000C-32.ucode failed with error -2
Oct 18 17:56:01 i7-6700k kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Oct 18 17:56:01 i7-6700k kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Oct 18 17:56:01 i7-6700k kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Oct 18 17:56:01 i7-6700k kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Oct 18 17:56:01 i7-6700k kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Oct 18 17:56:01 i7-6700k kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Oct 18 17:56:01 i7-6700k kernel: usb 1-8: new full-speed USB device number 6 using xhci_hcd
Oct 18 17:56:01 i7-6700k kernel: iwlwifi 0000:08:00.0: loaded firmware version 31.532993.0 op_mode iwlmvm
Oct 18 17:56:01 i7-6700k kernel: AVX2 version of gcm_enc/dec engaged.
Oct 18 17:56:01 i7-6700k kernel: AES CTR mode by8 optimization enabled
Oct 18 17:56:01 i7-6700k kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
Oct 18 17:56:01 i7-6700k kernel: iwlwifi 0000:08:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
Oct 18 17:56:01 i7-6700k systemd[1]: Started Rebuild Dynamic Linker Cache.
Oct 18 17:56:01 i7-6700k systemd[1]: Starting Update is Completed...
Oct 18 17:56:01 i7-6700k systemd[1]: Started Update is Completed.
Oct 18 17:56:01 i7-6700k systemd[1]: Reached target System Initialization.
Oct 18 17:56:01 i7-6700k kernel: scsi 6:0:0:0: Direct-Access     SanDisk  Cruzer Glide     1.00 PQ: 0 ANSI: 6
Oct 18 17:56:01 i7-6700k kernel: sd 6:0:0:0: [sdd] 30595072 512-byte logical blocks: (15.7 GB/14.6 GiB)
Oct 18 17:56:01 i7-6700k kernel: sd 6:0:0:0: [sdd] Write Protect is off
Oct 18 17:56:01 i7-6700k kernel: sd 6:0:0:0: [sdd] Mode Sense: 43 00 00 00
Oct 18 17:56:01 i7-6700k kernel: sd 6:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Oct 18 17:56:01 i7-6700k kernel:  sdd: sdd1 sdd2
Oct 18 17:56:01 i7-6700k kernel: sd 6:0:0:0: [sdd] Attached SCSI removable disk
Oct 18 17:56:01 i7-6700k systemd[1]: Started Daily rotation of log files.
Oct 18 17:56:01 i7-6700k systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 18 17:56:01 i7-6700k systemd[1]: Started Daily verification of password and group files.
Oct 18 17:56:01 i7-6700k systemd[1]: Started Daily man-db cache update.
Oct 18 17:56:01 i7-6700k systemd[1]: Reached target Timers.
Oct 18 17:56:01 i7-6700k systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 18 17:56:01 i7-6700k systemd[1]: Reached target Sockets.
Oct 18 17:56:01 i7-6700k systemd[1]: Reached target Basic System.
Oct 18 17:56:01 i7-6700k systemd-udevd[271]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 18 17:56:01 i7-6700k systemd[1]: Started D-Bus System Message Bus.
Oct 18 17:56:01 i7-6700k kernel: intel_rapl: Found RAPL domain package
Oct 18 17:56:01 i7-6700k kernel: intel_rapl: Found RAPL domain core
Oct 18 17:56:01 i7-6700k kernel: intel_rapl: Found RAPL domain dram
Oct 18 17:56:01 i7-6700k kernel: iTCO_vendor_support: vendor-support=0
Oct 18 17:56:01 i7-6700k kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Oct 18 17:56:01 i7-6700k kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Oct 18 17:56:01 i7-6700k kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Oct 18 17:56:01 i7-6700k systemd[1]: Starting Network Manager...
Oct 18 17:56:01 i7-6700k systemd[1]: Starting Login Service...
Oct 18 17:56:01 i7-6700k systemd[1]: Starting Rotate log files...
Oct 18 17:56:01 i7-6700k systemd[1]: Started Verify integrity of password and group files.
Oct 18 17:56:01 i7-6700k systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 18 17:56:01 i7-6700k kernel: random: crng init done
Oct 18 17:56:01 i7-6700k systemd[1]: Starting Update man-db cache...
Oct 18 17:56:01 i7-6700k kernel: iwlwifi 0000:08:00.0: base HW address: a4:34:d9:99:74:7e
Oct 18 17:56:01 i7-6700k systemd[1]: Started Login Service.
Oct 18 17:56:01 i7-6700k systemd-logind[347]: New seat seat0.
Oct 18 17:56:01 i7-6700k kernel: nvidia: loading out-of-tree module taints kernel.
Oct 18 17:56:01 i7-6700k kernel: nvidia: module license 'NVIDIA' taints kernel.
Oct 18 17:56:01 i7-6700k kernel: Disabling lock debugging due to kernel taint
Oct 18 17:56:01 i7-6700k kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 239
Oct 18 17:56:01 i7-6700k kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Oct 18 17:56:01 i7-6700k kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  387.12  Thu Sep 28 20:18:48 PDT 2017 (using threaded interrupts)
Oct 18 17:56:01 i7-6700k systemd[1]: Started Rotate log files.
Oct 18 17:56:01 i7-6700k kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  387.12  Thu Sep 28 19:30:23 PDT 2017
Oct 18 17:56:01 i7-6700k kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Oct 18 17:56:01 i7-6700k kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Oct 18 17:56:01 i7-6700k systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 18 17:56:01 i7-6700k kernel: usbcore: registered new interface driver btusb
Oct 18 17:56:01 i7-6700k kernel: Bluetooth: hci0: Firmware revision 0.0 build 163 week 27 2017
Oct 18 17:56:01 i7-6700k systemd[1]: Reached target Bluetooth.
Oct 18 17:56:01 i7-6700k kernel: mousedev: PS/2 mouse device common for all mice
Oct 18 17:56:01 i7-6700k kernel: usbcore: registered new interface driver snd-usb-audio
Oct 18 17:56:01 i7-6700k systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 18 17:56:01 i7-6700k systemd[1]: Reached target Sound Card.
Oct 18 17:56:01 i7-6700k systemd-logind[347]: Watching system buttons on /dev/input/event4 (Power Button)
Oct 18 17:56:01 i7-6700k systemd-logind[347]: Watching system buttons on /dev/input/event3 (Sleep Button)
Oct 18 17:56:01 i7-6700k systemd-logind[347]: Watching system buttons on /dev/input/event5 (Power Button)
Oct 18 17:56:01 i7-6700k mandb[354]: Updating index cache for path `/usr/share/man/man7'. Wait...
Oct 18 17:56:01 i7-6700k kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Oct 18 17:56:01 i7-6700k kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Oct 18 17:56:01 i7-6700k kernel: thermal thermal_zone3: failed to read out thermal zone (-5)
Oct 18 17:56:01 i7-6700k mandb[354]: Processing manual pages under /usr/share/man...
Oct 18 17:56:01 i7-6700k systemd-udevd[286]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 18 17:56:01 i7-6700k kernel: iwlwifi 0000:08:00.0 wlp8s0: renamed from wlan0
Oct 18 17:56:01 i7-6700k systemd-logind[347]: Watching system buttons on /dev/input/event2 (Corsair Corsair K70R Gaming Keyboard)
Oct 18 17:56:01 i7-6700k systemd-logind[347]: Watching system buttons on /dev/input/event1 (Corsair Corsair K70R Gaming Keyboard)
Oct 18 17:56:01 i7-6700k systemd-logind[347]: Watching system buttons on /dev/input/event7 (Logitech Gaming Mouse G402)
Oct 18 17:56:01 i7-6700k systemd-logind[347]: Watching system buttons on /dev/input/event0 (Corsair Corsair K70R Gaming Keyboard)
Oct 18 17:56:01 i7-6700k systemd-udevd[265]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 18 17:56:01 i7-6700k kernel: pps pps0: new PPS source ptp0
Oct 18 17:56:01 i7-6700k kernel: igb 0000:07:00.0: added PHC on eth0
Oct 18 17:56:01 i7-6700k kernel: igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
Oct 18 17:56:01 i7-6700k kernel: igb 0000:07:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 40:8d:5c:be:3c:89
Oct 18 17:56:01 i7-6700k kernel: igb 0000:07:00.0: eth0: PBA No: FFFFFF-0FF
Oct 18 17:56:01 i7-6700k kernel: igb 0000:07:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
Oct 18 17:56:01 i7-6700k kernel: igb 0000:07:00.0 enp7s0: renamed from eth0
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.2938] NetworkManager (version 1.8.4-1, Arch Linux) is starting... (for the first time)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.2938] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.2989] manager[0x5577bef5a100]: monitoring kernel firmware directory '/usr/lib/firmware'.
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.2996] policy: hostname management mode: default
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.2997] dns-mgr[0x5577bef69160]: init: dns=default, rc-manager=resolvconf
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.3001] rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.5/0000:08:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.3002] manager[0x5577bef5a100]: rfkill: WiFi hardware radio set enabled
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.3002] manager[0x5577bef5a100]: rfkill: WWAN hardware radio set enabled
Oct 18 17:56:01 i7-6700k systemd[1]: Started Network Manager.
Oct 18 17:56:01 i7-6700k systemd[1]: Reached target Network.
Oct 18 17:56:01 i7-6700k systemd[1]: Starting Permit User Sessions...
Oct 18 17:56:01 i7-6700k systemd[1]: Started Permit User Sessions.
Oct 18 17:56:01 i7-6700k systemd[1]: Started Getty on tty1.
Oct 18 17:56:01 i7-6700k systemd[1]: Reached target Login Prompts.
Oct 18 17:56:01 i7-6700k systemd[1]: Reached target Multi-User System.
Oct 18 17:56:01 i7-6700k kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
Oct 18 17:56:01 i7-6700k dbus[342]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
Oct 18 17:56:01 i7-6700k systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 18 17:56:01 i7-6700k dbus[342]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 18 17:56:01 i7-6700k systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.3200] settings: loaded plugin keyfile: (c) 2007 - 2016 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.3211] settings: loaded plugin iBFT: (c) 2014 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list. (/usr/lib/NetworkManager/libnm-settings-plugin-ibft.so)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.3279] keyfile: new connection /etc/NetworkManager/system-connections/1B69 Hyperoptic 1Gbps Broadband (cb8640ae-4036-4aa9-b712-8c08be5ef17a,"1B69 Hyperoptic 1Gbps Broadband")
Oct 18 17:56:01 i7-6700k dbus[342]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Oct 18 17:56:01 i7-6700k systemd[1]: Starting Hostname Service...
Oct 18 17:56:01 i7-6700k kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 40:8d:5c:be:3c:87
Oct 18 17:56:01 i7-6700k kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
Oct 18 17:56:01 i7-6700k kernel: e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
Oct 18 17:56:01 i7-6700k kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Oct 18 17:56:01 i7-6700k kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Oct 18 17:56:01 i7-6700k kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
Oct 18 17:56:01 i7-6700k systemd-udevd[268]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 18 17:56:01 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0: ALC1150: SKU not ready 0x00000000
Oct 18 17:56:01 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1150: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Oct 18 17:56:01 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 18 17:56:01 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Oct 18 17:56:01 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Oct 18 17:56:01 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x11/0x1e
Oct 18 17:56:01 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Oct 18 17:56:01 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
Oct 18 17:56:01 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
Oct 18 17:56:01 i7-6700k kernel: snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
Oct 18 17:56:01 i7-6700k kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card1/input9
Oct 18 17:56:01 i7-6700k kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input10
Oct 18 17:56:01 i7-6700k kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input11
Oct 18 17:56:01 i7-6700k kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card1/input12
Oct 18 17:56:01 i7-6700k kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card1/input13
Oct 18 17:56:01 i7-6700k kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card1/input14
Oct 18 17:56:01 i7-6700k kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card1/input15
Oct 18 17:56:01 i7-6700k kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card1/input16
Oct 18 17:56:01 i7-6700k dbus[342]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 18 17:56:01 i7-6700k systemd[1]: Started Hostname Service.
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4833] settings: hostname: using hostnamed
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4833] settings: hostname changed from (none) to "i7-6700k"
Oct 18 17:56:01 i7-6700k nm-dispatcher[493]: req:1 'hostname': new request (0 scripts)
Oct 18 17:56:01 i7-6700k nm-dispatcher[493]: req:1 'hostname': completed: no scripts
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4840] dhcp-init: default DHCP client 'dhclient' is not available
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4840] dhcp-init: Using DHCP client 'internal'
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4840] manager: rfkill: WiFi enabled by radio killswitch; enabled by state file
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4840] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4840] manager: Networking is enabled by state file
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4846] Loaded device plugin: NMBondDeviceFactory (internal)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4846] Loaded device plugin: NMBridgeDeviceFactory (internal)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4846] Loaded device plugin: NMDummyDeviceFactory (internal)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4846] Loaded device plugin: NMEthernetDeviceFactory (internal)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4846] Loaded device plugin: NMInfinibandDeviceFactory (internal)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4847] Loaded device plugin: NMIPTunnelDeviceFactory (internal)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4847] Loaded device plugin: NMMacsecDeviceFactory (internal)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4849] Loaded device plugin: NMMacvlanDeviceFactory (internal)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4849] Loaded device plugin: NMTunDeviceFactory (internal)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4849] Loaded device plugin: NMVethDeviceFactory (internal)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4849] Loaded device plugin: NMVlanDeviceFactory (internal)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4849] Loaded device plugin: NMVxlanDeviceFactory (internal)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4864] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/libnm-device-plugin-wifi.so)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4912] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/libnm-device-plugin-wwan.so)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.4976] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/libnm-device-plugin-team.so)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.5002] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/libnm-device-plugin-bluetooth.so)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.5009] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/libnm-device-plugin-adsl.so)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.5018] device (lo): link connected
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.5021] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.5026] manager: (enp7s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.5030] keyfile: add connection in-memory (5cf7efe3-350a-33c3-84ce-50cb43f23190,"Wired connection 1")
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.5032] settings: (enp7s0): created default wired connection 'Wired connection 1'
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.5037] device (enp7s0): state change: unmanaged -> unavailable (reason 'managed', internal state 'external')
Oct 18 17:56:01 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
Oct 18 17:56:01 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.5302] wifi-nl80211: (wlp8s0): using nl80211 for WiFi device control
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.5303] device (wlp8s0): driver supports Access Point (AP) mode
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.5308] manager: (wlp8s0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.5312] device (wlp8s0): state change: unmanaged -> unavailable (reason 'managed', internal state 'external')
Oct 18 17:56:01 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
Oct 18 17:56:01 i7-6700k mandb[354]: Updating index cache for path `/usr/share/man/man8'. Wait...
Oct 18 17:56:01 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
Oct 18 17:56:01 i7-6700k NetworkManager[346]: <info>  [1508349361.7962] device (wlp8s0): set-hw-addr: set MAC address to 1E:7C:9A:A1:7D:76 (scanning)
Oct 18 17:56:02 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
Oct 18 17:56:02 i7-6700k NetworkManager[346]: <info>  [1508349362.0522] manager: (enp0s31f6): new Ethernet device (/org/freedesktop/NetworkManager/Devices/4)
Oct 18 17:56:02 i7-6700k dbus[342]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Oct 18 17:56:02 i7-6700k systemd[1]: Starting Authorization Manager...
Oct 18 17:56:02 i7-6700k dbus[342]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Oct 18 17:56:02 i7-6700k systemd[1]: Starting WPA supplicant...
Oct 18 17:56:02 i7-6700k NetworkManager[346]: <info>  [1508349362.0669] device (enp0s31f6): state change: unmanaged -> unavailable (reason 'managed', internal state 'external')
Oct 18 17:56:02 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
Oct 18 17:56:02 i7-6700k dbus[342]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 18 17:56:02 i7-6700k systemd[1]: Started WPA supplicant.
Oct 18 17:56:02 i7-6700k wpa_supplicant[1623]: Successfully initialized wpa_supplicant
Oct 18 17:56:02 i7-6700k polkitd[1617]: Started polkitd version 0.114
Oct 18 17:56:02 i7-6700k polkitd[1617]: Loading rules from directory /etc/polkit-1/rules.d
Oct 18 17:56:02 i7-6700k polkitd[1617]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 18 17:56:02 i7-6700k polkitd[1617]: Finished loading, compiling and executing 2 rules
Oct 18 17:56:02 i7-6700k dbus[342]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 18 17:56:02 i7-6700k systemd[1]: Started Authorization Manager.
Oct 18 17:56:02 i7-6700k polkitd[1617]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Oct 18 17:56:02 i7-6700k kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input17
Oct 18 17:56:02 i7-6700k kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input18
Oct 18 17:56:02 i7-6700k kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input19
Oct 18 17:56:02 i7-6700k kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input20
Oct 18 17:56:02 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
Oct 18 17:56:02 i7-6700k NetworkManager[346]: <info>  [1508349362.2873] keyfile: add connection in-memory (c5dc000f-c204-3ab5-bc7b-8e2608ddf2a6,"Wired connection 2")
Oct 18 17:56:02 i7-6700k NetworkManager[346]: <info>  [1508349362.2875] settings: (enp0s31f6): created default wired connection 'Wired connection 2'
Oct 18 17:56:02 i7-6700k NetworkManager[346]: <info>  [1508349362.2887] supplicant: wpa_supplicant running
Oct 18 17:56:02 i7-6700k NetworkManager[346]: <info>  [1508349362.2887] device (wlp8s0): supplicant interface state: init -> starting
Oct 18 17:56:02 i7-6700k NetworkManager[346]: <info>  [1508349362.3486] sup-iface[0x5577bf010e70,wlp8s0]: supports 5 scan SSIDs
Oct 18 17:56:02 i7-6700k NetworkManager[346]: <info>  [1508349362.3489] device (wlp8s0): supplicant interface state: starting -> ready
Oct 18 17:56:02 i7-6700k NetworkManager[346]: <info>  [1508349362.3489] device (wlp8s0): state change: unavailable -> disconnected (reason 'supplicant-available', internal state 'managed')
Oct 18 17:56:02 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
Oct 18 17:56:02 i7-6700k mandb[354]: Updating index cache for path `/usr/share/man/man0'. Wait...
Oct 18 17:56:02 i7-6700k mandb[354]: Updating index cache for path `/usr/share/man/man2'. Wait...
Oct 18 17:56:05 i7-6700k mandb[354]: Updating index cache for path `/usr/share/man/man1'. Wait...
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.7888] device (wlp8s0): supplicant interface state: ready -> inactive
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.8075] policy: auto-activating connection '1B69 Hyperoptic 1Gbps Broadband'
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.8088] device (wlp8s0): Activation: starting connection '1B69 Hyperoptic 1Gbps Broadband' (cb8640ae-4036-4aa9-b712-8c08be5ef17a)
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.8090] device (wlp8s0): state change: disconnected -> prepare (reason 'none', internal state 'managed')
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.8092] manager: NetworkManager state is now CONNECTING
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.9041] device (wlp8s0): set-hw-addr: reset MAC address to A4:34:D9:99:74:7E (preserve)
Oct 18 17:56:05 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_UP): wlp8s0: link is not ready
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.9098] device (wlp8s0): state change: prepare -> config (reason 'none', internal state 'managed')
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.9100] device (wlp8s0): Activation: (wifi) access point '1B69 Hyperoptic 1Gbps Broadband' has security, but secrets are required.
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.9100] device (wlp8s0): state change: config -> need-auth (reason 'none', internal state 'managed')
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.9127] device (wlp8s0): state change: need-auth -> prepare (reason 'none', internal state 'managed')
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.9129] device (wlp8s0): state change: prepare -> config (reason 'none', internal state 'managed')
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.9130] device (wlp8s0): Activation: (wifi) connection '1B69 Hyperoptic 1Gbps Broadband' has security, and secrets exist.  No new secrets needed.
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.9131] Config: added 'ssid' value '1B69 Hyperoptic 1Gbps Broadband'
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.9131] Config: added 'scan_ssid' value '1'
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.9131] Config: added 'key_mgmt' value 'WPA-PSK'
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.9131] Config: added 'auth_alg' value 'OPEN'
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.9131] Config: added 'psk' value '<hidden>'
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.9536] device (wlp8s0): supplicant interface state: inactive -> disconnected
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.9582] device (wlp8s0): supplicant interface state: disconnected -> inactive
Oct 18 17:56:05 i7-6700k NetworkManager[346]: <info>  [1508349365.9636] device (wlp8s0): supplicant interface state: inactive -> scanning
Oct 18 17:56:07 i7-6700k wpa_supplicant[1623]: wlp8s0: SME: Trying to authenticate with 78:96:82:29:1b:66 (SSID='1B69 Hyperoptic 1Gbps Broadband' freq=2412 MHz)
Oct 18 17:56:07 i7-6700k kernel: wlp8s0: authenticate with 78:96:82:29:1b:66
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.2791] device (wlp8s0): supplicant interface state: scanning -> authenticating
Oct 18 17:56:07 i7-6700k kernel: wlp8s0: send auth to 78:96:82:29:1b:66 (try 1/3)
Oct 18 17:56:07 i7-6700k wpa_supplicant[1623]: wlp8s0: Trying to associate with 78:96:82:29:1b:66 (SSID='1B69 Hyperoptic 1Gbps Broadband' freq=2412 MHz)
Oct 18 17:56:07 i7-6700k kernel: wlp8s0: authenticated
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.2898] device (wlp8s0): supplicant interface state: authenticating -> associating
Oct 18 17:56:07 i7-6700k kernel: wlp8s0: associate with 78:96:82:29:1b:66 (try 1/3)
Oct 18 17:56:07 i7-6700k wpa_supplicant[1623]: wlp8s0: Associated with 78:96:82:29:1b:66
Oct 18 17:56:07 i7-6700k wpa_supplicant[1623]: wlp8s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 18 17:56:07 i7-6700k kernel: wlp8s0: RX AssocResp from 78:96:82:29:1b:66 (capab=0x411 status=0 aid=2)
Oct 18 17:56:07 i7-6700k kernel: wlp8s0: associated
Oct 18 17:56:07 i7-6700k kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp8s0: link becomes ready
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.3115] device (wlp8s0): supplicant interface state: associating -> 4-way handshake
Oct 18 17:56:07 i7-6700k wpa_supplicant[1623]: wlp8s0: WPA: Key negotiation completed with 78:96:82:29:1b:66 [PTK=CCMP GTK=CCMP]
Oct 18 17:56:07 i7-6700k wpa_supplicant[1623]: wlp8s0: CTRL-EVENT-CONNECTED - Connection to 78:96:82:29:1b:66 completed [id=0 id_str=]
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.3378] device (wlp8s0): supplicant interface state: 4-way handshake -> completed
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.3378] device (wlp8s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network '1B69 Hyperoptic 1Gbps Broadband'.
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.3378] device (wlp8s0): state change: config -> ip-config (reason 'none', internal state 'managed')
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.3381] dhcp4 (wlp8s0): activation: beginning transaction (timeout in 45 seconds)
Oct 18 17:56:07 i7-6700k mandb[354]: Updating index cache for path `/usr/share/man/man3'. Wait...
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.4734] dhcp4 (wlp8s0):   address 192.168.1.106
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.4734] dhcp4 (wlp8s0):   plen 24
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.4735] dhcp4 (wlp8s0):   expires in 86400 seconds
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.4735] dhcp4 (wlp8s0):   nameserver '192.168.1.1'
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.4735] dhcp4 (wlp8s0):   domain name 'mynet'
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.4736] dhcp4 (wlp8s0):   gateway 192.168.1.1
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.4739] dhcp4 (wlp8s0): state changed unknown -> bound
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.4768] device (wlp8s0): state change: ip-config -> ip-check (reason 'none', internal state 'managed')
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.4777] device (wlp8s0): state change: ip-check -> secondaries (reason 'none', internal state 'managed')
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.4785] device (wlp8s0): state change: secondaries -> activated (reason 'none', internal state 'managed')
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.4789] manager: NetworkManager state is now CONNECTED_LOCAL
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.4851] manager: NetworkManager state is now CONNECTED_SITE
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.4852] policy: set '1B69 Hyperoptic 1Gbps Broadband' (wlp8s0) as default for IPv4 routing and DNS
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.4854] dns-mgr: Writing DNS information to /usr/bin/resolvconf
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.5851] device (wlp8s0): Activation: successful, device activated.
Oct 18 17:56:07 i7-6700k NetworkManager[346]: <info>  [1508349367.5856] manager: startup complete
Oct 18 17:56:07 i7-6700k nm-dispatcher[493]: req:2 'up' [wlp8s0]: new request (0 scripts)
Oct 18 17:56:07 i7-6700k nm-dispatcher[493]: req:2 'up' [wlp8s0]: completed: no scripts
Oct 18 17:56:09 i7-6700k NetworkManager[346]: <info>  [1508349369.4712] dhcp6 (wlp8s0): activation: beginning transaction (timeout in 45 seconds)
Oct 18 17:56:09 i7-6700k NetworkManager[346]: <info>  [1508349369.4714] dns-mgr: Writing DNS information to /usr/bin/resolvconf
Oct 18 17:56:09 i7-6700k NetworkManager[346]: <info>  [1508349369.5781] dhcp6 (wlp8s0):   nameserver fe80::1
Oct 18 17:56:09 i7-6700k NetworkManager[346]: <info>  [1508349369.5781] dhcp6 (wlp8s0): state changed unknown -> bound
Oct 18 17:56:09 i7-6700k nm-dispatcher[493]: req:3 'dhcp6-change' [wlp8s0]: new request (0 scripts)
Oct 18 17:56:09 i7-6700k nm-dispatcher[493]: req:3 'dhcp6-change' [wlp8s0]: completed: no scripts
Oct 18 17:56:11 i7-6700k mandb[354]: /usr/bin/mandb: warning: /usr/share/man/man3/pcredemo.3.gz: whatis parse for pcredemo(3) failed
Oct 18 17:56:12 i7-6700k NetworkManager[346]: <info>  [1508349372.6341] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 18 17:56:12 i7-6700k dbus[342]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
Oct 18 17:56:12 i7-6700k systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 18 17:56:12 i7-6700k dbus[342]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 18 17:56:12 i7-6700k systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 18 17:56:12 i7-6700k nm-dispatcher[18952]: req:1 'connectivity-change': new request (0 scripts)
Oct 18 17:56:12 i7-6700k nm-dispatcher[18952]: req:1 'connectivity-change': completed: no scripts
Oct 18 17:56:20 i7-6700k mandb[354]: /usr/bin/mandb: warning: /usr/share/man/man3/gnutls_x509_trust_list_add_system_trust.3.gz: whatis parse for gnutls_x509_trust_list_add_system_trust(3) failed
Oct 18 17:56:23 i7-6700k login[477]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Oct 18 17:56:23 i7-6700k systemd[1]: Created slice User Slice of root.
Oct 18 17:56:23 i7-6700k systemd[1]: Starting User Manager for UID 0...
Oct 18 17:56:23 i7-6700k systemd-logind[347]: New session c1 of user root.
Oct 18 17:56:23 i7-6700k systemd[1]: Started Session c1 of user root.
Oct 18 17:56:23 i7-6700k systemd[8410]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
Oct 18 17:56:23 i7-6700k systemd[8410]: Starting D-Bus User Message Bus Socket.
Oct 18 17:56:23 i7-6700k systemd[8410]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 18 17:56:23 i7-6700k systemd[8410]: Reached target Paths.
Oct 18 17:56:23 i7-6700k systemd[8410]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 18 17:56:23 i7-6700k systemd[8410]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 18 17:56:23 i7-6700k systemd[8410]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 18 17:56:23 i7-6700k systemd[8410]: Listening on GnuPG network certificate management daemon.
Oct 18 17:56:23 i7-6700k systemd[8410]: Reached target Timers.
Oct 18 17:56:23 i7-6700k systemd[8410]: Listening on D-Bus User Message Bus Socket.
Oct 18 17:56:23 i7-6700k systemd[8410]: Reached target Sockets.
Oct 18 17:56:23 i7-6700k systemd[8410]: Reached target Basic System.
Oct 18 17:56:23 i7-6700k systemd[8410]: Reached target Default.
Oct 18 17:56:23 i7-6700k systemd[8410]: Startup finished in 20ms.
Oct 18 17:56:23 i7-6700k systemd[1]: Started User Manager for UID 0.
Oct 18 17:56:23 i7-6700k login[477]: ROOT LOGIN ON tty1

I'd greatly appreciate any other ideas! Thank you in advance!

EDIT:: I just 'discovered' lol, that you can filter for log level, so i did 5 which seems to pick up potentially important stuff. Might make it easier to read

Oct 18 17:56:00 i7-6700k kernel: random: get_random_bytes called from start_kernel+0x42/0x4b7 with crng_init=0
Oct 18 17:56:00 i7-6700k kernel: Linux version 4.13.7-1-ARCH (builduser@tobias) (gcc version 7.2.0 (GCC)) #1 SMP PREEMPT Sat Oct 14 20:13:26 CEST 2017
Oct 18 17:56:00 i7-6700k kernel: random: fast init done
Oct 18 17:56:00 i7-6700k kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=9912e00d-3c85-4691-8427-1c462edf70de rw systemd.unit=multi-user.target
Oct 18 17:56:00 i7-6700k kernel: PCCT header not found.
Oct 18 17:56:00 i7-6700k kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 18 17:56:00 i7-6700k kernel: VFS: Disk quotas dquot_6.6.0
Oct 18 17:56:00 i7-6700k kernel: Initialise system trusted keyrings
Oct 18 17:56:00 i7-6700k kernel: Key type blacklist registered
Oct 18 17:56:00 i7-6700k kernel: Key type asymmetric registered
Oct 18 17:56:00 i7-6700k kernel: Loading compiled-in X.509 certificates
Oct 18 17:56:00 i7-6700k kernel: Key type big_key registered
Oct 18 17:56:00 i7-6700k kernel: SCSI subsystem initialized
Oct 18 17:56:00 i7-6700k kernel: scsi 0:0:0:0: Direct-Access     ATA      ST2000DM006-2DM1 CC26 PQ: 0 ANSI: 5
Oct 18 17:56:00 i7-6700k kernel: scsi 1:0:0:0: Direct-Access     ATA      GLOWAY FER60GS3- 3    PQ: 0 ANSI: 5
Oct 18 17:56:00 i7-6700k kernel: scsi 3:0:0:0: Direct-Access     ATA      TOSHIBA Q300.    12.3 PQ: 0 ANSI: 5
Oct 18 17:56:00 i7-6700k kernel: sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Oct 18 17:56:00 i7-6700k kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Oct 18 17:56:00 i7-6700k kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 18 17:56:00 i7-6700k kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 18 17:56:00 i7-6700k kernel: sd 1:0:0:0: [sdb] 117231408 512-byte logical blocks: (60.0 GB/55.9 GiB)
Oct 18 17:56:00 i7-6700k kernel: sd 1:0:0:0: [sdb] Write Protect is off
Oct 18 17:56:00 i7-6700k kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 18 17:56:00 i7-6700k kernel: sd 3:0:0:0: [sdc] 937703088 512-byte logical blocks: (480 GB/447 GiB)
Oct 18 17:56:00 i7-6700k kernel: sd 3:0:0:0: [sdc] Write Protect is off
Oct 18 17:56:00 i7-6700k kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 18 17:56:00 i7-6700k kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
Oct 18 17:56:00 i7-6700k kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Oct 18 17:56:00 i7-6700k kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Oct 18 17:56:00 i7-6700k kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Oct 18 17:56:01 i7-6700k kernel: ov5693: module is from the staging directory, the quality is unknown, you have been warned.
Oct 18 17:56:01 i7-6700k kernel: ov5693: module is from the staging directory, the quality is unknown, you have been warned.
Oct 18 17:56:01 i7-6700k kernel: iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-8000C-33.ucode failed with error -2
Oct 18 17:56:01 i7-6700k kernel: iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-8000C-32.ucode failed with error -2
Oct 18 17:56:01 i7-6700k kernel: scsi 6:0:0:0: Direct-Access     SanDisk  Cruzer Glide     1.00 PQ: 0 ANSI: 6
Oct 18 17:56:01 i7-6700k kernel: sd 6:0:0:0: [sdd] 30595072 512-byte logical blocks: (15.7 GB/14.6 GiB)
Oct 18 17:56:01 i7-6700k kernel: sd 6:0:0:0: [sdd] Write Protect is off
Oct 18 17:56:01 i7-6700k kernel: sd 6:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Oct 18 17:56:01 i7-6700k kernel: sd 6:0:0:0: [sdd] Attached SCSI removable disk
Oct 18 17:56:01 i7-6700k kernel: random: crng init done
Oct 18 17:56:01 i7-6700k kernel: nvidia: loading out-of-tree module taints kernel.
Oct 18 17:56:01 i7-6700k kernel: nvidia: module license 'NVIDIA' taints kernel.
Oct 18 17:56:01 i7-6700k kernel: Disabling lock debugging due to kernel taint
Oct 18 17:56:01 i7-6700k kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  387.12  Thu Sep 28 20:18:48 PDT 2017 (using threaded interrupts)
Oct 18 17:56:01 i7-6700k kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Oct 18 17:56:01 i7-6700k kernel: thermal thermal_zone3: failed to read out thermal zone (-5)
Oct 18 17:56:01 i7-6700k dbus[342]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
Oct 18 17:56:01 i7-6700k dbus[342]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 18 17:56:01 i7-6700k dbus[342]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Oct 18 17:56:01 i7-6700k dbus[342]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 18 17:56:02 i7-6700k dbus[342]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Oct 18 17:56:02 i7-6700k dbus[342]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Oct 18 17:56:02 i7-6700k dbus[342]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 18 17:56:02 i7-6700k polkitd[1617]: Loading rules from directory /etc/polkit-1/rules.d
Oct 18 17:56:02 i7-6700k polkitd[1617]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 18 17:56:02 i7-6700k polkitd[1617]: Finished loading, compiling and executing 2 rules
Oct 18 17:56:02 i7-6700k dbus[342]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 18 17:56:02 i7-6700k polkitd[1617]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Oct 18 17:56:12 i7-6700k dbus[342]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
Oct 18 17:56:12 i7-6700k dbus[342]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 18 17:56:23 i7-6700k login[477]: ROOT LOGIN ON tty1

Last edited by AP-random472 (2017-10-18 18:08:32)

Offline

#8 2017-10-18 18:16:38

seth
Member
Registered: 2012-09-03
Posts: 66,176

Re: [SOLVED] Boot/Display Freeze:"Loading Initial Ramdisk" NVIDIA GTX10xx

Meh.

Does the display "freeze" or does it turn black?
Is "loading initial ramdisk" still the last thing you see?
What kind of output is in use (VGA, DVI, HDMI, DP, internal panel ...) and does that make a difference?
What does your mkinitcpio.conf look like (notably the hooks)? Is there anything but "linux.preset" in /etc/mkinitcpio.d ?
Did you try https://wiki.archlinux.org/index.php/NV … de_setting (esp. adding the kernel modules)?

Online

#9 2017-10-19 08:47:19

AP-random472
Member
Registered: 2017-01-16
Posts: 18

Re: [SOLVED] Boot/Display Freeze:"Loading Initial Ramdisk" NVIDIA GTX10xx

seth wrote:

Meh.

Does the display "freeze" or does it turn black?
Is "loading initial ramdisk" still the last thing you see?
What kind of output is in use (VGA, DVI, HDMI, DP, internal panel ...) and does that make a difference?
What does your mkinitcpio.conf look like (notably the hooks)? Is there anything but "linux.preset" in /etc/mkinitcpio.d ?
Did you try https://wiki.archlinux.org/index.php/NV … de_setting (esp. adding the kernel modules)?


Hi, thanks again for the follow up suggestions.

I can report some success! - ish? I don't think I have solved the problem really, but i do get passed loading inital ramdisk. I frustratingly had to head to work before I could really look into things, but I copied some logs, so thought would make sense to update you here. Sorry it is a bit long winded, and shows probably a few unneeded middle steps... but as I am not sure exactly what I have done correctly, missed or whether things are even working OK, I am trying to explain things in both logic and time, which don't always mix

Please note that throughout all this I have been using the LTS kernel (linux-lts) and Nvidia LTS (nvidia-lts). Just because I couldn't be bothered to change back / try all the others

I'll try not to confuse things, so I'll start at the end smile

RESULT: The machine now does not freeze at "Loading Initial Ramdisk", I boot to the login prompt.

ISSUES?: The resolution appears to be at 1024x768 (my final fall back resolution) and I still get the same boot message that I thought I was solving. Let me explain what I mean...

EDIT: I think the resolution issue is simply that "Only the modes supported by the graphics card via VESA BIOS Extensions can be used." and 1440 "p" yuck, and 1080 "p" don't aren't compatible. I still however think there is problem given the repeated boot error message.

I'll start back at the beginning.

To answer your questions (and maybe help someone in the future):

Q: Does the display "freeze" or does it turn black? -> Freezes, with "loading Ram Disk" remaining stuck on screen

Q: Is "loading initial ramdisk" still the last thing you see? -> Yes, even until I shut down the PC by blindly typing commands

Q: What kind of output is in use (VGA, DVI, HDMI, DP, internal panel ...) -> Tried HDMI and Displayport, no difference

Q: What does your mkinitcpio.conf look like (notably the hooks)?

 # vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES="piix ide_disk reiserfs"
MODULES=""

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=""

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=""

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS="base"
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS="base udev autodetect block filesystems"
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS="base udev block filesystems"
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS="base udev block mdadm encrypt filesystems"
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS="base udev block lvm2 filesystems"
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS="base udev autodetect modconf block filesystems keyboard fsck"

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=""

Q: Is there anything but "linux.preset" in /etc/mkinitcpio.d ? -> No (well there is now a linux-lts.preset also but I guess that is fine given I've moved to LTS)

Just for fun here is the linux.preset one

# mkinitcpio preset file for the 'linux' package

ALL_config="/etc/mkinitcpio.conf"
ALL_kver="/boot/vmlinuz-linux"

PRESETS=('default' 'fallback')

#default_config="/etc/mkinitcpio.conf"
default_image="/boot/initramfs-linux.img"
#default_options=""

#fallback_config="/etc/mkinitcpio.conf"
fallback_image="/boot/initramfs-linux-fallback.img"
fallback_options="-S autodetect"

Q: Did you try https://wiki.archlinux.org/index.php/NV … de_setting (esp. adding the kernel modules)?

And this is where I started making changes. As previously I had no modules in mkinitcpio.conf

What I did
1. I added the nvidia-drm.modeset=1 to the kernel paramters
2. I added the modules to mkinitcpio.conf (nvidia, nvidia_modeset, nvidia_uvm and nvidia_drm)
3. Ran mkinitcpio -P
4. grub-mkconfig -o /boot/grub/grub.cfg (I do this as I add kernel paramters in my grub default)
5. Reboot!

What happens: NO CHANGE... massive sad face

hmm, so I take a look at the boot logs (up to level 5)

 Oct 19 07:26:44 i7-6700k kernel: Linux version 4.9.56-1-lts (builduser@andyrtr) (gcc version 7.2.0 (GCC) ) #1 SMP Thu Oct 12 22:34:15 CEST 2017
Oct 19 07:26:44 i7-6700k kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=9912e00d-3c85-4691-8427-1c462edf70de rw nvidia-drm.modeset=1 systemd.unit=multi-user.target
Oct 19 07:26:44 i7-6700k kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 07:26:44 i7-6700k kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 07:26:44 i7-6700k kernel: Initialise system trusted keyrings
Oct 19 07:26:44 i7-6700k kernel: Key type asymmetric registered
Oct 19 07:26:44 i7-6700k kernel: Loading compiled-in X.509 certificates
Oct 19 07:26:44 i7-6700k kernel: nvidia: loading out-of-tree module taints kernel.
Oct 19 07:26:44 i7-6700k kernel: nvidia: module license 'NVIDIA' taints kernel.
Oct 19 07:26:44 i7-6700k kernel: Disabling lock debugging due to kernel taint
Oct 19 07:26:44 i7-6700k kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  387.12  Thu Sep 28 20:18:48 PDT 2017 (using threaded interrupts)
Oct 19 07:26:44 i7-6700k kernel: 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.
Oct 19 07:26:44 i7-6700k kernel: SCSI subsystem initialized
Oct 19 07:26:44 i7-6700k kernel: scsi 0:0:0:0: Direct-Access     ATA      ST2000DM006-2DM1 CC26 PQ: 0 ANSI: 5
Oct 19 07:26:44 i7-6700k kernel: scsi 1:0:0:0: Direct-Access     ATA      GLOWAY FER60GS3- 3    PQ: 0 ANSI: 5
Oct 19 07:26:44 i7-6700k kernel: scsi 3:0:0:0: Direct-Access     ATA      TOSHIBA Q300.    12.3 PQ: 0 ANSI: 5
Oct 19 07:26:44 i7-6700k kernel: sd 3:0:0:0: [sdc] 937703088 512-byte logical blocks: (480 GB/447 GiB)
Oct 19 07:26:44 i7-6700k kernel: sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Oct 19 07:26:44 i7-6700k kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Oct 19 07:26:44 i7-6700k kernel: sd 1:0:0:0: [sdb] 117231408 512-byte logical blocks: (60.0 GB/55.9 GiB)
Oct 19 07:26:44 i7-6700k kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 19 07:26:44 i7-6700k kernel: sd 3:0:0:0: [sdc] Write Protect is off
Oct 19 07:26:44 i7-6700k kernel: sd 1:0:0:0: [sdb] Write Protect is off
Oct 19 07:26:44 i7-6700k kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 19 07:26:44 i7-6700k kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 19 07:26:44 i7-6700k kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 19 07:26:44 i7-6700k kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
Oct 19 07:26:44 i7-6700k kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Oct 19 07:26:44 i7-6700k kernel: random: fast init done
Oct 19 07:26:44 i7-6700k kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Oct 19 07:26:44 i7-6700k kernel: cgroup: cgroup2: unknown option "nsdelegate"
Oct 19 07:26:44 i7-6700k systemd[1]: File /usr/lib/systemd/system/systemd-journald.service:33 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Oct 19 07:26:44 i7-6700k systemd[1]: Proceeding WITHOUT firewalling in effect!
Oct 19 07:26:44 i7-6700k systemd[1]: File /usr/lib/systemd/system/systemd-udevd.service:32 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Oct 19 07:26:44 i7-6700k systemd[1]: Proceeding WITHOUT firewalling in effect!
Oct 19 07:26:44 i7-6700k systemd[1]: File /usr/lib/systemd/system/systemd-logind.service:34 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Oct 19 07:26:44 i7-6700k systemd[1]: Proceeding WITHOUT firewalling in effect!
Oct 19 07:26:45 i7-6700k kernel: scsi 6:0:0:0: Direct-Access     SanDisk  Cruzer Glide     1.00 PQ: 0 ANSI: 6
Oct 19 07:26:45 i7-6700k kernel: sd 6:0:0:0: [sdd] 30595072 512-byte logical blocks: (15.7 GB/14.6 GiB)
Oct 19 07:26:45 i7-6700k kernel: sd 6:0:0:0: [sdd] Write Protect is off
Oct 19 07:26:45 i7-6700k kernel: sd 6:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Oct 19 07:26:45 i7-6700k kernel: sd 6:0:0:0: [sdd] Attached SCSI removable disk
Oct 19 07:26:45 i7-6700k kernel: iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-8000C-26.ucode failed with error -2
Oct 19 07:26:45 i7-6700k kernel: iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-8000C-25.ucode failed with error -2
Oct 19 07:26:45 i7-6700k kernel: iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-8000C-24.ucode failed with error -2
Oct 19 07:26:45 i7-6700k kernel: iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-8000C-23.ucode failed with error -2
Oct 19 07:26:45 i7-6700k kernel: thermal thermal_zone3: failed to read out thermal zone (-5)
Oct 19 07:26:45 i7-6700k kernel: random: crng init done
Oct 19 07:26:45 i7-6700k dbus[330]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
Oct 19 07:26:45 i7-6700k dbus[330]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 19 07:26:45 i7-6700k dbus[330]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Oct 19 07:26:45 i7-6700k systemd[1]: File /usr/lib/systemd/system/systemd-hostnamed.service:33 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Oct 19 07:26:45 i7-6700k systemd[1]: Proceeding WITHOUT firewalling in effect!
Oct 19 07:26:46 i7-6700k dbus[330]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 19 07:26:46 i7-6700k dbus[330]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Oct 19 07:26:46 i7-6700k dbus[330]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Oct 19 07:26:47 i7-6700k dbus[330]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 19 07:26:47 i7-6700k polkitd[407]: Loading rules from directory /etc/polkit-1/rules.d
Oct 19 07:26:47 i7-6700k polkitd[407]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 19 07:26:47 i7-6700k polkitd[407]: Finished loading, compiling and executing 2 rules
Oct 19 07:26:47 i7-6700k dbus[330]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 19 07:26:47 i7-6700k polkitd[407]: Acquired the name org.freedesktop.PolicyKit1 on the system bus

This jumps out at me

 
Oct 19 07:26:44 i7-6700k kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  387.12  Thu Sep 28 20:18:48 PDT 2017 (using threaded interrupts)
Oct 19 07:26:44 i7-6700k kernel: 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.

This is new stuff, and this reminded me of a big warning I saw at your link setting up the kernel modules (but decided to ignore at the time)

 
Note: The NVIDIA driver does not provide an fbdev driver for the high-resolution console for the kernel compiled-in vesafb module. However, the kernel compiled-in efifb module supports a high-resolution console on EFI systems. This method requires GRUB and is described in NVIDIA/Tips and tricks#Fixing terminal resolution.[1][2].

https://wiki.archlinux.org/index.php/NV … resolution
which links too:
https://wiki.archlinux.org/index.php/GR … resolution

Here it recommends:

 
GRUB_GFXMODE=1024x768x32
GRUB_GFXPAYLOAD_LINUX=keep

Now previously, I had been using

GRUB_GFXMODE=auto
GRUB_GFXPAYLOAD_LINUX=text

The reason I was using text, was that earlier during trouble shooting I had read that if you force this to change to text, then it can help avoid issues moving out of grub (and I think in effect delaying the loading of the driver, or at least resetting things).

I must stress that previously using PAYLOAD=keep was NOT working..

In any case, I then try the following:

GRUB_GFXMODE=2560x1440x32,1920x1080x32,1024x768x32,auto
GRUB_GFXPAYLOAD_LINUX=keep

so i go through the motions, grub-mkconfig -o /boot/grub/grub.cfg .. etc

And it is here that I boot to the command prompt at 1024x768

OK... so at this point I am thinking, this seems sorted, albeit I have some issue with it ignoring my resolution preferences...

I check the boot logs for good measure, but the same error is still present??

Oct 19 07:39:10 i7-6700k kernel: Linux version 4.9.56-1-lts (builduser@andyrtr) (gcc version 7.2.0 (GCC) ) #1 SMP Thu Oct 12 22:34:15 CEST 2017
Oct 19 07:39:10 i7-6700k kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=9912e00d-3c85-4691-8427-1c462edf70de rw nvidia-drm.modeset=1 systemd.unit=multi-user.target
Oct 19 07:39:10 i7-6700k kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 19 07:39:10 i7-6700k kernel: VFS: Disk quotas dquot_6.6.0
Oct 19 07:39:10 i7-6700k kernel: Initialise system trusted keyrings
Oct 19 07:39:10 i7-6700k kernel: Key type asymmetric registered
Oct 19 07:39:10 i7-6700k kernel: Loading compiled-in X.509 certificates
Oct 19 07:39:10 i7-6700k kernel: nvidia: loading out-of-tree module taints kernel.
Oct 19 07:39:10 i7-6700k kernel: nvidia: module license 'NVIDIA' taints kernel.
Oct 19 07:39:10 i7-6700k kernel: Disabling lock debugging due to kernel taint
Oct 19 07:39:10 i7-6700k kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  387.12  Thu Sep 28 20:18:48 PDT 2017 (using threaded interrupts)
Oct 19 07:39:10 i7-6700k kernel: 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.
Oct 19 07:39:10 i7-6700k kernel: SCSI subsystem initialized
Oct 19 07:39:10 i7-6700k kernel: scsi 0:0:0:0: Direct-Access     ATA      ST2000DM006-2DM1 CC26 PQ: 0 ANSI: 5
Oct 19 07:39:10 i7-6700k kernel: scsi 1:0:0:0: Direct-Access     ATA      GLOWAY FER60GS3- 3    PQ: 0 ANSI: 5
Oct 19 07:39:10 i7-6700k kernel: scsi 3:0:0:0: Direct-Access     ATA      TOSHIBA Q300.    12.3 PQ: 0 ANSI: 5
Oct 19 07:39:10 i7-6700k kernel: sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Oct 19 07:39:10 i7-6700k kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Oct 19 07:39:10 i7-6700k kernel: sd 1:0:0:0: [sdb] 117231408 512-byte logical blocks: (60.0 GB/55.9 GiB)
Oct 19 07:39:10 i7-6700k kernel: sd 3:0:0:0: [sdc] 937703088 512-byte logical blocks: (480 GB/447 GiB)
Oct 19 07:39:10 i7-6700k kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 19 07:39:10 i7-6700k kernel: sd 1:0:0:0: [sdb] Write Protect is off
Oct 19 07:39:10 i7-6700k kernel: sd 3:0:0:0: [sdc] Write Protect is off
Oct 19 07:39:10 i7-6700k kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 19 07:39:10 i7-6700k kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 19 07:39:10 i7-6700k kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 19 07:39:10 i7-6700k kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
Oct 19 07:39:10 i7-6700k kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Oct 19 07:39:10 i7-6700k kernel: random: fast init done
Oct 19 07:39:10 i7-6700k kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Oct 19 07:39:10 i7-6700k kernel: cgroup: cgroup2: unknown option "nsdelegate"
Oct 19 07:39:10 i7-6700k systemd[1]: File /usr/lib/systemd/system/systemd-journald.service:33 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Oct 19 07:39:10 i7-6700k systemd[1]: Proceeding WITHOUT firewalling in effect!
Oct 19 07:39:10 i7-6700k systemd[1]: File /usr/lib/systemd/system/systemd-udevd.service:32 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Oct 19 07:39:10 i7-6700k systemd[1]: Proceeding WITHOUT firewalling in effect!
Oct 19 07:39:10 i7-6700k systemd[1]: File /usr/lib/systemd/system/systemd-logind.service:34 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Oct 19 07:39:10 i7-6700k systemd[1]: Proceeding WITHOUT firewalling in effect!
Oct 19 07:39:11 i7-6700k kernel: iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-8000C-26.ucode failed with error -2
Oct 19 07:39:11 i7-6700k kernel: iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-8000C-25.ucode failed with error -2
Oct 19 07:39:11 i7-6700k kernel: iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-8000C-24.ucode failed with error -2
Oct 19 07:39:11 i7-6700k kernel: iwlwifi 0000:08:00.0: Direct firmware load for iwlwifi-8000C-23.ucode failed with error -2
Oct 19 07:39:11 i7-6700k kernel: scsi 6:0:0:0: Direct-Access     SanDisk  Cruzer Glide     1.00 PQ: 0 ANSI: 6
Oct 19 07:39:11 i7-6700k kernel: sd 6:0:0:0: [sdd] 30595072 512-byte logical blocks: (15.7 GB/14.6 GiB)
Oct 19 07:39:11 i7-6700k kernel: sd 6:0:0:0: [sdd] Write Protect is off
Oct 19 07:39:11 i7-6700k kernel: sd 6:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Oct 19 07:39:11 i7-6700k kernel: sd 6:0:0:0: [sdd] Attached SCSI removable disk
Oct 19 07:39:11 i7-6700k kernel: thermal thermal_zone3: failed to read out thermal zone (-5)
Oct 19 07:39:11 i7-6700k kernel: random: crng init done
Oct 19 07:39:11 i7-6700k dbus[324]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
Oct 19 07:39:11 i7-6700k dbus[324]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 19 07:39:11 i7-6700k dbus[324]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Oct 19 07:39:11 i7-6700k systemd[1]: File /usr/lib/systemd/system/systemd-hostnamed.service:33 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Oct 19 07:39:11 i7-6700k systemd[1]: Proceeding WITHOUT firewalling in effect!
Oct 19 07:39:11 i7-6700k dbus[324]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 19 07:39:11 i7-6700k dbus[324]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Oct 19 07:39:11 i7-6700k dbus[324]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Oct 19 07:39:11 i7-6700k dbus[324]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 19 07:39:11 i7-6700k polkitd[378]: Loading rules from directory /etc/polkit-1/rules.d
Oct 19 07:39:11 i7-6700k polkitd[378]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 19 07:39:11 i7-6700k polkitd[378]: Finished loading, compiling and executing 2 rules
Oct 19 07:39:11 i7-6700k dbus[324]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 19 07:39:11 i7-6700k polkitd[378]: Acquired the name org.freedesktop.PolicyKit1 on the system bus

It was at this stage I needed to leave the house.

My thoughts / questions are currently:

1. I think there remains an issue with the configuration of the console, as the error persisted between grub config options?

2. What exactly am I doing loading these nvidia modules specifically versus before where I just install nvidia and didnt do anything else? I don't get the impression you have to do this editing of mkinitcpio.conf / MODULES in most cases? I think I fundamentally haven't understood this KMS stuff. EDIT: so it looks like the PAYLOAD=text was trying to delay setting resolution using nvidia drivers, leaving it to userspace SOMETHING later, whereas now we are trying to get the kernel to set them via the nvidia drivers?

3. What ultimately caused the progress to seeing the login prompt? Was it going to PAYLOAD=keep, or was it providing resolution options beyond =auto
4. Why am I defaulting to a low crappy resolution in any case EDIT:: solved by reading. i don't think i was asking for resolutions compatible with VESA BIOS Extensions

EDIT: 5. Does this mean I cannot use other resolutions for my tty / login console etc, until I install a windowing system?


Is there anyway I can test (without needing to install a windowing system or desktop), if my graphics card is actually working OK now

I am not happy to leave things with this still in boot log

 
Oct 19 07:39:10 i7-6700k kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  387.12  Thu Sep 28 20:18:48 PDT 2017 (using threaded interrupts)
Oct 19 07:39:10 i7-6700k kernel: 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.

phew - sorry this has been long. i'll keep playing around tonight, but worried i might end up losing track of cause and effect. i need to replicate my solution on the other machine once done so keen not to just make it work and forget

thanks!

Last edited by AP-random472 (2017-10-19 09:59:49)

Offline

#10 2017-10-19 10:09:01

AP-random472
Member
Registered: 2017-01-16
Posts: 18

Re: [SOLVED] Boot/Display Freeze:"Loading Initial Ramdisk" NVIDIA GTX10xx

Rather than editing the above, again, I am going to quickly summarise where I stand.

* Fundamentally the issue of loading into console has been solved - THANK YOU Seth

* I believe, that for my issue, the solution was moving to Kernel Mode Setting

-  But something could have been triggered by the changing of GRUB default settings (changing resolution target to 1024x768x32 from "auto") or GFX_PAYLOAD from "text" to "keep". I don't think it is the changing of these Grub settings that help, but there have been a number of variables I've tried since originally moving to "text" only console that may have fixed an underlying issue before moving back to "keep" allowed me to see the change. I think even an update to the nvidia driver lol.

* The issue of sub-optimal resolution under NVIDIA drivers in KMS mode is just the way it has to be. Unfortunately the fix appears to go back to delaying the use of the Nvidia drivers. I suspect I will end up back with PAYLOAD=text or something again, see (https://bbs.archlinux.org/viewtopic.php?id=213153). i'll end up going in circles i'm sure

* I remain worried that this error remains, but it's clearly linked to the above and i haven't had time to grok it all yet

Oct 19 07:39:10 i7-6700k kernel: 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.

- I need to read more carefully the other linked thread and start investigating this issue

* I'm afraid as it stands I've ended the problem a little confused and unsatisfied. Hopefully I can report back later when I've got it all straight in my mind.

* any other thoughts , or corrections to my understanding welcome. thanks again seth, perhaps i should just push on and set up the rest of the system, including graphical environment...

Last edited by AP-random472 (2017-10-19 10:12:41)

Offline

#11 2017-10-19 11:38:00

AP-random472
Member
Registered: 2017-01-16
Posts: 18

Re: [SOLVED] Boot/Display Freeze:"Loading Initial Ramdisk" NVIDIA GTX10xx

I understand now that this error is due to using efi boot, and should not cause any issue.

“The driver officially supports only a standard VGA text console. But with EFI that one doesn't exist, there's only efifb.”

https://bbs.archlinux.org/viewtopic.php?id=143569

So, for now I think we are solved.

I need to get my head around the different options for loading drivers and work out getting high res console if possible. I certainly need to learn more about KMS and if I need to use it, but In general , for my use case, as above I think the fix was KMS

Thanks again Seth

Last edited by AP-random472 (2017-10-19 14:02:13)

Offline

#12 2017-10-19 16:00:43

AP-random472
Member
Registered: 2017-01-16
Posts: 18

Re: [SOLVED] Boot/Display Freeze:"Loading Initial Ramdisk" NVIDIA GTX10xx

I had to laugh, seems it's futile trying to build a robust logical model for all this, was reading about GFXPAYLOAD in Grub manual, and found..

15.1.13 gfxpayload

If this variable is set, it controls the video mode in which the Linux kernel starts up, replacing the ‘vga=’ boot option (see linux). It may be set to ‘text’ to force the Linux kernel to boot in normal text mode, ‘keep’ to preserve the graphics mode set using ‘gfxmode’, or any of the permitted values for ‘gfxmode’ to set a particular graphics mode (see gfxmode).

Depending on your kernel, your distribution, your graphics card, and the phase of the moon, note that using this option may cause GNU/Linux to suffer from various display problems, particularly during the early part of the boot sequence. If you have problems, set this variable to ‘text’ and GRUB will tell Linux to boot in normal text mode.

The default is platform-specific. On platforms with a native text mode (such as PC BIOS platforms), the default is ‘text’. Otherwise the default may be ‘auto’ or a specific video mode.

This variable is often set by ‘GRUB_GFXPAYLOAD_LINUX’ (see Simple configuration).

annoying that the second bit in bold was what i was trying earlier and that didn't work sad oh well

for reference, this is in grub tips and tricks : https://wiki.archlinux.org/index.php/GR … ramebuffer

Disable framebuffer
Users who use NVIDIA proprietary driver might wish to disable GRUB's framebuffer as it can cause problems with the binary driver.

To disable framebuffer, edit /etc/default/grub and uncomment the following line:

GRUB_TERMINAL_OUTPUT=console
Another option if you want to keep the framebuffer in GRUB is to revert to text mode just before starting the kernel. To do that modify the variable in /etc/default/grub:

GRUB_GFXPAYLOAD_LINUX=text

Last edited by AP-random472 (2017-10-19 16:11:08)

Offline

#13 2017-10-19 20:19:12

seth
Member
Registered: 2012-09-03
Posts: 66,176

Re: [SOLVED] Boot/Display Freeze:"Loading Initial Ramdisk" NVIDIA GTX10xx

Thanks again Seth

I'd say, you figured it pretty much for yourself and indeed comment #11 hits the nail.

Nvidia doesn't (officially) support framebuffer consoled (so "GRUB_GFXPAYLOAD_LINUX=text" is actually the correct solution!) and UEFI does only support framebuffer consoles (via efifb)
IOW: nvidia + uefi + linux = no support :-\

The common approach is to hope that nvidia just works despite the framebuffer console.
Apparently that's not the case for you.

The way out of this is forementioned kms support and picking a resolution that makes the nvidia driver "happy" (and pray and dim moonlight ... or so)
Next to XGA you could try 1280x1024, 1440x900 1600x1200 and 1920x1200 - nvidia won't stop complaining about the framebuffer console and I don't expect 16:9 resolutions to work (you can be happy if 16:10 works)

Online

Board footer

Powered by FluxBB