You are not logged in.

#1 2017-10-10 17:39:59

mageofbl00d
Member
Registered: 2016-03-06
Posts: 19

Black screen on boot (Dell Vostro 3568)

My laptop gives me a black screen on boot. Usually when arch boots up it has this moment when the screen is bright and first few messages appear in tty, then screen turns off for a moment and then comes back up but with my preferred brightness. Now it starts bright as usual, then turns off and never lights up again, just pitch black. Initially I thought that backlight brightness went to 0, but that doesn't seem to be the case.

I googled and lurked the wiki for a bit. Tried to boot with nomodeset option, it worked and I was able to boot but the screen updates VERY slow now - I can see how it draws the next frame. As I understand it, this has something to do with the GPU but I clearly don't know nearly enough to figure this out on my own. I don't know whether outputs below will be useful since I got them with nomodeset, but I'll include them anyway. I will provide any other needed information. Thanks for your help.

dmesg output (with nomodeset): https://pastebin.com/96yqJiUw
journalctl -b output (with nomodeset): https://pastebin.com/42u1CLRA
lspci -k (GPU):

01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun LE [Radeon HD 8550M / R5 M230]
    Subsystem: Dell Sun LE [Radeon HD 8550M / R5 M230]
    Kernel modules: radeon, amdgpu
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
    Subsystem: Dell HD Graphics 620
    Kernel modules: i915

Offline

#2 2017-10-10 18:05:11

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Black screen on boot (Dell Vostro 3568)

So you have a hybrid graphics system. How have you configured it? Which drivers are you using? etc...


Moving to NC.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2017-10-11 02:53:58

mageofbl00d
Member
Registered: 2016-03-06
Posts: 19

Re: Black screen on boot (Dell Vostro 3568)

I'm using AMDGPU drivers. I haven't really configured PRIME in any way. As I understood from reading the wiki page if you have AMDGPU then hybrid graphics work out of the box. (seemed right since when I scroll pages in Chrome, the screen is tearing for a split second and then becomes smooth again)

I forgot to mention that black screen started to appear after recent pacman -Syu. Upgrade was rather large, pacman.log of that upgrade here: https://pastebin.com/Tw5SThWc

(sorry if it takes long time to reply. time zones and stuff)

Offline

#4 2017-10-11 03:39:59

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Black screen on boot (Dell Vostro 3568)

You might be having the issue that I had. See this:

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


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#5 2017-10-11 05:00:29

mageofbl00d
Member
Registered: 2016-03-06
Posts: 19

Re: Black screen on boot (Dell Vostro 3568)

Thanks for your response, Inxsible. Setting intel_iommu=off didn't help so I downgraded the kernel and everything's fine again, except that I'm getting new error messages on boot (but those are probably there because I downgraded only the kernel package and didn't do so with headers and modules)

Oct 11 10:51:37 harakh kernel: amdgpu 0000:01:00.0: si_mc: Failed to load firmware "radeon/hainan_mc.bin"
Oct 11 10:51:37 harakh kernel: amdgpu 0000:01:00.0: Failed to load mc firmware!
Oct 11 10:51:37 harakh kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* sw_init of IP block <gmc_v6_0> failed -2
Oct 11 10:51:37 harakh kernel: amdgpu 0000:01:00.0: amdgpu_init failed
Oct 11 10:51:37 harakh kernel: amdgpu 0000:01:00.0: Fatal error during GPU init
Oct 11 10:51:37 harakh kernel: [drm] amdgpu: finishing device.
Oct 11 10:51:37 harakh kernel: [TTM] Memory type 2 has not been initialized
Oct 11 10:51:37 harakh kernel: amdgpu: probe of 0000:01:00.0 failed with error -2

So, should I just wait for the kernel to get patched or is there something else I can do?

Offline

#6 2017-10-11 11:12:37

cafe
Member
Registered: 2014-03-20
Posts: 156

Re: Black screen on boot (Dell Vostro 3568)

I'm having a similar issue , but I'm thinking it is related to the i915 driver. What is the version of the kernel that works for you?

Offline

#7 2017-10-11 11:46:09

mageofbl00d
Member
Registered: 2016-03-06
Posts: 19

Re: Black screen on boot (Dell Vostro 3568)

Version 4.12.13. I had it before I upgraded.

I just remembered that I've never actually installed xf86-video-intel package O:

Offline

#8 2017-10-11 15:19:12

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: Black screen on boot (Dell Vostro 3568)

This isn't related to xf86-video-intel.

You should check a journal from a "failed" boot (-b-<n>), but an 4.12 => 4.13 update is actually very much likely the iommu issue (4.13.5 should fix this)
I'm not sure whether the firmware loading issue can be explained by the kernel being older than the firmware package, but you should try downgrading the latter as well.

Offline

#9 2017-10-18 13:26:54

mageofbl00d
Member
Registered: 2016-03-06
Posts: 19

Re: Black screen on boot (Dell Vostro 3568)

So, I waited for a bit and upgraded to kernel 4.13.7. The issue still persists. I tried hooking up the laptop to my TV via HDMI. The image goes to HDMI, I'm able to login, but when I run startx it just hangs. Setting intel_iommu on/off still does nothing for me.

Offline

#10 2017-10-18 18:10:45

mageofbl00d
Member
Registered: 2016-03-06
Posts: 19

Re: Black screen on boot (Dell Vostro 3568)

Suddenly X was able to start. I tried booting multiple times with HDMI plugged on/off, with intel_iommu=on/off. One time when I manually set iommu off in GRUB during boot and had HDMI plugged in I finally got image on both laptop and TV screens. Bspwm showed only one desktop which indicates that HDMI screen was set as the main output. I tried to replicate, rebooted without touching anything but wasn't able to boot like this again.  I tried a lot of times and can't find the log for that exact session now.

Here's the log for HDMI connected, intel_iommu=off, X starts fine

-- Logs begin at Thu 2017-08-10 23:39:18 +06, end at Wed 2017-10-18 23:31:32 +06. --
Oct 18 23:28:57 harakh kernel: microcode: microcode updated early to revision 0x62, date = 2017-04-27
Oct 18 23:28:57 harakh kernel: random: get_random_bytes called from start_kernel+0x42/0x4b7 with crng_init=0
Oct 18 23:28:57 harakh 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 23:28:57 harakh kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e56b8b35-8197-479b-86bd-3249f6ea1a24 rw intel_iommu=off quiet cryptdevice=/dev/sda3:cryptroot root=/dev/mapper/cryptroot cryptkey=/dev/sda3:ext4:/etc/keyfile crypto=sha256:aes-xts-plain64:256::
Oct 18 23:28:57 harakh kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 18 23:28:57 harakh kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 18 23:28:57 harakh kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 18 23:28:57 harakh kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Oct 18 23:28:57 harakh kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Oct 18 23:28:57 harakh kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 18 23:28:57 harakh kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Oct 18 23:28:57 harakh kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Oct 18 23:28:57 harakh kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Oct 18 23:28:57 harakh kernel: e820: BIOS-provided physical RAM map:
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000930c6fff] usable
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x00000000930c7000-0x00000000930c7fff] ACPI NVS
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x00000000930c8000-0x00000000930c8fff] reserved
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x00000000930c9000-0x000000009858afff] usable
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x000000009858b000-0x0000000098902fff] reserved
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x0000000098903000-0x000000009893bfff] ACPI data
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x000000009893c000-0x0000000098ff8fff] ACPI NVS
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x0000000098ff9000-0x000000009958ffff] reserved
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x0000000099590000-0x00000000995fefff] type 20
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x00000000995ff000-0x00000000995fffff] usable
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Oct 18 23:28:57 harakh kernel: BIOS-e820: [mem 0x0000000100000000-0x000000015f7fffff] usable
Oct 18 23:28:57 harakh kernel: NX (Execute Disable) protection: active
Oct 18 23:28:57 harakh kernel: efi: EFI v2.40 by American Megatrends
Oct 18 23:28:57 harakh kernel: efi:  ACPI=0x9890e000  ACPI 2.0=0x9890e000  SMBIOS=0xf05e0  SMBIOS 3.0=0xf0600  ESRT=0x99361598  MPS=0xfcbc0 
Oct 18 23:28:57 harakh kernel: random: fast init done
Oct 18 23:28:57 harakh kernel: SMBIOS 3.0.0 present.
Oct 18 23:28:57 harakh kernel: DMI: Dell Inc. Vostro 15-3568/06XGVW, BIOS 01.08.00 03/23/2017
Oct 18 23:28:57 harakh kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 18 23:28:57 harakh kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 18 23:28:57 harakh kernel: e820: last_pfn = 0x15f800 max_arch_pfn = 0x400000000
Oct 18 23:28:57 harakh kernel: MTRR default type: write-back
Oct 18 23:28:57 harakh kernel: MTRR fixed ranges enabled:
Oct 18 23:28:57 harakh kernel:   00000-9FFFF write-back
Oct 18 23:28:57 harakh kernel:   A0000-BFFFF uncachable
Oct 18 23:28:57 harakh kernel:   C0000-FFFFF write-protect
Oct 18 23:28:57 harakh kernel: MTRR variable ranges enabled:
Oct 18 23:28:57 harakh kernel:   0 base 00C0000000 mask 7FC0000000 uncachable
Oct 18 23:28:57 harakh kernel:   1 base 00A0000000 mask 7FE0000000 uncachable
Oct 18 23:28:57 harakh kernel:   2 base 009C000000 mask 7FFC000000 uncachable
Oct 18 23:28:57 harakh kernel:   3 base 009B000000 mask 7FFF000000 uncachable
Oct 18 23:28:57 harakh kernel:   4 disabled
Oct 18 23:28:57 harakh kernel:   5 disabled
Oct 18 23:28:57 harakh kernel:   6 disabled
Oct 18 23:28:57 harakh kernel:   7 disabled
Oct 18 23:28:57 harakh kernel:   8 disabled
Oct 18 23:28:57 harakh kernel:   9 disabled
Oct 18 23:28:57 harakh kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
Oct 18 23:28:57 harakh kernel: e820: last_pfn = 0x99600 max_arch_pfn = 0x400000000
Oct 18 23:28:57 harakh kernel: found SMP MP-table at [mem 0x000fce00-0x000fce0f] mapped at [ffff9589000fce00]
Oct 18 23:28:57 harakh kernel: esrt: Reserving ESRT space from 0x0000000099361598 to 0x00000000993615d0.
Oct 18 23:28:57 harakh kernel: Scanning 1 areas for low memory corruption
Oct 18 23:28:57 harakh kernel: Base memory trampoline at [ffff958900096000] 96000 size 24576
Oct 18 23:28:57 harakh kernel: Using GB pages for direct mapping
Oct 18 23:28:57 harakh kernel: BRK [0x66d64000, 0x66d64fff] PGTABLE
Oct 18 23:28:57 harakh kernel: BRK [0x66d65000, 0x66d65fff] PGTABLE
Oct 18 23:28:57 harakh kernel: BRK [0x66d66000, 0x66d66fff] PGTABLE
Oct 18 23:28:57 harakh kernel: BRK [0x66d67000, 0x66d67fff] PGTABLE
Oct 18 23:28:57 harakh kernel: BRK [0x66d68000, 0x66d68fff] PGTABLE
Oct 18 23:28:57 harakh kernel: BRK [0x66d69000, 0x66d69fff] PGTABLE
Oct 18 23:28:57 harakh kernel: BRK [0x66d6a000, 0x66d6afff] PGTABLE
Oct 18 23:28:57 harakh kernel: Secure boot could not be determined
Oct 18 23:28:57 harakh kernel: RAMDISK: [mem 0x35de7000-0x36eeafff]
Oct 18 23:28:57 harakh kernel: ACPI: Early table checksum verification disabled
Oct 18 23:28:57 harakh kernel: ACPI: RSDP 0x000000009890E000 000024 (v02 DELL  )
Oct 18 23:28:57 harakh kernel: ACPI: XSDT 0x000000009890E0C0 0000FC (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 18 23:28:57 harakh kernel: ACPI: FACP 0x00000000989318A0 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
Oct 18 23:28:57 harakh kernel: ACPI: DSDT 0x000000009890E248 023654 (v02 DELL   CBX3     01072009 INTL 20160422)
Oct 18 23:28:57 harakh kernel: ACPI: FACS 0x0000000098FF1F80 000040
Oct 18 23:28:57 harakh kernel: ACPI: APIC 0x00000000989319B0 000084 (v03 DELL   CBX3     01072009 AMI  00010013)
Oct 18 23:28:57 harakh kernel: ACPI: FPDT 0x0000000098931A38 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 18 23:28:57 harakh kernel: ACPI: FIDT 0x0000000098931A80 00009C (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 18 23:28:57 harakh kernel: ACPI: MCFG 0x0000000098931B20 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
Oct 18 23:28:57 harakh kernel: ACPI: HPET 0x0000000098931B60 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
Oct 18 23:28:57 harakh kernel: ACPI: SSDT 0x0000000098931B98 00043E (v01 SataRe SataTabl 00001000 INTL 20160422)
Oct 18 23:28:57 harakh kernel: ACPI: BOOT 0x0000000098931FD8 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 18 23:28:57 harakh kernel: ACPI: SSDT 0x0000000098932000 0012EB (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Oct 18 23:28:57 harakh kernel: ACPI: HPET 0x00000000989332F0 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
Oct 18 23:28:57 harakh kernel: ACPI: SSDT 0x0000000098933328 000A83 (v02 INTEL  xh_OEMBD 00000000 INTL 20160422)
Oct 18 23:28:57 harakh kernel: ACPI: UEFI 0x0000000098933DB0 000042 (v01                 00000000      00000000)
Oct 18 23:28:57 harakh kernel: ACPI: SSDT 0x0000000098933DF8 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Oct 18 23:28:57 harakh kernel: ACPI: LPIT 0x0000000098934CD8 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
Oct 18 23:28:57 harakh kernel: ACPI: WSMT 0x0000000098934D70 000028 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
Oct 18 23:28:57 harakh kernel: ACPI: SSDT 0x0000000098934D98 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
Oct 18 23:28:57 harakh kernel: ACPI: SSDT 0x0000000098935038 000E3F (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Oct 18 23:28:57 harakh kernel: ACPI: DBGP 0x0000000098935E78 000034 (v01 INTEL           00000002 MSFT 0000005F)
Oct 18 23:28:57 harakh kernel: ACPI: DBG2 0x0000000098935EB0 000061 (v00 INTEL           00000002 MSFT 0000005F)
Oct 18 23:28:57 harakh kernel: ACPI: SSDT 0x0000000098935F18 003E5C (v02 DptfTa DptfTabl 00001000 INTL 20160422)
Oct 18 23:28:57 harakh kernel: ACPI: SLIC 0x0000000098939D78 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
Oct 18 23:28:57 harakh kernel: ACPI: SSDT 0x0000000098939EF0 000281 (v02 SgRef  SgUlt    00001000 INTL 20160422)
Oct 18 23:28:57 harakh kernel: ACPI: SSDT 0x000000009893A178 00069A (v02 SgRef  SgPch    00001000 INTL 20160422)
Oct 18 23:28:57 harakh kernel: ACPI: DMAR 0x000000009893A818 0000F0 (v01 INTEL  KBL      00000001 INTL 00000001)
Oct 18 23:28:57 harakh kernel: ACPI: TPM2 0x000000009893A908 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
Oct 18 23:28:57 harakh kernel: ACPI: SSDT 0x000000009893A940 000F46 (v01 AmdRef AmdTabl  00001000 INTL 20160422)
Oct 18 23:28:57 harakh kernel: [81B blob data]
Oct 18 23:28:57 harakh kernel: ACPI: Local APIC address 0xfee00000
Oct 18 23:28:57 harakh kernel: No NUMA configuration found
Oct 18 23:28:57 harakh kernel: Faking a node at [mem 0x0000000000000000-0x000000015f7fffff]
Oct 18 23:28:57 harakh kernel: NODE_DATA(0) allocated [mem 0x15f7f9000-0x15f7fdfff]
Oct 18 23:28:57 harakh kernel: Zone ranges:
Oct 18 23:28:57 harakh kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 18 23:28:57 harakh kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 18 23:28:57 harakh kernel:   Normal   [mem 0x0000000100000000-0x000000015f7fffff]
Oct 18 23:28:57 harakh kernel:   Device   empty
Oct 18 23:28:57 harakh kernel: Movable zone start for each node
Oct 18 23:28:57 harakh kernel: Early memory node ranges
Oct 18 23:28:57 harakh kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Oct 18 23:28:57 harakh kernel:   node   0: [mem 0x0000000000059000-0x000000000009efff]
Oct 18 23:28:57 harakh kernel:   node   0: [mem 0x0000000000100000-0x00000000930c6fff]
Oct 18 23:28:57 harakh kernel:   node   0: [mem 0x00000000930c9000-0x000000009858afff]
Oct 18 23:28:57 harakh kernel:   node   0: [mem 0x00000000995ff000-0x00000000995fffff]
Oct 18 23:28:57 harakh kernel:   node   0: [mem 0x0000000100000000-0x000000015f7fffff]
Oct 18 23:28:57 harakh kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000015f7fffff]
Oct 18 23:28:57 harakh kernel: On node 0 totalpages: 1015079
Oct 18 23:28:57 harakh kernel:   DMA zone: 64 pages used for memmap
Oct 18 23:28:57 harakh kernel:   DMA zone: 26 pages reserved
Oct 18 23:28:57 harakh kernel:   DMA zone: 3997 pages, LIFO batch:0
Oct 18 23:28:57 harakh kernel:   DMA32 zone: 9687 pages used for memmap
Oct 18 23:28:57 harakh kernel:   DMA32 zone: 619914 pages, LIFO batch:31
Oct 18 23:28:57 harakh kernel:   Normal zone: 6112 pages used for memmap
Oct 18 23:28:57 harakh kernel:   Normal zone: 391168 pages, LIFO batch:31
Oct 18 23:28:57 harakh kernel: Reserving Intel graphics memory at 0x000000009b800000-0x000000009f7fffff
Oct 18 23:28:57 harakh kernel: ACPI: PM-Timer IO Port: 0x1808
Oct 18 23:28:57 harakh kernel: ACPI: Local APIC address 0xfee00000
Oct 18 23:28:57 harakh kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 18 23:28:57 harakh kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 18 23:28:57 harakh kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 18 23:28:57 harakh kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 18 23:28:57 harakh kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Oct 18 23:28:57 harakh kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 18 23:28:57 harakh kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 18 23:28:57 harakh kernel: ACPI: IRQ0 used by override.
Oct 18 23:28:57 harakh kernel: ACPI: IRQ9 used by override.
Oct 18 23:28:57 harakh kernel: Using ACPI (MADT) for SMP configuration information
Oct 18 23:28:57 harakh kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Oct 18 23:28:57 harakh kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0x930c7000-0x930c7fff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0x930c8000-0x930c8fff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0x9858b000-0x98902fff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0x98903000-0x9893bfff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0x9893c000-0x98ff8fff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0x98ff9000-0x9958ffff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0x99590000-0x995fefff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0x99600000-0x9b7fffff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0x9b800000-0x9f7fffff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Oct 18 23:28:57 harakh kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Oct 18 23:28:57 harakh kernel: e820: [mem 0x9f800000-0xdfffffff] available for PCI devices
Oct 18 23:28:57 harakh kernel: Booting paravirtualized kernel on bare hardware
Oct 18 23:28:57 harakh kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 18 23:28:57 harakh kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
Oct 18 23:28:57 harakh kernel: percpu: Embedded 36 pages/cpu @ffff958a5f400000 s106520 r8192 d32744 u524288
Oct 18 23:28:57 harakh kernel: pcpu-alloc: s106520 r8192 d32744 u524288 alloc=1*2097152
Oct 18 23:28:57 harakh kernel: pcpu-alloc: [0] 0 1 2 3 
Oct 18 23:28:57 harakh kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 999190
Oct 18 23:28:57 harakh kernel: Policy zone: Normal
Oct 18 23:28:57 harakh kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e56b8b35-8197-479b-86bd-3249f6ea1a24 rw intel_iommu=off quiet cryptdevice=/dev/sda3:cryptroot root=/dev/mapper/cryptroot cryptkey=/dev/sda3:ext4:/etc/keyfile crypto=sha256:aes-xts-plain64:256::
Oct 18 23:28:57 harakh kernel: DMAR: IOMMU disabled
Oct 18 23:28:57 harakh kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Oct 18 23:28:57 harakh kernel: Calgary: detecting Calgary via BIOS EBDA area
Oct 18 23:28:57 harakh kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 18 23:28:57 harakh kernel: Memory: 3810544K/4060316K available (6644K kernel code, 1134K rwdata, 2048K rodata, 1336K init, 908K bss, 249772K reserved, 0K cma-reserved)
Oct 18 23:28:57 harakh kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 18 23:28:57 harakh kernel: ftrace: allocating 28352 entries in 111 pages
Oct 18 23:28:57 harakh kernel: Preemptible hierarchical RCU implementation.
Oct 18 23:28:57 harakh kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
Oct 18 23:28:57 harakh kernel:         Tasks RCU enabled.
Oct 18 23:28:57 harakh kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Oct 18 23:28:57 harakh kernel: NR_IRQS: 8448, nr_irqs: 1024, preallocated irqs: 16
Oct 18 23:28:57 harakh kernel: spurious 8259A interrupt: IRQ7.
Oct 18 23:28:57 harakh kernel: Console: colour dummy device 80x25
Oct 18 23:28:57 harakh kernel: console [tty0] enabled
Oct 18 23:28:57 harakh kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Oct 18 23:28:57 harakh kernel: hpet clockevent registered
Oct 18 23:28:57 harakh kernel: tsc: Detected 2700.000 MHz processor
Oct 18 23:28:57 harakh kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5426.00 BogoMIPS (lpj=9040000)
Oct 18 23:28:57 harakh kernel: pid_max: default: 32768 minimum: 301
Oct 18 23:28:57 harakh kernel: ACPI: Core revision 20170531
Oct 18 23:28:57 harakh kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
Oct 18 23:28:57 harakh kernel: Security Framework initialized
Oct 18 23:28:57 harakh kernel: Yama: becoming mindful.
Oct 18 23:28:57 harakh kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Oct 18 23:28:57 harakh kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Oct 18 23:28:57 harakh kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
Oct 18 23:28:57 harakh kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
Oct 18 23:28:57 harakh kernel: CPU: Physical Processor ID: 0
Oct 18 23:28:57 harakh kernel: CPU: Processor Core ID: 0
Oct 18 23:28:57 harakh kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Oct 18 23:28:57 harakh kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Oct 18 23:28:57 harakh kernel: mce: CPU supports 8 MCE banks
Oct 18 23:28:57 harakh kernel: CPU0: Thermal monitoring enabled (TM1)
Oct 18 23:28:57 harakh kernel: process: using mwait in idle threads
Oct 18 23:28:57 harakh kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Oct 18 23:28:57 harakh kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Oct 18 23:28:57 harakh kernel: Freeing SMP alternatives memory: 24K
Oct 18 23:28:57 harakh kernel: smpboot: Max logical packages: 2
Oct 18 23:28:57 harakh kernel: DMAR: Host address width 39
Oct 18 23:28:57 harakh kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Oct 18 23:28:57 harakh kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Oct 18 23:28:57 harakh kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Oct 18 23:28:57 harakh kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Oct 18 23:28:57 harakh kernel: DMAR: RMRR base: 0x00000098654000 end: 0x00000098673fff
Oct 18 23:28:57 harakh kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Oct 18 23:28:57 harakh kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
Oct 18 23:28:57 harakh kernel: DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
Oct 18 23:28:57 harakh kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Oct 18 23:28:57 harakh kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Oct 18 23:28:57 harakh kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Oct 18 23:28:57 harakh kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Oct 18 23:28:57 harakh kernel: x2apic enabled
Oct 18 23:28:57 harakh kernel: Switched APIC routing to cluster x2apic.
Oct 18 23:28:57 harakh kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 18 23:28:57 harakh kernel: TSC deadline timer enabled
Oct 18 23:28:57 harakh kernel: smpboot: CPU0: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (family: 0x6, model: 0x8e, stepping: 0x9)
Oct 18 23:28:57 harakh kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Oct 18 23:28:57 harakh kernel: ... version:                4
Oct 18 23:28:57 harakh kernel: ... bit width:              48
Oct 18 23:28:57 harakh kernel: ... generic registers:      4
Oct 18 23:28:57 harakh kernel: ... value mask:             0000ffffffffffff
Oct 18 23:28:57 harakh kernel: ... max period:             00007fffffffffff
Oct 18 23:28:57 harakh kernel: ... fixed-purpose events:   3
Oct 18 23:28:57 harakh kernel: ... event mask:             000000070000000f
Oct 18 23:28:57 harakh kernel: Hierarchical SRCU implementation.
Oct 18 23:28:57 harakh kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Oct 18 23:28:57 harakh kernel: smp: Bringing up secondary CPUs ...
Oct 18 23:28:57 harakh kernel: x86: Booting SMP configuration:
Oct 18 23:28:57 harakh kernel: .... node  #0, CPUs:      #1 #2 #3
Oct 18 23:28:57 harakh kernel: smp: Brought up 1 node, 4 CPUs
Oct 18 23:28:57 harakh kernel: smpboot: Total of 4 processors activated (21708.24 BogoMIPS)
Oct 18 23:28:57 harakh kernel: devtmpfs: initialized
Oct 18 23:28:57 harakh kernel: x86/mm: Memory block size: 128MB
Oct 18 23:28:57 harakh kernel: PM: Registering ACPI NVS region [mem 0x930c7000-0x930c7fff] (4096 bytes)
Oct 18 23:28:57 harakh kernel: PM: Registering ACPI NVS region [mem 0x9893c000-0x98ff8fff] (7065600 bytes)
Oct 18 23:28:57 harakh kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 18 23:28:57 harakh kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
Oct 18 23:28:57 harakh kernel: pinctrl core: initialized pinctrl subsystem
Oct 18 23:28:57 harakh kernel: RTC time: 17:28:44, date: 10/18/17
Oct 18 23:28:57 harakh kernel: NET: Registered protocol family 16
Oct 18 23:28:57 harakh kernel: cpuidle: using governor ladder
Oct 18 23:28:57 harakh kernel: cpuidle: using governor menu
Oct 18 23:28:57 harakh kernel: PCCT header not found.
Oct 18 23:28:57 harakh kernel: Simple Boot Flag at 0x47 set to 0x80
Oct 18 23:28:57 harakh kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 18 23:28:57 harakh kernel: ACPI: bus type PCI registered
Oct 18 23:28:57 harakh kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 18 23:28:57 harakh kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Oct 18 23:28:57 harakh kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Oct 18 23:28:57 harakh kernel: PCI: Using configuration type 1 for base access
Oct 18 23:28:57 harakh kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 18 23:28:57 harakh kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 18 23:28:57 harakh kernel: ACPI: Added _OSI(Module Device)
Oct 18 23:28:57 harakh kernel: ACPI: Added _OSI(Processor Device)
Oct 18 23:28:57 harakh kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 18 23:28:57 harakh kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 18 23:28:57 harakh kernel: ACPI: Executed 33 blocks of module-level executable AML code
Oct 18 23:28:57 harakh kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 18 23:28:57 harakh kernel: ACPI: Dynamic OEM Table Load:
Oct 18 23:28:57 harakh kernel: ACPI: SSDT 0xFFFF958A5985A000 0006B4 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Oct 18 23:28:57 harakh kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 18 23:28:57 harakh kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Oct 18 23:28:57 harakh kernel: ACPI: Dynamic OEM Table Load:
Oct 18 23:28:57 harakh kernel: ACPI: SSDT 0xFFFF958A59ADCC00 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Oct 18 23:28:57 harakh kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 18 23:28:57 harakh kernel: ACPI: Dynamic OEM Table Load:
Oct 18 23:28:57 harakh kernel: ACPI: SSDT 0xFFFF958A5985C800 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
Oct 18 23:28:57 harakh kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 18 23:28:57 harakh kernel: ACPI: Dynamic OEM Table Load:
Oct 18 23:28:57 harakh kernel: ACPI: SSDT 0xFFFF958A59A00800 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
Oct 18 23:28:57 harakh kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 18 23:28:57 harakh kernel: ACPI: EC: EC started
Oct 18 23:28:57 harakh kernel: ACPI: EC: interrupt blocked
Oct 18 23:28:57 harakh kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Used as first EC
Oct 18 23:28:57 harakh kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x45, EC_CMD/EC_SC=0x934, EC_DATA=0x930
Oct 18 23:28:57 harakh kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions
Oct 18 23:28:57 harakh kernel: ACPI: Interpreter enabled
Oct 18 23:28:57 harakh kernel: ACPI: (supports S0 S3 S4 S5)
Oct 18 23:28:57 harakh kernel: ACPI: Using IOAPIC for interrupt routing
Oct 18 23:28:57 harakh kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [PC09] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 18 23:28:57 harakh kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Oct 18 23:28:57 harakh kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Oct 18 23:28:57 harakh kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Oct 18 23:28:57 harakh kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Oct 18 23:28:57 harakh kernel: PCI host bridge to bus 0000:00
Oct 18 23:28:57 harakh kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 18 23:28:57 harakh kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 18 23:28:57 harakh kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 18 23:28:57 harakh kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Oct 18 23:28:57 harakh kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Oct 18 23:28:57 harakh kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Oct 18 23:28:57 harakh kernel: pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
Oct 18 23:28:57 harakh kernel: pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
Oct 18 23:28:57 harakh kernel: pci 0000:00:02.0: reg 0x10: [mem 0xd1000000-0xd1ffffff 64bit]
Oct 18 23:28:57 harakh kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
Oct 18 23:28:57 harakh kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Oct 18 23:28:57 harakh kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
Oct 18 23:28:57 harakh kernel: pci 0000:00:04.0: reg 0x10: [mem 0xd2320000-0xd2327fff 64bit]
Oct 18 23:28:57 harakh kernel: pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
Oct 18 23:28:57 harakh kernel: pci 0000:00:14.0: reg 0x10: [mem 0xd2310000-0xd231ffff 64bit]
Oct 18 23:28:57 harakh kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Oct 18 23:28:57 harakh kernel: pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
Oct 18 23:28:57 harakh kernel: pci 0000:00:14.2: reg 0x10: [mem 0xd2338000-0xd2338fff 64bit]
Oct 18 23:28:57 harakh kernel: pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
Oct 18 23:28:57 harakh kernel: pci 0000:00:15.0: reg 0x10: [mem 0xd2337000-0xd2337fff 64bit]
Oct 18 23:28:57 harakh kernel: pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
Oct 18 23:28:57 harakh kernel: pci 0000:00:15.1: reg 0x10: [mem 0xd2336000-0xd2336fff 64bit]
Oct 18 23:28:57 harakh kernel: pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
Oct 18 23:28:57 harakh kernel: pci 0000:00:16.0: reg 0x10: [mem 0xd2335000-0xd2335fff 64bit]
Oct 18 23:28:57 harakh kernel: pci 0000:00:16.0: PME# supported from D3hot
Oct 18 23:28:57 harakh kernel: pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
Oct 18 23:28:57 harakh kernel: pci 0000:00:17.0: reg 0x10: [mem 0xd2330000-0xd2331fff]
Oct 18 23:28:57 harakh kernel: pci 0000:00:17.0: reg 0x14: [mem 0xd2334000-0xd23340ff]
Oct 18 23:28:57 harakh kernel: pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
Oct 18 23:28:57 harakh kernel: pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
Oct 18 23:28:57 harakh kernel: pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
Oct 18 23:28:57 harakh kernel: pci 0000:00:17.0: reg 0x24: [mem 0xd2333000-0xd23337ff]
Oct 18 23:28:57 harakh kernel: pci 0000:00:17.0: PME# supported from D3hot
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Oct 18 23:28:57 harakh kernel: pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
Oct 18 23:28:57 harakh kernel: pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
Oct 18 23:28:57 harakh kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xd232c000-0xd232ffff]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
Oct 18 23:28:57 harakh kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xd2328000-0xd232bfff 64bit]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xd2300000-0xd230ffff 64bit]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Oct 18 23:28:57 harakh kernel: pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
Oct 18 23:28:57 harakh kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xd2332000-0xd23320ff 64bit]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
Oct 18 23:28:57 harakh kernel: pci 0000:01:00.0: [1002:666f] type 00 class 0x038000
Oct 18 23:28:57 harakh kernel: pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
Oct 18 23:28:57 harakh kernel: pci 0000:01:00.0: reg 0x18: [mem 0xd0000000-0xd003ffff 64bit]
Oct 18 23:28:57 harakh kernel: pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
Oct 18 23:28:57 harakh kernel: pci 0000:01:00.0: reg 0x30: [mem 0xd0040000-0xd005ffff pref]
Oct 18 23:28:57 harakh kernel: pci 0000:01:00.0: supports D1 D2
Oct 18 23:28:57 harakh kernel: pci 0000:01:00.0: PME# supported from D1 D2 D3hot
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xd00fffff]
Oct 18 23:28:57 harakh kernel: pci 0000:02:00.0: [168c:0042] type 00 class 0x028000
Oct 18 23:28:57 harakh kernel: pci 0000:02:00.0: reg 0x10: [mem 0xd2000000-0xd21fffff 64bit]
Oct 18 23:28:57 harakh kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.4:   bridge window [mem 0xd2000000-0xd21fffff]
Oct 18 23:28:57 harakh kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
Oct 18 23:28:57 harakh kernel: pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
Oct 18 23:28:57 harakh kernel: pci 0000:03:00.0: reg 0x18: [mem 0xd2204000-0xd2204fff 64bit]
Oct 18 23:28:57 harakh kernel: pci 0000:03:00.0: reg 0x20: [mem 0xd2200000-0xd2203fff 64bit pref]
Oct 18 23:28:57 harakh kernel: pci 0000:03:00.0: supports D1 D2
Oct 18 23:28:57 harakh kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.5:   bridge window [mem 0xd2200000-0xd22fffff]
Oct 18 23:28:57 harakh kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 18 23:28:57 harakh kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
Oct 18 23:28:57 harakh kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 18 23:28:57 harakh kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 18 23:28:57 harakh kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 18 23:28:57 harakh kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 18 23:28:57 harakh kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 18 23:28:57 harakh kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 18 23:28:57 harakh kernel: ACPI: Enabled 5 GPEs in block 00 to 7F
Oct 18 23:28:57 harakh kernel: ACPI: EC: interrupt unblocked
Oct 18 23:28:57 harakh kernel: ACPI: EC: event unblocked
Oct 18 23:28:57 harakh kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x45, EC_CMD/EC_SC=0x934, EC_DATA=0x930
Oct 18 23:28:57 harakh kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions and events
Oct 18 23:28:57 harakh kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Oct 18 23:28:57 harakh kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Oct 18 23:28:57 harakh kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Oct 18 23:28:57 harakh kernel: vgaarb: loaded
Oct 18 23:28:57 harakh kernel: EDAC MC: Ver: 3.0.0
Oct 18 23:28:57 harakh kernel: Registered efivars operations
Oct 18 23:28:57 harakh kernel: PCI: Using ACPI for IRQ routing
Oct 18 23:28:57 harakh kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 18 23:28:57 harakh kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Oct 18 23:28:57 harakh kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 18 23:28:57 harakh kernel: e820: reserve RAM buffer [mem 0x930c7000-0x93ffffff]
Oct 18 23:28:57 harakh kernel: e820: reserve RAM buffer [mem 0x9858b000-0x9bffffff]
Oct 18 23:28:57 harakh kernel: e820: reserve RAM buffer [mem 0x99600000-0x9bffffff]
Oct 18 23:28:57 harakh kernel: e820: reserve RAM buffer [mem 0x15f800000-0x15fffffff]
Oct 18 23:28:57 harakh kernel: NetLabel: Initializing
Oct 18 23:28:57 harakh kernel: NetLabel:  domain hash size = 128
Oct 18 23:28:57 harakh kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 18 23:28:57 harakh kernel: NetLabel:  unlabeled traffic allowed by default
Oct 18 23:28:57 harakh kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Oct 18 23:28:57 harakh kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Oct 18 23:28:57 harakh kernel: clocksource: Switched to clocksource hpet
Oct 18 23:28:57 harakh kernel: VFS: Disk quotas dquot_6.6.0
Oct 18 23:28:57 harakh kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 18 23:28:57 harakh kernel: pnp: PnP ACPI init
Oct 18 23:28:57 harakh kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:00: [io  0xffff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:00: [io  0xffff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:00: [io  0xffff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:00: [io  0x1800-0x18fe] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 23:28:57 harakh kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 18 23:28:57 harakh kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Oct 18 23:28:57 harakh kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
Oct 18 23:28:57 harakh kernel: pnp 00:04: Plug and Play ACPI device, IDs SYN0609 PNP0f13 (active)
Oct 18 23:28:57 harakh kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
Oct 18 23:28:57 harakh kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
Oct 18 23:28:57 harakh kernel: system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 23:28:57 harakh kernel: system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
Oct 18 23:28:57 harakh kernel: system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 23:28:57 harakh kernel: system 00:07: [io  0xff00-0xfffe] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 23:28:57 harakh kernel: system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:08: [mem 0xfe035000-0xfe035fff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:08: [mem 0xfe034008-0xfe034fff] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 23:28:57 harakh kernel: system 00:09: [mem 0xfe034000-0xfe034007] has been reserved
Oct 18 23:28:57 harakh kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 18 23:28:57 harakh kernel: pnp: PnP ACPI: found 10 devices
Oct 18 23:28:57 harakh kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xd00fffff]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.4:   bridge window [mem 0xd2000000-0xd21fffff]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
Oct 18 23:28:57 harakh kernel: pci 0000:00:1c.5:   bridge window [mem 0xd2200000-0xd22fffff]
Oct 18 23:28:57 harakh kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Oct 18 23:28:57 harakh kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Oct 18 23:28:57 harakh kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 18 23:28:57 harakh kernel: pci_bus 0000:00: resource 7 [mem 0x9f800000-0xdfffffff window]
Oct 18 23:28:57 harakh kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Oct 18 23:28:57 harakh kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Oct 18 23:28:57 harakh kernel: pci_bus 0000:01: resource 1 [mem 0xc0000000-0xd00fffff]
Oct 18 23:28:57 harakh kernel: pci_bus 0000:02: resource 1 [mem 0xd2000000-0xd21fffff]
Oct 18 23:28:57 harakh kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Oct 18 23:28:57 harakh kernel: pci_bus 0000:03: resource 1 [mem 0xd2200000-0xd22fffff]
Oct 18 23:28:57 harakh kernel: NET: Registered protocol family 2
Oct 18 23:28:57 harakh kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
Oct 18 23:28:57 harakh kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
Oct 18 23:28:57 harakh kernel: TCP: Hash tables configured (established 32768 bind 32768)
Oct 18 23:28:57 harakh kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
Oct 18 23:28:57 harakh kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
Oct 18 23:28:57 harakh kernel: NET: Registered protocol family 1
Oct 18 23:28:57 harakh kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 18 23:28:57 harakh kernel: PCI: CLS 0 bytes, default 64
Oct 18 23:28:57 harakh kernel: Unpacking initramfs...
Oct 18 23:28:57 harakh kernel: Freeing initrd memory: 17424K
Oct 18 23:28:57 harakh kernel: DMAR: ACPI device "device:69" under DMAR at fed91000 as 00:15.0
Oct 18 23:28:57 harakh kernel: DMAR: ACPI device "device:6a" under DMAR at fed91000 as 00:15.1
Oct 18 23:28:57 harakh kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 18 23:28:57 harakh kernel: software IO TLB [mem 0x8d729000-0x91729000] (64MB) mapped at [ffff95898d729000-ffff958991728fff]
Oct 18 23:28:57 harakh kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2717868ea45, max_idle_ns: 440795316085 ns
Oct 18 23:28:57 harakh kernel: Scanning for low memory corruption every 60 seconds
Oct 18 23:28:57 harakh kernel: Initialise system trusted keyrings
Oct 18 23:28:57 harakh kernel: Key type blacklist registered
Oct 18 23:28:57 harakh kernel: workingset: timestamp_bits=40 max_order=20 bucket_order=0
Oct 18 23:28:57 harakh kernel: zbud: loaded
Oct 18 23:28:57 harakh kernel: Key type asymmetric registered
Oct 18 23:28:57 harakh kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Oct 18 23:28:57 harakh kernel: io scheduler noop registered
Oct 18 23:28:57 harakh kernel: io scheduler deadline registered
Oct 18 23:28:57 harakh kernel: io scheduler cfq registered (default)
Oct 18 23:28:57 harakh kernel: io scheduler mq-deadline registered
Oct 18 23:28:57 harakh kernel: io scheduler kyber registered
Oct 18 23:28:57 harakh kernel: io scheduler bfq registered
Oct 18 23:28:57 harakh kernel: pcieport 0000:00:1c.0: AER enabled with IRQ 122
Oct 18 23:28:57 harakh kernel: pcieport 0000:00:1c.4: AER enabled with IRQ 123
Oct 18 23:28:57 harakh kernel: pcieport 0000:00:1c.5: AER enabled with IRQ 124
Oct 18 23:28:57 harakh kernel: pcieport 0000:00:1c.0: Signaling PME with IRQ 122
Oct 18 23:28:57 harakh kernel: pcieport 0000:00:1c.4: Signaling PME with IRQ 123
Oct 18 23:28:57 harakh kernel: pcieport 0000:00:1c.5: Signaling PME with IRQ 124
Oct 18 23:28:57 harakh kernel: efifb: probing for efifb
Oct 18 23:28:57 harakh kernel: efifb: framebuffer at 0xb0000000, using 4160k, total 4160k
Oct 18 23:28:57 harakh kernel: efifb: mode is 1366x768x32, linelength=5504, pages=1
Oct 18 23:28:57 harakh kernel: efifb: scrolling: redraw
Oct 18 23:28:57 harakh kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 18 23:28:57 harakh kernel: Console: switching to colour frame buffer device 170x48
Oct 18 23:28:57 harakh kernel: fb0: EFI VGA frame buffer device
Oct 18 23:28:57 harakh kernel: intel_idle: MWAIT substates: 0x11142120
Oct 18 23:28:57 harakh kernel: intel_idle: v0.4.1 model 0x8E
Oct 18 23:28:57 harakh kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Oct 18 23:28:57 harakh kernel: GHES: HEST is not enabled!
Oct 18 23:28:57 harakh kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 18 23:28:57 harakh kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 18 23:28:57 harakh kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
Oct 18 23:28:57 harakh kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Oct 18 23:28:57 harakh kernel: intel_pstate: Intel P-state driver initializing
Oct 18 23:28:57 harakh kernel: intel_pstate: HWP enabled
Oct 18 23:28:57 harakh kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 18 23:28:57 harakh kernel: vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
Oct 18 23:28:57 harakh kernel: intel_pmc_core 0000:00:1f.2: enabling device (0000 -> 0002)
Oct 18 23:28:57 harakh kernel: NET: Registered protocol family 10
Oct 18 23:28:57 harakh kernel: Segment Routing with IPv6
Oct 18 23:28:57 harakh kernel: NET: Registered protocol family 17
Oct 18 23:28:57 harakh kernel: RAS: Correctable Errors collector initialized.
Oct 18 23:28:57 harakh kernel: microcode: sig=0x806e9, pf=0x80, revision=0x62
Oct 18 23:28:57 harakh kernel: microcode: Microcode Update Driver: v2.2.
Oct 18 23:28:57 harakh kernel: sched_clock: Marking stable (787458152, 0)->(787576021, -117869)
Oct 18 23:28:57 harakh kernel: registered taskstats version 1
Oct 18 23:28:57 harakh kernel: Loading compiled-in X.509 certificates
Oct 18 23:28:57 harakh kernel: zswap: loaded using pool lzo/zbud
Oct 18 23:28:57 harakh kernel: Key type big_key registered
Oct 18 23:28:57 harakh kernel:   Magic number: 5:108:492
Oct 18 23:28:57 harakh kernel: rtc_cmos 00:01: setting system clock to 2017-10-18 17:28:45 UTC (1508347725)
Oct 18 23:28:57 harakh kernel: PM: Hibernation image not present or could not be loaded.
Oct 18 23:28:57 harakh kernel: Freeing unused kernel memory: 1336K
Oct 18 23:28:57 harakh kernel: Write protecting the kernel read-only data: 10240k
Oct 18 23:28:57 harakh kernel: Freeing unused kernel memory: 1536K
Oct 18 23:28:57 harakh kernel: Linux agpgart interface v0.103
Oct 18 23:28:57 harakh kernel: [drm] amdgpu kernel modesetting enabled.
Oct 18 23:28:57 harakh kernel: vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
Oct 18 23:28:57 harakh kernel: ATPX version 1, functions 0x00000033
Oct 18 23:28:57 harakh kernel: ATPX Hybrid Graphics
Oct 18 23:28:57 harakh kernel: checking generic (b0000000 410000) vs hw (c0000000 10000000)
Oct 18 23:28:57 harakh kernel: amdgpu 0000:01:00.0: enabling device (0000 -> 0003)
Oct 18 23:28:57 harakh kernel: amdgpu 0000:01:00.0: SI support provided by radeon.
Oct 18 23:28:57 harakh kernel: amdgpu 0000:01:00.0: Use radeon.si_support=0 amdgpu.si_support=1 to override.
Oct 18 23:28:57 harakh kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Oct 18 23:28:57 harakh kernel: i8042: Warning: Keylock active
Oct 18 23:28:57 harakh kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 18 23:28:57 harakh kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 18 23:28:57 harakh kernel: ACPI: bus type USB registered
Oct 18 23:28:57 harakh kernel: usbcore: registered new interface driver usbfs
Oct 18 23:28:57 harakh kernel: usbcore: registered new interface driver hub
Oct 18 23:28:57 harakh kernel: usbcore: registered new device driver usb
Oct 18 23:28:57 harakh kernel: SCSI subsystem initialized
Oct 18 23:28:57 harakh kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 18 23:28:57 harakh kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Oct 18 23:28:57 harakh kernel: libata version 3.00 loaded.
Oct 18 23:28:57 harakh kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
Oct 18 23:28:57 harakh kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Oct 18 23:28:57 harakh kernel: hub 1-0:1.0: USB hub found
Oct 18 23:28:57 harakh kernel: hub 1-0:1.0: 12 ports detected
Oct 18 23:28:57 harakh kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 18 23:28:57 harakh kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 18 23:28:57 harakh kernel: hub 2-0:1.0: USB hub found
Oct 18 23:28:57 harakh kernel: hub 2-0:1.0: 6 ports detected
Oct 18 23:28:57 harakh kernel: ahci 0000:00:17.0: version 3.0
Oct 18 23:28:57 harakh kernel: ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
Oct 18 23:28:57 harakh kernel: AVX2 version of gcm_enc/dec engaged.
Oct 18 23:28:57 harakh kernel: AES CTR mode by8 optimization enabled
Oct 18 23:28:57 harakh kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Oct 18 23:28:57 harakh kernel: ahci 0000:00:17.0: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst 
Oct 18 23:28:57 harakh kernel: scsi host0: ahci
Oct 18 23:28:57 harakh kernel: scsi host1: ahci
Oct 18 23:28:57 harakh kernel: ata1: SATA max UDMA/133 abar m2048@0xd2333000 port 0xd2333100 irq 126
Oct 18 23:28:57 harakh kernel: ata2: SATA max UDMA/133 abar m2048@0xd2333000 port 0xd2333180 irq 126
Oct 18 23:28:57 harakh kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Oct 18 23:28:57 harakh kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 18 23:28:57 harakh kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Oct 18 23:28:57 harakh kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Oct 18 23:28:57 harakh kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Oct 18 23:28:57 harakh kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Oct 18 23:28:57 harakh kernel: usb 1-5: new high-speed USB device number 2 using xhci_hcd
Oct 18 23:28:57 harakh kernel: ata1.00: ATA-8: TOSHIBA MQ01ABD100, AX0P3D, max UDMA/100
Oct 18 23:28:57 harakh kernel: ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Oct 18 23:28:57 harakh kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Oct 18 23:28:57 harakh kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Oct 18 23:28:57 harakh kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Oct 18 23:28:57 harakh kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Oct 18 23:28:57 harakh kernel: ata1.00: configured for UDMA/100
Oct 18 23:28:57 harakh kernel: scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MQ01ABD1 3D   PQ: 0 ANSI: 5
Oct 18 23:28:57 harakh kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 18 23:28:57 harakh kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Oct 18 23:28:57 harakh kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Oct 18 23:28:57 harakh kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Oct 18 23:28:57 harakh kernel: ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) succeeded
Oct 18 23:28:57 harakh kernel: ata2.00: ATAPI: PLDS DVD+/-RW DU-8A5LH, 6D11, max UDMA/133
Oct 18 23:28:57 harakh kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Oct 18 23:28:57 harakh kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Oct 18 23:28:57 harakh kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Oct 18 23:28:57 harakh kernel: ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) succeeded
Oct 18 23:28:57 harakh kernel: ata2.00: configured for UDMA/133
Oct 18 23:28:57 harakh kernel: usb 1-6: new high-speed USB device number 3 using xhci_hcd
Oct 18 23:28:57 harakh kernel: scsi 1:0:0:0: CD-ROM            PLDS     DVD+-RW DU-8A5LH 6D11 PQ: 0 ANSI: 5
Oct 18 23:28:57 harakh kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Oct 18 23:28:57 harakh kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Oct 18 23:28:57 harakh kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 18 23:28:57 harakh kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 18 23:28:57 harakh kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 18 23:28:57 harakh kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Oct 18 23:28:57 harakh kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Oct 18 23:28:57 harakh kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Oct 18 23:28:57 harakh kernel: clocksource: Switched to clocksource tsc
Oct 18 23:28:57 harakh kernel:  sda: sda1 sda2 sda3 sda4 sda5
Oct 18 23:28:57 harakh kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Oct 18 23:28:57 harakh kernel: usbcore: registered new interface driver rtsx_usb
Oct 18 23:28:57 harakh kernel: usb 1-8: new full-speed USB device number 4 using xhci_hcd
Oct 18 23:28:57 harakh kernel: device-mapper: uevent: version 1.0.3
Oct 18 23:28:57 harakh kernel: device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
Oct 18 23:28:57 harakh kernel: EXT4-fs (sda3): VFS: Can't find ext4 filesystem
Oct 18 23:28:57 harakh kernel: random: crng init done
Oct 18 23:28:57 harakh kernel: NET: Registered protocol family 38
Oct 18 23:28:57 harakh kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
Oct 18 23:28:57 harakh kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Oct 18 23:28:57 harakh 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 23:28:57 harakh systemd[1]: Detected architecture x86-64.
Oct 18 23:28:57 harakh systemd[1]: Set hostname to <harakh>.
Oct 18 23:28:57 harakh systemd[1]: Created slice User and Session Slice.
Oct 18 23:28:57 harakh systemd[1]: Created slice System Slice.
Oct 18 23:28:57 harakh systemd[1]: Listening on Journal Socket.
Oct 18 23:28:57 harakh systemd[1]: Starting Create list of required static device nodes for the current kernel...
Oct 18 23:28:57 harakh systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 18 23:28:57 harakh systemd[1]: Created slice system-systemd\x2dfsck.slice.
Oct 18 23:28:57 harakh systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Oct 18 23:28:57 harakh kernel: EXT4-fs (dm-0): re-mounted. Opts: data=ordered
Oct 18 23:28:57 harakh systemd-journald[278]: Journal started
Oct 18 23:28:57 harakh systemd-journald[278]: Runtime journal (/run/log/journal/5cb4f25bd7894a389f83a07f1b35adcc) is 8.0M, max 191.2M, 183.2M free.
Oct 18 23:28:57 harakh systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 18 23:28:58 harakh systemd[1]: Started Load/Save Random Seed.
Oct 18 23:28:58 harakh systemd-journald[278]: Time spent on flushing to /var is 780.507ms for 671 entries.
Oct 18 23:28:58 harakh systemd-journald[278]: System journal (/var/log/journal/5cb4f25bd7894a389f83a07f1b35adcc) is 464.1M, max 4.0G, 3.5G free.
Oct 18 23:29:04 harakh kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 18 23:29:04 harakh kernel: ACPI: AC Adapter [AC] (off-line)
Oct 18 23:29:04 harakh kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Oct 18 23:29:04 harakh kernel: ACPI: Lid Switch [LID0]
Oct 18 23:29:04 harakh kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
Oct 18 23:29:04 harakh kernel: ACPI: Power Button [PBTN]
Oct 18 23:29:04 harakh kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
Oct 18 23:29:04 harakh kernel: ACPI: Sleep Button [SBTN]
Oct 18 23:29:04 harakh kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
Oct 18 23:29:04 harakh kernel: ACPI: Power Button [PWRF]
Oct 18 23:29:04 harakh kernel: ACPI: Battery Slot [BAT0] (battery present)
Oct 18 23:29:04 harakh kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Oct 18 23:29:04 harakh kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Oct 18 23:29:04 harakh kernel: acpi INT33D5:00: intel-hid: created platform device
Oct 18 23:29:04 harakh kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input6
Oct 18 23:29:04 harakh kernel: wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
Oct 18 23:29:04 harakh kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Oct 18 23:29:04 harakh kernel: thermal LNXTHERM:00: registered as thermal_zone3
Oct 18 23:29:04 harakh kernel: ACPI: Thermal Zone [THM] (25 C)
Oct 18 23:29:04 harakh kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Oct 18 23:29:04 harakh kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Oct 18 23:29:04 harakh kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Oct 18 23:29:04 harakh kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Oct 18 23:29:04 harakh kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Oct 18 23:29:04 harakh kernel: tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 4)
Oct 18 23:29:04 harakh kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Oct 18 23:29:04 harakh kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Oct 18 23:29:04 harakh kernel: hidraw: raw HID events driver (C) Jiri Kosina
Oct 18 23:29:04 harakh kernel: Bluetooth: Core ver 2.22
Oct 18 23:29:04 harakh kernel: NET: Registered protocol family 31
Oct 18 23:29:04 harakh kernel: Bluetooth: HCI device and connection manager initialized
Oct 18 23:29:04 harakh kernel: Bluetooth: HCI socket layer initialized
Oct 18 23:29:04 harakh kernel: Bluetooth: L2CAP socket layer initialized
Oct 18 23:29:04 harakh kernel: Bluetooth: SCO socket layer initialized
Oct 18 23:29:04 harakh kernel: Bluetooth: HCI UART driver ver 2.3
Oct 18 23:29:04 harakh kernel: Bluetooth: HCI UART protocol H4 registered
Oct 18 23:29:04 harakh kernel: Bluetooth: HCI UART protocol BCSP registered
Oct 18 23:29:04 harakh kernel: Bluetooth: HCI UART protocol LL registered
Oct 18 23:29:04 harakh kernel: Bluetooth: HCI UART protocol ATH3K registered
Oct 18 23:29:04 harakh kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
Oct 18 23:29:04 harakh kernel: Bluetooth: HCI UART protocol Intel registered
Oct 18 23:29:04 harakh kernel: Bluetooth: HCI UART protocol Broadcom registered
Oct 18 23:29:04 harakh kernel: Bluetooth: HCI UART protocol QCA registered
Oct 18 23:29:04 harakh kernel: Bluetooth: HCI UART protocol AG6XX registered
Oct 18 23:29:04 harakh kernel: Bluetooth: HCI UART protocol Marvell registered
Oct 18 23:29:04 harakh kernel: [drm] Memory usable by graphics device = 4096M
Oct 18 23:29:04 harakh kernel: checking generic (b0000000 410000) vs hw (b0000000 10000000)
Oct 18 23:29:04 harakh kernel: fb: switching to inteldrmfb from EFI VGA
Oct 18 23:29:04 harakh kernel: Console: switching to colour dummy device 80x25
Oct 18 23:29:04 harakh kernel: [drm] Replacing VGA console driver
Oct 18 23:29:04 harakh kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 18 23:29:04 harakh kernel: [drm] Driver supports precise vblank timestamp query.
Oct 18 23:29:04 harakh kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Oct 18 23:29:04 harakh kernel: usbcore: registered new interface driver btusb
Oct 18 23:29:04 harakh kernel: [drm] Initialized i915 1.6.0 20170619 for 0000:00:02.0 on minor 0
Oct 18 23:29:04 harakh kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Oct 18 23:29:04 harakh kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
Oct 18 23:29:04 harakh kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Oct 18 23:29:04 harakh kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 18 23:29:04 harakh kernel: fbcon: inteldrmfb (fb0) is primary device
Oct 18 23:29:04 harakh kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Oct 18 23:29:04 harakh kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Oct 18 23:29:04 harakh kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Oct 18 23:29:04 harakh kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Oct 18 23:29:04 harakh kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Oct 18 23:29:04 harakh kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Oct 18 23:29:04 harakh kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Oct 18 23:29:04 harakh kernel: r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
Oct 18 23:29:04 harakh kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
Oct 18 23:29:04 harakh kernel: media: Linux media interface: v0.10
Oct 18 23:29:04 harakh kernel: r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffb7144082d000, 10:7d:1a:04:29:5e, XID 0c000800 IRQ 282
Oct 18 23:29:04 harakh kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Oct 18 23:29:04 harakh kernel: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
Oct 18 23:29:04 harakh kernel: Linux video capture interface: v2.00
Oct 18 23:29:04 harakh kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 18 23:29:04 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 18 23:29:04 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 18 23:29:04 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Oct 18 23:29:04 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Oct 18 23:29:04 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
Oct 18 23:29:04 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
Oct 18 23:29:04 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Oct 18 23:29:04 harakh kernel: dell_wmi: Detected Dell WMI interface version 1
Oct 18 23:29:04 harakh kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input10
Oct 18 23:29:04 harakh kernel: iTCO_vendor_support: vendor-support=0
Oct 18 23:29:04 harakh kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Oct 18 23:29:04 harakh kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Oct 18 23:29:04 harakh kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Oct 18 23:29:04 harakh kernel: uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0bda:5769)
Oct 18 23:29:04 harakh kernel: uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
Oct 18 23:29:04 harakh kernel: uvcvideo 1-5:1.0: Entity type for entity Extension 7 was not initialized!
Oct 18 23:29:04 harakh kernel: uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
Oct 18 23:29:04 harakh kernel: uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
Oct 18 23:29:04 harakh kernel: input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input12
Oct 18 23:29:04 harakh kernel: usbcore: registered new interface driver uvcvideo
Oct 18 23:29:04 harakh kernel: USB Video Class driver (1.1.1)
Oct 18 23:29:04 harakh kernel: intel_rapl: Found RAPL domain package
Oct 18 23:29:04 harakh kernel: intel_rapl: Found RAPL domain core
Oct 18 23:29:04 harakh kernel: intel_rapl: Found RAPL domain uncore
Oct 18 23:29:04 harakh kernel: intel_rapl: Found RAPL domain dram
Oct 18 23:29:04 harakh kernel: rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: TM3253-001, fw id: 2386171
Oct 18 23:29:04 harakh kernel: Console: switching to colour frame buffer device 170x48
Oct 18 23:29:04 harakh kernel: input: Synaptics TM3253-001 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-DELL0794:00/0018:06CB:7F13.0001/input/input13
Oct 18 23:29:04 harakh kernel: hid-rmi 0018:06CB:7F13.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL0794:00 06CB:7F13] on i2c-DELL0794:00
Oct 18 23:29:04 harakh kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
Oct 18 23:29:04 harakh kernel: mousedev: PS/2 mouse device common for all mice
Oct 18 23:29:04 harakh kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
Oct 18 23:29:04 harakh kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
Oct 18 23:29:04 harakh kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
Oct 18 23:29:04 harakh kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Oct 18 23:29:04 harakh kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Oct 18 23:29:04 harakh kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Oct 18 23:29:04 harakh kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
Oct 18 23:29:04 harakh kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Oct 18 23:29:04 harakh kernel: [drm] RC6 on
Oct 18 23:29:04 harakh kernel: ath10k_pci 0000:02:00.0: enabling device (0000 -> 0002)
Oct 18 23:29:04 harakh kernel: ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
Oct 18 23:29:04 harakh kernel: pcieport 0000:00:1c.4: AER: Multiple Corrected error received: id=00e4
Oct 18 23:29:04 harakh kernel: pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e4(Receiver ID)
Oct 18 23:29:04 harakh kernel: pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000041/00002000
Oct 18 23:29:04 harakh kernel: pcieport 0000:00:1c.4:    [ 0] Receiver Error         (First)
Oct 18 23:29:04 harakh kernel: pcieport 0000:00:1c.4:    [ 6] Bad TLP               
Oct 18 23:29:04 harakh kernel: pcieport 0000:00:1c.4: AER: Multiple Corrected error received: id=00e4
Oct 18 23:29:04 harakh kernel: pcieport 0000:00:1c.4: can't find device of ID00e4
Oct 18 23:29:04 harakh kernel: ath10k_pci 0000:02:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 1028:1810
Oct 18 23:29:04 harakh kernel: ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
Oct 18 23:29:04 harakh kernel: ath10k_pci 0000:02:00.0: firmware ver WLAN.TF.1.0-00267-1 api 5 features ignore-otp crc32 79cea2c7
Oct 18 23:28:58 harakh systemd[1]: Started udev Coldplug all Devices.
Oct 18 23:28:58 harakh systemd[1]: Started Apply Kernel Variables.
Oct 18 23:28:58 harakh systemd[1]: Started Create Static Device Nodes in /dev.
Oct 18 23:28:58 harakh systemd[1]: Starting udev Kernel Device Manager...
Oct 18 23:28:58 harakh systemd[1]: Reached target Local File Systems (Pre).
Oct 18 23:28:59 harakh systemd[1]: Started udev Kernel Device Manager.
Oct 18 23:29:01 harakh systemd[1]: Found device TOSHIBA_MQ01ABD100 ESP.
Oct 18 23:29:01 harakh systemd[1]: Starting File System Check on /dev/disk/by-label/ESP...
Oct 18 23:29:01 harakh systemd-udevd[294]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 18 23:29:02 harakh systemd[1]: Reached target Bluetooth.
Oct 18 23:29:02 harakh systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 18 23:29:02 harakh systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 18 23:29:02 harakh systemd-udevd[295]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 18 23:29:02 harakh systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 18 23:29:03 harakh systemd[1]: Reached target Sound Card.
Oct 18 23:29:03 harakh systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Oct 18 23:29:03 harakh systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Oct 18 23:29:03 harakh systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight...
Oct 18 23:29:03 harakh systemd-backlight[351]: Saved brightness 3 too high; decreasing to 2.
Oct 18 23:29:03 harakh systemd[1]: Started Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight.
Oct 18 23:29:03 harakh systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Oct 18 23:29:03 harakh systemd[1]: Found device TOSHIBA_MQ01ABD100 4.
Oct 18 23:29:03 harakh systemd[1]: Starting Cryptography Setup for crypthome...
Oct 18 23:29:03 harakh systemd-udevd[291]: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Oct 18 23:29:03 harakh systemd-cryptsetup[356]: Key file /etc/keyfile is world-readable. This is not a good idea!
Oct 18 23:29:03 harakh systemd-cryptsetup[356]: Set cipher aes, mode xts-plain64, key size 256 bits for device /dev/sda4.
Oct 18 23:29:04 harakh systemd[1]: Started Flush Journal to Persistent Storage.
Oct 18 23:29:04 harakh systemd[1]: Found device TOSHIBA_MQ01ABD100 5.
Oct 18 23:29:04 harakh systemd[1]: Activating swap /dev/sda5...
Oct 18 23:29:04 harakh systemd-fsck[328]: fsck.fat 4.1 (2017-01-24)
Oct 18 23:29:04 harakh systemd-fsck[328]: /dev/sda1: 393 files, 22977/152576 clusters
Oct 18 23:29:04 harakh systemd[1]: Started File System Check on /dev/disk/by-label/ESP.
Oct 18 23:29:04 harakh systemd[1]: Mounting /boot...
Oct 18 23:29:04 harakh kernel: ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
Oct 18 23:29:04 harakh systemd[1]: Activated swap /dev/sda5.
Oct 18 23:29:04 harakh systemd[1]: Reached target Swap.
Oct 18 23:29:04 harakh kernel: Adding 8314876k swap on /dev/sda5.  Priority:-1 extents:1 across:8314876k FS
Oct 18 23:29:04 harakh systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 18 23:29:04 harakh systemd[1]: Mounted Temporary Directory (/tmp).
Oct 18 23:29:04 harakh systemd[1]: Mounted /boot.
Oct 18 23:29:04 harakh kernel: ath10k_pci 0000:02:00.0: htt-ver 3.1 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
Oct 18 23:29:04 harakh kernel: ath: EEPROM regdomain: 0x6c
Oct 18 23:29:04 harakh kernel: ath: EEPROM indicates we should expect a direct regpair map
Oct 18 23:29:04 harakh kernel: ath: Country alpha2 being used: 00
Oct 18 23:29:04 harakh kernel: ath: Regpair used: 0x6c
Oct 18 23:29:05 harakh systemd-udevd[377]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 18 23:29:05 harakh kernel: ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
Oct 18 23:29:05 harakh systemd[1]: Found device QCA9377 802.11ac Wireless Network Adapter.
Oct 18 23:29:05 harakh systemd-cryptsetup[356]: Failed to activate with key file '/etc/keyfile': Operation not permitted
Oct 18 23:29:05 harakh systemd[1]: Started Dispatch Password Requests to Console.
Oct 18 23:30:50 harakh systemd-cryptsetup[356]: Set cipher aes, mode xts-plain64, key size 256 bits for device /dev/sda4.
Oct 18 23:30:52 harakh systemd[1]: Found device /dev/mapper/crypthome.
Oct 18 23:30:52 harakh systemd[1]: Started Cryptography Setup for crypthome.
Oct 18 23:30:52 harakh systemd[1]: Reached target Local Encrypted Volumes.
Oct 18 23:30:52 harakh systemd[1]: Starting File System Check on /dev/mapper/crypthome...
Oct 18 23:30:53 harakh systemd-fsck[408]: /dev/mapper/crypthome: clean, 79909/52428800 files, 8758368/209714688 blocks
Oct 18 23:30:53 harakh systemd[1]: Started File System Check on /dev/mapper/crypthome.
Oct 18 23:30:53 harakh systemd[1]: Mounting /home...
Oct 18 23:30:53 harakh kernel: EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: data=ordered
Oct 18 23:30:53 harakh systemd[1]: Mounted /home.
Oct 18 23:30:53 harakh systemd[1]: Reached target Local File Systems.
Oct 18 23:30:53 harakh systemd[1]: Starting Create Volatile Files and Directories...
Oct 18 23:30:53 harakh systemd[1]: Started Create Volatile Files and Directories.
Oct 18 23:30:53 harakh systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 18 23:30:53 harakh systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 18 23:30:53 harakh systemd[1]: Reached target System Initialization.
Oct 18 23:30:53 harakh systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 18 23:30:53 harakh systemd[1]: Reached target Sockets.
Oct 18 23:30:53 harakh systemd[1]: Started Daily locate database update.
Oct 18 23:30:53 harakh systemd[1]: Reached target Basic System.
Oct 18 23:30:53 harakh systemd[1]: Started Daily rotation of log files.
Oct 18 23:30:53 harakh systemd[1]: Started Daily man-db cache update.
Oct 18 23:30:53 harakh systemd[1]: Started D-Bus System Message Bus.
Oct 18 23:30:53 harakh systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 18 23:30:53 harakh systemd[1]: Started Daily verification of password and group files.
Oct 18 23:30:53 harakh systemd[1]: Started Check if the battery is bellow five percent every two minutes and go to sleep if so.
Oct 18 23:30:53 harakh systemd[1]: Reached target Timers.
Oct 18 23:30:53 harakh systemd[1]: Starting Save/Restore Sound Card State...
Oct 18 23:30:53 harakh systemd[1]: Starting Initialize hardware monitoring sensors...
Oct 18 23:30:53 harakh systemd[1]: Starting Automatic wireless network connection using netctl profiles...
Oct 18 23:30:53 harakh systemd[1]: Started ACPI event daemon.
Oct 18 23:30:53 harakh systemd[1]: Starting Login Service...
Oct 18 23:30:53 harakh systemd[1]: Started Save/Restore Sound Card State.
Oct 18 23:30:54 harakh systemd[1]: Started Initialize hardware monitoring sensors.
Oct 18 23:30:54 harakh systemd[1]: Started Login Service.
Oct 18 23:30:54 harakh systemd-logind[422]: New seat seat0.
Oct 18 23:30:54 harakh systemd-logind[422]: Watching system buttons on /dev/input/event4 (Power Button)
Oct 18 23:30:54 harakh systemd-logind[422]: Watching system buttons on /dev/input/event2 (Power Button)
Oct 18 23:30:54 harakh systemd-logind[422]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 18 23:30:54 harakh systemd-logind[422]: Watching system buttons on /dev/input/event3 (Sleep Button)
Oct 18 23:30:54 harakh acpid[421]: starting up with netlink and the input layer
Oct 18 23:30:54 harakh acpid[421]: 7 rules loaded
Oct 18 23:30:54 harakh acpid[421]: waiting for events: event logging is off
Oct 18 23:30:54 harakh systemd-logind[422]: Watching system buttons on /dev/input/event5 (Intel HID events)
Oct 18 23:30:54 harakh systemd-logind[422]: Watching system buttons on /dev/input/event0 (AT Translated Set 2 keyboard)
Oct 18 23:30:54 harakh netctl-auto[420]: Included profile 'wlp2s0-PAP5044 DUO'
Oct 18 23:30:54 harakh netctl-auto[420]: Included profile 'wireless'
Oct 18 23:30:54 harakh netctl-auto[420]: Included profile 'wlp2s0-Rubicon17.3'
Oct 18 23:30:54 harakh kernel: pcieport 0000:00:1c.4: AER: Multiple Corrected error received: id=00e4
Oct 18 23:30:54 harakh kernel: pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e4(Receiver ID)
Oct 18 23:30:54 harakh kernel: pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000081/00002000
Oct 18 23:30:54 harakh kernel: pcieport 0000:00:1c.4:    [ 0] Receiver Error         (First)
Oct 18 23:30:54 harakh kernel: pcieport 0000:00:1c.4:    [ 7] Bad DLLP              
Oct 18 23:30:54 harakh kernel: pcieport 0000:00:1c.4: AER: Multiple Corrected error received: id=00e4
Oct 18 23:30:54 harakh kernel: pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e4(Receiver ID)
Oct 18 23:30:54 harakh kernel: pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000041/00002000
Oct 18 23:30:54 harakh kernel: pcieport 0000:00:1c.4:    [ 0] Receiver Error         (First)
Oct 18 23:30:54 harakh kernel: pcieport 0000:00:1c.4:    [ 6] Bad TLP               
Oct 18 23:30:55 harakh kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
Oct 18 23:30:55 harakh wpa_actiond[450]: Starting wpa_actiond session for interface 'wlp2s0'
Oct 18 23:30:55 harakh systemd[1]: Started Automatic wireless network connection using netctl profiles.
Oct 18 23:30:55 harakh systemd[1]: Reached target Network.
Oct 18 23:30:55 harakh systemd[1]: Starting Permit User Sessions...
Oct 18 23:30:55 harakh systemd[1]: Started Permit User Sessions.
Oct 18 23:30:55 harakh systemd[1]: Starting Forward Password Requests to Wall...
Oct 18 23:30:55 harakh systemd[1]: Started Getty on tty1.
Oct 18 23:30:55 harakh systemd[1]: Reached target Login Prompts.
Oct 18 23:30:55 harakh systemd[1]: Reached target Multi-User System.
Oct 18 23:30:55 harakh systemd[1]: Reached target Graphical Interface.
Oct 18 23:30:55 harakh systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Oct 18 23:30:55 harakh systemd[1]: Stopping Dispatch Password Requests to Console...
Oct 18 23:30:55 harakh systemd[1]: Stopped Dispatch Password Requests to Console.
Oct 18 23:30:55 harakh systemctl[452]: Failed to stop systemd-ask-password-plymouth.path: Unit systemd-ask-password-plymouth.path not loaded.
Oct 18 23:30:55 harakh systemctl[452]: Failed to stop systemd-ask-password-plymouth.service: Unit systemd-ask-password-plymouth.service not loaded.
Oct 18 23:30:55 harakh systemd[1]: Started Forward Password Requests to Wall.
Oct 18 23:30:55 harakh systemd[1]: Startup finished in 10.974s (kernel) + 1min 59.793s (userspace) = 2min 25.998s.
Oct 18 23:30:55 harakh kernel: ath10k_pci 0000:02:00.0: no channel configured; ignoring frame(s)!
Oct 18 23:31:00 harakh kernel: wlp2s0: authenticate with 28:10:7b:f7:72:0d
Oct 18 23:31:00 harakh kernel: wlp2s0: send auth to 28:10:7b:f7:72:0d (try 1/3)
Oct 18 23:31:00 harakh kernel: wlp2s0: authenticated
Oct 18 23:31:00 harakh kernel: wlp2s0: associate with 28:10:7b:f7:72:0d (try 1/3)
Oct 18 23:31:00 harakh kernel: wlp2s0: RX AssocResp from 28:10:7b:f7:72:0d (capab=0xc31 status=0 aid=2)
Oct 18 23:31:00 harakh kernel: wlp2s0: associated
Oct 18 23:31:00 harakh kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Oct 18 23:31:00 harakh wpa_actiond[450]: Interface 'wlp2s0' connected to network 'Rubicon17.3'
Oct 18 23:31:00 harakh dhcpcd[475]: DUID 00:01:00:01:21:1f:57:f9:d8:0f:99:54:a5:41
Oct 18 23:31:00 harakh dhcpcd[475]: wlp2s0: IAID 99:54:a5:41
Oct 18 23:31:01 harakh dhcpcd[475]: wlp2s0: rebinding lease of 192.168.0.3
Oct 18 23:31:01 harakh dhcpcd[475]: wlp2s0: probing address 192.168.0.3/24
Oct 18 23:31:02 harakh login[453]: pam_unix(login:session): session opened for user mage by LOGIN(uid=0)
Oct 18 23:31:02 harakh systemd[1]: Created slice User Slice of mage.
Oct 18 23:31:02 harakh systemd[1]: Starting User Manager for UID 1000...
Oct 18 23:31:02 harakh systemd-logind[422]: New session c1 of user mage.
Oct 18 23:31:02 harakh systemd[1]: Started Session c1 of user mage.
Oct 18 23:31:02 harakh systemd[477]: pam_unix(systemd-user:session): session opened for user mage by (uid=0)
Oct 18 23:31:03 harakh systemd[477]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 18 23:31:03 harakh login[453]: LOGIN ON tty1 BY mage
Oct 18 23:31:03 harakh systemd[477]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 18 23:31:03 harakh systemd[477]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 18 23:31:03 harakh systemd[477]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 18 23:31:03 harakh systemd[477]: Reached target Timers.
Oct 18 23:31:03 harakh systemd[477]: Listening on GnuPG network certificate management daemon.
Oct 18 23:31:03 harakh systemd[477]: Starting D-Bus User Message Bus Socket.
Oct 18 23:31:03 harakh systemd[477]: Reached target Paths.
Oct 18 23:31:03 harakh systemd[477]: Listening on Sound System.
Oct 18 23:31:03 harakh systemd[477]: Listening on D-Bus User Message Bus Socket.
Oct 18 23:31:03 harakh systemd[477]: Reached target Sockets.
Oct 18 23:31:03 harakh systemd[477]: Reached target Basic System.
Oct 18 23:31:03 harakh systemd[477]: Started Syncthing - Open Source Continuous File Synchronization.
Oct 18 23:31:03 harakh systemd[477]: Reached target Default.
Oct 18 23:31:03 harakh systemd[477]: Startup finished in 277ms.
Oct 18 23:31:03 harakh systemd[1]: Started User Manager for UID 1000.

also, here's output of xrandr --listmonitors. I thougnt it might be relevant 

xrandr: Output eDP1 is not disconnected but has no modes
Monitors: 1
0: +HDMI1 1366/700x768/390+0+0  HDMI1

Can someone at least suggest any other tests I should run? That would be much appreciated.

Offline

#11 2017-10-18 18:47:52

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: Black screen on boot (Dell Vostro 3568)

The errors from comment #5 seem absent

add sth. like /etc/X11/xorg.conf.d/11-monitor.conf

Section "Monitor"
	Identifier "eDP1"
        # 1024x768 59.92 Hz (CVT 0.79M3) hsync: 47.82 kHz; pclk: 63.50 MHz
        Modeline "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
EndSection

No guarantees, will obvisouly not have impact on linux consoles and only add a (generic) XGA resolution - but maybe a start.

Offline

#12 2017-10-19 02:58:28

mageofbl00d
Member
Registered: 2016-03-06
Posts: 19

Re: Black screen on boot (Dell Vostro 3568)

Tried adding the file you suggested. Nothing changed except xrandr --listmonitors doesn't even show eDP1 now, just this

Monitors: 1
0: +HDMI1 1366/700x768/390+0+0  HDMI1

Offline

#13 2017-10-19 03:36:45

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,130

Re: Black screen on boot (Dell Vostro 3568)

There was an issue a while ago with radeon cards where everything went fine if connected to (say) HDMI, but no video signal was output if connected to (say) VGA. (I can't remember to details.) Everything was in fact booted fine, but for some reason no display was detected if the connection was of a certain kind. Actually, I've had loss of video signal twice with Radeon graphics on different machines.

However, I don't know if this is related and I don't remember whether it affected laptops. (I saw it on a Fedora desktop - my laptop doesn't have Radeon and doesn't run Redora).

Does it work if you switch to the intel graphics? Those generally seem the least problematic ....


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#14 2017-10-19 09:46:45

mageofbl00d
Member
Registered: 2016-03-06
Posts: 19

Re: Black screen on boot (Dell Vostro 3568)

Thanks for your reply cfr. It actually sounds exactly like my case. I'm currently trying to do as you suggested and switch to the Intel GPU. I'm not exactly sure about how do I actually do it. I searched wiki for quite a bit but was only able to found the information about switching with PRIME

From what I've found on the wiki I have to replace amdgpu module with i915 in my mkinitcpio.conf, regenerate the image and reboot. If this method is indeed correct then this didn't help. I get a black screen almost immediately after the Dell logo goes away.

Offline

#15 2017-10-19 09:51:45

mageofbl00d
Member
Registered: 2016-03-06
Posts: 19

Re: Black screen on boot (Dell Vostro 3568)

Another thing I've found: though lspci lists my AMD card, when I run xrandr --listproviders it's not there, only the Intel gpu

Offline

#16 2017-10-19 13:12:44

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,130

Re: Black screen on boot (Dell Vostro 3568)

mageofbl00d wrote:

From what I've found on the wiki I have to replace amdgpu module with i915 in my mkinitcpio.conf, regenerate the image and reboot. If this method is indeed correct then this didn't help. I get a black screen almost immediately after the Dell logo goes away.

Yes. I'm not certain what else as I've never had hybrid graphics. However, I would at least follow the start of https://wiki.archlinux.org/index.php/Xorg, making sure that you have the intel drivers installed and that the Radeon ones are not installed.

You can tell what it is (trying) to use from the logs.

It isn't actually necessary to have i915 in mkinitcpio.conf. However, it does sometimes cause problems without it. (E.g. sddm may get upset without the module being loaded in early boot.) But you'd certainly want the amdgpu not to be there. You might need to blacklist it, but I wouldn't try that unless somebody more knowledgeable than me suggests it.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#17 2017-10-19 13:50:04

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: Black screen on boot (Dell Vostro 3568)

Seems still AMD related (dmesg errors or not).
What happens if you blacklist the amdgpu module to use the radeon kernel module instead?

Offline

#18 2017-10-20 18:11:27

mageofbl00d
Member
Registered: 2016-03-06
Posts: 19

Re: Black screen on boot (Dell Vostro 3568)

Trying my best.

Blacklisted amdgpu, put radeon in the MODULES section of the mkinitcpio.conf, rebuild - no success. Check after boot with lsmod and radeon module didn't even load.

Log

-- Logs begin at Thu 2017-08-10 23:39:18 +06, end at Fri 2017-10-20 22:55:21 +06. --
Oct 20 22:50:46 harakh kernel: microcode: microcode updated early to revision 0x62, date = 2017-04-27
Oct 20 22:50:46 harakh kernel: random: get_random_bytes called from start_kernel+0x42/0x4b7 with crng_init=0
Oct 20 22:50:46 harakh 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 20 22:50:46 harakh kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e56b8b35-8197-479b-86bd-3249f6ea1a24 rw intel_iommu=off quiet cryptdevice=/dev/sda3:cryptroot root=/dev/mapper/cryptroot cryptkey=/dev/sda3:ext4:/etc/keyfile crypto=sha256:aes-xts-plain64:256::
Oct 20 22:50:46 harakh kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 20 22:50:46 harakh kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 20 22:50:46 harakh kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 20 22:50:46 harakh kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Oct 20 22:50:46 harakh kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Oct 20 22:50:46 harakh kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 20 22:50:46 harakh kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Oct 20 22:50:46 harakh kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Oct 20 22:50:46 harakh kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Oct 20 22:50:46 harakh kernel: e820: BIOS-provided physical RAM map:
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000930c6fff] usable
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x00000000930c7000-0x00000000930c7fff] ACPI NVS
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x00000000930c8000-0x00000000930c8fff] reserved
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x00000000930c9000-0x000000009858afff] usable
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x000000009858b000-0x0000000098902fff] reserved
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x0000000098903000-0x000000009893bfff] ACPI data
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x000000009893c000-0x0000000098ff8fff] ACPI NVS
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x0000000098ff9000-0x000000009958ffff] reserved
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x0000000099590000-0x00000000995fefff] type 20
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x00000000995ff000-0x00000000995fffff] usable
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Oct 20 22:50:46 harakh kernel: BIOS-e820: [mem 0x0000000100000000-0x000000015f7fffff] usable
Oct 20 22:50:46 harakh kernel: NX (Execute Disable) protection: active
Oct 20 22:50:46 harakh kernel: efi: EFI v2.40 by American Megatrends
Oct 20 22:50:46 harakh kernel: efi:  ACPI=0x9890e000  ACPI 2.0=0x9890e000  SMBIOS=0xf05e0  SMBIOS 3.0=0xf0600  ESRT=0x99361598  MPS=0xfcbc0 
Oct 20 22:50:46 harakh kernel: random: fast init done
Oct 20 22:50:46 harakh kernel: SMBIOS 3.0.0 present.
Oct 20 22:50:46 harakh kernel: DMI: Dell Inc. Vostro 15-3568/06XGVW, BIOS 01.08.00 03/23/2017
Oct 20 22:50:46 harakh kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 20 22:50:46 harakh kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 20 22:50:46 harakh kernel: e820: last_pfn = 0x15f800 max_arch_pfn = 0x400000000
Oct 20 22:50:46 harakh kernel: MTRR default type: write-back
Oct 20 22:50:46 harakh kernel: MTRR fixed ranges enabled:
Oct 20 22:50:46 harakh kernel:   00000-9FFFF write-back
Oct 20 22:50:46 harakh kernel:   A0000-BFFFF uncachable
Oct 20 22:50:46 harakh kernel:   C0000-FFFFF write-protect
Oct 20 22:50:46 harakh kernel: MTRR variable ranges enabled:
Oct 20 22:50:46 harakh kernel:   0 base 00C0000000 mask 7FC0000000 uncachable
Oct 20 22:50:46 harakh kernel:   1 base 00A0000000 mask 7FE0000000 uncachable
Oct 20 22:50:46 harakh kernel:   2 base 009C000000 mask 7FFC000000 uncachable
Oct 20 22:50:46 harakh kernel:   3 base 009B000000 mask 7FFF000000 uncachable
Oct 20 22:50:46 harakh kernel:   4 disabled
Oct 20 22:50:46 harakh kernel:   5 disabled
Oct 20 22:50:46 harakh kernel:   6 disabled
Oct 20 22:50:46 harakh kernel:   7 disabled
Oct 20 22:50:46 harakh kernel:   8 disabled
Oct 20 22:50:46 harakh kernel:   9 disabled
Oct 20 22:50:46 harakh kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
Oct 20 22:50:46 harakh kernel: e820: last_pfn = 0x99600 max_arch_pfn = 0x400000000
Oct 20 22:50:46 harakh kernel: found SMP MP-table at [mem 0x000fce00-0x000fce0f] mapped at [ffff89c9800fce00]
Oct 20 22:50:46 harakh kernel: esrt: Reserving ESRT space from 0x0000000099361598 to 0x00000000993615d0.
Oct 20 22:50:46 harakh kernel: Scanning 1 areas for low memory corruption
Oct 20 22:50:46 harakh kernel: Base memory trampoline at [ffff89c980096000] 96000 size 24576
Oct 20 22:50:46 harakh kernel: Using GB pages for direct mapping
Oct 20 22:50:46 harakh kernel: BRK [0x120d64000, 0x120d64fff] PGTABLE
Oct 20 22:50:46 harakh kernel: BRK [0x120d65000, 0x120d65fff] PGTABLE
Oct 20 22:50:46 harakh kernel: BRK [0x120d66000, 0x120d66fff] PGTABLE
Oct 20 22:50:46 harakh kernel: BRK [0x120d67000, 0x120d67fff] PGTABLE
Oct 20 22:50:46 harakh kernel: BRK [0x120d68000, 0x120d68fff] PGTABLE
Oct 20 22:50:46 harakh kernel: BRK [0x120d69000, 0x120d69fff] PGTABLE
Oct 20 22:50:46 harakh kernel: BRK [0x120d6a000, 0x120d6afff] PGTABLE
Oct 20 22:50:46 harakh kernel: BRK [0x120d6b000, 0x120d6bfff] PGTABLE
Oct 20 22:50:46 harakh kernel: BRK [0x120d6c000, 0x120d6cfff] PGTABLE
Oct 20 22:50:46 harakh kernel: Secure boot could not be determined
Oct 20 22:50:46 harakh kernel: RAMDISK: [mem 0x36467000-0x3722afff]
Oct 20 22:50:46 harakh kernel: ACPI: Early table checksum verification disabled
Oct 20 22:50:46 harakh kernel: ACPI: RSDP 0x000000009890E000 000024 (v02 DELL  )
Oct 20 22:50:46 harakh kernel: ACPI: XSDT 0x000000009890E0C0 0000FC (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 20 22:50:46 harakh kernel: ACPI: FACP 0x00000000989318A0 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
Oct 20 22:50:46 harakh kernel: ACPI: DSDT 0x000000009890E248 023654 (v02 DELL   CBX3     01072009 INTL 20160422)
Oct 20 22:50:46 harakh kernel: ACPI: FACS 0x0000000098FF1F80 000040
Oct 20 22:50:46 harakh kernel: ACPI: APIC 0x00000000989319B0 000084 (v03 DELL   CBX3     01072009 AMI  00010013)
Oct 20 22:50:46 harakh kernel: ACPI: FPDT 0x0000000098931A38 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 20 22:50:46 harakh kernel: ACPI: FIDT 0x0000000098931A80 00009C (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 20 22:50:46 harakh kernel: ACPI: MCFG 0x0000000098931B20 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
Oct 20 22:50:46 harakh kernel: ACPI: HPET 0x0000000098931B60 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
Oct 20 22:50:46 harakh kernel: ACPI: SSDT 0x0000000098931B98 00043E (v01 SataRe SataTabl 00001000 INTL 20160422)
Oct 20 22:50:46 harakh kernel: ACPI: BOOT 0x0000000098931FD8 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 20 22:50:46 harakh kernel: ACPI: SSDT 0x0000000098932000 0012EB (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Oct 20 22:50:46 harakh kernel: ACPI: HPET 0x00000000989332F0 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
Oct 20 22:50:46 harakh kernel: ACPI: SSDT 0x0000000098933328 000A83 (v02 INTEL  xh_OEMBD 00000000 INTL 20160422)
Oct 20 22:50:46 harakh kernel: ACPI: UEFI 0x0000000098933DB0 000042 (v01                 00000000      00000000)
Oct 20 22:50:46 harakh kernel: ACPI: SSDT 0x0000000098933DF8 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Oct 20 22:50:46 harakh kernel: ACPI: LPIT 0x0000000098934CD8 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
Oct 20 22:50:46 harakh kernel: ACPI: WSMT 0x0000000098934D70 000028 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
Oct 20 22:50:46 harakh kernel: ACPI: SSDT 0x0000000098934D98 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
Oct 20 22:50:46 harakh kernel: ACPI: SSDT 0x0000000098935038 000E3F (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Oct 20 22:50:46 harakh kernel: ACPI: DBGP 0x0000000098935E78 000034 (v01 INTEL           00000002 MSFT 0000005F)
Oct 20 22:50:46 harakh kernel: ACPI: DBG2 0x0000000098935EB0 000061 (v00 INTEL           00000002 MSFT 0000005F)
Oct 20 22:50:46 harakh kernel: ACPI: SSDT 0x0000000098935F18 003E5C (v02 DptfTa DptfTabl 00001000 INTL 20160422)
Oct 20 22:50:46 harakh kernel: ACPI: SLIC 0x0000000098939D78 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
Oct 20 22:50:46 harakh kernel: ACPI: SSDT 0x0000000098939EF0 000281 (v02 SgRef  SgUlt    00001000 INTL 20160422)
Oct 20 22:50:46 harakh kernel: ACPI: SSDT 0x000000009893A178 00069A (v02 SgRef  SgPch    00001000 INTL 20160422)
Oct 20 22:50:46 harakh kernel: ACPI: DMAR 0x000000009893A818 0000F0 (v01 INTEL  KBL      00000001 INTL 00000001)
Oct 20 22:50:46 harakh kernel: ACPI: TPM2 0x000000009893A908 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
Oct 20 22:50:46 harakh kernel: ACPI: SSDT 0x000000009893A940 000F46 (v01 AmdRef AmdTabl  00001000 INTL 20160422)
Oct 20 22:50:46 harakh kernel: [81B blob data]
Oct 20 22:50:46 harakh kernel: ACPI: Local APIC address 0xfee00000
Oct 20 22:50:46 harakh kernel: No NUMA configuration found
Oct 20 22:50:46 harakh kernel: Faking a node at [mem 0x0000000000000000-0x000000015f7fffff]
Oct 20 22:50:46 harakh kernel: NODE_DATA(0) allocated [mem 0x15f7fb000-0x15f7fffff]
Oct 20 22:50:46 harakh kernel: Zone ranges:
Oct 20 22:50:46 harakh kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 20 22:50:46 harakh kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 20 22:50:46 harakh kernel:   Normal   [mem 0x0000000100000000-0x000000015f7fffff]
Oct 20 22:50:46 harakh kernel:   Device   empty
Oct 20 22:50:46 harakh kernel: Movable zone start for each node
Oct 20 22:50:46 harakh kernel: Early memory node ranges
Oct 20 22:50:46 harakh kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Oct 20 22:50:46 harakh kernel:   node   0: [mem 0x0000000000059000-0x000000000009efff]
Oct 20 22:50:46 harakh kernel:   node   0: [mem 0x0000000000100000-0x00000000930c6fff]
Oct 20 22:50:46 harakh kernel:   node   0: [mem 0x00000000930c9000-0x000000009858afff]
Oct 20 22:50:46 harakh kernel:   node   0: [mem 0x00000000995ff000-0x00000000995fffff]
Oct 20 22:50:46 harakh kernel:   node   0: [mem 0x0000000100000000-0x000000015f7fffff]
Oct 20 22:50:46 harakh kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000015f7fffff]
Oct 20 22:50:46 harakh kernel: On node 0 totalpages: 1015079
Oct 20 22:50:46 harakh kernel:   DMA zone: 64 pages used for memmap
Oct 20 22:50:46 harakh kernel:   DMA zone: 26 pages reserved
Oct 20 22:50:46 harakh kernel:   DMA zone: 3997 pages, LIFO batch:0
Oct 20 22:50:46 harakh kernel:   DMA32 zone: 9687 pages used for memmap
Oct 20 22:50:46 harakh kernel:   DMA32 zone: 619914 pages, LIFO batch:31
Oct 20 22:50:46 harakh kernel:   Normal zone: 6112 pages used for memmap
Oct 20 22:50:46 harakh kernel:   Normal zone: 391168 pages, LIFO batch:31
Oct 20 22:50:46 harakh kernel: Reserving Intel graphics memory at 0x000000009b800000-0x000000009f7fffff
Oct 20 22:50:46 harakh kernel: ACPI: PM-Timer IO Port: 0x1808
Oct 20 22:50:46 harakh kernel: ACPI: Local APIC address 0xfee00000
Oct 20 22:50:46 harakh kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 20 22:50:46 harakh kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 20 22:50:46 harakh kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 20 22:50:46 harakh kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 20 22:50:46 harakh kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Oct 20 22:50:46 harakh kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 20 22:50:46 harakh kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 20 22:50:46 harakh kernel: ACPI: IRQ0 used by override.
Oct 20 22:50:46 harakh kernel: ACPI: IRQ9 used by override.
Oct 20 22:50:46 harakh kernel: Using ACPI (MADT) for SMP configuration information
Oct 20 22:50:46 harakh kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Oct 20 22:50:46 harakh kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0x930c7000-0x930c7fff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0x930c8000-0x930c8fff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0x9858b000-0x98902fff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0x98903000-0x9893bfff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0x9893c000-0x98ff8fff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0x98ff9000-0x9958ffff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0x99590000-0x995fefff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0x99600000-0x9b7fffff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0x9b800000-0x9f7fffff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Oct 20 22:50:46 harakh kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Oct 20 22:50:46 harakh kernel: e820: [mem 0x9f800000-0xdfffffff] available for PCI devices
Oct 20 22:50:46 harakh kernel: Booting paravirtualized kernel on bare hardware
Oct 20 22:50:46 harakh kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 20 22:50:46 harakh kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
Oct 20 22:50:46 harakh kernel: percpu: Embedded 36 pages/cpu @ffff89cadf400000 s106520 r8192 d32744 u524288
Oct 20 22:50:46 harakh kernel: pcpu-alloc: s106520 r8192 d32744 u524288 alloc=1*2097152
Oct 20 22:50:46 harakh kernel: pcpu-alloc: [0] 0 1 2 3 
Oct 20 22:50:46 harakh kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 999190
Oct 20 22:50:46 harakh kernel: Policy zone: Normal
Oct 20 22:50:46 harakh kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e56b8b35-8197-479b-86bd-3249f6ea1a24 rw intel_iommu=off quiet cryptdevice=/dev/sda3:cryptroot root=/dev/mapper/cryptroot cryptkey=/dev/sda3:ext4:/etc/keyfile crypto=sha256:aes-xts-plain64:256::
Oct 20 22:50:46 harakh kernel: DMAR: IOMMU disabled
Oct 20 22:50:46 harakh kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Oct 20 22:50:46 harakh kernel: Calgary: detecting Calgary via BIOS EBDA area
Oct 20 22:50:46 harakh kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 20 22:50:46 harakh kernel: Memory: 3813884K/4060316K available (6644K kernel code, 1134K rwdata, 2048K rodata, 1336K init, 908K bss, 246432K reserved, 0K cma-reserved)
Oct 20 22:50:46 harakh kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 20 22:50:46 harakh kernel: ftrace: allocating 28352 entries in 111 pages
Oct 20 22:50:46 harakh kernel: Preemptible hierarchical RCU implementation.
Oct 20 22:50:46 harakh kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
Oct 20 22:50:46 harakh kernel:         Tasks RCU enabled.
Oct 20 22:50:46 harakh kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Oct 20 22:50:46 harakh kernel: NR_IRQS: 8448, nr_irqs: 1024, preallocated irqs: 16
Oct 20 22:50:46 harakh kernel: spurious 8259A interrupt: IRQ7.
Oct 20 22:50:46 harakh kernel: Console: colour dummy device 80x25
Oct 20 22:50:46 harakh kernel: console [tty0] enabled
Oct 20 22:50:46 harakh kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Oct 20 22:50:46 harakh kernel: hpet clockevent registered
Oct 20 22:50:46 harakh kernel: tsc: Detected 2700.000 MHz processor
Oct 20 22:50:46 harakh kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5426.00 BogoMIPS (lpj=9040000)
Oct 20 22:50:46 harakh kernel: pid_max: default: 32768 minimum: 301
Oct 20 22:50:46 harakh kernel: ACPI: Core revision 20170531
Oct 20 22:50:46 harakh kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
Oct 20 22:50:46 harakh kernel: Security Framework initialized
Oct 20 22:50:46 harakh kernel: Yama: becoming mindful.
Oct 20 22:50:46 harakh kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Oct 20 22:50:46 harakh kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Oct 20 22:50:46 harakh kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
Oct 20 22:50:46 harakh kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
Oct 20 22:50:46 harakh kernel: CPU: Physical Processor ID: 0
Oct 20 22:50:46 harakh kernel: CPU: Processor Core ID: 0
Oct 20 22:50:46 harakh kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Oct 20 22:50:46 harakh kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Oct 20 22:50:46 harakh kernel: mce: CPU supports 8 MCE banks
Oct 20 22:50:46 harakh kernel: CPU0: Thermal monitoring enabled (TM1)
Oct 20 22:50:46 harakh kernel: process: using mwait in idle threads
Oct 20 22:50:46 harakh kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Oct 20 22:50:46 harakh kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Oct 20 22:50:46 harakh kernel: Freeing SMP alternatives memory: 24K
Oct 20 22:50:46 harakh kernel: smpboot: Max logical packages: 2
Oct 20 22:50:46 harakh kernel: DMAR: Host address width 39
Oct 20 22:50:46 harakh kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Oct 20 22:50:46 harakh kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Oct 20 22:50:46 harakh kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Oct 20 22:50:46 harakh kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Oct 20 22:50:46 harakh kernel: DMAR: RMRR base: 0x00000098654000 end: 0x00000098673fff
Oct 20 22:50:46 harakh kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Oct 20 22:50:46 harakh kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
Oct 20 22:50:46 harakh kernel: DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
Oct 20 22:50:46 harakh kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Oct 20 22:50:46 harakh kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Oct 20 22:50:46 harakh kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Oct 20 22:50:46 harakh kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Oct 20 22:50:46 harakh kernel: x2apic enabled
Oct 20 22:50:46 harakh kernel: Switched APIC routing to cluster x2apic.
Oct 20 22:50:46 harakh kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 20 22:50:46 harakh kernel: TSC deadline timer enabled
Oct 20 22:50:46 harakh kernel: smpboot: CPU0: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (family: 0x6, model: 0x8e, stepping: 0x9)
Oct 20 22:50:46 harakh kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Oct 20 22:50:46 harakh kernel: ... version:                4
Oct 20 22:50:46 harakh kernel: ... bit width:              48
Oct 20 22:50:46 harakh kernel: ... generic registers:      4
Oct 20 22:50:46 harakh kernel: ... value mask:             0000ffffffffffff
Oct 20 22:50:46 harakh kernel: ... max period:             00007fffffffffff
Oct 20 22:50:46 harakh kernel: ... fixed-purpose events:   3
Oct 20 22:50:46 harakh kernel: ... event mask:             000000070000000f
Oct 20 22:50:46 harakh kernel: Hierarchical SRCU implementation.
Oct 20 22:50:46 harakh kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Oct 20 22:50:46 harakh kernel: smp: Bringing up secondary CPUs ...
Oct 20 22:50:46 harakh kernel: x86: Booting SMP configuration:
Oct 20 22:50:46 harakh kernel: .... node  #0, CPUs:      #1 #2 #3
Oct 20 22:50:46 harakh kernel: smp: Brought up 1 node, 4 CPUs
Oct 20 22:50:46 harakh kernel: smpboot: Total of 4 processors activated (21708.32 BogoMIPS)
Oct 20 22:50:46 harakh kernel: devtmpfs: initialized
Oct 20 22:50:46 harakh kernel: x86/mm: Memory block size: 128MB
Oct 20 22:50:46 harakh kernel: PM: Registering ACPI NVS region [mem 0x930c7000-0x930c7fff] (4096 bytes)
Oct 20 22:50:46 harakh kernel: PM: Registering ACPI NVS region [mem 0x9893c000-0x98ff8fff] (7065600 bytes)
Oct 20 22:50:46 harakh kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 20 22:50:46 harakh kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
Oct 20 22:50:46 harakh kernel: pinctrl core: initialized pinctrl subsystem
Oct 20 22:50:46 harakh kernel: RTC time: 16:50:34, date: 10/20/17
Oct 20 22:50:46 harakh kernel: NET: Registered protocol family 16
Oct 20 22:50:46 harakh kernel: cpuidle: using governor ladder
Oct 20 22:50:46 harakh kernel: cpuidle: using governor menu
Oct 20 22:50:46 harakh kernel: PCCT header not found.
Oct 20 22:50:46 harakh kernel: Simple Boot Flag at 0x47 set to 0x80
Oct 20 22:50:46 harakh kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 20 22:50:46 harakh kernel: ACPI: bus type PCI registered
Oct 20 22:50:46 harakh kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 20 22:50:46 harakh kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Oct 20 22:50:46 harakh kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Oct 20 22:50:46 harakh kernel: PCI: Using configuration type 1 for base access
Oct 20 22:50:46 harakh kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 20 22:50:46 harakh kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 20 22:50:46 harakh kernel: ACPI: Added _OSI(Module Device)
Oct 20 22:50:46 harakh kernel: ACPI: Added _OSI(Processor Device)
Oct 20 22:50:46 harakh kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 20 22:50:46 harakh kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 20 22:50:46 harakh kernel: ACPI: Executed 33 blocks of module-level executable AML code
Oct 20 22:50:46 harakh kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 20 22:50:46 harakh kernel: ACPI: Dynamic OEM Table Load:
Oct 20 22:50:46 harakh kernel: ACPI: SSDT 0xFFFF89CAD985F800 0006B4 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Oct 20 22:50:46 harakh kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 20 22:50:46 harakh kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Oct 20 22:50:46 harakh kernel: ACPI: Dynamic OEM Table Load:
Oct 20 22:50:46 harakh kernel: ACPI: SSDT 0xFFFF89CAD9ADC400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Oct 20 22:50:46 harakh kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 20 22:50:46 harakh kernel: ACPI: Dynamic OEM Table Load:
Oct 20 22:50:46 harakh kernel: ACPI: SSDT 0xFFFF89CAD9858800 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
Oct 20 22:50:46 harakh kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 20 22:50:46 harakh kernel: ACPI: Dynamic OEM Table Load:
Oct 20 22:50:46 harakh kernel: ACPI: SSDT 0xFFFF89CAD9A01200 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
Oct 20 22:50:46 harakh kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 20 22:50:46 harakh kernel: ACPI: EC: EC started
Oct 20 22:50:46 harakh kernel: ACPI: EC: interrupt blocked
Oct 20 22:50:46 harakh kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Used as first EC
Oct 20 22:50:46 harakh kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x45, EC_CMD/EC_SC=0x934, EC_DATA=0x930
Oct 20 22:50:46 harakh kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions
Oct 20 22:50:46 harakh kernel: ACPI: Interpreter enabled
Oct 20 22:50:46 harakh kernel: ACPI: (supports S0 S3 S4 S5)
Oct 20 22:50:46 harakh kernel: ACPI: Using IOAPIC for interrupt routing
Oct 20 22:50:46 harakh kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [PC09] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 22:50:46 harakh kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Oct 20 22:50:46 harakh kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Oct 20 22:50:46 harakh kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Oct 20 22:50:46 harakh kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Oct 20 22:50:46 harakh kernel: PCI host bridge to bus 0000:00
Oct 20 22:50:46 harakh kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 20 22:50:46 harakh kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 20 22:50:46 harakh kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 20 22:50:46 harakh kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Oct 20 22:50:46 harakh kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Oct 20 22:50:46 harakh kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Oct 20 22:50:46 harakh kernel: pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
Oct 20 22:50:46 harakh kernel: pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
Oct 20 22:50:46 harakh kernel: pci 0000:00:02.0: reg 0x10: [mem 0xd1000000-0xd1ffffff 64bit]
Oct 20 22:50:46 harakh kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
Oct 20 22:50:46 harakh kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Oct 20 22:50:46 harakh kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
Oct 20 22:50:46 harakh kernel: pci 0000:00:04.0: reg 0x10: [mem 0xd2320000-0xd2327fff 64bit]
Oct 20 22:50:46 harakh kernel: pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
Oct 20 22:50:46 harakh kernel: pci 0000:00:14.0: reg 0x10: [mem 0xd2310000-0xd231ffff 64bit]
Oct 20 22:50:46 harakh kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Oct 20 22:50:46 harakh kernel: pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
Oct 20 22:50:46 harakh kernel: pci 0000:00:14.2: reg 0x10: [mem 0xd2338000-0xd2338fff 64bit]
Oct 20 22:50:46 harakh kernel: pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
Oct 20 22:50:46 harakh kernel: pci 0000:00:15.0: reg 0x10: [mem 0xd2337000-0xd2337fff 64bit]
Oct 20 22:50:46 harakh kernel: pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
Oct 20 22:50:46 harakh kernel: pci 0000:00:15.1: reg 0x10: [mem 0xd2336000-0xd2336fff 64bit]
Oct 20 22:50:46 harakh kernel: pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
Oct 20 22:50:46 harakh kernel: pci 0000:00:16.0: reg 0x10: [mem 0xd2335000-0xd2335fff 64bit]
Oct 20 22:50:46 harakh kernel: pci 0000:00:16.0: PME# supported from D3hot
Oct 20 22:50:46 harakh kernel: pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
Oct 20 22:50:46 harakh kernel: pci 0000:00:17.0: reg 0x10: [mem 0xd2330000-0xd2331fff]
Oct 20 22:50:46 harakh kernel: pci 0000:00:17.0: reg 0x14: [mem 0xd2334000-0xd23340ff]
Oct 20 22:50:46 harakh kernel: pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
Oct 20 22:50:46 harakh kernel: pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
Oct 20 22:50:46 harakh kernel: pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
Oct 20 22:50:46 harakh kernel: pci 0000:00:17.0: reg 0x24: [mem 0xd2333000-0xd23337ff]
Oct 20 22:50:46 harakh kernel: pci 0000:00:17.0: PME# supported from D3hot
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Oct 20 22:50:46 harakh kernel: pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
Oct 20 22:50:46 harakh kernel: pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
Oct 20 22:50:46 harakh kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xd232c000-0xd232ffff]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
Oct 20 22:50:46 harakh kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xd2328000-0xd232bfff 64bit]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xd2300000-0xd230ffff 64bit]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Oct 20 22:50:46 harakh kernel: pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
Oct 20 22:50:46 harakh kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xd2332000-0xd23320ff 64bit]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
Oct 20 22:50:46 harakh kernel: pci 0000:01:00.0: [1002:666f] type 00 class 0x038000
Oct 20 22:50:46 harakh kernel: pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
Oct 20 22:50:46 harakh kernel: pci 0000:01:00.0: reg 0x18: [mem 0xd0000000-0xd003ffff 64bit]
Oct 20 22:50:46 harakh kernel: pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
Oct 20 22:50:46 harakh kernel: pci 0000:01:00.0: reg 0x30: [mem 0xd0040000-0xd005ffff pref]
Oct 20 22:50:46 harakh kernel: pci 0000:01:00.0: supports D1 D2
Oct 20 22:50:46 harakh kernel: pci 0000:01:00.0: PME# supported from D1 D2 D3hot
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xd00fffff]
Oct 20 22:50:46 harakh kernel: pci 0000:02:00.0: [168c:0042] type 00 class 0x028000
Oct 20 22:50:46 harakh kernel: pci 0000:02:00.0: reg 0x10: [mem 0xd2000000-0xd21fffff 64bit]
Oct 20 22:50:46 harakh kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.4:   bridge window [mem 0xd2000000-0xd21fffff]
Oct 20 22:50:46 harakh kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
Oct 20 22:50:46 harakh kernel: pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
Oct 20 22:50:46 harakh kernel: pci 0000:03:00.0: reg 0x18: [mem 0xd2204000-0xd2204fff 64bit]
Oct 20 22:50:46 harakh kernel: pci 0000:03:00.0: reg 0x20: [mem 0xd2200000-0xd2203fff 64bit pref]
Oct 20 22:50:46 harakh kernel: pci 0000:03:00.0: supports D1 D2
Oct 20 22:50:46 harakh kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.5:   bridge window [mem 0xd2200000-0xd22fffff]
Oct 20 22:50:46 harakh kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 20 22:50:46 harakh kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
Oct 20 22:50:46 harakh kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 20 22:50:46 harakh kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 20 22:50:46 harakh kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 20 22:50:46 harakh kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 20 22:50:46 harakh kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 20 22:50:46 harakh kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 20 22:50:46 harakh kernel: ACPI: Enabled 5 GPEs in block 00 to 7F
Oct 20 22:50:46 harakh kernel: ACPI: EC: interrupt unblocked
Oct 20 22:50:46 harakh kernel: ACPI: EC: event unblocked
Oct 20 22:50:46 harakh kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x45, EC_CMD/EC_SC=0x934, EC_DATA=0x930
Oct 20 22:50:46 harakh kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions and events
Oct 20 22:50:46 harakh kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Oct 20 22:50:46 harakh kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Oct 20 22:50:46 harakh kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Oct 20 22:50:46 harakh kernel: vgaarb: loaded
Oct 20 22:50:46 harakh kernel: EDAC MC: Ver: 3.0.0
Oct 20 22:50:46 harakh kernel: Registered efivars operations
Oct 20 22:50:46 harakh kernel: PCI: Using ACPI for IRQ routing
Oct 20 22:50:46 harakh kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 20 22:50:46 harakh kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Oct 20 22:50:46 harakh kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 20 22:50:46 harakh kernel: e820: reserve RAM buffer [mem 0x930c7000-0x93ffffff]
Oct 20 22:50:46 harakh kernel: e820: reserve RAM buffer [mem 0x9858b000-0x9bffffff]
Oct 20 22:50:46 harakh kernel: e820: reserve RAM buffer [mem 0x99600000-0x9bffffff]
Oct 20 22:50:46 harakh kernel: e820: reserve RAM buffer [mem 0x15f800000-0x15fffffff]
Oct 20 22:50:46 harakh kernel: NetLabel: Initializing
Oct 20 22:50:46 harakh kernel: NetLabel:  domain hash size = 128
Oct 20 22:50:46 harakh kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 20 22:50:46 harakh kernel: NetLabel:  unlabeled traffic allowed by default
Oct 20 22:50:46 harakh kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Oct 20 22:50:46 harakh kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Oct 20 22:50:46 harakh kernel: clocksource: Switched to clocksource hpet
Oct 20 22:50:46 harakh kernel: VFS: Disk quotas dquot_6.6.0
Oct 20 22:50:46 harakh kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 20 22:50:46 harakh kernel: pnp: PnP ACPI init
Oct 20 22:50:46 harakh kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:00: [io  0xffff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:00: [io  0xffff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:00: [io  0xffff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:00: [io  0x1800-0x18fe] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 20 22:50:46 harakh kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 20 22:50:46 harakh kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Oct 20 22:50:46 harakh kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
Oct 20 22:50:46 harakh kernel: pnp 00:04: Plug and Play ACPI device, IDs SYN0609 PNP0f13 (active)
Oct 20 22:50:46 harakh kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
Oct 20 22:50:46 harakh kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
Oct 20 22:50:46 harakh kernel: system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 20 22:50:46 harakh kernel: system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
Oct 20 22:50:46 harakh kernel: system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 20 22:50:46 harakh kernel: system 00:07: [io  0xff00-0xfffe] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 20 22:50:46 harakh kernel: system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:08: [mem 0xfe035000-0xfe035fff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:08: [mem 0xfe034008-0xfe034fff] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 20 22:50:46 harakh kernel: system 00:09: [mem 0xfe034000-0xfe034007] has been reserved
Oct 20 22:50:46 harakh kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 20 22:50:46 harakh kernel: pnp: PnP ACPI: found 10 devices
Oct 20 22:50:46 harakh kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xd00fffff]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.4:   bridge window [mem 0xd2000000-0xd21fffff]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
Oct 20 22:50:46 harakh kernel: pci 0000:00:1c.5:   bridge window [mem 0xd2200000-0xd22fffff]
Oct 20 22:50:46 harakh kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Oct 20 22:50:46 harakh kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Oct 20 22:50:46 harakh kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 20 22:50:46 harakh kernel: pci_bus 0000:00: resource 7 [mem 0x9f800000-0xdfffffff window]
Oct 20 22:50:46 harakh kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Oct 20 22:50:46 harakh kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Oct 20 22:50:46 harakh kernel: pci_bus 0000:01: resource 1 [mem 0xc0000000-0xd00fffff]
Oct 20 22:50:46 harakh kernel: pci_bus 0000:02: resource 1 [mem 0xd2000000-0xd21fffff]
Oct 20 22:50:46 harakh kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Oct 20 22:50:46 harakh kernel: pci_bus 0000:03: resource 1 [mem 0xd2200000-0xd22fffff]
Oct 20 22:50:46 harakh kernel: NET: Registered protocol family 2
Oct 20 22:50:46 harakh kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
Oct 20 22:50:46 harakh kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
Oct 20 22:50:46 harakh kernel: TCP: Hash tables configured (established 32768 bind 32768)
Oct 20 22:50:46 harakh kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
Oct 20 22:50:46 harakh kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
Oct 20 22:50:46 harakh kernel: NET: Registered protocol family 1
Oct 20 22:50:46 harakh kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 20 22:50:46 harakh kernel: PCI: CLS 0 bytes, default 64
Oct 20 22:50:46 harakh kernel: Unpacking initramfs...
Oct 20 22:50:46 harakh kernel: Freeing initrd memory: 14096K
Oct 20 22:50:46 harakh kernel: DMAR: ACPI device "device:69" under DMAR at fed91000 as 00:15.0
Oct 20 22:50:46 harakh kernel: DMAR: ACPI device "device:6a" under DMAR at fed91000 as 00:15.1
Oct 20 22:50:46 harakh kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 20 22:50:46 harakh kernel: software IO TLB [mem 0x8d729000-0x91729000] (64MB) mapped at [ffff89ca0d729000-ffff89ca11728fff]
Oct 20 22:50:46 harakh kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2717868ea45, max_idle_ns: 440795316085 ns
Oct 20 22:50:46 harakh kernel: Scanning for low memory corruption every 60 seconds
Oct 20 22:50:46 harakh kernel: Initialise system trusted keyrings
Oct 20 22:50:46 harakh kernel: Key type blacklist registered
Oct 20 22:50:46 harakh kernel: workingset: timestamp_bits=40 max_order=20 bucket_order=0
Oct 20 22:50:46 harakh kernel: zbud: loaded
Oct 20 22:50:46 harakh kernel: Key type asymmetric registered
Oct 20 22:50:46 harakh kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Oct 20 22:50:46 harakh kernel: io scheduler noop registered
Oct 20 22:50:46 harakh kernel: io scheduler deadline registered
Oct 20 22:50:46 harakh kernel: io scheduler cfq registered (default)
Oct 20 22:50:46 harakh kernel: io scheduler mq-deadline registered
Oct 20 22:50:46 harakh kernel: io scheduler kyber registered
Oct 20 22:50:46 harakh kernel: io scheduler bfq registered
Oct 20 22:50:46 harakh kernel: pcieport 0000:00:1c.0: AER enabled with IRQ 122
Oct 20 22:50:46 harakh kernel: pcieport 0000:00:1c.4: AER enabled with IRQ 123
Oct 20 22:50:46 harakh kernel: pcieport 0000:00:1c.5: AER enabled with IRQ 124
Oct 20 22:50:46 harakh kernel: pcieport 0000:00:1c.0: Signaling PME with IRQ 122
Oct 20 22:50:46 harakh kernel: pcieport 0000:00:1c.4: Signaling PME with IRQ 123
Oct 20 22:50:46 harakh kernel: pcieport 0000:00:1c.5: Signaling PME with IRQ 124
Oct 20 22:50:46 harakh kernel: efifb: probing for efifb
Oct 20 22:50:46 harakh kernel: efifb: framebuffer at 0xb0000000, using 4160k, total 4160k
Oct 20 22:50:46 harakh kernel: efifb: mode is 1366x768x32, linelength=5504, pages=1
Oct 20 22:50:46 harakh kernel: efifb: scrolling: redraw
Oct 20 22:50:46 harakh kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 20 22:50:46 harakh kernel: Console: switching to colour frame buffer device 170x48
Oct 20 22:50:46 harakh kernel: fb0: EFI VGA frame buffer device
Oct 20 22:50:46 harakh kernel: intel_idle: MWAIT substates: 0x11142120
Oct 20 22:50:46 harakh kernel: intel_idle: v0.4.1 model 0x8E
Oct 20 22:50:46 harakh kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Oct 20 22:50:46 harakh kernel: GHES: HEST is not enabled!
Oct 20 22:50:46 harakh kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 20 22:50:46 harakh kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 20 22:50:46 harakh kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
Oct 20 22:50:46 harakh kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Oct 20 22:50:46 harakh kernel: intel_pstate: Intel P-state driver initializing
Oct 20 22:50:46 harakh kernel: intel_pstate: HWP enabled
Oct 20 22:50:46 harakh kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 20 22:50:46 harakh kernel: vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
Oct 20 22:50:46 harakh kernel: intel_pmc_core 0000:00:1f.2: enabling device (0000 -> 0002)
Oct 20 22:50:46 harakh kernel: NET: Registered protocol family 10
Oct 20 22:50:46 harakh kernel: Segment Routing with IPv6
Oct 20 22:50:46 harakh kernel: NET: Registered protocol family 17
Oct 20 22:50:46 harakh kernel: RAS: Correctable Errors collector initialized.
Oct 20 22:50:46 harakh kernel: microcode: sig=0x806e9, pf=0x80, revision=0x62
Oct 20 22:50:46 harakh kernel: microcode: Microcode Update Driver: v2.2.
Oct 20 22:50:46 harakh kernel: sched_clock: Marking stable (750549189, 0)->(751954976, -1405787)
Oct 20 22:50:46 harakh kernel: registered taskstats version 1
Oct 20 22:50:46 harakh kernel: Loading compiled-in X.509 certificates
Oct 20 22:50:46 harakh kernel: zswap: loaded using pool lzo/zbud
Oct 20 22:50:46 harakh kernel: Key type big_key registered
Oct 20 22:50:46 harakh kernel:   Magic number: 5:14:844
Oct 20 22:50:46 harakh kernel: rtc_cmos 00:01: setting system clock to 2017-10-20 16:50:34 UTC (1508518234)
Oct 20 22:50:46 harakh kernel: PM: Hibernation image not present or could not be loaded.
Oct 20 22:50:46 harakh kernel: Freeing unused kernel memory: 1336K
Oct 20 22:50:46 harakh kernel: Write protecting the kernel read-only data: 10240k
Oct 20 22:50:46 harakh kernel: Freeing unused kernel memory: 1536K
Oct 20 22:50:46 harakh kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Oct 20 22:50:46 harakh kernel: i8042: Warning: Keylock active
Oct 20 22:50:46 harakh kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 20 22:50:46 harakh kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 20 22:50:46 harakh kernel: ACPI: bus type USB registered
Oct 20 22:50:46 harakh kernel: usbcore: registered new interface driver usbfs
Oct 20 22:50:46 harakh kernel: usbcore: registered new interface driver hub
Oct 20 22:50:46 harakh kernel: usbcore: registered new device driver usb
Oct 20 22:50:46 harakh kernel: SCSI subsystem initialized
Oct 20 22:50:46 harakh kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 20 22:50:46 harakh kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Oct 20 22:50:46 harakh kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
Oct 20 22:50:46 harakh kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Oct 20 22:50:46 harakh kernel: hub 1-0:1.0: USB hub found
Oct 20 22:50:46 harakh kernel: hub 1-0:1.0: 12 ports detected
Oct 20 22:50:46 harakh kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 20 22:50:46 harakh kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 20 22:50:46 harakh kernel: hub 2-0:1.0: USB hub found
Oct 20 22:50:46 harakh kernel: hub 2-0:1.0: 6 ports detected
Oct 20 22:50:46 harakh kernel: libata version 3.00 loaded.
Oct 20 22:50:46 harakh kernel: ahci 0000:00:17.0: version 3.0
Oct 20 22:50:46 harakh kernel: ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
Oct 20 22:50:46 harakh kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Oct 20 22:50:46 harakh kernel: ahci 0000:00:17.0: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst 
Oct 20 22:50:46 harakh kernel: AVX2 version of gcm_enc/dec engaged.
Oct 20 22:50:46 harakh kernel: AES CTR mode by8 optimization enabled
Oct 20 22:50:46 harakh kernel: scsi host0: ahci
Oct 20 22:50:46 harakh kernel: scsi host1: ahci
Oct 20 22:50:46 harakh kernel: ata1: SATA max UDMA/133 abar m2048@0xd2333000 port 0xd2333100 irq 126
Oct 20 22:50:46 harakh kernel: ata2: SATA max UDMA/133 abar m2048@0xd2333000 port 0xd2333180 irq 126
Oct 20 22:50:46 harakh kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Oct 20 22:50:46 harakh kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 20 22:50:46 harakh kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Oct 20 22:50:46 harakh kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Oct 20 22:50:46 harakh kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Oct 20 22:50:46 harakh kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Oct 20 22:50:46 harakh kernel: ata1.00: ATA-8: TOSHIBA MQ01ABD100, AX0P3D, max UDMA/100
Oct 20 22:50:46 harakh kernel: ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Oct 20 22:50:46 harakh kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Oct 20 22:50:46 harakh kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Oct 20 22:50:46 harakh kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Oct 20 22:50:46 harakh kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Oct 20 22:50:46 harakh kernel: ata1.00: configured for UDMA/100
Oct 20 22:50:46 harakh kernel: scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MQ01ABD1 3D   PQ: 0 ANSI: 5
Oct 20 22:50:46 harakh kernel: usb 1-5: new high-speed USB device number 2 using xhci_hcd
Oct 20 22:50:46 harakh kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 20 22:50:46 harakh kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Oct 20 22:50:46 harakh kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Oct 20 22:50:46 harakh kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Oct 20 22:50:46 harakh kernel: ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) succeeded
Oct 20 22:50:46 harakh kernel: ata2.00: ATAPI: PLDS DVD+/-RW DU-8A5LH, 6D11, max UDMA/133
Oct 20 22:50:46 harakh kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Oct 20 22:50:46 harakh kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Oct 20 22:50:46 harakh kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Oct 20 22:50:46 harakh kernel: ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) succeeded
Oct 20 22:50:46 harakh kernel: ata2.00: configured for UDMA/133
Oct 20 22:50:46 harakh kernel: scsi 1:0:0:0: CD-ROM            PLDS     DVD+-RW DU-8A5LH 6D11 PQ: 0 ANSI: 5
Oct 20 22:50:46 harakh kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Oct 20 22:50:46 harakh kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Oct 20 22:50:46 harakh kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 20 22:50:46 harakh kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 20 22:50:46 harakh kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 20 22:50:46 harakh kernel: usb 1-6: new high-speed USB device number 3 using xhci_hcd
Oct 20 22:50:46 harakh kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Oct 20 22:50:46 harakh kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Oct 20 22:50:46 harakh kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Oct 20 22:50:46 harakh kernel:  sda: sda1 sda2 sda3 sda4 sda5
Oct 20 22:50:46 harakh kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Oct 20 22:50:46 harakh kernel: clocksource: Switched to clocksource tsc
Oct 20 22:50:46 harakh kernel: usbcore: registered new interface driver rtsx_usb
Oct 20 22:50:46 harakh kernel: usb 1-8: new full-speed USB device number 4 using xhci_hcd
Oct 20 22:50:46 harakh kernel: device-mapper: uevent: version 1.0.3
Oct 20 22:50:46 harakh kernel: device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
Oct 20 22:50:46 harakh kernel: EXT4-fs (sda3): VFS: Can't find ext4 filesystem
Oct 20 22:50:46 harakh kernel: random: crng init done
Oct 20 22:50:46 harakh kernel: NET: Registered protocol family 38
Oct 20 22:50:46 harakh kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
Oct 20 22:50:46 harakh kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Oct 20 22:50:46 harakh 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 20 22:50:46 harakh systemd[1]: Detected architecture x86-64.
Oct 20 22:50:46 harakh systemd[1]: Set hostname to <harakh>.
Oct 20 22:50:46 harakh systemd[1]: Reached target Remote File Systems.
Oct 20 22:50:46 harakh systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 20 22:50:46 harakh systemd[1]: Created slice System Slice.
Oct 20 22:50:46 harakh systemd[1]: Listening on Process Core Dump Socket.
Oct 20 22:50:46 harakh systemd[1]: Mounting Huge Pages File System...
Oct 20 22:50:46 harakh systemd[1]: Listening on udev Kernel Socket.
Oct 20 22:50:46 harakh systemd[1]: Created slice system-netctl\x2dauto.slice.
Oct 20 22:50:46 harakh systemd-journald[268]: Journal started
Oct 20 22:50:46 harakh systemd-journald[268]: Runtime journal (/run/log/journal/5cb4f25bd7894a389f83a07f1b35adcc) is 8.0M, max 191.2M, 183.2M free.
Oct 20 22:50:46 harakh systemd[1]: Started Apply Kernel Variables.
Oct 20 22:50:46 harakh systemd[1]: Mounted Kernel Configuration File System.
Oct 20 22:50:46 harakh systemd[1]: Mounted Huge Pages File System.
Oct 20 22:50:46 harakh systemd[1]: Mounted Kernel Debug File System.
Oct 20 22:50:46 harakh systemd[1]: Mounted POSIX Message Queue File System.
Oct 20 22:50:46 harakh systemd[1]: Started Remount Root and Kernel File Systems.
Oct 20 22:50:46 harakh kernel: EXT4-fs (dm-0): re-mounted. Opts: data=ordered
Oct 20 22:50:46 harakh systemd[1]: Starting Load/Save Random Seed...
Oct 20 22:50:46 harakh systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 20 22:50:46 harakh systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 20 22:50:46 harakh systemd-journald[268]: Time spent on flushing to /var is 2.171882s for 671 entries.
Oct 20 22:50:46 harakh systemd-journald[268]: System journal (/var/log/journal/5cb4f25bd7894a389f83a07f1b35adcc) is 472.1M, max 4.0G, 3.5G free.
Oct 20 22:50:53 harakh kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Oct 20 22:50:53 harakh kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 20 22:50:53 harakh kernel: ACPI: AC Adapter [AC] (on-line)
Oct 20 22:50:53 harakh kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Oct 20 22:50:53 harakh kernel: ACPI: Lid Switch [LID0]
Oct 20 22:50:53 harakh kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
Oct 20 22:50:53 harakh kernel: ACPI: Power Button [PBTN]
Oct 20 22:50:53 harakh kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
Oct 20 22:50:53 harakh kernel: ACPI: Sleep Button [SBTN]
Oct 20 22:50:53 harakh kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
Oct 20 22:50:53 harakh kernel: ACPI: Power Button [PWRF]
Oct 20 22:50:53 harakh kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Oct 20 22:50:53 harakh kernel: ACPI: Battery Slot [BAT0] (battery present)
Oct 20 22:50:53 harakh kernel: hidraw: raw HID events driver (C) Jiri Kosina
Oct 20 22:50:53 harakh kernel: wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
Oct 20 22:50:53 harakh kernel: acpi INT33D5:00: intel-hid: created platform device
Oct 20 22:50:53 harakh kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input6
Oct 20 22:50:53 harakh kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Oct 20 22:50:53 harakh kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Oct 20 22:50:53 harakh kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Oct 20 22:50:53 harakh kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Oct 20 22:50:53 harakh kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Oct 20 22:50:53 harakh kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Oct 20 22:50:53 harakh kernel: thermal LNXTHERM:00: registered as thermal_zone3
Oct 20 22:50:53 harakh kernel: ACPI: Thermal Zone [THM] (25 C)
Oct 20 22:50:53 harakh kernel: Linux agpgart interface v0.103
Oct 20 22:50:53 harakh kernel: tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 4)
Oct 20 22:50:53 harakh kernel: Bluetooth: Core ver 2.22
Oct 20 22:50:53 harakh kernel: NET: Registered protocol family 31
Oct 20 22:50:53 harakh kernel: Bluetooth: HCI device and connection manager initialized
Oct 20 22:50:53 harakh kernel: Bluetooth: HCI socket layer initialized
Oct 20 22:50:53 harakh kernel: Bluetooth: L2CAP socket layer initialized
Oct 20 22:50:53 harakh kernel: Bluetooth: SCO socket layer initialized
Oct 20 22:50:53 harakh kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Oct 20 22:50:53 harakh kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Oct 20 22:50:53 harakh kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Oct 20 22:50:53 harakh kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Oct 20 22:50:53 harakh kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Oct 20 22:50:53 harakh kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Oct 20 22:50:53 harakh kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Oct 20 22:50:53 harakh kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Oct 20 22:50:53 harakh kernel: Bluetooth: HCI UART driver ver 2.3
Oct 20 22:50:53 harakh kernel: Bluetooth: HCI UART protocol H4 registered
Oct 20 22:50:53 harakh kernel: Bluetooth: HCI UART protocol BCSP registered
Oct 20 22:50:53 harakh kernel: Bluetooth: HCI UART protocol LL registered
Oct 20 22:50:53 harakh kernel: Bluetooth: HCI UART protocol ATH3K registered
Oct 20 22:50:53 harakh kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
Oct 20 22:50:53 harakh kernel: Bluetooth: HCI UART protocol Intel registered
Oct 20 22:50:53 harakh kernel: Bluetooth: HCI UART protocol Broadcom registered
Oct 20 22:50:53 harakh kernel: Bluetooth: HCI UART protocol QCA registered
Oct 20 22:50:53 harakh kernel: Bluetooth: HCI UART protocol AG6XX registered
Oct 20 22:50:53 harakh kernel: Bluetooth: HCI UART protocol Marvell registered
Oct 20 22:50:53 harakh kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Oct 20 22:50:53 harakh kernel: usbcore: registered new interface driver btusb
Oct 20 22:50:53 harakh kernel: ath10k_pci 0000:02:00.0: enabling device (0000 -> 0002)
Oct 20 22:50:53 harakh kernel: ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
Oct 20 22:50:53 harakh kernel: media: Linux media interface: v0.10
Oct 20 22:50:53 harakh kernel: pcieport 0000:00:1c.4: AER: Multiple Corrected error received: id=00e4
Oct 20 22:50:53 harakh kernel: pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e4(Receiver ID)
Oct 20 22:50:53 harakh kernel: pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000041/00002000
Oct 20 22:50:53 harakh kernel: pcieport 0000:00:1c.4:    [ 0] Receiver Error         (First)
Oct 20 22:50:53 harakh kernel: pcieport 0000:00:1c.4:    [ 6] Bad TLP               
Oct 20 22:50:53 harakh kernel: intel_rapl: Found RAPL domain package
Oct 20 22:50:53 harakh kernel: intel_rapl: Found RAPL domain core
Oct 20 22:50:53 harakh kernel: intel_rapl: Found RAPL domain uncore
Oct 20 22:50:53 harakh kernel: intel_rapl: Found RAPL domain dram
Oct 20 22:50:53 harakh kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
Oct 20 22:50:53 harakh kernel: iTCO_vendor_support: vendor-support=0
Oct 20 22:50:53 harakh kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Oct 20 22:50:53 harakh kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Oct 20 22:50:53 harakh kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Oct 20 22:50:53 harakh kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Oct 20 22:50:53 harakh kernel: r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
Oct 20 22:50:53 harakh kernel: r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffa843c0861000, 10:7d:1a:04:29:5e, XID 0c000800 IRQ 281
Oct 20 22:50:53 harakh kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Oct 20 22:50:53 harakh kernel: [drm] Memory usable by graphics device = 4096M
Oct 20 22:50:53 harakh kernel: checking generic (b0000000 410000) vs hw (b0000000 10000000)
Oct 20 22:50:53 harakh kernel: fb: switching to inteldrmfb from EFI VGA
Oct 20 22:50:53 harakh kernel: Console: switching to colour dummy device 80x25
Oct 20 22:50:53 harakh kernel: [drm] Replacing VGA console driver
Oct 20 22:50:53 harakh kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 20 22:50:53 harakh kernel: [drm] Driver supports precise vblank timestamp query.
Oct 20 22:50:53 harakh kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Oct 20 22:50:53 harakh kernel: [drm] Initialized i915 1.6.0 20170619 for 0000:00:02.0 on minor 0
Oct 20 22:50:53 harakh kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Oct 20 22:50:53 harakh kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
Oct 20 22:50:53 harakh kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 20 22:50:53 harakh kernel: fbcon: inteldrmfb (fb0) is primary device
Oct 20 22:50:53 harakh kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
Oct 20 22:50:53 harakh kernel: dell_wmi: Detected Dell WMI interface version 1
Oct 20 22:50:53 harakh kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input9
Oct 20 22:50:53 harakh kernel: Linux video capture interface: v2.00
Oct 20 22:50:53 harakh kernel: ath10k_pci 0000:02:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 1028:1810
Oct 20 22:50:53 harakh kernel: ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
Oct 20 22:50:53 harakh kernel: ath10k_pci 0000:02:00.0: firmware ver WLAN.TF.1.0-00267-1 api 5 features ignore-otp crc32 79cea2c7
Oct 20 22:50:53 harakh kernel: ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
Oct 20 22:50:53 harakh kernel: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
Oct 20 22:50:53 harakh kernel: ath10k_pci 0000:02:00.0: htt-ver 3.1 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
Oct 20 22:50:53 harakh kernel: ath: EEPROM regdomain: 0x6c
Oct 20 22:50:53 harakh kernel: ath: EEPROM indicates we should expect a direct regpair map
Oct 20 22:50:53 harakh kernel: ath: Country alpha2 being used: 00
Oct 20 22:50:53 harakh kernel: ath: Regpair used: 0x6c
Oct 20 22:50:53 harakh kernel: Console: switching to colour frame buffer device 170x48
Oct 20 22:50:53 harakh kernel: Adding 8314876k swap on /dev/sda5.  Priority:-1 extents:1 across:8314876k FS
Oct 20 22:50:53 harakh kernel: uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0bda:5769)
Oct 20 22:50:53 harakh kernel: uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
Oct 20 22:50:53 harakh kernel: uvcvideo 1-5:1.0: Entity type for entity Extension 7 was not initialized!
Oct 20 22:50:53 harakh kernel: uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
Oct 20 22:50:53 harakh kernel: uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
Oct 20 22:50:53 harakh kernel: input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input10
Oct 20 22:50:53 harakh kernel: usbcore: registered new interface driver uvcvideo
Oct 20 22:50:53 harakh kernel: USB Video Class driver (1.1.1)
Oct 20 22:50:53 harakh kernel: ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
Oct 20 22:50:53 harakh kernel: [drm] RC6 on
Oct 20 22:50:53 harakh kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Oct 20 22:50:53 harakh kernel: rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: TM3253-001, fw id: 2386171
Oct 20 22:50:53 harakh kernel: input: Synaptics TM3253-001 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-DELL0794:00/0018:06CB:7F13.0001/input/input11
Oct 20 22:50:53 harakh kernel: hid-rmi 0018:06CB:7F13.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL0794:00 06CB:7F13] on i2c-DELL0794:00
Oct 20 22:50:53 harakh kernel: mousedev: PS/2 mouse device common for all mice
Oct 20 22:50:53 harakh kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 20 22:50:53 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 20 22:50:53 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 20 22:50:53 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Oct 20 22:50:53 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Oct 20 22:50:53 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
Oct 20 22:50:53 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
Oct 20 22:50:53 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Oct 20 22:50:53 harakh kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
Oct 20 22:50:53 harakh kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
Oct 20 22:50:53 harakh kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
Oct 20 22:50:53 harakh kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Oct 20 22:50:53 harakh kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Oct 20 22:50:53 harakh kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Oct 20 22:50:53 harakh kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
Oct 20 22:50:46 harakh systemd[1]: Started Load/Save Random Seed.
Oct 20 22:50:47 harakh systemd[1]: Started Create Static Device Nodes in /dev.
Oct 20 22:50:47 harakh systemd[1]: Reached target Local File Systems (Pre).
Oct 20 22:50:47 harakh systemd[1]: Starting udev Kernel Device Manager...
Oct 20 22:50:47 harakh systemd[1]: Started udev Kernel Device Manager.
Oct 20 22:50:50 harakh systemd[1]: Found device TOSHIBA_MQ01ABD100 ESP.
Oct 20 22:50:50 harakh systemd[1]: Starting File System Check on /dev/disk/by-label/ESP...
Oct 20 22:50:51 harakh systemd-udevd[282]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 20 22:50:53 harakh systemd-fsck[306]: fsck.fat 4.1 (2017-01-24)
Oct 20 22:50:53 harakh systemd-fsck[306]: /dev/sda1: 393 files, 21314/152576 clusters
Oct 20 22:50:51 harakh systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 20 22:50:51 harakh systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 20 22:50:51 harakh systemd-udevd[281]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 20 22:50:51 harakh systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 20 22:50:52 harakh systemd[1]: Found device TOSHIBA_MQ01ABD100 4.
Oct 20 22:50:52 harakh systemd[1]: Starting Cryptography Setup for crypthome...
Oct 20 22:50:52 harakh systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Oct 20 22:50:52 harakh systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Oct 20 22:50:52 harakh systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight...
Oct 20 22:50:52 harakh systemd[1]: Reached target Bluetooth.
Oct 20 22:50:52 harakh systemd[1]: Found device TOSHIBA_MQ01ABD100 5.
Oct 20 22:50:52 harakh systemd[1]: Activating swap /dev/sda5...
Oct 20 22:50:52 harakh systemd[1]: Started Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight.
Oct 20 22:50:52 harakh systemd-cryptsetup[326]: Key file /etc/keyfile is world-readable. This is not a good idea!
Oct 20 22:50:52 harakh systemd-cryptsetup[326]: Set cipher aes, mode xts-plain64, key size 256 bits for device /dev/sda4.
Oct 20 22:50:52 harakh systemd[1]: Activated swap /dev/sda5.
Oct 20 22:50:52 harakh systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Oct 20 22:50:52 harakh systemd[1]: Reached target Swap.
Oct 20 22:50:53 harakh systemd-udevd[280]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 20 22:50:53 harakh systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 20 22:50:53 harakh systemd[1]: Found device QCA9377 802.11ac Wireless Network Adapter.
Oct 20 22:50:53 harakh systemd[1]: Mounted Temporary Directory (/tmp).
Oct 20 22:50:53 harakh systemd[1]: Reached target Sound Card.
Oct 20 22:50:53 harakh systemd[1]: Started Flush Journal to Persistent Storage.
Oct 20 22:50:53 harakh systemd[1]: Started File System Check on /dev/disk/by-label/ESP.
Oct 20 22:50:53 harakh systemd[1]: Mounting /boot...
Oct 20 22:50:54 harakh systemd-udevd[280]: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Oct 20 22:50:54 harakh systemd[1]: Mounted /boot.
Oct 20 22:50:55 harakh systemd-cryptsetup[326]: Failed to activate with key file '/etc/keyfile': Operation not permitted
Oct 20 22:50:55 harakh systemd[1]: Started Dispatch Password Requests to Console.
Oct 20 22:51:17 harakh systemd-cryptsetup[326]: Set cipher aes, mode xts-plain64, key size 256 bits for device /dev/sda4.
Oct 20 22:51:19 harakh systemd[1]: Found device /dev/mapper/crypthome.
Oct 20 22:51:19 harakh systemd[1]: Started Cryptography Setup for crypthome.
Oct 20 22:51:19 harakh systemd[1]: Reached target Local Encrypted Volumes.
Oct 20 22:51:19 harakh systemd[1]: Starting File System Check on /dev/mapper/crypthome...
Oct 20 22:51:19 harakh systemd-fsck[382]: /dev/mapper/crypthome: clean, 79902/52428800 files, 8829971/209714688 blocks
Oct 20 22:51:19 harakh systemd[1]: Started File System Check on /dev/mapper/crypthome.
Oct 20 22:51:19 harakh systemd[1]: Mounting /home...
Oct 20 22:51:20 harakh systemd[1]: Mounted /home.
Oct 20 22:51:20 harakh kernel: EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: data=ordered
Oct 20 22:51:20 harakh systemd[1]: Reached target Local File Systems.
Oct 20 22:51:20 harakh systemd[1]: Starting Create Volatile Files and Directories...
Oct 20 22:51:20 harakh systemd[1]: Started Create Volatile Files and Directories.
Oct 20 22:51:20 harakh systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 20 22:51:20 harakh systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 20 22:51:20 harakh systemd[1]: Reached target System Initialization.
Oct 20 22:51:20 harakh systemd[1]: Started Check if the battery is bellow five percent every two minutes and go to sleep if so.
Oct 20 22:51:20 harakh systemd[1]: Started Daily man-db cache update.
Oct 20 22:51:20 harakh systemd[1]: Started Daily locate database update.
Oct 20 22:51:20 harakh systemd[1]: Started Daily rotation of log files.
Oct 20 22:51:20 harakh systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 20 22:51:20 harakh systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 20 22:51:20 harakh systemd[1]: Reached target Sockets.
Oct 20 22:51:20 harakh systemd[1]: Reached target Basic System.
Oct 20 22:51:20 harakh systemd[1]: Started ACPI event daemon.
Oct 20 22:51:20 harakh systemd[1]: Starting Initialize hardware monitoring sensors...
Oct 20 22:51:20 harakh systemd[1]: Starting Save/Restore Sound Card State...
Oct 20 22:51:20 harakh systemd[1]: Started D-Bus System Message Bus.
Oct 20 22:51:20 harakh acpid[391]: starting up with netlink and the input layer
Oct 20 22:51:20 harakh acpid[391]: 7 rules loaded
Oct 20 22:51:20 harakh acpid[391]: waiting for events: event logging is off
Oct 20 22:51:20 harakh systemd[1]: Starting Automatic wireless network connection using netctl profiles...
Oct 20 22:51:20 harakh systemd[1]: Started Daily verification of password and group files.
Oct 20 22:51:20 harakh systemd[1]: Reached target Timers.
Oct 20 22:51:20 harakh systemd[1]: Starting Login Service...
Oct 20 22:51:20 harakh systemd[1]: Started Save/Restore Sound Card State.
Oct 20 22:51:20 harakh systemd[1]: Started Initialize hardware monitoring sensors.
Oct 20 22:51:20 harakh systemd[1]: Started Login Service.
Oct 20 22:51:20 harakh systemd-logind[396]: New seat seat0.
Oct 20 22:51:20 harakh systemd-logind[396]: Watching system buttons on /dev/input/event4 (Power Button)
Oct 20 22:51:20 harakh systemd-logind[396]: Watching system buttons on /dev/input/event2 (Power Button)
Oct 20 22:51:20 harakh systemd-logind[396]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 20 22:51:20 harakh systemd-logind[396]: Watching system buttons on /dev/input/event3 (Sleep Button)
Oct 20 22:51:21 harakh netctl-auto[395]: Included profile 'wlp2s0-PAP5044 DUO'
Oct 20 22:51:21 harakh systemd-logind[396]: Watching system buttons on /dev/input/event5 (Intel HID events)
Oct 20 22:51:21 harakh netctl-auto[395]: Included profile 'wireless'
Oct 20 22:51:21 harakh netctl-auto[395]: Included profile 'wlp2s0-Rubicon17.3'
Oct 20 22:51:21 harakh systemd-logind[396]: Watching system buttons on /dev/input/event0 (AT Translated Set 2 keyboard)
Oct 20 22:51:21 harakh kernel: pcieport 0000:00:1c.4: AER: Multiple Corrected error received: id=00e4
Oct 20 22:51:21 harakh kernel: pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e4(Receiver ID)
Oct 20 22:51:21 harakh kernel: pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
Oct 20 22:51:21 harakh kernel: pcieport 0000:00:1c.4:    [ 0] Receiver Error         (First)
Oct 20 22:51:21 harakh kernel: pcieport 0000:00:1c.4: AER: Multiple Corrected error received: id=00e4
Oct 20 22:51:21 harakh kernel: pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e4(Receiver ID)
Oct 20 22:51:21 harakh kernel: pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
Oct 20 22:51:21 harakh kernel: pcieport 0000:00:1c.4:    [ 0] Receiver Error         (First)
Oct 20 22:51:22 harakh kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
Oct 20 22:51:22 harakh wpa_actiond[424]: Starting wpa_actiond session for interface 'wlp2s0'
Oct 20 22:51:22 harakh systemd[1]: Started Automatic wireless network connection using netctl profiles.
Oct 20 22:51:22 harakh systemd[1]: Reached target Network.
Oct 20 22:51:22 harakh systemd[1]: Starting Permit User Sessions...
Oct 20 22:51:22 harakh systemd[1]: Started Permit User Sessions.
Oct 20 22:51:22 harakh systemd[1]: Started Getty on tty1.
Oct 20 22:51:22 harakh systemd[1]: Reached target Login Prompts.
Oct 20 22:51:22 harakh systemd[1]: Reached target Multi-User System.
Oct 20 22:51:22 harakh systemd[1]: Reached target Graphical Interface.
Oct 20 22:51:22 harakh systemd[1]: Starting Forward Password Requests to Wall...
Oct 20 22:51:22 harakh systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Oct 20 22:51:22 harakh systemd[1]: Stopping Dispatch Password Requests to Console...
Oct 20 22:51:22 harakh systemd[1]: Stopped Dispatch Password Requests to Console.
Oct 20 22:51:22 harakh systemctl[427]: Failed to stop systemd-ask-password-plymouth.path: Unit systemd-ask-password-plymouth.path not loaded.
Oct 20 22:51:22 harakh systemctl[427]: Failed to stop systemd-ask-password-plymouth.service: Unit systemd-ask-password-plymouth.service not loaded.
Oct 20 22:51:22 harakh systemd[1]: Started Forward Password Requests to Wall.
Oct 20 22:51:22 harakh systemd[1]: Startup finished in 10.448s (kernel) + 38.046s (userspace) = 59.279s.
Oct 20 22:51:26 harakh login[426]: pam_unix(login:session): session opened for user mage by LOGIN(uid=0)
Oct 20 22:51:26 harakh systemd[1]: Created slice User Slice of mage.
Oct 20 22:51:26 harakh systemd[1]: Starting User Manager for UID 1000...
Oct 20 22:51:26 harakh systemd-logind[396]: New session c1 of user mage.
Oct 20 22:51:26 harakh systemd[1]: Started Session c1 of user mage.
Oct 20 22:51:26 harakh systemd[431]: pam_unix(systemd-user:session): session opened for user mage by (uid=0)
Oct 20 22:51:26 harakh kernel: wlp2s0: authenticate with 28:10:7b:f7:72:0d
Oct 20 22:51:26 harakh kernel: wlp2s0: send auth to 28:10:7b:f7:72:0d (try 1/3)
Oct 20 22:51:26 harakh kernel: wlp2s0: authenticated
Oct 20 22:51:26 harakh kernel: wlp2s0: associate with 28:10:7b:f7:72:0d (try 1/3)
Oct 20 22:51:26 harakh kernel: wlp2s0: RX AssocResp from 28:10:7b:f7:72:0d (capab=0xc31 status=0 aid=2)
Oct 20 22:51:26 harakh kernel: wlp2s0: associated
Oct 20 22:51:26 harakh kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Oct 20 22:51:27 harakh wpa_actiond[424]: Interface 'wlp2s0' connected to network 'Rubicon17.3'
Oct 20 22:51:27 harakh systemd[431]: Listening on Sound System.
Oct 20 22:51:27 harakh login[426]: LOGIN ON tty1 BY mage
Oct 20 22:51:27 harakh systemd[431]: Starting D-Bus User Message Bus Socket.
Oct 20 22:51:28 harakh dhcpcd[459]: DUID 00:01:00:01:21:1f:57:f9:d8:0f:99:54:a5:41
Oct 20 22:51:27 harakh systemd[431]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 20 22:51:28 harakh dhcpcd[459]: wlp2s0: IAID 99:54:a5:41
Oct 20 22:51:27 harakh systemd[431]: Listening on GnuPG network certificate management daemon.
Oct 20 22:51:27 harakh systemd[431]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 20 22:51:27 harakh systemd[431]: Reached target Timers.
Oct 20 22:51:27 harakh systemd[431]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 20 22:51:27 harakh systemd[431]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 20 22:51:27 harakh systemd[431]: Reached target Paths.
Oct 20 22:51:27 harakh systemd[431]: Listening on D-Bus User Message Bus Socket.
Oct 20 22:51:27 harakh systemd[431]: Reached target Sockets.
Oct 20 22:51:27 harakh systemd[431]: Reached target Basic System.
Oct 20 22:51:27 harakh systemd[431]: Started Syncthing - Open Source Continuous File Synchronization.
Oct 20 22:51:27 harakh systemd[431]: Reached target Default.
Oct 20 22:51:27 harakh systemd[431]: Startup finished in 333ms.
Oct 20 22:51:27 harakh systemd[1]: Started User Manager for UID 1000.
Oct 20 22:51:28 harakh syncthing[453]: [J76OM] INFO: syncthing v0.14.39 "Dysprosium Dragonfly" (go1.9.1 linux-amd64) builduser@svetlemodry 2017-10-11 18:07:54 UTC [noupgrade]
Oct 20 22:51:28 harakh syncthing[453]: [J76OM] INFO: My ID: J76OMOF-D6CBKDR-Y3VUJPY-HPVHOXS-YOCQMJY-L7EBFSZ-CEJXWJN-MZISUAN
Oct 20 22:51:29 harakh dhcpcd[459]: wlp2s0: rebinding lease of 192.168.0.3
Oct 20 22:51:29 harakh dhcpcd[459]: wlp2s0: probing address 192.168.0.3/24
Oct 20 22:51:29 harakh syncthing[453]: [J76OM] INFO: Single thread SHA256 performance is 390 MB/s using minio/sha256-simd (332 MB/s using crypto/sha256).
Oct 20 22:51:30 harakh syncthing[453]: [J76OM] INFO: Hashing performance with weak hash is 323.66 MB/s
Oct 20 22:51:30 harakh syncthing[453]: [J76OM] INFO: Hashing performance without weak hash is 383.24 MB/s
Oct 20 22:51:30 harakh syncthing[453]: [J76OM] INFO: Weak hash enabled, as it has an acceptable performance impact.
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Ready to synchronize "Notes" (o0e1t-ulv45) (readwrite)
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Ready to synchronize "pics" (net5c-n41z8) (readwrite)
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Ready to synchronize "Ucheba" (p1ape-guxtx) (readwrite)
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Ready to synchronize "Default Folder" (default) (readwrite)
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Ready to synchronize "Music" (p981s-pieny) (readwrite)
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Ready to synchronize "Art" (xflpg-ghxzr) (readwrite)
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Send rate is unlimited, receive rate is unlimited
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Rate limits do not apply to LAN connections
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Using discovery server https://discovery-v4-2.syncthing.net/v2/?id=DVU36WY-H3LVZHW-E6LLFRE-YAFN5EL-HILWRYP-OC2M47J-Z4PE62Y-ADIBDQC
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Using discovery server https://discovery-v4-3.syncthing.net/v2/?id=VK6HNJ3-VVMM66S-HRVWSCR-IXEHL2H-U4AQ4MW-UCPQBWX-J2L2UBK-NVZRDQZ
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Using discovery server https://discovery-v4-4.syncthing.net/v2/?id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Using discovery server https://discovery-v6-2.syncthing.net/v2/?id=DVU36WY-H3LVZHW-E6LLFRE-YAFN5EL-HILWRYP-OC2M47J-Z4PE62Y-ADIBDQC
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Using discovery server https://discovery-v6-3.syncthing.net/v2/?id=VK6HNJ3-VVMM66S-HRVWSCR-IXEHL2H-U4AQ4MW-UCPQBWX-J2L2UBK-NVZRDQZ
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Using discovery server https://discovery-v6-4.syncthing.net/v2/?id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: TCP listener ([::]:22000) starting
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Completed initial scan of readwrite folder "Notes" (o0e1t-ulv45)
Oct 20 22:51:31 harakh syncthing[453]: [J76OM] INFO: Completed initial scan of readwrite folder "Default Folder" (default)
Oct 20 22:51:32 harakh syncthing[453]: [J76OM] INFO: Completed initial scan of readwrite folder "Music" (p981s-pieny)
Oct 20 22:51:32 harakh syncthing[453]: [J76OM] INFO: c.S.listenerSupervisor: Failed service 'dynamic+https://relays.syncthing.net/endpoint' (1.000000 failures of 2.000000), restarting: true, error: "{dynamic+https://relays.syncthing.net/endpoint dynamic+https://relays.syncthing.net/endpoint} returned unexpectedly", stacktrace: [unknown stack trace]
Oct 20 22:51:32 harakh syncthing[453]: [J76OM] INFO: c.S.listenerSupervisor: Failed service 'dynamic+https://relays.syncthing.net/endpoint' (1.999957 failures of 2.000000), restarting: true, error: "{dynamic+https://relays.syncthing.net/endpoint dynamic+https://relays.syncthing.net/endpoint} returned unexpectedly", stacktrace: [unknown stack trace]
Oct 20 22:51:32 harakh syncthing[453]: [J76OM] INFO: Entering the backoff state.
Oct 20 22:51:32 harakh syncthing[453]: [J76OM] INFO: c.S.listenerSupervisor: Failed service 'dynamic+https://relays.syncthing.net/endpoint' (2.999846 failures of 2.000000), restarting: false, error: "{dynamic+https://relays.syncthing.net/endpoint dynamic+https://relays.syncthing.net/endpoint} returned unexpectedly", stacktrace: [unknown stack trace]
Oct 20 22:51:32 harakh syncthing[453]: [J76OM] INFO: Completed initial scan of readwrite folder "Ucheba" (p1ape-guxtx)
Oct 20 22:51:32 harakh syncthing[453]: [J76OM] INFO: Completed initial scan of readwrite folder "Art" (xflpg-ghxzr)
Oct 20 22:51:32 harakh syncthing[453]: [J76OM] INFO: Device XBWRJDC-VBUGJDN-5Y7RTM7-S4BPALJ-24RE2KF-VMGML66-ZHG32L2-RXVY2AA is "phone" at [dynamic]
Oct 20 22:51:32 harakh syncthing[453]: [J76OM] INFO: Device J76OMOF-D6CBKDR-Y3VUJPY-HPVHOXS-YOCQMJY-L7EBFSZ-CEJXWJN-MZISUAN is "harakh" at [dynamic]
Oct 20 22:51:32 harakh syncthing[453]: [J76OM] INFO: Device WE357OD-ELOYARW-GCXFJYC-ZKCJHC7-4LDJU4K-WHBB6U2-ENJICLS-IQVXHAP is "verkker" at [dynamic]
Oct 20 22:51:32 harakh syncthing[453]: [J76OM] INFO: Starting usage reporting
Oct 20 22:51:32 harakh syncthing[453]: [J76OM] INFO: GUI and API listening on [::]:8080
Oct 20 22:51:32 harakh syncthing[453]: [J76OM] INFO: Access the GUI via the following URL: http://127.0.0.1:8080/
Oct 20 22:51:33 harakh syncthing[453]: [J76OM] INFO: Detected 0 NAT devices
Oct 20 22:51:33 harakh syncthing[453]: [J76OM] INFO: Completed initial scan of readwrite folder "pics" (net5c-n41z8)
Oct 20 22:51:34 harakh dhcpcd[459]: wlp2s0: leased 192.168.0.3 for 86400 seconds
Oct 20 22:51:34 harakh dhcpcd[459]: wlp2s0: adding route to 192.168.0.0/24
Oct 20 22:51:34 harakh dhcpcd[459]: wlp2s0: adding default route via 192.168.0.1
Oct 20 22:51:34 harakh dhcpcd[459]: forked to background, child pid 525
Oct 20 22:51:45 harakh syncthing[453]: [J76OM] INFO: Established secure connection to WE357OD-ELOYARW-GCXFJYC-ZKCJHC7-4LDJU4K-WHBB6U2-ENJICLS-IQVXHAP at 192.168.0.3:22000-192.168.0.59:53260 (tcp-server) (TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305)
Oct 20 22:51:45 harakh syncthing[453]: [J76OM] INFO: Device WE357OD-ELOYARW-GCXFJYC-ZKCJHC7-4LDJU4K-WHBB6U2-ENJICLS-IQVXHAP client is "syncthing v0.14.39" named "verkker"
Oct 20 22:51:48 harakh syncthing[453]: [J76OM] INFO: Established secure connection to XBWRJDC-VBUGJDN-5Y7RTM7-S4BPALJ-24RE2KF-VMGML66-ZHG32L2-RXVY2AA at 192.168.0.3:53188-192.168.0.79:22000 (tcp-client) (TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305)
Oct 20 22:51:48 harakh syncthing[453]: [J76OM] INFO: Device XBWRJDC-VBUGJDN-5Y7RTM7-S4BPALJ-24RE2KF-VMGML66-ZHG32L2-RXVY2AA client is "syncthing v0.14.30" named "PAP5044DUO"
Oct 20 22:52:20 harakh systemd[1]: Started Battery Checker.
Oct 20 22:52:20 harakh sh[535]: /bin/sh: /opt/battery_check.sh: No such file or directory
Oct 20 22:52:20 harakh systemd[1]: battery_check.service: Main process exited, code=exited, status=127/n/a
Oct 20 22:52:20 harakh systemd[1]: battery_check.service: Failed with result 'exit-code'.
Oct 20 22:52:45 harakh acpid[391]: client connected from 559[1000:1000]
Oct 20 22:52:45 harakh acpid[391]: 1 client rule loaded
Oct 20 22:52:46 harakh acpid[391]: client connected from 559[1000:1000]
Oct 20 22:52:46 harakh acpid[391]: 1 client rule loaded
Oct 20 22:52:47 harakh systemd[431]: Started D-Bus User Message Bus.
Oct 20 22:52:47 harakh dbus-daemon[568]: Successfully activated service 'org.freedesktop.systemd1'
Oct 20 22:52:52 harakh dbus[394]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
Oct 20 22:52:52 harakh systemd[1]: Starting Disk Manager...
Oct 20 22:52:52 harakh udisksd[622]: udisks daemon version 2.7.3 starting
Oct 20 22:52:53 harakh dbus[394]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Oct 20 22:52:53 harakh systemd[1]: Starting Authorization Manager...
Oct 20 22:52:53 harakh polkitd[629]: Started polkitd version 0.114
Oct 20 22:52:54 harakh polkitd[629]: Loading rules from directory /etc/polkit-1/rules.d
Oct 20 22:52:54 harakh polkitd[629]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 20 22:52:54 harakh polkitd[629]: Finished loading, compiling and executing 2 rules
Oct 20 22:52:54 harakh dbus[394]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 20 22:52:54 harakh systemd[1]: Started Authorization Manager.
Oct 20 22:52:54 harakh polkitd[629]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Oct 20 22:52:54 harakh dbus[394]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Oct 20 22:52:54 harakh systemd[1]: Started Disk Manager.
Oct 20 22:52:54 harakh udisksd[622]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Oct 20 22:52:55 harakh dbus-daemon[568]: Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service'
Oct 20 22:52:55 harakh systemd[431]: Starting Accessibility services bus...
Oct 20 22:52:55 harakh dbus-daemon[568]: Successfully activated service 'org.a11y.Bus'
Oct 20 22:52:55 harakh systemd[431]: Started Accessibility services bus.
Oct 20 22:52:56 harakh at-spi-bus-launcher[638]: Activating service name='org.a11y.atspi.Registry'
Oct 20 22:52:56 harakh at-spi-bus-launcher[638]: Successfully activated service 'org.a11y.atspi.Registry'
Oct 20 22:52:56 harakh org.a11y.atspi.Registry[643]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 20 22:52:58 harakh systemd[431]: Starting Sound Service...
Oct 20 22:52:58 harakh dbus[394]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
Oct 20 22:52:58 harakh systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Oct 20 22:52:58 harakh dbus[394]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Oct 20 22:52:58 harakh systemd[1]: Started RealtimeKit Scheduling Policy Service.
Oct 20 22:52:58 harakh rtkit-daemon[652]: Successfully called chroot.
Oct 20 22:52:58 harakh rtkit-daemon[652]: Successfully dropped privileges.
Oct 20 22:52:58 harakh rtkit-daemon[652]: Successfully limited resources.
Oct 20 22:52:58 harakh rtkit-daemon[652]: Running.
Oct 20 22:52:58 harakh rtkit-daemon[652]: Canary thread running.
Oct 20 22:52:58 harakh rtkit-daemon[652]: Watchdog thread running.
Oct 20 22:52:58 harakh rtkit-daemon[652]: Successfully made thread 651 of process 651 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
Oct 20 22:52:58 harakh rtkit-daemon[652]: Supervising 1 threads of 1 processes of 1 users.
Oct 20 22:52:59 harakh rtkit-daemon[652]: Supervising 1 threads of 1 processes of 1 users.
Oct 20 22:52:59 harakh rtkit-daemon[652]: Successfully made thread 655 of process 651 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Oct 20 22:52:59 harakh rtkit-daemon[652]: Supervising 2 threads of 1 processes of 1 users.
Oct 20 22:52:59 harakh rtkit-daemon[652]: Supervising 2 threads of 1 processes of 1 users.
Oct 20 22:52:59 harakh rtkit-daemon[652]: Successfully made thread 656 of process 651 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Oct 20 22:52:59 harakh rtkit-daemon[652]: Supervising 3 threads of 1 processes of 1 users.
Oct 20 22:52:59 harakh systemd[431]: Started Sound Service.
Oct 20 22:53:16 harakh systemd-logind[396]: Lid closed.
Oct 20 22:53:16 harakh root[677]: LID closed
Oct 20 22:53:16 harakh kernel: ACPI Error: Thread 3602263680 cannot release Mutex [PATM] acquired by thread 3647102208 (20170531/exmutex-416)
Oct 20 22:53:16 harakh kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.ECDV._Q66, AE_AML_NOT_OWNER (20170531/psparse-550)
Oct 20 22:54:20 harakh systemd[1]: Started Battery Checker.
Oct 20 22:54:20 harakh sh[682]: /bin/sh: /opt/battery_check.sh: No such file or directory
Oct 20 22:54:20 harakh systemd[1]: battery_check.service: Main process exited, code=exited, status=127/n/a
Oct 20 22:54:20 harakh systemd[1]: battery_check.service: Failed with result 'exit-code'.
Oct 20 22:55:21 harakh systemd-logind[396]: Lid opened.
Oct 20 22:55:21 harakh root[689]: LID opened
Oct 20 22:55:21 harakh kernel: ACPI Error: Thread 3647102208 cannot release Mutex [PATM] acquired by thread 3602263680 (20170531/exmutex-416)
Oct 20 22:55:21 harakh kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.ECDV._Q66, AE_AML_NOT_OWNER (20170531/psparse-550)

Removed xf86-video-amdgpu package, installed xf86-video-ati package, ran mkinitcpio again just to be sure, rebooted: same thing. Did everything by the ATI wiki page, even checked spelling several times. Nothing changes, module doesn't show up in "lsmod | grep radeon" output.

Log

-- Logs begin at Thu 2017-08-10 23:39:18 +06, end at Sat 2017-10-21 00:04:00 +06. --
Oct 20 23:51:16 harakh kernel: microcode: microcode updated early to revision 0x62, date = 2017-04-27
Oct 20 23:51:16 harakh kernel: random: get_random_bytes called from start_kernel+0x42/0x4b7 with crng_init=0
Oct 20 23:51:16 harakh 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 20 23:51:16 harakh kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e56b8b35-8197-479b-86bd-3249f6ea1a24 rw intel_iommu=off quiet cryptdevice=/dev/sda3:cryptroot root=/dev/mapper/cryptroot cryptkey=/dev/sda3:ext4:/etc/keyfile crypto=sha256:aes-xts-plain64:256::
Oct 20 23:51:16 harakh kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 20 23:51:16 harakh kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 20 23:51:16 harakh kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 20 23:51:16 harakh kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Oct 20 23:51:16 harakh kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Oct 20 23:51:16 harakh kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 20 23:51:16 harakh kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Oct 20 23:51:16 harakh kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Oct 20 23:51:16 harakh kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Oct 20 23:51:16 harakh kernel: e820: BIOS-provided physical RAM map:
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000930c6fff] usable
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x00000000930c7000-0x00000000930c7fff] ACPI NVS
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x00000000930c8000-0x00000000930c8fff] reserved
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x00000000930c9000-0x000000009858afff] usable
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x000000009858b000-0x0000000098902fff] reserved
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x0000000098903000-0x000000009893bfff] ACPI data
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x000000009893c000-0x0000000098ff8fff] ACPI NVS
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x0000000098ff9000-0x000000009958ffff] reserved
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x0000000099590000-0x00000000995fefff] type 20
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x00000000995ff000-0x00000000995fffff] usable
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Oct 20 23:51:16 harakh kernel: BIOS-e820: [mem 0x0000000100000000-0x000000015f7fffff] usable
Oct 20 23:51:16 harakh kernel: NX (Execute Disable) protection: active
Oct 20 23:51:16 harakh kernel: efi: EFI v2.40 by American Megatrends
Oct 20 23:51:16 harakh kernel: efi:  ACPI=0x9890e000  ACPI 2.0=0x9890e000  SMBIOS=0xf05e0  SMBIOS 3.0=0xf0600  ESRT=0x99361598  MPS=0xfcbc0 
Oct 20 23:51:16 harakh kernel: random: fast init done
Oct 20 23:51:16 harakh kernel: SMBIOS 3.0.0 present.
Oct 20 23:51:16 harakh kernel: DMI: Dell Inc. Vostro 15-3568/06XGVW, BIOS 01.08.00 03/23/2017
Oct 20 23:51:16 harakh kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 20 23:51:16 harakh kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 20 23:51:16 harakh kernel: e820: last_pfn = 0x15f800 max_arch_pfn = 0x400000000
Oct 20 23:51:16 harakh kernel: MTRR default type: write-back
Oct 20 23:51:16 harakh kernel: MTRR fixed ranges enabled:
Oct 20 23:51:16 harakh kernel:   00000-9FFFF write-back
Oct 20 23:51:16 harakh kernel:   A0000-BFFFF uncachable
Oct 20 23:51:16 harakh kernel:   C0000-FFFFF write-protect
Oct 20 23:51:16 harakh kernel: MTRR variable ranges enabled:
Oct 20 23:51:16 harakh kernel:   0 base 00C0000000 mask 7FC0000000 uncachable
Oct 20 23:51:16 harakh kernel:   1 base 00A0000000 mask 7FE0000000 uncachable
Oct 20 23:51:16 harakh kernel:   2 base 009C000000 mask 7FFC000000 uncachable
Oct 20 23:51:16 harakh kernel:   3 base 009B000000 mask 7FFF000000 uncachable
Oct 20 23:51:16 harakh kernel:   4 disabled
Oct 20 23:51:16 harakh kernel:   5 disabled
Oct 20 23:51:16 harakh kernel:   6 disabled
Oct 20 23:51:16 harakh kernel:   7 disabled
Oct 20 23:51:16 harakh kernel:   8 disabled
Oct 20 23:51:16 harakh kernel:   9 disabled
Oct 20 23:51:16 harakh kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
Oct 20 23:51:16 harakh kernel: e820: last_pfn = 0x99600 max_arch_pfn = 0x400000000
Oct 20 23:51:16 harakh kernel: found SMP MP-table at [mem 0x000fce00-0x000fce0f] mapped at [ffff9752000fce00]
Oct 20 23:51:16 harakh kernel: esrt: Reserving ESRT space from 0x0000000099361598 to 0x00000000993615d0.
Oct 20 23:51:16 harakh kernel: Scanning 1 areas for low memory corruption
Oct 20 23:51:16 harakh kernel: Base memory trampoline at [ffff975200096000] 96000 size 24576
Oct 20 23:51:16 harakh kernel: Using GB pages for direct mapping
Oct 20 23:51:16 harakh kernel: BRK [0x71d64000, 0x71d64fff] PGTABLE
Oct 20 23:51:16 harakh kernel: BRK [0x71d65000, 0x71d65fff] PGTABLE
Oct 20 23:51:16 harakh kernel: BRK [0x71d66000, 0x71d66fff] PGTABLE
Oct 20 23:51:16 harakh kernel: BRK [0x71d67000, 0x71d67fff] PGTABLE
Oct 20 23:51:16 harakh kernel: BRK [0x71d68000, 0x71d68fff] PGTABLE
Oct 20 23:51:16 harakh kernel: BRK [0x71d69000, 0x71d69fff] PGTABLE
Oct 20 23:51:16 harakh kernel: BRK [0x71d6a000, 0x71d6afff] PGTABLE
Oct 20 23:51:16 harakh kernel: Secure boot could not be determined
Oct 20 23:51:16 harakh kernel: RAMDISK: [mem 0x36467000-0x3722afff]
Oct 20 23:51:16 harakh kernel: ACPI: Early table checksum verification disabled
Oct 20 23:51:16 harakh kernel: ACPI: RSDP 0x000000009890E000 000024 (v02 DELL  )
Oct 20 23:51:16 harakh kernel: ACPI: XSDT 0x000000009890E0C0 0000FC (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 20 23:51:16 harakh kernel: ACPI: FACP 0x00000000989318A0 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
Oct 20 23:51:16 harakh kernel: ACPI: DSDT 0x000000009890E248 023654 (v02 DELL   CBX3     01072009 INTL 20160422)
Oct 20 23:51:16 harakh kernel: ACPI: FACS 0x0000000098FF1F80 000040
Oct 20 23:51:16 harakh kernel: ACPI: APIC 0x00000000989319B0 000084 (v03 DELL   CBX3     01072009 AMI  00010013)
Oct 20 23:51:16 harakh kernel: ACPI: FPDT 0x0000000098931A38 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 20 23:51:16 harakh kernel: ACPI: FIDT 0x0000000098931A80 00009C (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 20 23:51:16 harakh kernel: ACPI: MCFG 0x0000000098931B20 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
Oct 20 23:51:16 harakh kernel: ACPI: HPET 0x0000000098931B60 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
Oct 20 23:51:16 harakh kernel: ACPI: SSDT 0x0000000098931B98 00043E (v01 SataRe SataTabl 00001000 INTL 20160422)
Oct 20 23:51:16 harakh kernel: ACPI: BOOT 0x0000000098931FD8 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
Oct 20 23:51:16 harakh kernel: ACPI: SSDT 0x0000000098932000 0012EB (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Oct 20 23:51:16 harakh kernel: ACPI: HPET 0x00000000989332F0 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
Oct 20 23:51:16 harakh kernel: ACPI: SSDT 0x0000000098933328 000A83 (v02 INTEL  xh_OEMBD 00000000 INTL 20160422)
Oct 20 23:51:16 harakh kernel: ACPI: UEFI 0x0000000098933DB0 000042 (v01                 00000000      00000000)
Oct 20 23:51:16 harakh kernel: ACPI: SSDT 0x0000000098933DF8 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Oct 20 23:51:16 harakh kernel: ACPI: LPIT 0x0000000098934CD8 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
Oct 20 23:51:16 harakh kernel: ACPI: WSMT 0x0000000098934D70 000028 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
Oct 20 23:51:16 harakh kernel: ACPI: SSDT 0x0000000098934D98 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
Oct 20 23:51:16 harakh kernel: ACPI: SSDT 0x0000000098935038 000E3F (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Oct 20 23:51:16 harakh kernel: ACPI: DBGP 0x0000000098935E78 000034 (v01 INTEL           00000002 MSFT 0000005F)
Oct 20 23:51:16 harakh kernel: ACPI: DBG2 0x0000000098935EB0 000061 (v00 INTEL           00000002 MSFT 0000005F)
Oct 20 23:51:16 harakh kernel: ACPI: SSDT 0x0000000098935F18 003E5C (v02 DptfTa DptfTabl 00001000 INTL 20160422)
Oct 20 23:51:16 harakh kernel: ACPI: SLIC 0x0000000098939D78 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
Oct 20 23:51:16 harakh kernel: ACPI: SSDT 0x0000000098939EF0 000281 (v02 SgRef  SgUlt    00001000 INTL 20160422)
Oct 20 23:51:16 harakh kernel: ACPI: SSDT 0x000000009893A178 00069A (v02 SgRef  SgPch    00001000 INTL 20160422)
Oct 20 23:51:16 harakh kernel: ACPI: DMAR 0x000000009893A818 0000F0 (v01 INTEL  KBL      00000001 INTL 00000001)
Oct 20 23:51:16 harakh kernel: ACPI: TPM2 0x000000009893A908 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
Oct 20 23:51:16 harakh kernel: ACPI: SSDT 0x000000009893A940 000F46 (v01 AmdRef AmdTabl  00001000 INTL 20160422)
Oct 20 23:51:16 harakh kernel: [81B blob data]
Oct 20 23:51:16 harakh kernel: ACPI: Local APIC address 0xfee00000
Oct 20 23:51:16 harakh kernel: No NUMA configuration found
Oct 20 23:51:16 harakh kernel: Faking a node at [mem 0x0000000000000000-0x000000015f7fffff]
Oct 20 23:51:16 harakh kernel: NODE_DATA(0) allocated [mem 0x15f7f9000-0x15f7fdfff]
Oct 20 23:51:16 harakh kernel: Zone ranges:
Oct 20 23:51:16 harakh kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 20 23:51:16 harakh kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 20 23:51:16 harakh kernel:   Normal   [mem 0x0000000100000000-0x000000015f7fffff]
Oct 20 23:51:16 harakh kernel:   Device   empty
Oct 20 23:51:16 harakh kernel: Movable zone start for each node
Oct 20 23:51:16 harakh kernel: Early memory node ranges
Oct 20 23:51:16 harakh kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Oct 20 23:51:16 harakh kernel:   node   0: [mem 0x0000000000059000-0x000000000009efff]
Oct 20 23:51:16 harakh kernel:   node   0: [mem 0x0000000000100000-0x00000000930c6fff]
Oct 20 23:51:16 harakh kernel:   node   0: [mem 0x00000000930c9000-0x000000009858afff]
Oct 20 23:51:16 harakh kernel:   node   0: [mem 0x00000000995ff000-0x00000000995fffff]
Oct 20 23:51:16 harakh kernel:   node   0: [mem 0x0000000100000000-0x000000015f7fffff]
Oct 20 23:51:16 harakh kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000015f7fffff]
Oct 20 23:51:16 harakh kernel: On node 0 totalpages: 1015079
Oct 20 23:51:16 harakh kernel:   DMA zone: 64 pages used for memmap
Oct 20 23:51:16 harakh kernel:   DMA zone: 26 pages reserved
Oct 20 23:51:16 harakh kernel:   DMA zone: 3997 pages, LIFO batch:0
Oct 20 23:51:16 harakh kernel:   DMA32 zone: 9687 pages used for memmap
Oct 20 23:51:16 harakh kernel:   DMA32 zone: 619914 pages, LIFO batch:31
Oct 20 23:51:16 harakh kernel:   Normal zone: 6112 pages used for memmap
Oct 20 23:51:16 harakh kernel:   Normal zone: 391168 pages, LIFO batch:31
Oct 20 23:51:16 harakh kernel: Reserving Intel graphics memory at 0x000000009b800000-0x000000009f7fffff
Oct 20 23:51:16 harakh kernel: ACPI: PM-Timer IO Port: 0x1808
Oct 20 23:51:16 harakh kernel: ACPI: Local APIC address 0xfee00000
Oct 20 23:51:16 harakh kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 20 23:51:16 harakh kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 20 23:51:16 harakh kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 20 23:51:16 harakh kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 20 23:51:16 harakh kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Oct 20 23:51:16 harakh kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 20 23:51:16 harakh kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 20 23:51:16 harakh kernel: ACPI: IRQ0 used by override.
Oct 20 23:51:16 harakh kernel: ACPI: IRQ9 used by override.
Oct 20 23:51:16 harakh kernel: Using ACPI (MADT) for SMP configuration information
Oct 20 23:51:16 harakh kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Oct 20 23:51:16 harakh kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0x930c7000-0x930c7fff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0x930c8000-0x930c8fff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0x9858b000-0x98902fff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0x98903000-0x9893bfff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0x9893c000-0x98ff8fff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0x98ff9000-0x9958ffff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0x99590000-0x995fefff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0x99600000-0x9b7fffff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0x9b800000-0x9f7fffff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Oct 20 23:51:16 harakh kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Oct 20 23:51:16 harakh kernel: e820: [mem 0x9f800000-0xdfffffff] available for PCI devices
Oct 20 23:51:16 harakh kernel: Booting paravirtualized kernel on bare hardware
Oct 20 23:51:16 harakh kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 20 23:51:16 harakh kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
Oct 20 23:51:16 harakh kernel: percpu: Embedded 36 pages/cpu @ffff97535f400000 s106520 r8192 d32744 u524288
Oct 20 23:51:16 harakh kernel: pcpu-alloc: s106520 r8192 d32744 u524288 alloc=1*2097152
Oct 20 23:51:16 harakh kernel: pcpu-alloc: [0] 0 1 2 3 
Oct 20 23:51:16 harakh kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 999190
Oct 20 23:51:16 harakh kernel: Policy zone: Normal
Oct 20 23:51:16 harakh kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e56b8b35-8197-479b-86bd-3249f6ea1a24 rw intel_iommu=off quiet cryptdevice=/dev/sda3:cryptroot root=/dev/mapper/cryptroot cryptkey=/dev/sda3:ext4:/etc/keyfile crypto=sha256:aes-xts-plain64:256::
Oct 20 23:51:16 harakh kernel: DMAR: IOMMU disabled
Oct 20 23:51:16 harakh kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Oct 20 23:51:16 harakh kernel: Calgary: detecting Calgary via BIOS EBDA area
Oct 20 23:51:16 harakh kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 20 23:51:16 harakh kernel: Memory: 3813876K/4060316K available (6644K kernel code, 1134K rwdata, 2048K rodata, 1336K init, 908K bss, 246440K reserved, 0K cma-reserved)
Oct 20 23:51:16 harakh kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 20 23:51:16 harakh kernel: ftrace: allocating 28352 entries in 111 pages
Oct 20 23:51:16 harakh kernel: Preemptible hierarchical RCU implementation.
Oct 20 23:51:16 harakh kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
Oct 20 23:51:16 harakh kernel:         Tasks RCU enabled.
Oct 20 23:51:16 harakh kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Oct 20 23:51:16 harakh kernel: NR_IRQS: 8448, nr_irqs: 1024, preallocated irqs: 16
Oct 20 23:51:16 harakh kernel: spurious 8259A interrupt: IRQ7.
Oct 20 23:51:16 harakh kernel: Console: colour dummy device 80x25
Oct 20 23:51:16 harakh kernel: console [tty0] enabled
Oct 20 23:51:16 harakh kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Oct 20 23:51:16 harakh kernel: hpet clockevent registered
Oct 20 23:51:16 harakh kernel: tsc: Detected 2700.000 MHz processor
Oct 20 23:51:16 harakh kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5426.00 BogoMIPS (lpj=9040000)
Oct 20 23:51:16 harakh kernel: pid_max: default: 32768 minimum: 301
Oct 20 23:51:16 harakh kernel: ACPI: Core revision 20170531
Oct 20 23:51:16 harakh kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
Oct 20 23:51:16 harakh kernel: Security Framework initialized
Oct 20 23:51:16 harakh kernel: Yama: becoming mindful.
Oct 20 23:51:16 harakh kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Oct 20 23:51:16 harakh kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Oct 20 23:51:16 harakh kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
Oct 20 23:51:16 harakh kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
Oct 20 23:51:16 harakh kernel: CPU: Physical Processor ID: 0
Oct 20 23:51:16 harakh kernel: CPU: Processor Core ID: 0
Oct 20 23:51:16 harakh kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Oct 20 23:51:16 harakh kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Oct 20 23:51:16 harakh kernel: mce: CPU supports 8 MCE banks
Oct 20 23:51:16 harakh kernel: CPU0: Thermal monitoring enabled (TM1)
Oct 20 23:51:16 harakh kernel: process: using mwait in idle threads
Oct 20 23:51:16 harakh kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Oct 20 23:51:16 harakh kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Oct 20 23:51:16 harakh kernel: Freeing SMP alternatives memory: 24K
Oct 20 23:51:16 harakh kernel: smpboot: Max logical packages: 2
Oct 20 23:51:16 harakh kernel: DMAR: Host address width 39
Oct 20 23:51:16 harakh kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Oct 20 23:51:16 harakh kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Oct 20 23:51:16 harakh kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Oct 20 23:51:16 harakh kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Oct 20 23:51:16 harakh kernel: DMAR: RMRR base: 0x00000098654000 end: 0x00000098673fff
Oct 20 23:51:16 harakh kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Oct 20 23:51:16 harakh kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
Oct 20 23:51:16 harakh kernel: DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
Oct 20 23:51:16 harakh kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Oct 20 23:51:16 harakh kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Oct 20 23:51:16 harakh kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Oct 20 23:51:16 harakh kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Oct 20 23:51:16 harakh kernel: x2apic enabled
Oct 20 23:51:16 harakh kernel: Switched APIC routing to cluster x2apic.
Oct 20 23:51:16 harakh kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 20 23:51:16 harakh kernel: TSC deadline timer enabled
Oct 20 23:51:16 harakh kernel: smpboot: CPU0: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (family: 0x6, model: 0x8e, stepping: 0x9)
Oct 20 23:51:16 harakh kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Oct 20 23:51:16 harakh kernel: ... version:                4
Oct 20 23:51:16 harakh kernel: ... bit width:              48
Oct 20 23:51:16 harakh kernel: ... generic registers:      4
Oct 20 23:51:16 harakh kernel: ... value mask:             0000ffffffffffff
Oct 20 23:51:16 harakh kernel: ... max period:             00007fffffffffff
Oct 20 23:51:16 harakh kernel: ... fixed-purpose events:   3
Oct 20 23:51:16 harakh kernel: ... event mask:             000000070000000f
Oct 20 23:51:16 harakh kernel: Hierarchical SRCU implementation.
Oct 20 23:51:16 harakh kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Oct 20 23:51:16 harakh kernel: smp: Bringing up secondary CPUs ...
Oct 20 23:51:16 harakh kernel: x86: Booting SMP configuration:
Oct 20 23:51:16 harakh kernel: .... node  #0, CPUs:      #1 #2 #3
Oct 20 23:51:16 harakh kernel: smp: Brought up 1 node, 4 CPUs
Oct 20 23:51:16 harakh kernel: smpboot: Total of 4 processors activated (21708.25 BogoMIPS)
Oct 20 23:51:16 harakh kernel: devtmpfs: initialized
Oct 20 23:51:16 harakh kernel: x86/mm: Memory block size: 128MB
Oct 20 23:51:16 harakh kernel: PM: Registering ACPI NVS region [mem 0x930c7000-0x930c7fff] (4096 bytes)
Oct 20 23:51:16 harakh kernel: PM: Registering ACPI NVS region [mem 0x9893c000-0x98ff8fff] (7065600 bytes)
Oct 20 23:51:16 harakh kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 20 23:51:16 harakh kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
Oct 20 23:51:16 harakh kernel: pinctrl core: initialized pinctrl subsystem
Oct 20 23:51:16 harakh kernel: RTC time: 17:51:02, date: 10/20/17
Oct 20 23:51:16 harakh kernel: NET: Registered protocol family 16
Oct 20 23:51:16 harakh kernel: cpuidle: using governor ladder
Oct 20 23:51:16 harakh kernel: cpuidle: using governor menu
Oct 20 23:51:16 harakh kernel: PCCT header not found.
Oct 20 23:51:16 harakh kernel: Simple Boot Flag at 0x47 set to 0x80
Oct 20 23:51:16 harakh kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 20 23:51:16 harakh kernel: ACPI: bus type PCI registered
Oct 20 23:51:16 harakh kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 20 23:51:16 harakh kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Oct 20 23:51:16 harakh kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Oct 20 23:51:16 harakh kernel: PCI: Using configuration type 1 for base access
Oct 20 23:51:16 harakh kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 20 23:51:16 harakh kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 20 23:51:16 harakh kernel: ACPI: Added _OSI(Module Device)
Oct 20 23:51:16 harakh kernel: ACPI: Added _OSI(Processor Device)
Oct 20 23:51:16 harakh kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 20 23:51:16 harakh kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 20 23:51:16 harakh kernel: ACPI: Executed 33 blocks of module-level executable AML code
Oct 20 23:51:16 harakh kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 20 23:51:16 harakh kernel: ACPI: Dynamic OEM Table Load:
Oct 20 23:51:16 harakh kernel: ACPI: SSDT 0xFFFF97535985F000 0006B4 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Oct 20 23:51:16 harakh kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 20 23:51:16 harakh kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Oct 20 23:51:16 harakh kernel: ACPI: Dynamic OEM Table Load:
Oct 20 23:51:16 harakh kernel: ACPI: SSDT 0xFFFF975359ADD000 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Oct 20 23:51:16 harakh kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 20 23:51:16 harakh kernel: ACPI: Dynamic OEM Table Load:
Oct 20 23:51:16 harakh kernel: ACPI: SSDT 0xFFFF97535985F800 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
Oct 20 23:51:16 harakh kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 20 23:51:16 harakh kernel: ACPI: Dynamic OEM Table Load:
Oct 20 23:51:16 harakh kernel: ACPI: SSDT 0xFFFF975359A00400 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
Oct 20 23:51:16 harakh kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 20 23:51:16 harakh kernel: ACPI: EC: EC started
Oct 20 23:51:16 harakh kernel: ACPI: EC: interrupt blocked
Oct 20 23:51:16 harakh kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Used as first EC
Oct 20 23:51:16 harakh kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x45, EC_CMD/EC_SC=0x934, EC_DATA=0x930
Oct 20 23:51:16 harakh kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions
Oct 20 23:51:16 harakh kernel: ACPI: Interpreter enabled
Oct 20 23:51:16 harakh kernel: ACPI: (supports S0 S3 S4 S5)
Oct 20 23:51:16 harakh kernel: ACPI: Using IOAPIC for interrupt routing
Oct 20 23:51:16 harakh kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [PC09] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: Power Resource [WRST] (on)
Oct 20 23:51:16 harakh kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Oct 20 23:51:16 harakh kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Oct 20 23:51:16 harakh kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Oct 20 23:51:16 harakh kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Oct 20 23:51:16 harakh kernel: PCI host bridge to bus 0000:00
Oct 20 23:51:16 harakh kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 20 23:51:16 harakh kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 20 23:51:16 harakh kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 20 23:51:16 harakh kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Oct 20 23:51:16 harakh kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Oct 20 23:51:16 harakh kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Oct 20 23:51:16 harakh kernel: pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
Oct 20 23:51:16 harakh kernel: pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
Oct 20 23:51:16 harakh kernel: pci 0000:00:02.0: reg 0x10: [mem 0xd1000000-0xd1ffffff 64bit]
Oct 20 23:51:16 harakh kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
Oct 20 23:51:16 harakh kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Oct 20 23:51:16 harakh kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
Oct 20 23:51:16 harakh kernel: pci 0000:00:04.0: reg 0x10: [mem 0xd2320000-0xd2327fff 64bit]
Oct 20 23:51:16 harakh kernel: pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
Oct 20 23:51:16 harakh kernel: pci 0000:00:14.0: reg 0x10: [mem 0xd2310000-0xd231ffff 64bit]
Oct 20 23:51:16 harakh kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Oct 20 23:51:16 harakh kernel: pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
Oct 20 23:51:16 harakh kernel: pci 0000:00:14.2: reg 0x10: [mem 0xd2338000-0xd2338fff 64bit]
Oct 20 23:51:16 harakh kernel: pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
Oct 20 23:51:16 harakh kernel: pci 0000:00:15.0: reg 0x10: [mem 0xd2337000-0xd2337fff 64bit]
Oct 20 23:51:16 harakh kernel: pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
Oct 20 23:51:16 harakh kernel: pci 0000:00:15.1: reg 0x10: [mem 0xd2336000-0xd2336fff 64bit]
Oct 20 23:51:16 harakh kernel: pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
Oct 20 23:51:16 harakh kernel: pci 0000:00:16.0: reg 0x10: [mem 0xd2335000-0xd2335fff 64bit]
Oct 20 23:51:16 harakh kernel: pci 0000:00:16.0: PME# supported from D3hot
Oct 20 23:51:16 harakh kernel: pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
Oct 20 23:51:16 harakh kernel: pci 0000:00:17.0: reg 0x10: [mem 0xd2330000-0xd2331fff]
Oct 20 23:51:16 harakh kernel: pci 0000:00:17.0: reg 0x14: [mem 0xd2334000-0xd23340ff]
Oct 20 23:51:16 harakh kernel: pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
Oct 20 23:51:16 harakh kernel: pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
Oct 20 23:51:16 harakh kernel: pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
Oct 20 23:51:16 harakh kernel: pci 0000:00:17.0: reg 0x24: [mem 0xd2333000-0xd23337ff]
Oct 20 23:51:16 harakh kernel: pci 0000:00:17.0: PME# supported from D3hot
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Oct 20 23:51:16 harakh kernel: pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
Oct 20 23:51:16 harakh kernel: pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
Oct 20 23:51:16 harakh kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xd232c000-0xd232ffff]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
Oct 20 23:51:16 harakh kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xd2328000-0xd232bfff 64bit]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xd2300000-0xd230ffff 64bit]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Oct 20 23:51:16 harakh kernel: pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
Oct 20 23:51:16 harakh kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xd2332000-0xd23320ff 64bit]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
Oct 20 23:51:16 harakh kernel: pci 0000:01:00.0: [1002:666f] type 00 class 0x038000
Oct 20 23:51:16 harakh kernel: pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
Oct 20 23:51:16 harakh kernel: pci 0000:01:00.0: reg 0x18: [mem 0xd0000000-0xd003ffff 64bit]
Oct 20 23:51:16 harakh kernel: pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
Oct 20 23:51:16 harakh kernel: pci 0000:01:00.0: reg 0x30: [mem 0xd0040000-0xd005ffff pref]
Oct 20 23:51:16 harakh kernel: pci 0000:01:00.0: supports D1 D2
Oct 20 23:51:16 harakh kernel: pci 0000:01:00.0: PME# supported from D1 D2 D3hot
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xd00fffff]
Oct 20 23:51:16 harakh kernel: pci 0000:02:00.0: [168c:0042] type 00 class 0x028000
Oct 20 23:51:16 harakh kernel: pci 0000:02:00.0: reg 0x10: [mem 0xd2000000-0xd21fffff 64bit]
Oct 20 23:51:16 harakh kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.4:   bridge window [mem 0xd2000000-0xd21fffff]
Oct 20 23:51:16 harakh kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
Oct 20 23:51:16 harakh kernel: pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
Oct 20 23:51:16 harakh kernel: pci 0000:03:00.0: reg 0x18: [mem 0xd2204000-0xd2204fff 64bit]
Oct 20 23:51:16 harakh kernel: pci 0000:03:00.0: reg 0x20: [mem 0xd2200000-0xd2203fff 64bit pref]
Oct 20 23:51:16 harakh kernel: pci 0000:03:00.0: supports D1 D2
Oct 20 23:51:16 harakh kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.5:   bridge window [mem 0xd2200000-0xd22fffff]
Oct 20 23:51:16 harakh kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 20 23:51:16 harakh kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
Oct 20 23:51:16 harakh kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 20 23:51:16 harakh kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 20 23:51:16 harakh kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 20 23:51:16 harakh kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 20 23:51:16 harakh kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 20 23:51:16 harakh kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 20 23:51:16 harakh kernel: ACPI: Enabled 5 GPEs in block 00 to 7F
Oct 20 23:51:16 harakh kernel: ACPI: EC: interrupt unblocked
Oct 20 23:51:16 harakh kernel: ACPI: EC: event unblocked
Oct 20 23:51:16 harakh kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: GPE=0x45, EC_CMD/EC_SC=0x934, EC_DATA=0x930
Oct 20 23:51:16 harakh kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Used as boot DSDT EC to handle transactions and events
Oct 20 23:51:16 harakh kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Oct 20 23:51:16 harakh kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Oct 20 23:51:16 harakh kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Oct 20 23:51:16 harakh kernel: vgaarb: loaded
Oct 20 23:51:16 harakh kernel: EDAC MC: Ver: 3.0.0
Oct 20 23:51:16 harakh kernel: Registered efivars operations
Oct 20 23:51:16 harakh kernel: PCI: Using ACPI for IRQ routing
Oct 20 23:51:16 harakh kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 20 23:51:16 harakh kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Oct 20 23:51:16 harakh kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 20 23:51:16 harakh kernel: e820: reserve RAM buffer [mem 0x930c7000-0x93ffffff]
Oct 20 23:51:16 harakh kernel: e820: reserve RAM buffer [mem 0x9858b000-0x9bffffff]
Oct 20 23:51:16 harakh kernel: e820: reserve RAM buffer [mem 0x99600000-0x9bffffff]
Oct 20 23:51:16 harakh kernel: e820: reserve RAM buffer [mem 0x15f800000-0x15fffffff]
Oct 20 23:51:16 harakh kernel: NetLabel: Initializing
Oct 20 23:51:16 harakh kernel: NetLabel:  domain hash size = 128
Oct 20 23:51:16 harakh kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 20 23:51:16 harakh kernel: NetLabel:  unlabeled traffic allowed by default
Oct 20 23:51:16 harakh kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Oct 20 23:51:16 harakh kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Oct 20 23:51:16 harakh kernel: clocksource: Switched to clocksource hpet
Oct 20 23:51:16 harakh kernel: VFS: Disk quotas dquot_6.6.0
Oct 20 23:51:16 harakh kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 20 23:51:16 harakh kernel: pnp: PnP ACPI init
Oct 20 23:51:16 harakh kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:00: [io  0xffff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:00: [io  0xffff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:00: [io  0xffff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:00: [io  0x1800-0x18fe] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 20 23:51:16 harakh kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 20 23:51:16 harakh kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Oct 20 23:51:16 harakh kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
Oct 20 23:51:16 harakh kernel: pnp 00:04: Plug and Play ACPI device, IDs SYN0609 PNP0f13 (active)
Oct 20 23:51:16 harakh kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
Oct 20 23:51:16 harakh kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
Oct 20 23:51:16 harakh kernel: system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 20 23:51:16 harakh kernel: system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
Oct 20 23:51:16 harakh kernel: system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 20 23:51:16 harakh kernel: system 00:07: [io  0xff00-0xfffe] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 20 23:51:16 harakh kernel: system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:08: [mem 0xfe035000-0xfe035fff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:08: [mem 0xfe034008-0xfe034fff] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 20 23:51:16 harakh kernel: system 00:09: [mem 0xfe034000-0xfe034007] has been reserved
Oct 20 23:51:16 harakh kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 20 23:51:16 harakh kernel: pnp: PnP ACPI: found 10 devices
Oct 20 23:51:16 harakh kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xd00fffff]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.4:   bridge window [mem 0xd2000000-0xd21fffff]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
Oct 20 23:51:16 harakh kernel: pci 0000:00:1c.5:   bridge window [mem 0xd2200000-0xd22fffff]
Oct 20 23:51:16 harakh kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Oct 20 23:51:16 harakh kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Oct 20 23:51:16 harakh kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 20 23:51:16 harakh kernel: pci_bus 0000:00: resource 7 [mem 0x9f800000-0xdfffffff window]
Oct 20 23:51:16 harakh kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Oct 20 23:51:16 harakh kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Oct 20 23:51:16 harakh kernel: pci_bus 0000:01: resource 1 [mem 0xc0000000-0xd00fffff]
Oct 20 23:51:16 harakh kernel: pci_bus 0000:02: resource 1 [mem 0xd2000000-0xd21fffff]
Oct 20 23:51:16 harakh kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Oct 20 23:51:16 harakh kernel: pci_bus 0000:03: resource 1 [mem 0xd2200000-0xd22fffff]
Oct 20 23:51:16 harakh kernel: NET: Registered protocol family 2
Oct 20 23:51:16 harakh kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
Oct 20 23:51:16 harakh kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
Oct 20 23:51:16 harakh kernel: TCP: Hash tables configured (established 32768 bind 32768)
Oct 20 23:51:16 harakh kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
Oct 20 23:51:16 harakh kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
Oct 20 23:51:16 harakh kernel: NET: Registered protocol family 1
Oct 20 23:51:16 harakh kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 20 23:51:16 harakh kernel: PCI: CLS 0 bytes, default 64
Oct 20 23:51:16 harakh kernel: Unpacking initramfs...
Oct 20 23:51:16 harakh kernel: Freeing initrd memory: 14096K
Oct 20 23:51:16 harakh kernel: DMAR: ACPI device "device:69" under DMAR at fed91000 as 00:15.0
Oct 20 23:51:16 harakh kernel: DMAR: ACPI device "device:6a" under DMAR at fed91000 as 00:15.1
Oct 20 23:51:16 harakh kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 20 23:51:16 harakh kernel: software IO TLB [mem 0x8d729000-0x91729000] (64MB) mapped at [ffff97528d729000-ffff975291728fff]
Oct 20 23:51:16 harakh kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2717868ea45, max_idle_ns: 440795316085 ns
Oct 20 23:51:16 harakh kernel: Scanning for low memory corruption every 60 seconds
Oct 20 23:51:16 harakh kernel: Initialise system trusted keyrings
Oct 20 23:51:16 harakh kernel: Key type blacklist registered
Oct 20 23:51:16 harakh kernel: workingset: timestamp_bits=40 max_order=20 bucket_order=0
Oct 20 23:51:16 harakh kernel: zbud: loaded
Oct 20 23:51:16 harakh kernel: Key type asymmetric registered
Oct 20 23:51:16 harakh kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Oct 20 23:51:16 harakh kernel: io scheduler noop registered
Oct 20 23:51:16 harakh kernel: io scheduler deadline registered
Oct 20 23:51:16 harakh kernel: io scheduler cfq registered (default)
Oct 20 23:51:16 harakh kernel: io scheduler mq-deadline registered
Oct 20 23:51:16 harakh kernel: io scheduler kyber registered
Oct 20 23:51:16 harakh kernel: io scheduler bfq registered
Oct 20 23:51:16 harakh kernel: pcieport 0000:00:1c.0: AER enabled with IRQ 122
Oct 20 23:51:16 harakh kernel: pcieport 0000:00:1c.4: AER enabled with IRQ 123
Oct 20 23:51:16 harakh kernel: pcieport 0000:00:1c.5: AER enabled with IRQ 124
Oct 20 23:51:16 harakh kernel: pcieport 0000:00:1c.0: Signaling PME with IRQ 122
Oct 20 23:51:16 harakh kernel: pcieport 0000:00:1c.4: Signaling PME with IRQ 123
Oct 20 23:51:16 harakh kernel: pcieport 0000:00:1c.5: Signaling PME with IRQ 124
Oct 20 23:51:16 harakh kernel: efifb: probing for efifb
Oct 20 23:51:16 harakh kernel: efifb: framebuffer at 0xb0000000, using 4160k, total 4160k
Oct 20 23:51:16 harakh kernel: efifb: mode is 1366x768x32, linelength=5504, pages=1
Oct 20 23:51:16 harakh kernel: efifb: scrolling: redraw
Oct 20 23:51:16 harakh kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 20 23:51:16 harakh kernel: Console: switching to colour frame buffer device 170x48
Oct 20 23:51:16 harakh kernel: fb0: EFI VGA frame buffer device
Oct 20 23:51:16 harakh kernel: intel_idle: MWAIT substates: 0x11142120
Oct 20 23:51:16 harakh kernel: intel_idle: v0.4.1 model 0x8E
Oct 20 23:51:16 harakh kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Oct 20 23:51:16 harakh kernel: GHES: HEST is not enabled!
Oct 20 23:51:16 harakh kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 20 23:51:16 harakh kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 20 23:51:16 harakh kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
Oct 20 23:51:16 harakh kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Oct 20 23:51:16 harakh kernel: intel_pstate: Intel P-state driver initializing
Oct 20 23:51:16 harakh kernel: intel_pstate: HWP enabled
Oct 20 23:51:16 harakh kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 20 23:51:16 harakh kernel: vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
Oct 20 23:51:16 harakh kernel: intel_pmc_core 0000:00:1f.2: enabling device (0000 -> 0002)
Oct 20 23:51:16 harakh kernel: NET: Registered protocol family 10
Oct 20 23:51:16 harakh kernel: Segment Routing with IPv6
Oct 20 23:51:16 harakh kernel: NET: Registered protocol family 17
Oct 20 23:51:16 harakh kernel: RAS: Correctable Errors collector initialized.
Oct 20 23:51:16 harakh kernel: microcode: sig=0x806e9, pf=0x80, revision=0x62
Oct 20 23:51:16 harakh kernel: microcode: Microcode Update Driver: v2.2.
Oct 20 23:51:16 harakh kernel: sched_clock: Marking stable (760799148, 0)->(758772537, 2026611)
Oct 20 23:51:16 harakh kernel: registered taskstats version 1
Oct 20 23:51:16 harakh kernel: Loading compiled-in X.509 certificates
Oct 20 23:51:16 harakh kernel: zswap: loaded using pool lzo/zbud
Oct 20 23:51:16 harakh kernel: Key type big_key registered
Oct 20 23:51:16 harakh kernel:   Magic number: 5:670:896
Oct 20 23:51:16 harakh kernel: rtc_cmos 00:01: setting system clock to 2017-10-20 17:51:03 UTC (1508521863)
Oct 20 23:51:16 harakh kernel: PM: Hibernation image not present or could not be loaded.
Oct 20 23:51:16 harakh kernel: Freeing unused kernel memory: 1336K
Oct 20 23:51:16 harakh kernel: Write protecting the kernel read-only data: 10240k
Oct 20 23:51:16 harakh kernel: Freeing unused kernel memory: 1536K
Oct 20 23:51:16 harakh kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Oct 20 23:51:16 harakh kernel: i8042: Warning: Keylock active
Oct 20 23:51:16 harakh kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 20 23:51:16 harakh kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 20 23:51:16 harakh kernel: ACPI: bus type USB registered
Oct 20 23:51:16 harakh kernel: usbcore: registered new interface driver usbfs
Oct 20 23:51:16 harakh kernel: usbcore: registered new interface driver hub
Oct 20 23:51:16 harakh kernel: usbcore: registered new device driver usb
Oct 20 23:51:16 harakh kernel: SCSI subsystem initialized
Oct 20 23:51:16 harakh kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 20 23:51:16 harakh kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Oct 20 23:51:16 harakh kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
Oct 20 23:51:16 harakh kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Oct 20 23:51:16 harakh kernel: libata version 3.00 loaded.
Oct 20 23:51:16 harakh kernel: hub 1-0:1.0: USB hub found
Oct 20 23:51:16 harakh kernel: hub 1-0:1.0: 12 ports detected
Oct 20 23:51:16 harakh kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 20 23:51:16 harakh kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 20 23:51:16 harakh kernel: hub 2-0:1.0: USB hub found
Oct 20 23:51:16 harakh kernel: hub 2-0:1.0: 6 ports detected
Oct 20 23:51:16 harakh kernel: ahci 0000:00:17.0: version 3.0
Oct 20 23:51:16 harakh kernel: ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
Oct 20 23:51:16 harakh kernel: AVX2 version of gcm_enc/dec engaged.
Oct 20 23:51:16 harakh kernel: AES CTR mode by8 optimization enabled
Oct 20 23:51:16 harakh kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Oct 20 23:51:16 harakh kernel: ahci 0000:00:17.0: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst 
Oct 20 23:51:16 harakh kernel: scsi host0: ahci
Oct 20 23:51:16 harakh kernel: scsi host1: ahci
Oct 20 23:51:16 harakh kernel: ata1: SATA max UDMA/133 abar m2048@0xd2333000 port 0xd2333100 irq 126
Oct 20 23:51:16 harakh kernel: ata2: SATA max UDMA/133 abar m2048@0xd2333000 port 0xd2333180 irq 126
Oct 20 23:51:16 harakh kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Oct 20 23:51:16 harakh kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 20 23:51:16 harakh kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Oct 20 23:51:16 harakh kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Oct 20 23:51:16 harakh kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Oct 20 23:51:16 harakh kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Oct 20 23:51:16 harakh kernel: usb 1-5: new high-speed USB device number 2 using xhci_hcd
Oct 20 23:51:16 harakh kernel: ata1.00: ATA-8: TOSHIBA MQ01ABD100, AX0P3D, max UDMA/100
Oct 20 23:51:16 harakh kernel: ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Oct 20 23:51:16 harakh kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Oct 20 23:51:16 harakh kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Oct 20 23:51:16 harakh kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Oct 20 23:51:16 harakh kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Oct 20 23:51:16 harakh kernel: ata1.00: configured for UDMA/100
Oct 20 23:51:16 harakh kernel: scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MQ01ABD1 3D   PQ: 0 ANSI: 5
Oct 20 23:51:16 harakh kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 20 23:51:16 harakh kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Oct 20 23:51:16 harakh kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Oct 20 23:51:16 harakh kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Oct 20 23:51:16 harakh kernel: ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) succeeded
Oct 20 23:51:16 harakh kernel: ata2.00: ATAPI: PLDS DVD+/-RW DU-8A5LH, 6D11, max UDMA/133
Oct 20 23:51:16 harakh kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Oct 20 23:51:16 harakh kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Oct 20 23:51:16 harakh kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Oct 20 23:51:16 harakh kernel: ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) succeeded
Oct 20 23:51:16 harakh kernel: ata2.00: configured for UDMA/133
Oct 20 23:51:16 harakh kernel: usb 1-6: new high-speed USB device number 3 using xhci_hcd
Oct 20 23:51:16 harakh kernel: scsi 1:0:0:0: CD-ROM            PLDS     DVD+-RW DU-8A5LH 6D11 PQ: 0 ANSI: 5
Oct 20 23:51:16 harakh kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Oct 20 23:51:16 harakh kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Oct 20 23:51:16 harakh kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 20 23:51:16 harakh kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 20 23:51:16 harakh kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 20 23:51:16 harakh kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Oct 20 23:51:16 harakh kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Oct 20 23:51:16 harakh kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Oct 20 23:51:16 harakh kernel: clocksource: Switched to clocksource tsc
Oct 20 23:51:16 harakh kernel:  sda: sda1 sda2 sda3 sda4 sda5
Oct 20 23:51:16 harakh kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Oct 20 23:51:16 harakh kernel: usbcore: registered new interface driver rtsx_usb
Oct 20 23:51:16 harakh kernel: usb 1-8: new full-speed USB device number 4 using xhci_hcd
Oct 20 23:51:16 harakh kernel: device-mapper: uevent: version 1.0.3
Oct 20 23:51:16 harakh kernel: device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
Oct 20 23:51:16 harakh kernel: EXT4-fs (sda3): VFS: Can't find ext4 filesystem
Oct 20 23:51:16 harakh kernel: random: crng init done
Oct 20 23:51:16 harakh kernel: NET: Registered protocol family 38
Oct 20 23:51:16 harakh kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
Oct 20 23:51:16 harakh kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Oct 20 23:51:16 harakh 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 20 23:51:16 harakh systemd[1]: Detected architecture x86-64.
Oct 20 23:51:16 harakh systemd[1]: Set hostname to <harakh>.
Oct 20 23:51:16 harakh systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 20 23:51:16 harakh systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 20 23:51:16 harakh systemd[1]: Reached target Remote File Systems.
Oct 20 23:51:16 harakh systemd[1]: Created slice System Slice.
Oct 20 23:51:16 harakh systemd[1]: Mounting Huge Pages File System...
Oct 20 23:51:16 harakh systemd[1]: Listening on udev Kernel Socket.
Oct 20 23:51:16 harakh systemd[1]: Created slice system-systemd\x2dcryptsetup.slice.
Oct 20 23:51:16 harakh systemd-journald[258]: Journal started
Oct 20 23:51:16 harakh systemd-journald[258]: Runtime journal (/run/log/journal/5cb4f25bd7894a389f83a07f1b35adcc) is 8.0M, max 191.2M, 183.2M free.
Oct 20 23:51:16 harakh systemd[1]: Started Create list of required static device nodes for the current kernel.
Oct 20 23:51:16 harakh systemd[1]: Mounted Kernel Configuration File System.
Oct 20 23:51:16 harakh systemd[1]: Mounted Huge Pages File System.
Oct 20 23:51:16 harakh systemd[1]: Mounted Kernel Debug File System.
Oct 20 23:51:16 harakh systemd[1]: Mounted POSIX Message Queue File System.
Oct 20 23:51:16 harakh kernel: EXT4-fs (dm-0): re-mounted. Opts: data=ordered
Oct 20 23:51:16 harakh systemd[1]: Started Remount Root and Kernel File Systems.
Oct 20 23:51:16 harakh systemd[1]: Starting Load/Save Random Seed...
Oct 20 23:51:16 harakh systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 20 23:51:16 harakh systemd[1]: Starting Create System Users...
Oct 20 23:51:16 harakh systemd[1]: Starting Rebuild Hardware Database...
Oct 20 23:51:16 harakh systemd[1]: Started Apply Kernel Variables.
Oct 20 23:51:16 harakh systemd-journald[258]: Time spent on flushing to /var is 2.719189s for 671 entries.
Oct 20 23:51:16 harakh systemd-journald[258]: System journal (/var/log/journal/5cb4f25bd7894a389f83a07f1b35adcc) is 472.1M, max 4.0G, 3.5G free.
Oct 20 23:51:24 harakh kernel: ACPI: AC Adapter [AC] (on-line)
Oct 20 23:51:24 harakh kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Oct 20 23:51:24 harakh kernel: ACPI: Lid Switch [LID0]
Oct 20 23:51:24 harakh kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
Oct 20 23:51:24 harakh kernel: ACPI: Power Button [PBTN]
Oct 20 23:51:24 harakh kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
Oct 20 23:51:24 harakh kernel: ACPI: Sleep Button [SBTN]
Oct 20 23:51:24 harakh kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
Oct 20 23:51:24 harakh kernel: ACPI: Power Button [PWRF]
Oct 20 23:51:24 harakh kernel: Bluetooth: Core ver 2.22
Oct 20 23:51:24 harakh kernel: NET: Registered protocol family 31
Oct 20 23:51:24 harakh kernel: Bluetooth: HCI device and connection manager initialized
Oct 20 23:51:24 harakh kernel: Bluetooth: HCI socket layer initialized
Oct 20 23:51:24 harakh kernel: Bluetooth: L2CAP socket layer initialized
Oct 20 23:51:24 harakh kernel: Bluetooth: SCO socket layer initialized
Oct 20 23:51:24 harakh kernel: Bluetooth: HCI UART driver ver 2.3
Oct 20 23:51:24 harakh kernel: Bluetooth: HCI UART protocol H4 registered
Oct 20 23:51:24 harakh kernel: Bluetooth: HCI UART protocol BCSP registered
Oct 20 23:51:24 harakh kernel: Bluetooth: HCI UART protocol LL registered
Oct 20 23:51:24 harakh kernel: Bluetooth: HCI UART protocol ATH3K registered
Oct 20 23:51:24 harakh kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
Oct 20 23:51:24 harakh kernel: Bluetooth: HCI UART protocol Intel registered
Oct 20 23:51:24 harakh kernel: Bluetooth: HCI UART protocol Broadcom registered
Oct 20 23:51:24 harakh kernel: Bluetooth: HCI UART protocol QCA registered
Oct 20 23:51:24 harakh kernel: Bluetooth: HCI UART protocol AG6XX registered
Oct 20 23:51:24 harakh kernel: Bluetooth: HCI UART protocol Marvell registered
Oct 20 23:51:24 harakh kernel: ACPI: Battery Slot [BAT0] (battery present)
Oct 20 23:51:24 harakh kernel: hidraw: raw HID events driver (C) Jiri Kosina
Oct 20 23:51:24 harakh kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Oct 20 23:51:24 harakh kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 20 23:51:24 harakh kernel: ACPI: Thermal Zone [THM] (25 C)
Oct 20 23:51:24 harakh kernel: tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 4)
Oct 20 23:51:24 harakh kernel: acpi INT33D5:00: intel-hid: created platform device
Oct 20 23:51:24 harakh kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Oct 20 23:51:24 harakh kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Oct 20 23:51:24 harakh kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Oct 20 23:51:24 harakh kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Oct 20 23:51:24 harakh kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Oct 20 23:51:24 harakh kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 20 23:51:24 harakh kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Oct 20 23:51:24 harakh kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Oct 20 23:51:24 harakh kernel: wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
Oct 20 23:51:24 harakh kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input6
Oct 20 23:51:24 harakh kernel: media: Linux media interface: v0.10
Oct 20 23:51:24 harakh kernel: usbcore: registered new interface driver btusb
Oct 20 23:51:24 harakh kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Oct 20 23:51:24 harakh kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Oct 20 23:51:24 harakh kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Oct 20 23:51:24 harakh kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Oct 20 23:51:24 harakh kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Oct 20 23:51:24 harakh kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Oct 20 23:51:24 harakh kernel: Linux agpgart interface v0.103
Oct 20 23:51:24 harakh kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Oct 20 23:51:24 harakh kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Oct 20 23:51:24 harakh kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
Oct 20 23:51:24 harakh kernel: Linux video capture interface: v2.00
Oct 20 23:51:24 harakh kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Oct 20 23:51:24 harakh kernel: r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
Oct 20 23:51:24 harakh kernel: r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffaa53006dd000, 10:7d:1a:04:29:5e, XID 0c000800 IRQ 280
Oct 20 23:51:24 harakh kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Oct 20 23:51:24 harakh kernel: [drm] Memory usable by graphics device = 4096M
Oct 20 23:51:24 harakh kernel: checking generic (b0000000 410000) vs hw (b0000000 10000000)
Oct 20 23:51:24 harakh kernel: fb: switching to inteldrmfb from EFI VGA
Oct 20 23:51:24 harakh kernel: Console: switching to colour dummy device 80x25
Oct 20 23:51:24 harakh kernel: [drm] Replacing VGA console driver
Oct 20 23:51:24 harakh kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 20 23:51:24 harakh kernel: [drm] Driver supports precise vblank timestamp query.
Oct 20 23:51:24 harakh kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Oct 20 23:51:24 harakh kernel: [drm] Initialized i915 1.6.0 20170619 for 0000:00:02.0 on minor 0
Oct 20 23:51:24 harakh kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Oct 20 23:51:24 harakh kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
Oct 20 23:51:24 harakh kernel: fbcon: inteldrmfb (fb0) is primary device
Oct 20 23:51:24 harakh kernel: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
Oct 20 23:51:24 harakh kernel: dell_wmi: Detected Dell WMI interface version 1
Oct 20 23:51:24 harakh kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input9
Oct 20 23:51:24 harakh kernel: ath10k_pci 0000:02:00.0: enabling device (0000 -> 0002)
Oct 20 23:51:24 harakh kernel: ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
Oct 20 23:51:24 harakh kernel: intel_rapl: Found RAPL domain package
Oct 20 23:51:24 harakh kernel: intel_rapl: Found RAPL domain core
Oct 20 23:51:24 harakh kernel: intel_rapl: Found RAPL domain uncore
Oct 20 23:51:24 harakh kernel: intel_rapl: Found RAPL domain dram
Oct 20 23:51:24 harakh kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
Oct 20 23:51:24 harakh kernel: uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0bda:5769)
Oct 20 23:51:24 harakh kernel: uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
Oct 20 23:51:24 harakh kernel: uvcvideo 1-5:1.0: Entity type for entity Extension 7 was not initialized!
Oct 20 23:51:24 harakh kernel: uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
Oct 20 23:51:24 harakh kernel: uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
Oct 20 23:51:24 harakh kernel: input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input10
Oct 20 23:51:24 harakh kernel: usbcore: registered new interface driver uvcvideo
Oct 20 23:51:24 harakh kernel: USB Video Class driver (1.1.1)
Oct 20 23:51:24 harakh kernel: pcieport 0000:00:1c.4: AER: Multiple Corrected error received: id=00e4
Oct 20 23:51:24 harakh kernel: pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e4(Receiver ID)
Oct 20 23:51:24 harakh kernel: pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00002001/00002000
Oct 20 23:51:24 harakh kernel: pcieport 0000:00:1c.4:    [ 0] Receiver Error         (First)
Oct 20 23:51:24 harakh kernel: pcieport 0000:00:1c.4: AER: Multiple Corrected error received: id=00e4
Oct 20 23:51:24 harakh kernel: pcieport 0000:00:1c.4: can't find device of ID00e4
Oct 20 23:51:24 harakh kernel: rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: TM3253-001, fw id: 2386171
Oct 20 23:51:24 harakh kernel: ath10k_pci 0000:02:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 1028:1810
Oct 20 23:51:24 harakh kernel: ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
Oct 20 23:51:24 harakh kernel: ath10k_pci 0000:02:00.0: firmware ver WLAN.TF.1.0-00267-1 api 5 features ignore-otp crc32 79cea2c7
Oct 20 23:51:24 harakh kernel: input: Synaptics TM3253-001 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-DELL0794:00/0018:06CB:7F13.0001/input/input11
Oct 20 23:51:24 harakh kernel: hid-rmi 0018:06CB:7F13.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL0794:00 06CB:7F13] on i2c-DELL0794:00
Oct 20 23:51:24 harakh kernel: ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
Oct 20 23:51:24 harakh kernel: iTCO_vendor_support: vendor-support=0
Oct 20 23:51:24 harakh kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Oct 20 23:51:24 harakh kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Oct 20 23:51:24 harakh kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Oct 20 23:51:24 harakh kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Oct 20 23:51:24 harakh kernel: mousedev: PS/2 mouse device common for all mice
Oct 20 23:51:24 harakh kernel: Console: switching to colour frame buffer device 170x48
Oct 20 23:51:24 harakh kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 20 23:51:24 harakh kernel: ath10k_pci 0000:02:00.0: htt-ver 3.1 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
Oct 20 23:51:24 harakh kernel: ath: EEPROM regdomain: 0x6c
Oct 20 23:51:24 harakh kernel: ath: EEPROM indicates we should expect a direct regpair map
Oct 20 23:51:24 harakh kernel: ath: Country alpha2 being used: 00
Oct 20 23:51:24 harakh kernel: ath: Regpair used: 0x6c
Oct 20 23:51:24 harakh kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Oct 20 23:51:24 harakh kernel: ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
Oct 20 23:51:24 harakh kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 20 23:51:24 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 20 23:51:24 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 20 23:51:24 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Oct 20 23:51:24 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Oct 20 23:51:24 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
Oct 20 23:51:24 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
Oct 20 23:51:24 harakh kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Oct 20 23:51:24 harakh kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
Oct 20 23:51:24 harakh kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
Oct 20 23:51:24 harakh kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
Oct 20 23:51:24 harakh kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Oct 20 23:51:24 harakh kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Oct 20 23:51:24 harakh kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Oct 20 23:51:24 harakh kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
Oct 20 23:51:24 harakh kernel: [drm] RC6 on
Oct 20 23:51:16 harakh systemd[1]: Started Load/Save Random Seed.
Oct 20 23:51:17 harakh systemd[1]: Started Create System Users.
Oct 20 23:51:17 harakh systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 20 23:51:17 harakh systemd[1]: Started Create Static Device Nodes in /dev.
Oct 20 23:51:17 harakh systemd[1]: Reached target Local File Systems (Pre).
Oct 20 23:51:18 harakh systemd[1]: Started Rebuild Hardware Database.
Oct 20 23:51:24 harakh systemd-fsck[306]: fsck.fat 4.1 (2017-01-24)
Oct 20 23:51:24 harakh systemd-fsck[306]: /dev/sda1: 393 files, 21313/152576 clusters
Oct 20 23:51:18 harakh systemd[1]: Starting udev Kernel Device Manager...
Oct 20 23:51:19 harakh systemd[1]: Started udev Kernel Device Manager.
Oct 20 23:51:21 harakh systemd[1]: Found device TOSHIBA_MQ01ABD100 4.
Oct 20 23:51:21 harakh systemd[1]: Starting Cryptography Setup for crypthome...
Oct 20 23:51:21 harakh systemd-udevd[281]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 20 23:51:21 harakh systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 20 23:51:21 harakh systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 20 23:51:22 harakh systemd-cryptsetup[302]: Key file /etc/keyfile is world-readable. This is not a good idea!
Oct 20 23:51:22 harakh systemd[1]: Found device TOSHIBA_MQ01ABD100 ESP.
Oct 20 23:51:22 harakh systemd[1]: Starting File System Check on /dev/disk/by-label/ESP...
Oct 20 23:51:22 harakh systemd[1]: Reached target Bluetooth.
Oct 20 23:51:22 harakh systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 20 23:51:22 harakh systemd-udevd[272]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 20 23:51:22 harakh systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Oct 20 23:51:22 harakh systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight...
Oct 20 23:51:23 harakh systemd-cryptsetup[302]: Set cipher aes, mode xts-plain64, key size 256 bits for device /dev/sda4.
Oct 20 23:51:23 harakh systemd[1]: Started Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight.
Oct 20 23:51:23 harakh systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Oct 20 23:51:23 harakh systemd-udevd[279]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 20 23:51:23 harakh systemd[1]: Found device QCA9377 802.11ac Wireless Network Adapter.
Oct 20 23:51:23 harakh systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Oct 20 23:51:23 harakh systemd[1]: Reached target Sound Card.
Oct 20 23:51:24 harakh systemd[1]: Started Flush Journal to Persistent Storage.
Oct 20 23:51:24 harakh systemd[1]: Started File System Check on /dev/disk/by-label/ESP.
Oct 20 23:51:24 harakh systemd[1]: Mounting /boot...
Oct 20 23:51:24 harakh systemd[1]: Found device TOSHIBA_MQ01ABD100 5.
Oct 20 23:51:24 harakh systemd[1]: Activating swap /dev/sda5...
Oct 20 23:51:24 harakh kernel: Adding 8314876k swap on /dev/sda5.  Priority:-1 extents:1 across:8314876k FS
Oct 20 23:51:24 harakh systemd[1]: Activated swap /dev/sda5.
Oct 20 23:51:24 harakh systemd[1]: Reached target Swap.
Oct 20 23:51:24 harakh systemd-udevd[284]: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Oct 20 23:51:25 harakh systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 20 23:51:25 harakh systemd[1]: Mounted /boot.
Oct 20 23:51:25 harakh systemd[1]: Mounted Temporary Directory (/tmp).
Oct 20 23:51:25 harakh systemd-cryptsetup[302]: Failed to activate with key file '/etc/keyfile': Operation not permitted
Oct 20 23:51:25 harakh systemd[1]: Started Dispatch Password Requests to Console.
Oct 20 23:51:37 harakh systemd-cryptsetup[302]: Set cipher aes, mode xts-plain64, key size 256 bits for device /dev/sda4.
Oct 20 23:51:39 harakh systemd[1]: Found device /dev/mapper/crypthome.
Oct 20 23:51:39 harakh systemd[1]: Started Cryptography Setup for crypthome.
Oct 20 23:51:39 harakh systemd[1]: Reached target Local Encrypted Volumes.
Oct 20 23:51:39 harakh systemd[1]: Starting File System Check on /dev/mapper/crypthome...
Oct 20 23:51:40 harakh systemd-fsck[377]: /dev/mapper/crypthome: clean, 80110/52428800 files, 8834410/209714688 blocks
Oct 20 23:51:40 harakh systemd[1]: Started File System Check on /dev/mapper/crypthome.
Oct 20 23:51:40 harakh systemd[1]: Mounting /home...
Oct 20 23:51:40 harakh kernel: EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: data=ordered
Oct 20 23:51:40 harakh systemd[1]: Mounted /home.
Oct 20 23:51:40 harakh systemd[1]: Reached target Local File Systems.
Oct 20 23:51:40 harakh systemd[1]: Starting Rebuild Journal Catalog...
Oct 20 23:51:40 harakh systemd[1]: Starting Rebuild Dynamic Linker Cache...
Oct 20 23:51:40 harakh systemd[1]: Starting Create Volatile Files and Directories...
Oct 20 23:51:40 harakh systemd[1]: Started Rebuild Journal Catalog.
Oct 20 23:51:40 harakh systemd[1]: Started Create Volatile Files and Directories.
Oct 20 23:51:40 harakh systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 20 23:51:40 harakh systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 20 23:51:41 harakh systemd[1]: Started Rebuild Dynamic Linker Cache.
Oct 20 23:51:41 harakh systemd[1]: Starting Update is Completed...
Oct 20 23:51:41 harakh systemd[1]: Started Update is Completed.
Oct 20 23:51:41 harakh systemd[1]: Reached target System Initialization.
Oct 20 23:51:41 harakh systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 20 23:51:41 harakh systemd[1]: Reached target Sockets.
Oct 20 23:51:41 harakh systemd[1]: Started Daily man-db cache update.
Oct 20 23:51:41 harakh systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 20 23:51:41 harakh systemd[1]: Started Daily locate database update.
Oct 20 23:51:41 harakh systemd[1]: Reached target Basic System.
Oct 20 23:51:41 harakh systemd[1]: Starting Login Service...
Oct 20 23:51:41 harakh systemd[1]: Started ACPI event daemon.
Oct 20 23:51:41 harakh systemd[1]: Started D-Bus System Message Bus.
Oct 20 23:51:41 harakh acpid[391]: starting up with netlink and the input layer
Oct 20 23:51:41 harakh acpid[391]: 7 rules loaded
Oct 20 23:51:41 harakh acpid[391]: waiting for events: event logging is off
Oct 20 23:51:41 harakh systemd[1]: Starting Initialize hardware monitoring sensors...
Oct 20 23:51:41 harakh systemd[1]: Starting Automatic wireless network connection using netctl profiles...
Oct 20 23:51:41 harakh systemd[1]: Started Check if the battery is bellow five percent every two minutes and go to sleep if so.
Oct 20 23:51:41 harakh systemd[1]: Started Daily verification of password and group files.
Oct 20 23:51:41 harakh systemd[1]: Starting Save/Restore Sound Card State...
Oct 20 23:51:41 harakh systemd[1]: Started Daily rotation of log files.
Oct 20 23:51:41 harakh systemd[1]: Reached target Timers.
Oct 20 23:51:41 harakh systemd[1]: Started Login Service.
Oct 20 23:51:41 harakh systemd-logind[390]: New seat seat0.
Oct 20 23:51:41 harakh systemd-logind[390]: Watching system buttons on /dev/input/event4 (Power Button)
Oct 20 23:51:41 harakh systemd[1]: Started Save/Restore Sound Card State.
Oct 20 23:51:41 harakh systemd-logind[390]: Watching system buttons on /dev/input/event2 (Power Button)
Oct 20 23:51:41 harakh systemd-logind[390]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 20 23:51:41 harakh systemd-logind[390]: Watching system buttons on /dev/input/event3 (Sleep Button)
Oct 20 23:51:41 harakh systemd[1]: Started Initialize hardware monitoring sensors.
Oct 20 23:51:41 harakh systemd-logind[390]: Watching system buttons on /dev/input/event5 (Intel HID events)
Oct 20 23:51:41 harakh systemd-logind[390]: Watching system buttons on /dev/input/event0 (AT Translated Set 2 keyboard)
Oct 20 23:51:42 harakh netctl-auto[394]: Included profile 'wlp2s0-PAP5044 DUO'
Oct 20 23:51:42 harakh netctl-auto[394]: Included profile 'wireless'
Oct 20 23:51:42 harakh netctl-auto[394]: Included profile 'wlp2s0-Rubicon17.3'
Oct 20 23:51:42 harakh kernel: pcieport 0000:00:1c.4: AER: Multiple Corrected error received: id=00e4
Oct 20 23:51:42 harakh kernel: pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e4(Receiver ID)
Oct 20 23:51:42 harakh kernel: pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000081/00002000
Oct 20 23:51:42 harakh kernel: pcieport 0000:00:1c.4:    [ 0] Receiver Error         (First)
Oct 20 23:51:42 harakh kernel: pcieport 0000:00:1c.4:    [ 7] Bad DLLP              
Oct 20 23:51:42 harakh kernel: pcieport 0000:00:1c.4: AER: Multiple Corrected error received: id=00e4
Oct 20 23:51:42 harakh kernel: pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e4(Receiver ID)
Oct 20 23:51:42 harakh kernel: pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
Oct 20 23:51:42 harakh kernel: pcieport 0000:00:1c.4:    [ 0] Receiver Error         (First)
Oct 20 23:51:42 harakh kernel: IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
Oct 20 23:51:43 harakh systemd[1]: Started Automatic wireless network connection using netctl profiles.
Oct 20 23:51:43 harakh wpa_actiond[424]: Starting wpa_actiond session for interface 'wlp2s0'
Oct 20 23:51:43 harakh systemd[1]: Reached target Network.
Oct 20 23:51:43 harakh systemd[1]: Starting Permit User Sessions...
Oct 20 23:51:43 harakh systemd[1]: Started Permit User Sessions.
Oct 20 23:51:43 harakh systemd[1]: Started Getty on tty1.
Oct 20 23:51:43 harakh systemd[1]: Reached target Login Prompts.
Oct 20 23:51:43 harakh systemd[1]: Starting Forward Password Requests to Wall...
Oct 20 23:51:43 harakh systemd[1]: Reached target Multi-User System.
Oct 20 23:51:43 harakh systemd[1]: Reached target Graphical Interface.
Oct 20 23:51:43 harakh systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Oct 20 23:51:43 harakh systemd[1]: Stopping Dispatch Password Requests to Console...
Oct 20 23:51:43 harakh systemd[1]: Stopped Dispatch Password Requests to Console.
Oct 20 23:51:43 harakh systemctl[427]: Failed to stop systemd-ask-password-plymouth.path: Unit systemd-ask-password-plymouth.path not loaded.
Oct 20 23:51:43 harakh systemctl[427]: Failed to stop systemd-ask-password-plymouth.service: Unit systemd-ask-password-plymouth.service not loaded.
Oct 20 23:51:43 harakh systemd[1]: Started Forward Password Requests to Wall.
Oct 20 23:51:43 harakh systemd[1]: Startup finished in 11.646s (kernel) + 28.832s (userspace) = 55.716s.
Oct 20 23:51:43 harakh kernel: ath10k_pci 0000:02:00.0: no channel configured; ignoring frame(s)!
Oct 20 23:51:45 harakh login[426]: pam_tally(login:auth): pam_get_uid; no such user
Oct 20 23:51:46 harakh login[426]: pam_unix(login:auth): check pass; user unknown
Oct 20 23:51:46 harakh login[426]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=tty1 ruser= rhost=
Oct 20 23:51:47 harakh kernel: wlp2s0: authenticate with 28:10:7b:f7:72:0d
Oct 20 23:51:47 harakh kernel: wlp2s0: send auth to 28:10:7b:f7:72:0d (try 1/3)
Oct 20 23:51:47 harakh kernel: wlp2s0: authenticated
Oct 20 23:51:47 harakh kernel: wlp2s0: associate with 28:10:7b:f7:72:0d (try 1/3)
Oct 20 23:51:47 harakh kernel: wlp2s0: RX AssocResp from 28:10:7b:f7:72:0d (capab=0xc31 status=0 aid=2)
Oct 20 23:51:47 harakh kernel: wlp2s0: associated
Oct 20 23:51:47 harakh kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Oct 20 23:51:48 harakh wpa_actiond[424]: Interface 'wlp2s0' connected to network 'Rubicon17.3'
Oct 20 23:51:48 harakh login[426]: FAILED LOGIN 1 FROM tty1 FOR mafe, Authentication failure
Oct 20 23:51:48 harakh dhcpcd[452]: DUID 00:01:00:01:21:1f:57:f9:d8:0f:99:54:a5:41
Oct 20 23:51:48 harakh dhcpcd[452]: wlp2s0: IAID 99:54:a5:41
Oct 20 23:51:49 harakh dhcpcd[452]: wlp2s0: rebinding lease of 192.168.0.3
Oct 20 23:51:49 harakh dhcpcd[452]: wlp2s0: probing address 192.168.0.3/24
Oct 20 23:51:52 harakh login[426]: pam_unix(login:session): session opened for user mage by LOGIN(uid=0)
Oct 20 23:51:52 harakh systemd[1]: Created slice User Slice of mage.
Oct 20 23:51:52 harakh systemd[1]: Starting User Manager for UID 1000...
Oct 20 23:51:52 harakh systemd-logind[390]: New session c1 of user mage.
Oct 20 23:51:52 harakh systemd[1]: Started Session c1 of user mage.
Oct 20 23:51:52 harakh systemd[455]: pam_unix(systemd-user:session): session opened for user mage by (uid=0)
Oct 20 23:51:52 harakh systemd[455]: Listening on Sound System.
Oct 20 23:51:53 harakh login[426]: LOGIN ON tty1 BY mage
Oct 20 23:51:52 harakh systemd[455]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 20 23:51:52 harakh systemd[455]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 20 23:51:52 harakh systemd[455]: Reached target Timers.
Oct 20 23:51:52 harakh systemd[455]: Listening on GnuPG network certificate management daemon.
Oct 20 23:51:52 harakh systemd[455]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 20 23:51:52 harakh systemd[455]: Reached target Paths.
Oct 20 23:51:52 harakh systemd[455]: Starting D-Bus User Message Bus Socket.
Oct 20 23:51:52 harakh systemd[455]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 20 23:51:53 harakh systemd[455]: Listening on D-Bus User Message Bus Socket.
Oct 20 23:51:53 harakh systemd[455]: Reached target Sockets.
Oct 20 23:51:53 harakh systemd[455]: Reached target Basic System.
Oct 20 23:51:53 harakh systemd[455]: Started Syncthing - Open Source Continuous File Synchronization.
Oct 20 23:51:53 harakh systemd[455]: Reached target Default.
Oct 20 23:51:53 harakh systemd[455]: Startup finished in 281ms.
Oct 20 23:51:53 harakh systemd[1]: Started User Manager for UID 1000.
Oct 20 23:51:54 harakh dhcpcd[452]: wlp2s0: leased 192.168.0.3 for 86400 seconds
Oct 20 23:51:54 harakh dhcpcd[452]: wlp2s0: adding route to 192.168.0.0/24
Oct 20 23:51:54 harakh dhcpcd[452]: wlp2s0: adding default route via 192.168.0.1
Oct 20 23:51:54 harakh syncthing[461]: [J76OM] INFO: syncthing v0.14.39 "Dysprosium Dragonfly" (go1.9.1 linux-amd64) builduser@svetlemodry 2017-10-11 18:07:54 UTC [noupgrade]
Oct 20 23:51:54 harakh syncthing[461]: [J76OM] INFO: My ID: J76OMOF-D6CBKDR-Y3VUJPY-HPVHOXS-YOCQMJY-L7EBFSZ-CEJXWJN-MZISUAN
Oct 20 23:51:54 harakh dhcpcd[452]: forked to background, child pid 513
Oct 20 23:51:55 harakh syncthing[461]: [J76OM] INFO: Single thread SHA256 performance is 391 MB/s using minio/sha256-simd (331 MB/s using crypto/sha256).
Oct 20 23:51:55 harakh syncthing[461]: [J76OM] INFO: Hashing performance with weak hash is 322.49 MB/s
Oct 20 23:51:56 harakh syncthing[461]: [J76OM] INFO: Hashing performance without weak hash is 382.92 MB/s
Oct 20 23:51:56 harakh syncthing[461]: [J76OM] INFO: Weak hash enabled, as it has an acceptable performance impact.
Oct 20 23:51:56 harakh syncthing[461]: [J76OM] INFO: Ready to synchronize "Music" (p981s-pieny) (readwrite)
Oct 20 23:51:57 harakh syncthing[461]: [J76OM] INFO: Ready to synchronize "Art" (xflpg-ghxzr) (readwrite)
Oct 20 23:51:57 harakh syncthing[461]: [J76OM] INFO: Ready to synchronize "Notes" (o0e1t-ulv45) (readwrite)
Oct 20 23:51:57 harakh syncthing[461]: [J76OM] INFO: Ready to synchronize "pics" (net5c-n41z8) (readwrite)
Oct 20 23:51:57 harakh syncthing[461]: [J76OM] INFO: Ready to synchronize "Ucheba" (p1ape-guxtx) (readwrite)
Oct 20 23:51:57 harakh syncthing[461]: [J76OM] INFO: Ready to synchronize "Default Folder" (default) (readwrite)
Oct 20 23:51:57 harakh syncthing[461]: [J76OM] INFO: Send rate is unlimited, receive rate is unlimited
Oct 20 23:51:57 harakh syncthing[461]: [J76OM] INFO: Rate limits do not apply to LAN connections
Oct 20 23:51:57 harakh syncthing[461]: [J76OM] INFO: Using discovery server https://discovery-v4-2.syncthing.net/v2/?id=DVU36WY-H3LVZHW-E6LLFRE-YAFN5EL-HILWRYP-OC2M47J-Z4PE62Y-ADIBDQC
Oct 20 23:51:57 harakh syncthing[461]: [J76OM] INFO: Using discovery server https://discovery-v4-3.syncthing.net/v2/?id=VK6HNJ3-VVMM66S-HRVWSCR-IXEHL2H-U4AQ4MW-UCPQBWX-J2L2UBK-NVZRDQZ
Oct 20 23:51:57 harakh syncthing[461]: [J76OM] INFO: Using discovery server https://discovery-v4-4.syncthing.net/v2/?id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
Oct 20 23:51:57 harakh syncthing[461]: [J76OM] INFO: TCP listener ([::]:22000) starting
Oct 20 23:51:57 harakh syncthing[461]: [J76OM] INFO: Completed initial scan of readwrite folder "Notes" (o0e1t-ulv45)
Oct 20 23:51:57 harakh syncthing[461]: [J76OM] INFO: Completed initial scan of readwrite folder "Default Folder" (default)
Oct 20 23:51:57 harakh syncthing[461]: [J76OM] INFO: Completed initial scan of readwrite folder "Ucheba" (p1ape-guxtx)
Oct 20 23:51:57 harakh syncthing[461]: [J76OM] INFO: Completed initial scan of readwrite folder "Music" (p981s-pieny)
Oct 20 23:51:58 harakh syncthing[461]: [J76OM] INFO: Completed initial scan of readwrite folder "Art" (xflpg-ghxzr)
Oct 20 23:51:58 harakh syncthing[461]: [J76OM] INFO: Completed initial scan of readwrite folder "pics" (net5c-n41z8)
Oct 20 23:51:59 harakh syncthing[461]: [J76OM] INFO: Using discovery server https://discovery-v6-2.syncthing.net/v2/?id=DVU36WY-H3LVZHW-E6LLFRE-YAFN5EL-HILWRYP-OC2M47J-Z4PE62Y-ADIBDQC
Oct 20 23:51:59 harakh syncthing[461]: [J76OM] INFO: Using discovery server https://discovery-v6-3.syncthing.net/v2/?id=VK6HNJ3-VVMM66S-HRVWSCR-IXEHL2H-U4AQ4MW-UCPQBWX-J2L2UBK-NVZRDQZ
Oct 20 23:51:59 harakh syncthing[461]: [J76OM] INFO: Using discovery server https://discovery-v6-4.syncthing.net/v2/?id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
Oct 20 23:52:00 harakh syncthing[461]: [J76OM] INFO: Device J76OMOF-D6CBKDR-Y3VUJPY-HPVHOXS-YOCQMJY-L7EBFSZ-CEJXWJN-MZISUAN is "harakh" at [dynamic]
Oct 20 23:52:00 harakh syncthing[461]: [J76OM] INFO: Device WE357OD-ELOYARW-GCXFJYC-ZKCJHC7-4LDJU4K-WHBB6U2-ENJICLS-IQVXHAP is "verkker" at [dynamic]
Oct 20 23:52:00 harakh syncthing[461]: [J76OM] INFO: Device XBWRJDC-VBUGJDN-5Y7RTM7-S4BPALJ-24RE2KF-VMGML66-ZHG32L2-RXVY2AA is "phone" at [dynamic]
Oct 20 23:52:00 harakh syncthing[461]: [J76OM] INFO: Starting usage reporting
Oct 20 23:52:00 harakh syncthing[461]: [J76OM] INFO: GUI and API listening on [::]:8080
Oct 20 23:52:00 harakh syncthing[461]: [J76OM] INFO: Access the GUI via the following URL: http://127.0.0.1:8080/
Oct 20 23:52:03 harakh syncthing[461]: [J76OM] INFO: Established secure connection to XBWRJDC-VBUGJDN-5Y7RTM7-S4BPALJ-24RE2KF-VMGML66-ZHG32L2-RXVY2AA at [fe80::da0f:99ff:fe54:a541%wlp2s0]:22000-[fe80::4691:dbff:fe88:205c%wlp2s0]:48377 (tcp-server) (TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305)
Oct 20 23:52:03 harakh syncthing[461]: [J76OM] INFO: Device XBWRJDC-VBUGJDN-5Y7RTM7-S4BPALJ-24RE2KF-VMGML66-ZHG32L2-RXVY2AA client is "syncthing v0.14.30" named "PAP5044DUO"
Oct 20 23:52:06 harakh systemd[1]: Started Battery Checker.
Oct 20 23:52:06 harakh sh[529]: /bin/sh: /opt/battery_check.sh: No such file or directory
Oct 20 23:52:06 harakh systemd[1]: battery_check.service: Main process exited, code=exited, status=127/n/a
Oct 20 23:52:06 harakh systemd[1]: battery_check.service: Failed with result 'exit-code'.
Oct 20 23:52:11 harakh syncthing[461]: [J76OM] INFO: Established secure connection to WE357OD-ELOYARW-GCXFJYC-ZKCJHC7-4LDJU4K-WHBB6U2-ENJICLS-IQVXHAP at 192.168.0.3:40636-46.22.48.180:22067 (relay-client) (TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305)
Oct 20 23:52:11 harakh syncthing[461]: [J76OM] INFO: Device WE357OD-ELOYARW-GCXFJYC-ZKCJHC7-4LDJU4K-WHBB6U2-ENJICLS-IQVXHAP client is "syncthing v0.14.39" named "verkker"
Oct 20 23:52:11 harakh syncthing[461]: [J76OM] INFO: Established secure connection to WE357OD-ELOYARW-GCXFJYC-ZKCJHC7-4LDJU4K-WHBB6U2-ENJICLS-IQVXHAP at 192.168.0.3:35230-192.168.0.59:22000 (tcp-client) (TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305)
Oct 20 23:52:11 harakh syncthing[461]: [J76OM] INFO: Replacing old connection 192.168.0.3:40636-46.22.48.180:22067/relay-client with 192.168.0.3:35230-192.168.0.59:22000/tcp-client for WE357OD-ELOYARW-GCXFJYC-ZKCJHC7-4LDJU4K-WHBB6U2-ENJICLS-IQVXHAP
Oct 20 23:52:11 harakh syncthing[461]: [J76OM] INFO: Connection to WE357OD-ELOYARW-GCXFJYC-ZKCJHC7-4LDJU4K-WHBB6U2-ENJICLS-IQVXHAP closed: reading length: read tcp 192.168.0.3:40636->46.22.48.180:22067: use of closed network connection
Oct 20 23:52:11 harakh syncthing[461]: [J76OM] INFO: Device WE357OD-ELOYARW-GCXFJYC-ZKCJHC7-4LDJU4K-WHBB6U2-ENJICLS-IQVXHAP client is "syncthing v0.14.39" named "verkker"
Oct 20 23:52:18 harakh syncthing[461]: [J76OM] INFO: Detected 1 NAT device
Oct 20 23:52:18 harakh syncthing[461]: [J76OM] INFO: Joined relay relay://94.242.57.172:443
Oct 20 23:52:20 harakh systemd-logind[390]: Lid closed.
Oct 20 23:52:20 harakh root[537]: LID closed
Oct 20 23:53:49 harakh systemd-logind[390]: Lid opened.
Oct 20 23:53:49 harakh root[539]: LID opened
Oct 20 23:53:49 harakh kernel: ACPI Error: Thread 1457831424 cannot release Mutex [PATM] acquired by thread 1503702656 (20170531/exmutex-416)
Oct 20 23:53:49 harakh kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.ECDV._Q66, AE_AML_NOT_OWNER (20170531/psparse-550)
Oct 20 23:53:53 harakh acpid[391]: client connected from 563[1000:1000]
Oct 20 23:53:53 harakh acpid[391]: 1 client rule loaded
Oct 20 23:53:53 harakh acpid[391]: client connected from 563[1000:1000]
Oct 20 23:53:53 harakh acpid[391]: 1 client rule loaded
Oct 20 23:53:55 harakh systemd[455]: Started D-Bus User Message Bus.
Oct 20 23:53:55 harakh dbus-daemon[572]: Successfully activated service 'org.freedesktop.systemd1'
Oct 20 23:53:59 harakh dbus[392]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
Oct 20 23:54:00 harakh systemd[1]: Started Battery Checker.
Oct 20 23:54:00 harakh systemd[1]: Starting Disk Manager...
Oct 20 23:54:00 harakh sh[626]: /bin/sh: /opt/battery_check.sh: No such file or directory
Oct 20 23:54:00 harakh systemd[1]: battery_check.service: Main process exited, code=exited, status=127/n/a
Oct 20 23:54:00 harakh systemd[1]: battery_check.service: Failed with result 'exit-code'.
Oct 20 23:54:00 harakh udisksd[627]: udisks daemon version 2.7.3 starting
Oct 20 23:54:01 harakh dbus[392]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
Oct 20 23:54:01 harakh systemd[1]: Starting Authorization Manager...
Oct 20 23:54:01 harakh polkitd[634]: Started polkitd version 0.114
Oct 20 23:54:01 harakh polkitd[634]: Loading rules from directory /etc/polkit-1/rules.d
Oct 20 23:54:01 harakh polkitd[634]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 20 23:54:02 harakh polkitd[634]: Finished loading, compiling and executing 2 rules
Oct 20 23:54:02 harakh dbus[392]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 20 23:54:02 harakh systemd[1]: Started Authorization Manager.
Oct 20 23:54:02 harakh polkitd[634]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Oct 20 23:54:02 harakh dbus[392]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Oct 20 23:54:02 harakh systemd[1]: Started Disk Manager.
Oct 20 23:54:02 harakh udisksd[627]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Oct 20 23:54:03 harakh dbus-daemon[572]: Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service'
Oct 20 23:54:03 harakh systemd[455]: Starting Accessibility services bus...
Oct 20 23:54:03 harakh dbus-daemon[572]: Successfully activated service 'org.a11y.Bus'
Oct 20 23:54:03 harakh systemd[455]: Started Accessibility services bus.
Oct 20 23:54:03 harakh at-spi-bus-launcher[643]: Activating service name='org.a11y.atspi.Registry'
Oct 20 23:54:03 harakh at-spi-bus-launcher[643]: Successfully activated service 'org.a11y.atspi.Registry'
Oct 20 23:54:03 harakh org.a11y.atspi.Registry[648]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 20 23:54:05 harakh systemd[455]: Starting Sound Service...
Oct 20 23:54:05 harakh dbus[392]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
Oct 20 23:54:05 harakh systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Oct 20 23:54:05 harakh dbus[392]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Oct 20 23:54:05 harakh systemd[1]: Started RealtimeKit Scheduling Policy Service.
Oct 20 23:54:05 harakh rtkit-daemon[657]: Successfully called chroot.
Oct 20 23:54:05 harakh rtkit-daemon[657]: Successfully dropped privileges.
Oct 20 23:54:05 harakh rtkit-daemon[657]: Successfully limited resources.
Oct 20 23:54:05 harakh rtkit-daemon[657]: Running.
Oct 20 23:54:05 harakh rtkit-daemon[657]: Watchdog thread running.
Oct 20 23:54:05 harakh rtkit-daemon[657]: Canary thread running.
Oct 20 23:54:05 harakh rtkit-daemon[657]: Successfully made thread 656 of process 656 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
Oct 20 23:54:05 harakh rtkit-daemon[657]: Supervising 1 threads of 1 processes of 1 users.
Oct 20 23:54:06 harakh rtkit-daemon[657]: Supervising 1 threads of 1 processes of 1 users.
Oct 20 23:54:06 harakh rtkit-daemon[657]: Successfully made thread 660 of process 656 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Oct 20 23:54:06 harakh rtkit-daemon[657]: Supervising 2 threads of 1 processes of 1 users.
Oct 20 23:54:06 harakh rtkit-daemon[657]: Supervising 2 threads of 1 processes of 1 users.
Oct 20 23:54:06 harakh rtkit-daemon[657]: Successfully made thread 661 of process 656 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
Oct 20 23:54:06 harakh rtkit-daemon[657]: Supervising 3 threads of 1 processes of 1 users.
Oct 20 23:54:06 harakh systemd[455]: Started Sound Service.
Oct 20 23:56:00 harakh systemd[1]: Started Battery Checker.
Oct 20 23:56:00 harakh sh[738]: /bin/sh: /opt/battery_check.sh: No such file or directory
Oct 20 23:56:00 harakh systemd[1]: battery_check.service: Main process exited, code=exited, status=127/n/a
Oct 20 23:56:00 harakh systemd[1]: battery_check.service: Failed with result 'exit-code'.
Oct 20 23:57:50 harakh sudo[828]:     mage : TTY=pts/2 ; PWD=/home/mage ; USER=root ; COMMAND=/usr/bin/nvim /boot/grub/grub.cfg
Oct 20 23:57:50 harakh sudo[828]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 20 23:58:06 harakh systemd[1]: Started Battery Checker.
Oct 20 23:58:06 harakh sh[837]: /bin/sh: /opt/battery_check.sh: No such file or directory
Oct 20 23:58:06 harakh systemd[1]: battery_check.service: Main process exited, code=exited, status=127/n/a
Oct 20 23:58:06 harakh systemd[1]: battery_check.service: Failed with result 'exit-code'.
Oct 21 00:00:07 harakh systemd[1]: Starting Rotate log files...
Oct 21 00:00:07 harakh systemd[1]: Started Verify integrity of password and group files.
Oct 21 00:00:07 harakh systemd[1]: Started Battery Checker.
Oct 21 00:00:07 harakh systemd[1]: Starting Update man-db cache...
Oct 21 00:00:07 harakh systemd[1]: Starting Update locate database...
Oct 21 00:00:07 harakh sh[874]: /bin/sh: /opt/battery_check.sh: No such file or directory
Oct 21 00:00:07 harakh systemd[1]: battery_check.service: Main process exited, code=exited, status=127/n/a
Oct 21 00:00:07 harakh systemd[1]: battery_check.service: Failed with result 'exit-code'.
Oct 21 00:00:07 harakh sh[873]: user 'mpd': directory '/var/lib/mpd' does not exist
Oct 21 00:00:07 harakh sh[873]: pwck: no changes
Oct 21 00:00:07 harakh systemd[1]: Started Rotate log files.
Oct 21 00:00:08 harakh mandb[878]: Updating index cache for path `/usr/share/man/man4'. Wait...
Oct 21 00:00:08 harakh mandb[878]: Purging old database entries in /usr/share/man...
Oct 21 00:00:08 harakh mandb[878]: Processing manual pages under /usr/share/man...
Oct 21 00:00:09 harakh mandb[878]: done.
Oct 21 00:00:09 harakh mandb[878]: Checking for stray cats under /usr/share/man...
Oct 21 00:00:09 harakh mandb[878]: Checking for stray cats under /var/cache/man...
Oct 21 00:00:09 harakh mandb[878]: /usr/bin/mandb: warning: /var/cache/man/cat1/CACHEDIR.TAG: ignoring bogus filename
Oct 21 00:00:09 harakh mandb[878]: /usr/bin/mandb: warning: /var/cache/man/cat3/CACHEDIR.TAG: ignoring bogus filename
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/da...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/da...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/hu...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/hu...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/ru...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/ru...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/fr...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/fr...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/it...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/it...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/nl...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/nl...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/cat1...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/cs...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/cs...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/pl...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/pl...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/sv...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/sv...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/ko...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/ko...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/ca...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/ca...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/zh_CN...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/zh_CN...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/pt...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/pt...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/cat3...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/uk...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/uk...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/es...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/es...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/de...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/de...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/pt_BR...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/pt_BR...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/zh_TW...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/zh_TW...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/tr...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/tr...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/ja...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/ja...
Oct 21 00:00:14 harakh mandb[878]: Purging old database entries in /usr/share/man/id...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/share/man/id...
Oct 21 00:00:14 harakh mandb[878]: Processing manual pages under /usr/local/man...
Oct 21 00:00:14 harakh mandb[878]: 1 man subdirectory contained newer manual pages.
Oct 21 00:00:14 harakh mandb[878]: 2 manual pages were added.
Oct 21 00:00:14 harakh mandb[878]: 0 stray cats were added.
Oct 21 00:00:14 harakh mandb[878]: 1 old database entry was purged.
Oct 21 00:00:14 harakh systemd[1]: Started Update man-db cache.
Oct 21 00:00:25 harakh systemd[1]: Started Update locate database.
Oct 21 00:02:07 harakh systemd[1]: Started Battery Checker.
Oct 21 00:02:07 harakh sh[936]: /bin/sh: /opt/battery_check.sh: No such file or directory
Oct 21 00:02:07 harakh systemd[1]: battery_check.service: Main process exited, code=exited, status=127/n/a
Oct 21 00:02:07 harakh systemd[1]: battery_check.service: Failed with result 'exit-code'.
Oct 21 00:03:01 harakh dbus[392]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
Oct 21 00:03:01 harakh systemd[1]: Starting Daemon for power management...
Oct 21 00:03:01 harakh upowerd[1775]: failed to convert brightness: 3
Oct 21 00:03:02 harakh dbus[392]: [system] Successfully activated service 'org.freedesktop.UPower'
Oct 21 00:03:02 harakh systemd[1]: Started Daemon for power management.
Oct 21 00:04:00 harakh systemd[1]: Started Battery Checker.
Oct 21 00:04:00 harakh sh[1866]: /bin/sh: /opt/battery_check.sh: No such file or directory
Oct 21 00:04:00 harakh systemd[1]: battery_check.service: Main process exited, code=exited, status=127/n/a
Oct 21 00:04:00 harakh systemd[1]: battery_check.service: Failed with result 'exit-code'.

Doing it all with explicit intel_iommu=off. HDMI plugged/unplugged doesn't affect the result.

Offline

#19 2017-10-20 18:21:46

mageofbl00d
Member
Registered: 2016-03-06
Posts: 19

Re: Black screen on boot (Dell Vostro 3568)

Switching to LTS kernel seems tempting, but I understand that won't really help.

Offline

Board footer

Powered by FluxBB