Jump to content

OpenCore General Discussion


dgsga
8,805 posts in this topic

Recommended Posts

11 minutes ago, vit9696 said:

Right, missed your post yesterday. This makes good sense to me, although I believe the patches could be much shorter and less kernel-dependent if you take the advantage of OpenCore symbolic patcher.

 

As for now, I believe this can land to AMD_Vanilla repo, perhaps when the config format stabilises more or as a patch-only example. What do you think?

 

It would be great if they could be shortened and made less kernel-dependant as this would make future system updates easier for AMD. 

 

Are there any docs on how the symbolic patcher works?

Link to comment
Share on other sites

1 hour ago, Shaneee said:

 

It would be great if they could be shortened and made less kernel-dependant as this would make future system updates easier for AMD. 

 

Are there any docs on how the symbolic patcher works?

Yes, sure. Configuration.pdf includes all the necessary details and Sample.plist even gives an idea how you write patches.

Basically, have the following enhancements to patches available from config.plist directly compared to Clover:

— Base search. Imagine you want to replace data after _cpuid_set function. Then you write Base: _cpuid_set.

— Symbol replacement. Imagine you want to replace _cpuid_set function with your own. Then you write Base: _cpuid_set and leave Find empty.  

— Find masking. Imagine you want to find FE0F and FE1F. Then you write Find: FE0F, Mask: FFEF.

— Replace masking. Imagine you want to replace F with C in 0DFC. Then you write Replace 00C0, ReplaceMask: 00F0.

— Replace count. Imagine you want to replace only first 2 findings. Then you write Count: 2.

— Replace skip. Image you want to replace 2nd and 3rd finding. Then you write Skip: 1 and Count: 2.

— Area limiting. Imagine you want to replace in first 4096 bytes or do not replace. Then you write Limit: 4096.

 

I get a feeling these extra examples may fit well into OpenCore docs. CC @Andrey1970

  • Like 1
Link to comment
Share on other sites

1 hour ago, vit9696 said:

Yes, sure. Configuration.pdf includes all the necessary details and Sample.plist even gives an idea how you write patches.

Basically, have the following enhancements to patches available from config.plist directly compared to Clover:

— Base search. Imagine you want to replace data after _cpuid_set function. Then you write Base: _cpuid_set.

— Symbol replacement. Imagine you want to replace _cpuid_set function with your own. Then you write Base: _cpuid_set and leave Find empty.  

— Find masking. Imagine you want to find FE0F and FE1F. Then you write Find: FE0F, Mask: FFEF.

— Replace masking. Imagine you want to replace F with C in 0DFC. Then you write Replace 00C0, ReplaceMask: 00F0.

— Replace count. Imagine you want to replace only first 2 findings. Then you write Count: 2.

— Replace skip. Image you want to replace 2nd and 3rd finding. Then you write Skip: 1 and Count: 2.

— Area limiting. Imagine you want to replace in first 4096 bytes or do not replace. Then you write Limit: 4096.

 

I get a feeling these extra examples may fit well into OpenCore docs. CC @Andrey1970


Sorry for interrupting,, just for information. If i disable my IGPU from BIOS then Brightness slider will be dissapeared in Ubuntu. And i got many errors like this in terminal when i run dmesg in Ubuntu
[   25.340083] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   25.340084] applesmc: #KEY: read arg fail"


I have attached my completed dmesg log from Ubuntu
 

Spoiler

andres@Andres-Ubuntu:~$ dmesg
[    0.000000] microcode: microcode updated early to revision 0xcc, date = 2019-04-01
[    0.000000] Linux version 5.0.0-17-generic (buildd@lcy01-amd64-015) (gcc version 8.3.0 (Ubuntu 8.3.0-6ubuntu1)) #18-Ubuntu SMP Tue Jun 4 15:34:08 UTC 2019 (Ubuntu 5.0.0-17.18-generic 5.0.8)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-17-generic root=UUID=9d692a2a-93d5-475b-b1e7-b6cc3592ddf7 ro quiet splash vt.handoff=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000080768fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000080769000-0x0000000080769fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008076a000-0x000000008076afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008076b000-0x00000000898e7fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000898e8000-0x0000000089c8afff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000089c8b000-0x0000000089ee5fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000089ee6000-0x0000000089ee6fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000089ee7000-0x000000008a0e6fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008a0e7000-0x000000008a4a8fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008a4a9000-0x000000008ae8afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008ae8b000-0x000000008aefefff] type 20
[    0.000000] BIOS-e820: [mem 0x000000008aeff000-0x000000008aefffff] usable
[    0.000000] BIOS-e820: [mem 0x000000008af00000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000026effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.50 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0x8a0e7000  ACPI=0x8a0e7000  SMBIOS=0x899c1000  SMBIOS 3.0=0x899c0000  ESRT=0x8689f998 
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. iMac17,1/Mac-B809C3757DA9BB8D, BIOS 168.0.0.0.0 05/28/2019
[    0.000000] tsc: Detected 3400.000 MHz processor
[    0.001470] tsc: Detected 3408.000 MHz TSC
[    0.001470] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001471] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001476] last_pfn = 0x26f000 max_arch_pfn = 0x400000000
[    0.001484] MTRR default type: write-back
[    0.001485] MTRR fixed ranges enabled:
[    0.001485]   00000-9FFFF write-back
[    0.001486]   A0000-BFFFF uncachable
[    0.001486]   C0000-FFFFF write-protect
[    0.001487] MTRR variable ranges enabled:
[    0.001488]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.001488]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.001488]   2 base 0090000000 mask 7FF0000000 uncachable
[    0.001489]   3 base 008C000000 mask 7FFC000000 uncachable
[    0.001489]   4 base 008B800000 mask 7FFF800000 uncachable
[    0.001490]   5 disabled
[    0.001490]   6 disabled
[    0.001490]   7 disabled
[    0.001490]   8 disabled
[    0.001491]   9 disabled
[    0.002258] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002391] last_pfn = 0x8af00 max_arch_pfn = 0x400000000
[    0.007701] esrt: Reserving ESRT space from 0x000000008689f998 to 0x000000008689f9d0.
[    0.007709] check: Scanning 1 areas for low memory corruption
[    0.007710] Base memory trampoline at [(____ptrval____)] 97000 size 24576
[    0.007712] Using GB pages for direct mapping
[    0.007713] BRK [0x1ccc01000, 0x1ccc01fff] PGTABLE
[    0.007714] BRK [0x1ccc02000, 0x1ccc02fff] PGTABLE
[    0.007715] BRK [0x1ccc03000, 0x1ccc03fff] PGTABLE
[    0.007732] BRK [0x1ccc04000, 0x1ccc04fff] PGTABLE
[    0.007733] BRK [0x1ccc05000, 0x1ccc05fff] PGTABLE
[    0.007799] BRK [0x1ccc06000, 0x1ccc06fff] PGTABLE
[    0.007823] BRK [0x1ccc07000, 0x1ccc07fff] PGTABLE
[    0.007897] BRK [0x1ccc08000, 0x1ccc08fff] PGTABLE
[    0.007935] BRK [0x1ccc09000, 0x1ccc09fff] PGTABLE
[    0.007937] BRK [0x1ccc0a000, 0x1ccc0afff] PGTABLE
[    0.007969] BRK [0x1ccc0b000, 0x1ccc0bfff] PGTABLE
[    0.008007] BRK [0x1ccc0c000, 0x1ccc0cfff] PGTABLE
[    0.008048] RAMDISK: [mem 0x33103000-0x35878fff]
[    0.008053] ACPI: Early table checksum verification disabled
[    0.008055] ACPI: RSDP 0x000000008A0E7000 000024 (v02 ALASKA)
[    0.008057] ACPI: XSDT 0x000000008A498000 0000D4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.008060] ACPI: FACP 0x000000008A10F8F0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.008063] ACPI: DSDT 0x000000008A439000 0286E2 (v02 ALASKA A M I    01072009 INTL 20160422)
[    0.008065] ACPI: FACS 0x000000008A4A8C40 000040
[    0.008066] ACPI: APIC 0x000000008A10FA08 0000BC (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.008068] ACPI: FPDT 0x000000008A10FAC8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.008069] ACPI: MCFG 0x000000008A10FB10 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.008071] ACPI: FIDT 0x000000008A10FB50 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.008072] ACPI: SSDT 0x000000008A10FBF0 003154 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.008074] ACPI: SSDT 0x000000008A112D48 002544 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
[    0.008076] ACPI: HPET 0x000000008A115290 000038 (v01 INTEL  SKL      00000001 MSFT 0000005F)
[    0.008077] ACPI: SSDT 0x000000008A1152C8 000E3B (v02 INTEL  Ther_Rvp 00001000 INTL 20160422)
[    0.008079] ACPI: SSDT 0x000000008A116108 002AD7 (v02 INTEL  xh_rvp10 00000000 INTL 20160422)
[    0.008080] ACPI: UEFI 0x000000008A118BE0 000042 (v01 INTEL  EDK2     00000002      01000013)
[    0.008082] ACPI: SSDT 0x000000008A118C28 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.008083] ACPI: LPIT 0x000000008A119B08 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.008085] ACPI: WSMT 0x000000008A119BA0 000028 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.008086] ACPI: SSDT 0x000000008A119BC8 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.008087] ACPI: SSDT 0x000000008A119E68 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.008089] ACPI: DBGP 0x000000008A11CE70 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.008090] ACPI: DBG2 0x000000008A11CEA8 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.008092] ACPI: VFCT 0x000000008A11CF00 00EC84 (v01 ALASKA A M I    00000001 AMD  31504F47)
[    0.008094] ACPI: BGRT 0x000000008A12BB88 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.008095] ACPI: DMAR 0x000000008A12BBC0 0000A8 (v01 INTEL  SKL      00000001 INTL 00000001)
[    0.008102] ACPI: Local APIC address 0xfee00000
[    0.008227] No NUMA configuration found
[    0.008228] Faking a node at [mem 0x0000000000000000-0x000000026effffff]
[    0.008234] NODE_DATA(0) allocated [mem 0x26efd5000-0x26effffff]
[    0.008345] Zone ranges:
[    0.008346]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.008346]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.008347]   Normal   [mem 0x0000000100000000-0x000000026effffff]
[    0.008347]   Device   empty
[    0.008348] Movable zone start for each node
[    0.008350] Early memory node ranges
[    0.008350]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.008351]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.008351]   node   0: [mem 0x0000000000100000-0x0000000080768fff]
[    0.008351]   node   0: [mem 0x000000008076b000-0x00000000898e7fff]
[    0.008352]   node   0: [mem 0x0000000089c8b000-0x0000000089ee5fff]
[    0.008352]   node   0: [mem 0x0000000089ee7000-0x000000008a0e6fff]
[    0.008352]   node   0: [mem 0x000000008aeff000-0x000000008aefffff]
[    0.008353]   node   0: [mem 0x0000000100000000-0x000000026effffff]
[    0.008588] Zeroed struct page in unavailable ranges: 25378 pages
[    0.008589] Initmem setup node 0 [mem 0x0000000000001000-0x000000026effffff]
[    0.008590] On node 0 totalpages: 2067678
[    0.008590]   DMA zone: 64 pages used for memmap
[    0.008591]   DMA zone: 23 pages reserved
[    0.008591]   DMA zone: 3996 pages, LIFO batch:0
[    0.008648]   DMA32 zone: 8758 pages used for memmap
[    0.008649]   DMA32 zone: 560450 pages, LIFO batch:63
[    0.017538]   Normal zone: 23488 pages used for memmap
[    0.017539]   Normal zone: 1503232 pages, LIFO batch:63
[    0.038299] ACPI: PM-Timer IO Port: 0x1808
[    0.038301] ACPI: Local APIC address 0xfee00000
[    0.038305] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.038305] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.038305] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.038306] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.038306] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.038306] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.038307] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.038307] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.038332] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.038334] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.038334] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.038335] ACPI: IRQ0 used by override.
[    0.038336] ACPI: IRQ9 used by override.
[    0.038337] Using ACPI (MADT) for SMP configuration information
[    0.038338] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.038343] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.038355] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.038356] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.038356] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.038357] PM: Registered nosave memory: [mem 0x80769000-0x80769fff]
[    0.038357] PM: Registered nosave memory: [mem 0x8076a000-0x8076afff]
[    0.038358] PM: Registered nosave memory: [mem 0x898e8000-0x89c8afff]
[    0.038359] PM: Registered nosave memory: [mem 0x89ee6000-0x89ee6fff]
[    0.038360] PM: Registered nosave memory: [mem 0x8a0e7000-0x8a4a8fff]
[    0.038360] PM: Registered nosave memory: [mem 0x8a4a9000-0x8ae8afff]
[    0.038360] PM: Registered nosave memory: [mem 0x8ae8b000-0x8aefefff]
[    0.038361] PM: Registered nosave memory: [mem 0x8af00000-0x8fffffff]
[    0.038362] PM: Registered nosave memory: [mem 0x90000000-0xefffffff]
[    0.038362] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.038362] PM: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
[    0.038362] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.038363] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.038363] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.038363] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.038364] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.038364] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.038364] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.038365] [mem 0x90000000-0xefffffff] available for PCI devices
[    0.038366] Booting paravirtualized kernel on bare hardware
[    0.038368] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.038373] random: get_random_bytes called from start_kernel+0x97/0x516 with crng_init=0
[    0.038377] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.038486] percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u262144
[    0.038490] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.038490] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.038505] Built 1 zonelists, mobility grouping on.  Total pages: 2035345
[    0.038505] Policy zone: Normal
[    0.038506] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.0.0-17-generic root=UUID=9d692a2a-93d5-475b-b1e7-b6cc3592ddf7 ro quiet splash vt.handoff=1
[    0.040802] Calgary: detecting Calgary via BIOS EBDA area
[    0.040803] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.053163] Memory: 7823296K/8270712K available (14339K kernel code, 2335K rwdata, 4292K rodata, 2576K init, 5204K bss, 447416K reserved, 0K cma-reserved)
[    0.053239] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.053242] Kernel/User page tables isolation: enabled
[    0.053252] ftrace: allocating 41550 entries in 163 pages
[    0.063473] rcu: Hierarchical RCU implementation.
[    0.063474] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.063475]     Tasks RCU enabled.
[    0.063475] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.063476] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.065137] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[    0.065440] vt handoff: transparent VT on vt#1
[    0.065443] Console: colour dummy device 80x25
[    0.065446] printk: console [tty0] enabled
[    0.065455] ACPI: Core revision 20181213
[    0.065737] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.065766] hpet clockevent registered
[    0.065818] APIC: Switch to symmetric I/O mode setup
[    0.065820] DMAR: Host address width 39
[    0.065820] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.065823] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[    0.065824] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.065826] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.065827] DMAR: RMRR base: 0x00000089bdd000 end: 0x00000089bfcfff
[    0.065827] DMAR: RMRR base: 0x0000008b800000 end: 0x0000008fffffff
[    0.065828] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.065829] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.065829] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.067263] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.067264] x2apic enabled
[    0.067275] Switched APIC routing to cluster x2apic.
[    0.071505] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.089776] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x311fd3cd494, max_idle_ns: 440795223879 ns
[    0.089784] Calibrating delay loop (skipped), value calculated using timer frequency.. 6816.00 BogoMIPS (lpj=13632000)
[    0.089785] pid_max: default: 32768 minimum: 301
[    0.093313] LSM: Security Framework initializing
[    0.093321] Yama: becoming mindful.
[    0.093333] AppArmor: AppArmor initialized
[    0.093977] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.094284] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.094298] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.094308] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.094435] mce: CPU supports 10 MCE banks
[    0.094442] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.094455] process: using mwait in idle threads
[    0.094456] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.094456] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.094458] Spectre V2 : Mitigation: Full generic retpoline
[    0.094458] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.094458] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.094462] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.094462] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.094463] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.094479] MDS: Mitigation: Clear CPU buffers
[    0.094629] Freeing SMP alternatives memory: 36K
[    0.095975] TSC deadline timer enabled
[    0.095980] smpboot: CPU0: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.096042] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.096061] ... version:                4
[    0.096061] ... bit width:              48
[    0.096061] ... generic registers:      4
[    0.096062] ... value mask:             0000ffffffffffff
[    0.096062] ... max period:             00007fffffffffff
[    0.096062] ... fixed-purpose events:   3
[    0.096063] ... event mask:             000000070000000f
[    0.096086] rcu: Hierarchical SRCU implementation.
[    0.096452] random: crng done (trusting CPU's manufacturer)
[    0.096771] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.096808] smp: Bringing up secondary CPUs ...
[    0.096850] x86: Booting SMP configuration:
[    0.096850] .... node  #0, CPUs:      #1 #2 #3 #4
[    0.099282] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.099282]  #5 #6 #7
[    0.099282] smp: Brought up 1 node, 8 CPUs
[    0.099282] smpboot: Max logical packages: 1
[    0.099282] smpboot: Total of 8 processors activated (54528.00 BogoMIPS)
[    0.101959] devtmpfs: initialized
[    0.101959] x86/mm: Memory block size: 128MB
[    0.102192] PM: Registering ACPI NVS region [mem 0x80769000-0x80769fff] (4096 bytes)
[    0.102192] PM: Registering ACPI NVS region [mem 0x8a0e7000-0x8a4a8fff] (3940352 bytes)
[    0.102192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.102192] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.102192] pinctrl core: initialized pinctrl subsystem
[    0.102192] RTC time: 19:31:39, date: 2019-06-21
[    0.102192] NET: Registered protocol family 16
[    0.102192] audit: initializing netlink subsys (disabled)
[    0.102192] audit: type=2000 audit(1561145499.040:1): state=initialized audit_enabled=0 res=1
[    0.102192] EISA bus registered
[    0.102192] cpuidle: using governor ladder
[    0.102192] cpuidle: using governor menu
[    0.102192] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.102192] ACPI: bus type PCI registered
[    0.102192] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.102192] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.102192] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.102192] PCI: Using configuration type 1 for base access
[    0.102596] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.102596] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.102596] ACPI: Added _OSI(Module Device)
[    0.102596] ACPI: Added _OSI(Processor Device)
[    0.102596] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.102596] ACPI: Added _OSI(Processor Aggregator Device)
[    0.102596] ACPI: Added _OSI(Linux-Dell-Video)
[    0.102596] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.102596] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.134855] ACPI: BIOS _OSI(Darwin) query ignored
[    0.135042] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.138179] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.200958] ACPI: Dynamic OEM Table Load:
[    0.200962] ACPI: SSDT 0xFFFF89ED24E5F800 000717 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.201404] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.202566] ACPI: Dynamic OEM Table Load:
[    0.202569] ACPI: SSDT 0xFFFF89ED248CDC00 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.203186] ACPI: Dynamic OEM Table Load:
[    0.203189] ACPI: SSDT 0xFFFF89ED24E5C000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.203810] ACPI: Dynamic OEM Table Load:
[    0.203812] ACPI: SSDT 0xFFFF89ED248DB800 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.207226] ACPI: Interpreter enabled
[    0.207255] ACPI: (supports S0 S3 S4 S5)
[    0.207256] ACPI: Using IOAPIC for interrupt routing
[    0.207284] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.208163] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.210215] ACPI: Power Resource [PG00] (on)
[    0.210547] ACPI: Power Resource [PG01] (on)
[    0.210873] ACPI: Power Resource [PG02] (on)
[    0.212860] ACPI: Power Resource [WRST] (on)
[    0.213151] ACPI: Power Resource [WRST] (on)
[    0.213440] ACPI: Power Resource [WRST] (on)
[    0.213729] ACPI: Power Resource [WRST] (on)
[    0.214019] ACPI: Power Resource [WRST] (on)
[    0.214310] ACPI: Power Resource [WRST] (on)
[    0.214599] ACPI: Power Resource [WRST] (on)
[    0.214890] ACPI: Power Resource [WRST] (on)
[    0.215197] ACPI: Power Resource [WRST] (on)
[    0.215489] ACPI: Power Resource [WRST] (on)
[    0.215781] ACPI: Power Resource [WRST] (on)
[    0.216070] ACPI: Power Resource [WRST] (on)
[    0.216358] ACPI: Power Resource [WRST] (on)
[    0.216647] ACPI: Power Resource [WRST] (on)
[    0.216936] ACPI: Power Resource [WRST] (on)
[    0.217227] ACPI: Power Resource [WRST] (on)
[    0.217586] ACPI: Power Resource [WRST] (on)
[    0.218693] ACPI: Power Resource [WRST] (on)
[    0.218987] ACPI: Power Resource [WRST] (on)
[    0.219280] ACPI: Power Resource [WRST] (on)
[    0.231166] ACPI: Power Resource [FN00] (off)
[    0.231246] ACPI: Power Resource [FN01] (off)
[    0.231318] ACPI: Power Resource [FN02] (off)
[    0.231391] ACPI: Power Resource [FN03] (off)
[    0.231463] ACPI: Power Resource [FN04] (off)
[    0.232378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    0.232382] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.232413] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.232952] PCI host bridge to bus 0000:00
[    0.232954] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.232954] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.232955] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.232956] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.232956] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.232957] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.232957] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.232958] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.232958] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.232959] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.232960] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.232960] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.232961] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.232961] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.232962] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.232962] pci_bus 0000:00: root bus resource [mem 0x90000000-0xefffffff window]
[    0.232963] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.232964] pci_bus 0000:00: root bus resource [bus 00-7e]
[    0.232968] pci 0000:00:00.0: [8086:191f] type 00 class 0x060000
[    0.233247] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.233278] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.233438] pci 0000:00:02.0: [8086:1912] type 00 class 0x038000
[    0.233445] pci 0000:00:02.0: reg 0x10: [mem 0xec000000-0xecffffff 64bit]
[    0.233448] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.233450] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.233618] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.233636] pci 0000:00:14.0: reg 0x10: [mem 0xed830000-0xed83ffff 64bit]
[    0.233690] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.233887] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.233909] pci 0000:00:16.0: reg 0x10: [mem 0xed84d000-0xed84dfff 64bit]
[    0.233954] pci 0000:00:16.0: PME# supported from D3hot
[    0.234093] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
[    0.234106] pci 0000:00:17.0: reg 0x10: [mem 0xed848000-0xed849fff]
[    0.234112] pci 0000:00:17.0: reg 0x14: [mem 0xed84c000-0xed84c0ff]
[    0.234117] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.234123] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.234128] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.234133] pci 0000:00:17.0: reg 0x24: [mem 0xed84b000-0xed84b7ff]
[    0.234165] pci 0000:00:17.0: PME# supported from D3hot
[    0.234291] pci 0000:00:1b.0: [8086:a167] type 01 class 0x060400
[    0.234340] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.234484] pci 0000:00:1b.2: [8086:a169] type 01 class 0x060400
[    0.234537] pci 0000:00:1b.2: PME# supported from D0 D3hot D3cold
[    0.234685] pci 0000:00:1b.3: [8086:a16a] type 01 class 0x060400
[    0.234738] pci 0000:00:1b.3: PME# supported from D0 D3hot D3cold
[    0.234896] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[    0.234951] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.235095] pci 0000:00:1c.1: [8086:a111] type 01 class 0x060400
[    0.235148] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.235294] pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
[    0.235347] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.235495] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[    0.235549] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.235705] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
[    0.235761] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.235928] pci 0000:00:1f.0: [8086:a145] type 00 class 0x060100
[    0.236140] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.236151] pci 0000:00:1f.2: reg 0x10: [mem 0xed844000-0xed847fff]
[    0.236300] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.236321] pci 0000:00:1f.3: reg 0x10: [mem 0xed840000-0xed843fff 64bit]
[    0.236342] pci 0000:00:1f.3: reg 0x20: [mem 0xed820000-0xed82ffff 64bit]
[    0.236383] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.236559] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.236618] pci 0000:00:1f.4: reg 0x10: [mem 0xed84a000-0xed84a0ff 64bit]
[    0.236687] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.236880] pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
[    0.236904] pci 0000:00:1f.6: reg 0x10: [mem 0xed800000-0xed81ffff]
[    0.237004] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.237152] pci 0000:01:00.0: [1002:67df] type 00 class 0x030000
[    0.237169] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.237176] pci 0000:01:00.0: reg 0x18: [mem 0xd0000000-0xd01fffff 64bit pref]
[    0.237180] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.237185] pci 0000:01:00.0: reg 0x24: [mem 0xed700000-0xed73ffff]
[    0.237189] pci 0000:01:00.0: reg 0x30: [mem 0xed740000-0xed75ffff pref]
[    0.237201] pci 0000:01:00.0: BAR 0: assigned to efifb
[    0.237233] pci 0000:01:00.0: supports D1 D2
[    0.237234] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.237282] pci 0000:01:00.1: [1002:aaf0] type 00 class 0x040300
[    0.237295] pci 0000:01:00.1: reg 0x10: [mem 0xed760000-0xed763fff 64bit]
[    0.237342] pci 0000:01:00.1: supports D1 D2
[    0.237391] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.237393] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.237394] pci 0000:00:01.0:   bridge window [mem 0xed700000-0xed7fffff]
[    0.237396] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.237474] acpiphp: Slot [1] registered
[    0.237477] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.237566] pci 0000:03:00.0: [14e4:43ba] type 00 class 0x028000
[    0.237596] pci 0000:03:00.0: reg 0x10: [mem 0xed400000-0xed407fff 64bit]
[    0.237607] pci 0000:03:00.0: reg 0x18: [mem 0xed000000-0xed3fffff 64bit]
[    0.237708] pci 0000:03:00.0: supports D1 D2
[    0.237709] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.237848] pci 0000:00:1b.2: PCI bridge to [bus 03]
[    0.237851] pci 0000:00:1b.2:   bridge window [mem 0xed000000-0xed4fffff]
[    0.237935] pci 0000:04:00.0: [1b21:0612] type 00 class 0x010601
[    0.237955] pci 0000:04:00.0: reg 0x10: [io  0xd050-0xd057]
[    0.237963] pci 0000:04:00.0: reg 0x14: [io  0xd040-0xd043]
[    0.237971] pci 0000:04:00.0: reg 0x18: [io  0xd030-0xd037]
[    0.237979] pci 0000:04:00.0: reg 0x1c: [io  0xd020-0xd023]
[    0.237988] pci 0000:04:00.0: reg 0x20: [io  0xd000-0xd01f]
[    0.237996] pci 0000:04:00.0: reg 0x24: [mem 0xed610000-0xed6101ff]
[    0.238004] pci 0000:04:00.0: reg 0x30: [mem 0xed600000-0xed60ffff pref]
[    0.238145] pci 0000:00:1b.3: PCI bridge to [bus 04]
[    0.238147] pci 0000:00:1b.3:   bridge window [io  0xd000-0xdfff]
[    0.238148] pci 0000:00:1b.3:   bridge window [mem 0xed600000-0xed6fffff]
[    0.238219] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    0.238292] pci 0000:00:1c.1: PCI bridge to [bus 06]
[    0.238382] pci 0000:07:00.0: [1969:e0a1] type 00 class 0x020000
[    0.238408] pci 0000:07:00.0: reg 0x10: [mem 0xed500000-0xed53ffff 64bit]
[    0.238415] pci 0000:07:00.0: reg 0x18: [io  0xc000-0xc07f]
[    0.238502] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.238611] pci 0000:00:1c.2: PCI bridge to [bus 07]
[    0.238612] pci 0000:00:1c.2:   bridge window [io  0xc000-0xcfff]
[    0.238614] pci 0000:00:1c.2:   bridge window [mem 0xed500000-0xed5fffff]
[    0.238696] pci 0000:08:00.0: [8086:1578] type 01 class 0x060400
[    0.238741] pci 0000:08:00.0: enabling Extended Tags
[    0.238803] pci 0000:08:00.0: supports D1 D2
[    0.238804] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.238923] pci 0000:00:1c.4: PCI bridge to [bus 08-40]
[    0.238924] pci 0000:00:1c.4:   bridge window [io  0x8000-0xbfff]
[    0.238926] pci 0000:00:1c.4:   bridge window [mem 0xdc000000-0xebffffff]
[    0.238929] pci 0000:00:1c.4:   bridge window [mem 0xd4000000-0xd5ffffff 64bit pref]
[    0.238972] pci 0000:09:00.0: [8086:1578] type 01 class 0x060400
[    0.239018] pci 0000:09:00.0: enabling Extended Tags
[    0.239084] pci 0000:09:00.0: supports D1 D2
[    0.239084] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.239149] pci 0000:09:01.0: [8086:1578] type 01 class 0x060400
[    0.239197] pci 0000:09:01.0: enabling Extended Tags
[    0.239261] pci 0000:09:01.0: supports D1 D2
[    0.239261] pci 0000:09:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.239324] pci 0000:09:02.0: [8086:1578] type 01 class 0x060400
[    0.239370] pci 0000:09:02.0: enabling Extended Tags
[    0.239432] pci 0000:09:02.0: supports D1 D2
[    0.239433] pci 0000:09:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.239497] pci 0000:09:04.0: [8086:1578] type 01 class 0x060400
[    0.239545] pci 0000:09:04.0: enabling Extended Tags
[    0.239608] pci 0000:09:04.0: supports D1 D2
[    0.239608] pci 0000:09:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.239686] pci 0000:08:00.0: PCI bridge to [bus 09-40]
[    0.239691] pci 0000:08:00.0:   bridge window [io  0x8000-0xbfff]
[    0.239693] pci 0000:08:00.0:   bridge window [mem 0xdc000000-0xebffffff]
[    0.239698] pci 0000:08:00.0:   bridge window [mem 0xd4000000-0xd5ffffff 64bit pref]
[    0.239728] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.239735] pci 0000:09:00.0:   bridge window [mem 0xebf00000-0xebffffff]
[    0.239770] pci 0000:09:01.0: PCI bridge to [bus 0b-24]
[    0.239775] pci 0000:09:01.0:   bridge window [io  0x8000-0xafff]
[    0.239777] pci 0000:09:01.0:   bridge window [mem 0xdc000000-0xe3efffff]
[    0.239782] pci 0000:09:01.0:   bridge window [mem 0xd4000000-0xd4efffff 64bit pref]
[    0.239827] pci 0000:25:00.0: [8086:15b6] type 00 class 0x0c0330
[    0.239858] pci 0000:25:00.0: reg 0x10: [mem 0xe3f00000-0xe3f0ffff]
[    0.239926] pci 0000:25:00.0: enabling Extended Tags
[    0.240010] pci 0000:25:00.0: supports D1 D2
[    0.240010] pci 0000:25:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.240065] pci 0000:25:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at 0000:09:02.0 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[    0.240141] pci 0000:09:02.0: PCI bridge to [bus 25]
[    0.240148] pci 0000:09:02.0:   bridge window [mem 0xe3f00000-0xe3ffffff]
[    0.240184] pci 0000:09:04.0: PCI bridge to [bus 26-40]
[    0.240188] pci 0000:09:04.0:   bridge window [io  0xa000-0xbfff]
[    0.240191] pci 0000:09:04.0:   bridge window [mem 0xe4000000-0xebefffff]
[    0.240196] pci 0000:09:04.0:   bridge window [mem 0xd4f00000-0xd5ffffff 64bit pref]
[    0.240300] acpiphp: Slot [1-1] registered
[    0.240309] pci 0000:00:1d.0: PCI bridge to [bus 41]
[    0.242196] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.242243] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.242289] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.242334] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.242380] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.242425] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.242472] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.242517] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.243008] SCSI subsystem initialized
[    0.243008] libata version 3.00 loaded.
[    0.243008] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.243008] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.243008] pci 0000:01:00.0: vgaarb: setting as boot device
[    0.243008] vgaarb: loaded
[    0.243008] ACPI: bus type USB registered
[    0.243008] usbcore: registered new interface driver usbfs
[    0.243008] usbcore: registered new interface driver hub
[    0.243008] usbcore: registered new device driver usb
[    0.243008] pps_core: LinuxPPS API ver. 1 registered
[    0.243008] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.243008] PTP clock support registered
[    0.243008] EDAC MC: Ver: 3.0.0
[    0.243008] Registered efivars operations
[    0.278030] PCI: Using ACPI for IRQ routing
[    0.289568] PCI: pci_cache_line_size set to 64 bytes
[    0.289573] pci 0000:09:04.0: can't claim BAR 13 [io  0xa000-0xbfff]: address conflict with PCI Bus 0000:0b [io  0x8000-0xafff]
[    0.289638] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.289639] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.289639] e820: reserve RAM buffer [mem 0x80769000-0x83ffffff]
[    0.289640] e820: reserve RAM buffer [mem 0x898e8000-0x8bffffff]
[    0.289640] e820: reserve RAM buffer [mem 0x89ee6000-0x8bffffff]
[    0.289641] e820: reserve RAM buffer [mem 0x8a0e7000-0x8bffffff]
[    0.289642] e820: reserve RAM buffer [mem 0x8af00000-0x8bffffff]
[    0.289642] e820: reserve RAM buffer [mem 0x26f000000-0x26fffffff]
[    0.289695] NetLabel: Initializing
[    0.289695] NetLabel:  domain hash size = 128
[    0.289695] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.289703] NetLabel:  unlabeled traffic allowed by default
[    0.290133] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.290135] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.292176] clocksource: Switched to clocksource tsc-early
[    0.295383] VFS: Disk quotas dquot_6.6.0
[    0.295383] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.295383] AppArmor: AppArmor Filesystem Enabled
[    0.295383] pnp: PnP ACPI init
[    0.295383] system 00:00: [io  0x0a00-0x0a2f] has been reserved
[    0.295383] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    0.295383] system 00:00: [io  0x0a40-0x0a4f] has been reserved
[    0.295383] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.295383] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.295383] system 00:01: [io  0xffff] has been reserved
[    0.295383] system 00:01: [io  0xffff] has been reserved
[    0.295383] system 00:01: [io  0xffff] has been reserved
[    0.295383] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.295383] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.295383] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.295383] system 00:02: [io  0x0800-0x087f] has been reserved
[    0.295383] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.295383] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.295383] system 00:04: [io  0x1854-0x1857] has been reserved
[    0.295383] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.295383] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.295383] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.295383] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.295383] system 00:05: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.295383] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.295383] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.295383] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.295383] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.295383] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.295383] system 00:05: [mem 0xeffe0000-0xefffffff] has been reserved
[    0.295383] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.295383] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.295383] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.295383] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.295383] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.295383] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.295383] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.295383] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.295383] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.297937] system 00:07: [io  0xff00-0xfffe] has been reserved
[    0.297939] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.298927] system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.298928] system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.298929] system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.298931] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.299672] pnp: PnP ACPI: found 9 devices
[    0.304885] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.304938] pci 0000:09:04.0: bridge window [io  0x1000-0x0fff] to [bus 26-40] add_size 1000
[    0.304955] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.304956] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.304958] pci 0000:00:01.0:   bridge window [mem 0xed700000-0xed7fffff]
[    0.304960] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.304962] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.304968] pci 0000:00:1b.2: PCI bridge to [bus 03]
[    0.304970] pci 0000:00:1b.2:   bridge window [mem 0xed000000-0xed4fffff]
[    0.304974] pci 0000:00:1b.3: PCI bridge to [bus 04]
[    0.304975] pci 0000:00:1b.3:   bridge window [io  0xd000-0xdfff]
[    0.304978] pci 0000:00:1b.3:   bridge window [mem 0xed600000-0xed6fffff]
[    0.304982] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    0.304987] pci 0000:00:1c.1: PCI bridge to [bus 06]
[    0.304993] pci 0000:00:1c.2: PCI bridge to [bus 07]
[    0.304994] pci 0000:00:1c.2:   bridge window [io  0xc000-0xcfff]
[    0.304996] pci 0000:00:1c.2:   bridge window [mem 0xed500000-0xed5fffff]
[    0.305002] pci 0000:09:04.0: BAR 13: assigned [io  0xb000-0xbfff]
[    0.305002] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.305006] pci 0000:09:00.0:   bridge window [mem 0xebf00000-0xebffffff]
[    0.305012] pci 0000:09:01.0: PCI bridge to [bus 0b-24]
[    0.305014] pci 0000:09:01.0:   bridge window [io  0x8000-0xafff]
[    0.305018] pci 0000:09:01.0:   bridge window [mem 0xdc000000-0xe3efffff]
[    0.305020] pci 0000:09:01.0:   bridge window [mem 0xd4000000-0xd4efffff 64bit pref]
[    0.305025] pci 0000:09:02.0: PCI bridge to [bus 25]
[    0.305029] pci 0000:09:02.0:   bridge window [mem 0xe3f00000-0xe3ffffff]
[    0.305035] pci 0000:09:04.0: PCI bridge to [bus 26-40]
[    0.305037] pci 0000:09:04.0:   bridge window [io  0xb000-0xbfff]
[    0.305040] pci 0000:09:04.0:   bridge window [mem 0xe4000000-0xebefffff]
[    0.305043] pci 0000:09:04.0:   bridge window [mem 0xd4f00000-0xd5ffffff 64bit pref]
[    0.305048] pci 0000:08:00.0: PCI bridge to [bus 09-40]
[    0.305049] pci 0000:08:00.0:   bridge window [io  0x8000-0xbfff]
[    0.305052] pci 0000:08:00.0:   bridge window [mem 0xdc000000-0xebffffff]
[    0.305055] pci 0000:08:00.0:   bridge window [mem 0xd4000000-0xd5ffffff 64bit pref]
[    0.305059] pci 0000:00:1c.4: PCI bridge to [bus 08-40]
[    0.305060] pci 0000:00:1c.4:   bridge window [io  0x8000-0xbfff]
[    0.305063] pci 0000:00:1c.4:   bridge window [mem 0xdc000000-0xebffffff]
[    0.305064] pci 0000:00:1c.4:   bridge window [mem 0xd4000000-0xd5ffffff 64bit pref]
[    0.305067] pci 0000:00:1d.0: PCI bridge to [bus 41]
[    0.305076] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.305077] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.305077] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.305078] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.305078] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.305079] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.305080] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.305080] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.305081] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.305081] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.305082] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.305083] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.305083] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.305084] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.305084] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.305085] pci_bus 0000:00: resource 19 [mem 0x90000000-0xefffffff window]
[    0.305086] pci_bus 0000:00: resource 20 [mem 0xfd000000-0xfe7fffff window]
[    0.305086] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.305087] pci_bus 0000:01: resource 1 [mem 0xed700000-0xed7fffff]
[    0.305088] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[    0.305088] pci_bus 0000:03: resource 1 [mem 0xed000000-0xed4fffff]
[    0.305089] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.305089] pci_bus 0000:04: resource 1 [mem 0xed600000-0xed6fffff]
[    0.305090] pci_bus 0000:07: resource 0 [io  0xc000-0xcfff]
[    0.305091] pci_bus 0000:07: resource 1 [mem 0xed500000-0xed5fffff]
[    0.305091] pci_bus 0000:08: resource 0 [io  0x8000-0xbfff]
[    0.305092] pci_bus 0000:08: resource 1 [mem 0xdc000000-0xebffffff]
[    0.305093] pci_bus 0000:08: resource 2 [mem 0xd4000000-0xd5ffffff 64bit pref]
[    0.305093] pci_bus 0000:09: resource 0 [io  0x8000-0xbfff]
[    0.305094] pci_bus 0000:09: resource 1 [mem 0xdc000000-0xebffffff]
[    0.305095] pci_bus 0000:09: resource 2 [mem 0xd4000000-0xd5ffffff 64bit pref]
[    0.305095] pci_bus 0000:0a: resource 1 [mem 0xebf00000-0xebffffff]
[    0.305096] pci_bus 0000:0b: resource 0 [io  0x8000-0xafff]
[    0.305096] pci_bus 0000:0b: resource 1 [mem 0xdc000000-0xe3efffff]
[    0.305097] pci_bus 0000:0b: resource 2 [mem 0xd4000000-0xd4efffff 64bit pref]
[    0.305098] pci_bus 0000:25: resource 1 [mem 0xe3f00000-0xe3ffffff]
[    0.305098] pci_bus 0000:26: resource 0 [io  0xb000-0xbfff]
[    0.305099] pci_bus 0000:26: resource 1 [mem 0xe4000000-0xebefffff]
[    0.305099] pci_bus 0000:26: resource 2 [mem 0xd4f00000-0xd5ffffff 64bit pref]
[    0.305222] NET: Registered protocol family 2
[    0.305301] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.305317] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.305375] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.305451] TCP: Hash tables configured (established 65536 bind 65536)
[    0.305469] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.305482] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.305523] NET: Registered protocol family 1
[    0.305525] NET: Registered protocol family 44
[    0.305726] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.305731] pci 0000:01:00.1: Linked as a consumer to 0000:01:00.0
[    0.305740] PCI: CLS mismatch (64 != 128), using 64 bytes
[    0.306010] Unpacking initramfs...
[    0.673870] Freeing initrd memory: 40408K
[    0.693790] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.693791] software IO TLB: mapped [mem 0x7afcf000-0x7efcf000] (64MB)
[    0.693906] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x311fd3cd494, max_idle_ns: 440795223879 ns
[    0.693915] clocksource: Switched to clocksource tsc
[    0.693980] check: Scanning for low memory corruption every 60 seconds
[    0.695078] Initialise system trusted keyrings
[    0.695084] Key type blacklist registered
[    0.695100] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.695865] zbud: loaded
[    0.696121] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.696222] fuse init (API version 7.28)
[    0.720923] Key type asymmetric registered
[    0.720924] Asymmetric key parser 'x509' registered
[    0.720928] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.720951] io scheduler mq-deadline registered
[    0.722205] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.722242] efifb: probing for efifb
[    0.722250] efifb: framebuffer at 0xc0000000, using 8128k, total 8128k
[    0.722250] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.722250] efifb: scrolling: redraw
[    0.722251] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.722301] Console: switching to colour frame buffer device 240x67
[    0.722319] fb0: EFI VGA frame buffer device
[    0.722323] intel_idle: MWAIT substates: 0x142120
[    0.722324] intel_idle: v0.4.1 model 0x5E
[    0.722535] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.722671] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.722689] ACPI: Sleep Button [SLPB]
[    0.722705] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.722707] ACPI: Power Button [PWRB]
[    0.722724] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.722729] ACPI: Power Button [PWRF]
[    0.846273] thermal LNXTHERM:00: registered as thermal_zone0
[    0.846274] ACPI: Thermal Zone [TZ00] (28 C)
[    0.846501] thermal LNXTHERM:01: registered as thermal_zone1
[    0.846502] ACPI: Thermal Zone [TZ01] (30 C)
[    0.846808] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.848203] Linux agpgart interface v0.103
[    0.850078] loop: module loaded
[    0.850212] libphy: Fixed MDIO Bus: probed
[    0.850213] tun: Universal TUN/TAP device driver, 1.6
[    0.850250] PPP generic driver version 2.4.2
[    0.850319] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.850321] ehci-pci: EHCI PCI platform driver
[    0.850326] ehci-platform: EHCI generic platform driver
[    0.850331] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.850331] ohci-pci: OHCI PCI platform driver
[    0.850336] ohci-platform: OHCI generic platform driver
[    0.850340] uhci_hcd: USB Universal Host Controller Interface driver
[    0.850451] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.850454] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.851499] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[    0.851502] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.851623] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    0.851623] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.851624] usb usb1: Product: xHCI Host Controller
[    0.851624] usb usb1: Manufacturer: Linux 5.0.0-17-generic xhci-hcd
[    0.851625] usb usb1: SerialNumber: 0000:00:14.0
[    0.851697] hub 1-0:1.0: USB hub found
[    0.851710] hub 1-0:1.0: 16 ports detected
[    0.853004] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.853006] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.853008] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    0.853026] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
[    0.853027] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.853028] usb usb2: Product: xHCI Host Controller
[    0.853028] usb usb2: Manufacturer: Linux 5.0.0-17-generic xhci-hcd
[    0.853029] usb usb2: SerialNumber: 0000:00:14.0
[    0.853106] hub 2-0:1.0: USB hub found
[    0.853116] hub 2-0:1.0: 10 ports detected
[    0.853743] usb: port power management may be unreliable
[    0.854247] xhci_hcd 0000:25:00.0: xHCI Host Controller
[    0.854249] xhci_hcd 0000:25:00.0: new USB bus registered, assigned bus number 3
[    0.855340] xhci_hcd 0000:25:00.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000200009810
[    0.855491] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    0.855492] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.855492] usb usb3: Product: xHCI Host Controller
[    0.855493] usb usb3: Manufacturer: Linux 5.0.0-17-generic xhci-hcd
[    0.855493] usb usb3: SerialNumber: 0000:25:00.0
[    0.855554] hub 3-0:1.0: USB hub found
[    0.855573] hub 3-0:1.0: 2 ports detected
[    0.855671] xhci_hcd 0000:25:00.0: xHCI Host Controller
[    0.855673] xhci_hcd 0000:25:00.0: new USB bus registered, assigned bus number 4
[    0.855674] xhci_hcd 0000:25:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.855694] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00
[    0.855695] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.855695] usb usb4: Product: xHCI Host Controller
[    0.855696] usb usb4: Manufacturer: Linux 5.0.0-17-generic xhci-hcd
[    0.855696] usb usb4: SerialNumber: 0000:25:00.0
[    0.855755] hub 4-0:1.0: USB hub found
[    0.855773] hub 4-0:1.0: 2 ports detected
[    0.855831] i8042: PNP: No PS/2 controller found.
[    0.855934] mousedev: PS/2 mouse device common for all mice
[    0.856211] rtc_cmos 00:03: RTC can wake from S4
[    0.856666] rtc_cmos 00:03: registered as rtc0
[    0.856674] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.856677] i2c /dev entries driver
[    0.856732] device-mapper: uevent: version 1.0.3
[    0.856783] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    0.856794] platform eisa.0: Probing EISA bus 0
[    0.856795] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.856796] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.856796] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.856797] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.856797] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.856798] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.856798] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.856799] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.856799] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.856800] platform eisa.0: EISA: Detected 0 cards
[    0.856814] intel_pstate: Intel P-state driver initializing
[    0.857163] intel_pstate: HWP enabled
[    0.857251] ledtrig-cpu: registered to indicate activity on CPUs
[    0.857253] EFI Variables Facility v0.08 2004-May-17
[    0.903632] resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:06 [mem 0xfdb00000-0xfdffffff]
[    0.903634] caller pmc_core_probe+0x8c/0x284 mapping multiple BARs
[    0.903640] intel_pmc_core:  initialized
[    0.903790] NET: Registered protocol family 10
[    0.907879] Segment Routing with IPv6
[    0.907904] NET: Registered protocol family 17
[    0.907922] Key type dns_resolver registered
[    0.908245] RAS: Correctable Errors collector initialized.
[    0.908262] microcode: sig=0x506e3, pf=0x2, revision=0xcc
[    0.908384] microcode: Microcode Update Driver: v2.2.
[    0.908389] sched_clock: Marking stable (912033696, -3651644)->(919307197, -10925145)
[    0.908637] registered taskstats version 1
[    0.908641] Loading compiled-in X.509 certificates
[    0.909832] Loaded X.509 cert 'Build time autogenerated kernel key: 58e2bb6649a5b68ba849bfe99c09d796c1f7f3a0'
[    0.910563] Couldn't get size: 0x800000000000000e
[    0.910564] MODSIGN: Couldn't get UEFI db list
[    0.910916] Couldn't get size: 0x800000000000000e
[    0.910917] MODSIGN: Couldn't get UEFI MokListRT
[    0.911797] zswap: loaded using pool lzo/zbud
[    0.916092] Key type big_key registered
[    0.916094] Key type trusted registered
[    0.918195] Key type encrypted registered
[    0.918196] AppArmor: AppArmor sha1 policy hashing enabled
[    0.920218] ima: No TPM chip found, activating TPM-bypass!
[    0.920221] ima: Allocated hash algorithm: sha1
[    0.920224] No architecture policies found
[    0.920229] evm: Initialising EVM extended attributes:
[    0.920229] evm: security.selinux
[    0.920230] evm: security.SMACK64
[    0.920230] evm: security.SMACK64EXEC
[    0.920230] evm: security.SMACK64TRANSMUTE
[    0.920230] evm: security.SMACK64MMAP
[    0.920231] evm: security.apparmor
[    0.920231] evm: security.ima
[    0.920231] evm: security.capability
[    0.920231] evm: HMAC attrs: 0x1
[    0.921486]   Magic number: 7:73:547
[    0.921496] tty ttyS23: hash matches
[    0.921669] rtc_cmos 00:03: setting system clock to 2019-06-21T19:31:40 UTC (1561145500)
[    0.922541] Freeing unused decrypted memory: 2040K
[    0.922883] Freeing unused kernel image memory: 2576K
[    0.981925] Write protecting the kernel read-only data: 22528k
[    0.982387] Freeing unused kernel image memory: 2016K
[    0.982649] Freeing unused kernel image memory: 1852K
[    0.988529] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.988530] x86/mm: Checking user space page tables
[    0.994213] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.994214] Run /init as init process
[    1.043772] wmi_bus wmi_bus-PNP0C14:01: WQAA data block query control method not found
[    1.047193] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.047888] acpi device:0f: registered as cooling_device13
[    1.047989] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    1.054883] ahci 0000:00:17.0: version 3.0
[    1.055090] alx 0000:07:00.0: enabling device (0000 -> 0002)
[    1.055340] i801_smbus 0000:00:1f.4: enabling device (0001 -> 0003)
[    1.055432] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    1.055468] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.057768] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.057768] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.057911] alx 0000:07:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [40:8d:5c:56:53:aa]
[    1.058086] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.065164] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    1.065167] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst 
[    1.066484] alx 0000:07:00.0 enp7s0: renamed from eth0
[    1.126405] scsi host0: ahci
[    1.126546] scsi host1: ahci
[    1.126750] scsi host2: ahci
[    1.126899] scsi host3: ahci
[    1.126976] scsi host4: ahci
[    1.127079] scsi host5: ahci
[    1.127132] ata1: SATA max UDMA/133 abar m2048@0xed84b000 port 0xed84b100 irq 124
[    1.127134] ata2: SATA max UDMA/133 abar m2048@0xed84b000 port 0xed84b180 irq 124
[    1.127135] ata3: SATA max UDMA/133 abar m2048@0xed84b000 port 0xed84b200 irq 124
[    1.127136] ata4: SATA max UDMA/133 abar m2048@0xed84b000 port 0xed84b280 irq 124
[    1.127138] ata5: SATA max UDMA/133 abar m2048@0xed84b000 port 0xed84b300 irq 124
[    1.127139] ata6: SATA max UDMA/133 abar m2048@0xed84b000 port 0xed84b380 irq 124
[    1.127310] ahci 0000:04:00.0: SSS flag set, parallel bus scan disabled
[    1.127348] ahci 0000:04:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.127349] ahci 0000:04:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    1.127538] scsi host6: ahci
[    1.127633] scsi host7: ahci
[    1.127672] ata7: SATA max UDMA/133 abar m512@0xed610000 port 0xed610100 irq 126
[    1.127674] ata8: SATA max UDMA/133 abar m512@0xed610000 port 0xed610180 irq 126
[    1.202051] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.306487] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    1.350161] usb 1-1: New USB device found, idVendor=045b, idProduct=0209, bcdDevice= 1.00
[    1.350162] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.350715] hub 1-1:1.0: USB hub found
[    1.350761] hub 1-1:1.0: 4 ports detected
[    1.377953] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 40:8d:5c:56:53:a8
[    1.377955] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    1.378037] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[    1.378856] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    1.438231] ata6: SATA link down (SStatus 4 SControl 300)
[    1.438255] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.438268] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.438281] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.438294] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.438306] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.439100] ata1.00: ATA-9: WDC WDS240G2G0B-00EPW0, UJ450000, max UDMA/133
[    1.439102] ata1.00: 468877312 sectors, multi 1: LBA48 NCQ (depth 32)
[    1.439289] ata3.00: ATA-9: ESA3SMD2ISJB120GB, N0530C, max UDMA/133
[    1.439290] ata3.00: 234441648 sectors, multi 2: LBA48 NCQ (depth 32), AA
[    1.439311] ata4.00: ATA-9: ST2000DM001-1ER164, CC25, max UDMA/133
[    1.439312] ata4.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.439553] ata2.00: ATA-8: ST500DM002-1BD142, KC48, max UDMA/133
[    1.439554] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32)
[    1.439734] ata3.00: configured for UDMA/133
[    1.440058] ata4.00: configured for UDMA/133
[    1.440310] ata5.00: ATA-8: WDC WD5000AVCS-632DY1, 01.00A01, max UDMA/133
[    1.440311] ata5.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.441144] ata2.00: configured for UDMA/133
[    1.441858] ata5.00: configured for UDMA/133
[    1.443593] ata1.00: configured for UDMA/133
[    1.443831] scsi 0:0:0:0: Direct-Access     ATA      WDC WDS240G2G0B- 0000 PQ: 0 ANSI: 5
[    1.444224] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.444236] sd 0:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[    1.444242] sd 0:0:0:0: [sda] Write Protect is off
[    1.444243] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.444252] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.444424] scsi 1:0:0:0: Direct-Access     ATA      ST500DM002-1BD14 KC48 PQ: 0 ANSI: 5
[    1.444652] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.444693] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.444694] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    1.444706] sd 1:0:0:0: [sdb] Write Protect is off
[    1.444707] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.444724] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.444745] scsi 2:0:0:0: Direct-Access     ATA      ESA3SMD2ISJB120G 0C   PQ: 0 ANSI: 5
[    1.444874] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    1.444889] sd 2:0:0:0: [sdc] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    1.444898] sd 2:0:0:0: [sdc] Write Protect is off
[    1.444900] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.444912] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.444994] scsi 3:0:0:0: Direct-Access     ATA      ST2000DM001-1ER1 CC25 PQ: 0 ANSI: 5
[    1.445110] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    1.445111] sd 3:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.445112] sd 3:0:0:0: [sdd] 4096-byte physical blocks
[    1.445121] sd 3:0:0:0: [sdd] Write Protect is off
[    1.445123] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    1.445183] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.445200] scsi 4:0:0:0: Direct-Access     ATA      WDC WD5000AVCS-6 0A01 PQ: 0 ANSI: 5
[    1.445319] sd 4:0:0:0: [sde] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.445325] sd 4:0:0:0: [sde] Write Protect is off
[    1.445326] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    1.445346] sd 4:0:0:0: Attached scsi generic sg4 type 0
[    1.445667] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.446190]  sdc: sdc1 sdc2 sdc3 sdc4
[    1.446613] sd 2:0:0:0: [sdc] Attached SCSI disk
[    1.447146]  sda: sda1 sda2 sda3
[    1.447536] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.477986] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    1.480839]  sdd: sdd1
[    1.481042] sd 3:0:0:0: [sdd] Attached SCSI disk
[    1.491708]  sdb: sdb1
[    1.492259] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.503716] usb 2-1: New USB device found, idVendor=045b, idProduct=0210, bcdDevice= 1.00
[    1.503717] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.505355] hub 2-1:1.0: USB hub found
[    1.505646] hub 2-1:1.0: 4 ports detected
[    1.517391]  sde: sde1
[    1.517731] sd 4:0:0:0: [sde] Attached SCSI disk
[    1.597869] ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.598217] ata7.00: ATA-10: F200, S9FM02.2, max UDMA/133
[    1.598218] ata7.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.598695] ata7.00: configured for UDMA/133
[    1.598809] scsi 6:0:0:0: Direct-Access     ATA      F200             02.2 PQ: 0 ANSI: 5
[    1.599067] sd 6:0:0:0: Attached scsi generic sg5 type 0
[    1.599270] sd 6:0:0:0: [sdf] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    1.599323] sd 6:0:0:0: [sdf] Write Protect is off
[    1.599324] sd 6:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[    1.599407] sd 6:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.601231]  sdf: sdf1 sdf2 sdf3 sdf4
[    1.601840] sd 6:0:0:0: [sdf] Attached SCSI disk
[    1.629843] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    1.806005] usb 1-2: New USB device found, idVendor=0ac8, idProduct=3500, bcdDevice=10.07
[    1.806007] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.806008] usb 1-2: Product: A4 TECH HD PC Camera
[    1.806009] usb 1-2: Manufacturer: A4 TECH
[    1.806009] usb 1-2: SerialNumber: MI1320_SOC
[    1.934076] usb 1-3: new full-speed USB device number 4 using xhci_hcd
[    2.074062] ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.075127] ata8.00: supports DRM functions and may not be fully accessible
[    2.075481] ata8.00: ATA-9: ST2000DM001-1ER164, CC43, max UDMA/133
[    2.075483] ata8.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.078477] ata8.00: supports DRM functions and may not be fully accessible
[    2.080358] ata8.00: configured for UDMA/133
[    2.080610] scsi 7:0:0:0: Direct-Access     ATA      ST2000DM001-1ER1 CC43 PQ: 0 ANSI: 5
[    2.080978] sd 7:0:0:0: Attached scsi generic sg6 type 0
[    2.081136] sd 7:0:0:0: [sdg] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    2.081151] sd 7:0:0:0: [sdg] 4096-byte physical blocks
[    2.081184] sd 7:0:0:0: [sdg] Write Protect is off
[    2.081185] sd 7:0:0:0: [sdg] Mode Sense: 00 3a 00 00
[    2.081277] sd 7:0:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.089681] usb 1-3: New USB device found, idVendor=04d9, idProduct=a070, bcdDevice= 1.10
[    2.089682] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.089683] usb 1-3: Product: USB Gaming Mouse
[    2.089684] usb 1-3: Manufacturer: G-SPY
[    2.111428]  sdg: sdg1
[    2.112426] sd 7:0:0:0: [sdg] Attached SCSI disk
[    2.217909] usb 1-4: new full-speed USB device number 5 using xhci_hcd
[    2.376446] usb 1-4: New USB device found, idVendor=04b4, idProduct=6036, bcdDevice= 1.00
[    2.376448] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.514077] usb 1-7: new full-speed USB device number 6 using xhci_hcd
[    2.665685] usb 1-7: New USB device found, idVendor=05ac, idProduct=8290, bcdDevice= 1.67
[    2.665687] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.665701] usb 1-7: Product: Bluetooth USB Host Controller
[    2.665701] usb 1-7: Manufacturer: Broadcom Corp.
[    2.672938] hidraw: raw HID events driver (C) Jiri Kosina
[    2.702821] usbcore: registered new interface driver usbhid
[    2.702822] usbhid: USB HID core driver
[    2.704692] input: HID 04b4:6036 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:04B4:6036.0004/input/input4
[    2.762259] hid-generic 0003:04B4:6036.0004: input,hidraw0: USB HID v1.11 Keyboard [HID 04b4:6036] on usb-0000:00:14.0-4/input0
[    2.762723] input: HID 04b4:6036 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:04B4:6036.0005/input/input5
[    2.762870] input: HID 04b4:6036 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:04B4:6036.0005/input/input6
[    2.822229] input: HID 04b4:6036 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:04B4:6036.0005/input/input7
[    2.822309] input: HID 04b4:6036 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:04B4:6036.0005/input/input8
[    2.822385] input: HID 04b4:6036 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:04B4:6036.0005/input/input9
[    2.822512] hid-generic 0003:04B4:6036.0005: input,hiddev0,hidraw1: USB HID v1.11 Mouse [HID 04b4:6036] on usb-0000:00:14.0-4/input1
[    2.822623] input: Broadcom Corp. Bluetooth USB Host Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:05AC:8290.0006/input/input10
[    2.882230] hid-generic 0003:05AC:8290.0006: input,hidraw2: USB HID v1.11 Keyboard [Broadcom Corp. Bluetooth USB Host Controller] on usb-0000:00:14.0-7/input0
[    2.882325] input: Broadcom Corp. Bluetooth USB Host Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.1/0003:05AC:8290.0007/input/input11
[    2.882497] hid-generic 0003:05AC:8290.0007: input,hidraw3: USB HID v1.11 Mouse [Broadcom Corp. Bluetooth USB Host Controller] on usb-0000:00:14.0-7/input1
[    2.883632] input: G-SPY USB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04D9:A070.0001/input/input12
[    2.942335] holtek_mouse 0003:04D9:A070.0001: input,hidraw4: USB HID v1.10 Keyboard [G-SPY USB Gaming Mouse] on usb-0000:00:14.0-3/input0
[    2.942493] input: G-SPY USB Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:04D9:A070.0002/input/input13
[    3.002526] holtek_mouse 0003:04D9:A070.0002: input,hiddev1,hidraw5: USB HID v1.10 Mouse [G-SPY USB Gaming Mouse] on usb-0000:00:14.0-3/input1
[    3.002674] holtek_mouse 0003:04D9:A070.0003: hiddev2,hidraw6: USB HID v1.10 Device [G-SPY USB Gaming Mouse] on usb-0000:00:14.0-3/input2
[    3.048667] EXT4-fs (sdc2): mounted filesystem with ordered data mode. Opts: (null)
[    3.159874] systemd[1]: Inserted module 'autofs4'
[    3.262818] systemd[1]: systemd 240 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    3.282103] systemd[1]: Detected architecture x86-64.
[    3.284800] systemd[1]: Set hostname to <Andres-Ubuntu>.
[    3.373352] systemd[1]: /lib/systemd/system/spice-vdagentd.service:8: PIDFile= references path below legacy directory /var/run/, updating /var/run/spice-vdagentd/spice-vdagentd.pid → /run/spice-vdagentd/spice-vdagentd.pid; please update the unit file accordingly.
[    3.375302] systemd[1]: Listening on Journal Audit Socket.
[    3.375378] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.375429] systemd[1]: Listening on udev Control Socket.
[    3.375558] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.375594] systemd[1]: Listening on udev Kernel Socket.
[    3.375623] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.389127] lp: driver loaded but no devices found
[    3.391325] EXT4-fs (sdc2): re-mounted. Opts: errors=remount-ro
[    3.393537] ppdev: user-space parallel port driver
[    3.601046] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    3.621567] media: Linux media interface: v0.10
[    3.629794] videodev: Linux video capture interface: v2.00
[    3.631169] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    3.631170] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    3.665015] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.668333] VFIO - User Level meta-driver version: 0.3
[    3.672393] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    3.672642] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    3.672702] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    3.672703] snd_hda_intel 0000:01:00.1: Force to non-snoop mode
[    3.683231] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.687223] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[    3.687272] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[    3.687316] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[    3.687359] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[    3.687403] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[    3.687446] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[    3.691918] [drm] amdgpu kernel modesetting enabled.
[    3.691968] CRAT table not found
[    3.691971] Virtual CRAT table created for CPU
[    3.691971] Parsing CRAT table with 1 nodes
[    3.691972] Creating topology SYSFS entries
[    3.691981] Topology: Add CPU node
[    3.691981] Finished initializing topology
[    3.692044] checking generic (c0000000 7f0000) vs hw (c0000000 10000000)
[    3.692045] fb0: switching to amdgpudrmfb from EFI VGA
[    3.692071] Console: switching to colour dummy device 80x25
[    3.692155] amdgpu 0000:01:00.0: enabling device (0006 -> 0007)
[    3.692297] [drm] initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1462:0x3418 0xE7).
[    3.692311] [drm] register mmio base: 0xED700000
[    3.692311] [drm] register mmio size: 262144
[    3.692315] [drm] add ip block number 0 <vi_common>
[    3.692315] [drm] add ip block number 1 <gmc_v8_0>
[    3.692316] [drm] add ip block number 2 <tonga_ih>
[    3.692317] [drm] add ip block number 3 <gfx_v8_0>
[    3.692318] [drm] add ip block number 4 <sdma_v3_0>
[    3.692318] [drm] add ip block number 5 <powerplay>
[    3.692319] [drm] add ip block number 6 <dm>
[    3.692320] [drm] add ip block number 7 <uvd_v6_0>
[    3.692321] [drm] add ip block number 8 <vce_v3_0>
[    3.692330] [drm] UVD is enabled in VM mode
[    3.692330] [drm] UVD ENC is enabled in VM mode
[    3.692332] [drm] VCE enabled in VM mode
[    3.692374] [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[    3.703593] i915 0000:00:02.0: enabling device (0000 -> 0003)
[    3.704250] [drm] Replacing VGA console driver
[    3.705355] usbcore: registered new interface driver brcmfmac
[    3.705377] brcmfmac 0000:03:00.0: enabling device (0000 -> 0002)
[    3.706858] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.706859] [drm] Driver supports precise vblank timestamp query.
[    3.707427] amdgpu 0000:01:00.0: VRAM: 4096M 0x000000F400000000 - 0x000000F4FFFFFFFF (4096M used)
[    3.707428] amdgpu 0000:01:00.0: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[    3.707437] [drm] Detected VRAM RAM=4096M, BAR=256M
[    3.707438] [drm] RAM width 256bits GDDR5
[    3.707494] [TTM] Zone  kernel: Available graphics memory: 4023576 kiB
[    3.707495] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    3.707495] [TTM] Initializing pool allocator
[    3.707499] [TTM] Initializing DMA pool allocator
[    3.707528] [drm] amdgpu: 4096M of VRAM memory ready
[    3.707530] [drm] amdgpu: 4096M of GTT memory ready.
[    3.707547] [drm] GART: num cpu pages 65536, num gpu pages 65536
[    3.708039] amdgpu 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[    3.708089] [drm] PCIE GART of 256M enabled (table at 0x000000F4007E9000).
[    3.711109] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[    3.711748] [drm] Chained IB support enabled!
[    3.712940] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    3.712941] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    3.712942] RAPL PMU: hw unit of domain package 2^-14 Joules
[    3.712942] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    3.712943] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    3.712943] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    3.729224] cryptd: max_cpu_qlen set to 1000
[    3.734604] [drm] Found UVD firmware Version: 1.130 Family ID: 16
[    3.739352] [drm] Found VCE firmware Version: 53.26 Binary ID: 3
[    3.750247] AVX2 version of gcm_enc/dec engaged.
[    3.750248] AES CTR mode by8 optimization enabled
[    3.795248] [drm] DM_PPLIB: values for Engine clock
[    3.795250] [drm] DM_PPLIB:     300000
[    3.795251] [drm] DM_PPLIB:     600000
[    3.795251] [drm] DM_PPLIB:     918000
[    3.795251] [drm] DM_PPLIB:     1167000
[    3.795252] [drm] DM_PPLIB:     1239000
[    3.795252] [drm] DM_PPLIB:     1282000
[    3.795253] [drm] DM_PPLIB:     1326000
[    3.795253] [drm] DM_PPLIB:     1366000
[    3.795254] [drm] DM_PPLIB: Validation clocks:
[    3.795254] [drm] DM_PPLIB:    engine_max_clock: 136600
[    3.795255] [drm] DM_PPLIB:    memory_max_clock: 175000
[    3.795255] [drm] DM_PPLIB:    level           : 8
[    3.795256] [drm] DM_PPLIB: values for Memory clock
[    3.795256] [drm] DM_PPLIB:     300000
[    3.795257] [drm] DM_PPLIB:     1000000
[    3.795257] [drm] DM_PPLIB:     1750000
[    3.795258] [drm] DM_PPLIB: Validation clocks:
[    3.795258] [drm] DM_PPLIB:    engine_max_clock: 136600
[    3.795259] [drm] DM_PPLIB:    memory_max_clock: 175000
[    3.795259] [drm] DM_PPLIB:    level           : 8
[    3.809337] Bluetooth: Core ver 2.22
[    3.809348] NET: Registered protocol family 31
[    3.809348] Bluetooth: HCI device and connection manager initialized
[    3.809351] Bluetooth: HCI socket layer initialized
[    3.809352] Bluetooth: L2CAP socket layer initialized
[    3.809354] Bluetooth: SCO socket layer initialized
[    3.813503] systemd-journald[376]: Received request to flush runtime journal from PID 1
[    3.815327] [drm] Display Core initialized with v3.2.08!
[    3.817238] usbcore: registered new interface driver btusb
[    3.844808] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.844808] [drm] Driver supports precise vblank timestamp query.
[    3.874792] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    3.874793] applesmc: #KEY: read arg fail
[    3.875099] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43602-pcie for chip BCM43602/1
[    3.878519] brcmfmac 0000:03:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.Gigabyte Technology Co., Ltd.-iMac17,1.txt failed with error -2
[    3.878825] brcmfmac 0000:03:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.txt failed with error -2
[    3.886702] [drm] UVD and UVD ENC initialized successfully.
[    3.930492] Bluetooth: hci0: BCM: chip id 102 build 0725
[    3.931497] Bluetooth: hci0: BCM: product 05ac:8290
[    3.933462] Bluetooth: hci0: BCM: features 0x2f
[    3.949442] Bluetooth: hci0: Andres-Ubuntu
[    3.987007] [drm] VCE initialized successfully.
[    3.987666] kfd kfd: Allocated 3969056 bytes on gart
[    3.987683] Virtual CRAT table created for GPU
[    3.987684] Parsing CRAT table with 1 nodes
[    3.987689] Creating topology SYSFS entries
[    3.987748] Topology: Add dGPU node [0x67df:0x1002]
[    3.988155] kfd kfd: added device 1002:67df
[    3.991246] [drm] fb mappable at 0xC0D19000
[    3.991247] [drm] vram apper at 0xC0000000
[    3.991248] [drm] size 8294400
[    3.991248] [drm] fb depth is 24
[    3.991249] [drm]    pitch is 7680
[    3.991300] fbcon: amdgpudrmfb (fb0) is primary device
[    3.991366] Console: switching to colour frame buffer device 240x67
[    3.991399] amdgpu 0000:01:00.0: fb0: amdgpudrmfb frame buffer device
[    4.067791] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    4.067792] applesmc: #KEY: read arg fail
[    4.089379] [drm] failed to retrieve link info, disabling eDP
[    4.094228] [drm] Initialized amdgpu 3.27.0 20150101 for 0000:01:00.0 on minor 0
[    4.115405] [drm] Initialized i915 1.6.0 20181204 for 0000:00:02.0 on minor 1
[    4.115793] snd_hda_intel 0000:00:1f.3: Linked as a consumer to 0000:00:02.0
[    4.115848] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.131782] [drm] Cannot find any crtc or sizes
[    4.133278] intel_rapl: Found RAPL domain package
[    4.133279] intel_rapl: Found RAPL domain core
[    4.133279] intel_rapl: Found RAPL domain uncore
[    4.133280] intel_rapl: Found RAPL domain dram
[    4.145915] [drm] Cannot find any crtc or sizes
[    4.154260] snd_hda_codec_ca0132 hdaudioC0D0: autoconfig for Recon3Di: line_outs=3 (0xb/0x11/0x10/0x0/0x0) type:line
[    4.154261] snd_hda_codec_ca0132 hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.154262] snd_hda_codec_ca0132 hdaudioC0D0:    hp_outs=1 (0xf/0x0/0x0/0x0/0x0)
[    4.154262] snd_hda_codec_ca0132 hdaudioC0D0:    mono: mono_out=0x0
[    4.154263] snd_hda_codec_ca0132 hdaudioC0D0:    dig-out=0xc/0xd
[    4.154264] snd_hda_codec_ca0132 hdaudioC0D0:    inputs:
[    4.154265] snd_hda_codec_ca0132 hdaudioC0D0:      Mic=0x12
[    4.154265] snd_hda_codec_ca0132 hdaudioC0D0:      Line=0x13
[    4.160376] [drm] Cannot find any crtc or sizes
[    4.210521] Adding 19368956k swap on /dev/sdc4.  Priority:-2 extents:1 across:19368956k SSFS
[    4.238862] snd_hda_intel 0000:00:1f.3: Direct firmware load for ctefx-r3di.bin failed with error -2
[    4.255863] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    4.255864] applesmc: #KEY: read arg fail
[    4.344504] EXT4-fs (sdc3): mounted filesystem with ordered data mode. Opts: (null)
[    4.443938] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    4.443938] applesmc: #KEY: read arg fail
[    4.495170] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43602-pcie for chip BCM43602/1
[    4.495188] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[    4.495353] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43602/1 wl0: Nov 10 2015 06:38:10 version 7.35.177.61 (r598657) FWID 01-ea662a8c
[    4.520272] brcmfmac 0000:03:00.0 wlp3s0: renamed from wlan0
[    4.631865] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    4.631866] applesmc: #KEY: read arg fail
[    4.819977] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    4.819978] applesmc: #KEY: read arg fail
[    4.882068] snd_hda_codec_ca0132 hdaudioC0D0: ca0132 DSP downloaded and running
[    4.911822] audit: type=1400 audit(1561145504.487:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=1023 comm="apparmor_parser"
[    4.911889] audit: type=1400 audit(1561145504.487:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=1017 comm="apparmor_parser"
[    4.912050] audit: type=1400 audit(1561145504.487:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=1022 comm="apparmor_parser"
[    4.912933] audit: type=1400 audit(1561145504.487:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1020 comm="apparmor_parser"
[    4.912935] audit: type=1400 audit(1561145504.487:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1020 comm="apparmor_parser"
[    4.912937] audit: type=1400 audit(1561145504.487:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1020 comm="apparmor_parser"
[    4.913264] audit: type=1400 audit(1561145504.487:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1021 comm="apparmor_parser"
[    4.913828] audit: type=1400 audit(1561145504.491:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=1018 comm="apparmor_parser"
[    4.914081] audit: type=1400 audit(1561145504.491:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=1028 comm="apparmor_parser"
[    5.008009] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    5.008009] applesmc: #KEY: read arg fail
[    5.195863] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    5.195864] applesmc: #KEY: read arg fail
[    5.351542] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.351543] Bluetooth: BNEP filters: protocol multicast
[    5.351545] Bluetooth: BNEP socket layer initialized
[    5.383897] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    5.383898] applesmc: #KEY: read arg fail
[    5.575836] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    5.575837] applesmc: #KEY: read arg fail
[    5.763830] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    5.763831] applesmc: #KEY: read arg fail
[    5.767898] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[    5.767943] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[    5.767983] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[    5.768022] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[    5.768060] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[    5.768104] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[    5.768956] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[    5.769002] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[    5.769047] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[    5.951865] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    5.951866] applesmc: #KEY: read arg fail
[    6.140121] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    6.140122] applesmc: #KEY: read arg fail
[    6.331850] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    6.331852] applesmc: #KEY: read arg fail
[    6.519858] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    6.519859] applesmc: #KEY: read arg fail
[    6.707862] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    6.707863] applesmc: #KEY: read arg fail
[    6.896111] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    6.896112] applesmc: #KEY: read arg fail
[    7.083964] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    7.083965] applesmc: #KEY: read arg fail
[    7.272100] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    7.272101] applesmc: #KEY: read arg fail
[    7.460099] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    7.460100] applesmc: #KEY: read arg fail
[    7.647870] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    7.647871] applesmc: #KEY: read arg fail
[    7.839867] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    7.839868] applesmc: #KEY: read arg fail
[    8.027949] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    8.027950] applesmc: #KEY: read arg fail
[    8.216111] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    8.216112] applesmc: #KEY: read arg fail
[    8.404101] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    8.404102] applesmc: #KEY: read arg fail
[    8.591870] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    8.591871] applesmc: #KEY: read arg fail
[    8.734707] usbcore: registered new interface driver snd-usb-audio
[    8.734920] uvcvideo: Found UVC 1.00 device A4 TECH HD PC Camera (0ac8:3500)
[    8.736933] uvcvideo 1-2:1.0: Entity type for entity Processing 2 was not initialized!
[    8.736935] uvcvideo 1-2:1.0: Entity type for entity Camera 1 was not initialized!
[    8.736937] uvcvideo 1-2:1.0: Entity type for entity Extension 4 was not initialized!
[    8.737002] input: A4 TECH HD PC Camera: A4 TECH H as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/input/input29
[    8.737074] usbcore: registered new interface driver uvcvideo
[    8.737075] USB Video Class driver (1.1.1)
[    8.779891] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    8.779891] applesmc: #KEY: read arg fail
[    8.967868] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    8.967869] applesmc: #KEY: read arg fail
[    9.155880] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    9.155881] applesmc: #KEY: read arg fail
[    9.343861] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    9.343862] applesmc: #KEY: read arg fail
[    9.531879] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    9.531880] applesmc: #KEY: read arg fail
[    9.719852] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    9.719853] applesmc: #KEY: read arg fail
[    9.907860] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[    9.907861] applesmc: #KEY: read arg fail
[   10.095848] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   10.095849] applesmc: #KEY: read arg fail
[   10.283860] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   10.283861] applesmc: #KEY: read arg fail
[   10.471907] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   10.471908] applesmc: #KEY: read arg fail
[   10.659847] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   10.659848] applesmc: #KEY: read arg fail
[   10.847844] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   10.847846] applesmc: #KEY: read arg fail
[   11.039857] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   11.039857] applesmc: #KEY: read arg fail
[   11.158864] rfkill: input handler disabled
[   11.229826] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   11.229828] applesmc: #KEY: read arg fail
[   11.419835] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   11.419836] applesmc: #KEY: read arg fail
[   11.440141] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[   11.512146] brcmfmac: brcmf_inetaddr_changed: fail to get arp ip table err:-52
[   11.611848] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   11.611849] applesmc: #KEY: read arg fail
[   11.799846] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   11.799847] applesmc: #KEY: read arg fail
[   11.987864] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   11.987865] applesmc: #KEY: read arg fail
[   12.175880] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   12.175881] applesmc: #KEY: read arg fail
[   12.363873] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   12.363874] applesmc: #KEY: read arg fail
[   12.511880] Bluetooth: RFCOMM TTY layer initialized
[   12.511884] Bluetooth: RFCOMM socket layer initialized
[   12.511888] Bluetooth: RFCOMM ver 1.11
[   12.552009] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   12.552010] applesmc: #KEY: read arg fail
[   12.739868] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   12.739869] applesmc: #KEY: read arg fail
[   12.927846] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   12.927846] applesmc: #KEY: read arg fail
[   13.115960] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   13.115961] applesmc: #KEY: read arg fail
[   13.303938] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   13.303939] applesmc: #KEY: read arg fail
[   13.492000] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   13.492000] applesmc: #KEY: read arg fail
[   13.679877] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   13.679878] applesmc: #KEY: read arg fail
[   13.867893] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   13.867894] applesmc: #KEY: read arg fail
[   14.055992] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   14.055993] applesmc: #KEY: read arg fail
[   14.243934] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   14.243935] applesmc: #KEY: read arg fail
[   14.431996] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   14.431997] applesmc: #KEY: read arg fail
[   14.619995] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   14.619995] applesmc: #KEY: read arg fail
[   14.807993] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   14.807993] applesmc: #KEY: read arg fail
[   14.995993] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   14.995993] applesmc: #KEY: read arg fail
[   15.183995] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   15.183995] applesmc: #KEY: read arg fail
[   15.371923] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   15.371924] applesmc: #KEY: read arg fail
[   15.559994] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   15.559995] applesmc: #KEY: read arg fail
[   15.747930] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   15.747931] applesmc: #KEY: read arg fail
[   15.935997] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   15.935997] applesmc: #KEY: read arg fail
[   16.123999] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   16.124000] applesmc: #KEY: read arg fail
[   16.311882] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   16.311882] applesmc: #KEY: read arg fail
[   16.500000] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   16.500001] applesmc: #KEY: read arg fail
[   16.687990] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   16.687991] applesmc: #KEY: read arg fail
[   16.875941] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   16.875942] applesmc: #KEY: read arg fail
[   17.067900] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   17.067901] applesmc: #KEY: read arg fail
[   17.255991] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   17.255992] applesmc: #KEY: read arg fail
[   17.443873] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   17.443873] applesmc: #KEY: read arg fail
[   17.631888] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   17.631889] applesmc: #KEY: read arg fail
[   17.819881] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   17.819882] applesmc: #KEY: read arg fail
[   18.008075] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   18.008076] applesmc: #KEY: read arg fail
[   18.195892] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   18.195892] applesmc: #KEY: read arg fail
[   18.383949] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   18.383950] applesmc: #KEY: read arg fail
[   18.572071] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   18.572072] applesmc: #KEY: read arg fail
[   18.760070] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   18.760071] applesmc: #KEY: read arg fail
[   18.948121] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   18.948121] applesmc: #KEY: read arg fail
[   19.135900] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   19.135900] applesmc: #KEY: read arg fail
[   19.323917] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   19.323918] applesmc: #KEY: read arg fail
[   19.511942] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   19.511942] applesmc: #KEY: read arg fail
[   19.699888] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   19.699888] applesmc: #KEY: read arg fail
[   19.888090] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   19.888091] applesmc: #KEY: read arg fail
[   20.075848] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   20.075849] applesmc: #KEY: read arg fail
[   20.263900] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   20.263901] applesmc: #KEY: read arg fail
[   20.451932] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   20.451933] applesmc: #KEY: read arg fail
[   20.639881] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   20.639881] applesmc: #KEY: read arg fail
[   20.828115] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   20.828115] applesmc: #KEY: read arg fail
[   21.015880] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   21.015880] applesmc: #KEY: read arg fail
[   21.203943] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   21.203944] applesmc: #KEY: read arg fail
[   21.392075] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   21.392076] applesmc: #KEY: read arg fail
[   21.579852] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   21.579852] applesmc: #KEY: read arg fail
[   21.767929] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   21.767930] applesmc: #KEY: read arg fail
[   21.956020] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   21.956021] applesmc: #KEY: read arg fail
[   22.143886] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   22.143887] applesmc: #KEY: read arg fail
[   22.331859] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   22.331860] applesmc: #KEY: read arg fail
[   22.519957] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   22.519957] applesmc: #KEY: read arg fail
[   22.578005] applesmc: probe of applesmc.768 failed with error -5
[   22.708050] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   22.708051] applesmc: #KEY: read arg fail
[   22.895934] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   22.895935] applesmc: #KEY: read arg fail
[   23.083965] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   23.083966] applesmc: #KEY: read arg fail
[   23.271924] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   23.271925] applesmc: #KEY: read arg fail
[   23.460085] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   23.460086] applesmc: #KEY: read arg fail
[   23.648131] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   23.648132] applesmc: #KEY: read arg fail
[   23.835866] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   23.835867] applesmc: #KEY: read arg fail
[   24.024102] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   24.024102] applesmc: #KEY: read arg fail
[   24.212103] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   24.212104] applesmc: #KEY: read arg fail
[   24.400016] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   24.400016] applesmc: #KEY: read arg fail
[   24.588008] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   24.588008] applesmc: #KEY: read arg fail
[   24.776106] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   24.776107] applesmc: #KEY: read arg fail
[   24.964114] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   24.964115] applesmc: #KEY: read arg fail
[   25.152058] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   25.152059] applesmc: #KEY: read arg fail
[   25.340083] applesmc: send_byte(0x10, 0x0304) fail: 0xff
[   25.340084] applesmc: #KEY: read arg fail
andres@Andres-Ubuntu:~$ 

 

Link to comment
Share on other sites

@Andres ZeroCross, you have Apple in your SMBIOS, thus you have SMC loaded. See:

https://github.com/torvalds/linux/blob/9331b6740f86163908de69f4008e434fe0c27691/drivers/hwmon/applesmc.c#L1238-L1264

This is explicitly prohibited by docs.

 

Rest: ACPI Quirks are documented in docs and given in samples. Those that are not implemented are to be written yourselves. Most likely you do not need them in the first place. And yes, it is just not for you if you cannot read, sorry about it.

 

  • Like 2
Link to comment
Share on other sites

3 minutes ago, vit9696 said:

@Andres ZeroCross, you have Apple in your SMBIOS, thus you have SMC loaded. See:

https://github.com/torvalds/linux/blob/9331b6740f86163908de69f4008e434fe0c27691/drivers/hwmon/applesmc.c#L1238-L1264

This is explicitly prohibited by docs.

 

Rest: ACPI Quirks are documented in docs and given in samples. Those that are not implemented are to be written yourselves. Most likely you do not need them in the first place. And yes, it is just not for you if you cannot read, sorry about it.

 

Thank,, It's looks i need Change Vendor in SMBIOS, or set Automatic = Yes and set Spoofing Vendor :)

Edited by Andres ZeroCross
Link to comment
Share on other sites

All the mess erased! :)

 

Guys please be more polished in your comments, as we always says, if you disagree with anyone use the PM box, (respectfully too) don't do this in public. ;)

 

Best regards to all

  • Like 5
Link to comment
Share on other sites

Thanks Andres-Zerocross for booting Windows (UEFI) fix with OC, it works fine on my mach with Aptio 2.0 firmware and shared EFI. Mach halt (Restart-Shutdown) is normal on my case. I never use Fast Startup nor Hibernate or Sleep with Windows, though I'm not sure... what prevents it on your mach.

Edited by Badruzeus
Link to comment
Share on other sites

13 minutes ago, vit9696 said:

Yes, that's most reasonable. Having something like Acidanthera iMac15,1 (Automatic & SpoofVendor) is the recommended way to setup SMBIOS tables.


No log about AppleSMC error now,, just curious about IGPU <-> Brightness Slider in Ubuntu. I didn't use DSDT or SSDT when making a test, but still get Brightness Slider. Trying with MacPro6,1 SMBIOS but still get brighness slider. Try to disable IGPu in BIOS and Brightness slider is dissapeared. I check my OEM ACPI of DSDT and SSDT, there is no PNLF.

And as long as i read Doc, there is no options to inject PNLF (Brightness method) in config.plist. Any clue??? or what should i try?

2 minutes ago, Badruzeus said:

Thanks Andres-Zerocross for booting Windows (UEFI) fix with OC, it works fine on my mach with Aptio 2.0 firmware and shared EFI. Mach halt (Restart-Shutdown) is normal on my case. I never use FasStartup nor Hibernate or Sleep with Windows, though I'm not sure... what prevents it on your mach.


As far as i know,, 3 people including me get Fail to shutdown (when shutdown getting back to desktop screen). Need more experiment. 

Link to comment
Share on other sites

So far the issues did not reproduce for us, but we probably need to be trying harder. Thing is, Windows and Linux may store preferences somewhere, and after being configured with e.g. Apple vendor during boot or installation, some preferences may be irreversible.

 

My opinion is that neither brightness slider, nor shutdown issues can appear when everything is off. In my opinion, disable everything you enabled (including custom ACPI, SMBIOS, device properties, absolutely everything), and try checking Windows and Linux.

— If the bug persists, try loading from BIOS bypassing OpenCore (not Clover please, use BIOS). I believe it will remain here, if it disappears, upload full OC folder, we will try to reinspect.

— If the bug disappears, find the offending preference.

 

Ensure that you carefully and consistently test the configuration. Also it may be reasonable to retest with your and fresh Linux installation.

  • Like 1
Link to comment
Share on other sites

8 hours ago, vit9696 said:

So far the issues did not reproduce for us, but we probably need to be trying harder. Thing is, Windows and Linux may store preferences somewhere, and after being configured with e.g. Apple vendor during boot or installation, some preferences may be irreversible.

 

My opinion is that neither brightness slider, nor shutdown issues can appear when everything is off. In my opinion, disable everything you enabled (including custom ACPI, SMBIOS, device properties, absolutely everything), and try checking Windows and Linux.

— If the bug persists, try loading from BIOS bypassing OpenCore (not Clover please, use BIOS). I believe it will remain here, if it disappears, upload full OC folder, we will try to reinspect.

— If the bug disappears, find the offending preference.

 

Ensure that you carefully and consistently test the configuration. Also it may be reasonable to retest with your and fresh Linux installation.

Many thanks :D

At last, my Windows can sleep, restart and shutdown now :D

The problem is :
==============

RequestBootVarRouting
Type: plist boolean
Failsafe: false
Description: Request NVRAM driver (or AptioMemoryFix) to redirect Boot prefixed variables from EFI_GLOBAL_VARIABLE_G to OC_VENDOR_VARIABLE_GUID.

This will set special boot-redirect variable, which a compatible driver will abide after booter start. The quirk lets default boot entry preservation at times when firmwares delete incompatible boot entries.

============

I set it YES before, i set NO for now and my probelm solved. Now, i will check Linux for Brightness Slider :D

Edited by Andres ZeroCross
Link to comment
Share on other sites

On 5/17/2019 at 4:33 AM, Rodion2010 said:

boot 3.zip

here is my boot file

1 no HFS+ embedded, you may use external drivers Apple's HFSPlus or VboxHFs 

2 default path changed from EFI\CLOVER\Clonerx64 back to EFI\Boot\Bootx64.efi

 

Install Clover

remove all the files and copy OC to the same device

 

 

@Rodion2010,

 

Could you please compile boot file with default path EFI\OC\OpenCore.efi instead of EFI\Boot\Bootx64.efi?

 

I have Clover installed in more than one hard drive on my legacy desktop and unless I disabled/renamed all other instances of CLOVERX64.efi on all my hard drives (installed as EFI\BOOT\BOOTX64.efi), the CLOVER GUI would load instead of OC...

 

 

Spoiler

557994533_DisabledCLOVERX64_efiBOOTX64_efi.thumb.png.ada5c0d62747473d9bb8a610ce7fb427.png 

 

This is mainly a problem if you want OC loading off a hard drive EFI instead of a USB EFI on a legacy BIOS system ---> boot file seems to load OC on USB EFI more reliably.  The boot file (when installed to hard drive EFI) looks for \EFI\BOOT\BOOTX64.efi on all other hard drive EFIs, not just the one it is actually on.

 

Also requesting if you can supply an OC boot file based on boot7 instead of boot6 (because on some legacy BIOS systems, boot7 significantly reduces boot time).

 

Thanks

 

Edit

@RodionS has already compiled a number of different duet boot files for legacy BIOS systems in the Applelife forum - link post#176.  His boot_BIOS_BlockIO solves the problem I described above :guitar:

Edited by fusion71au
Link to @RodionS's duet boot files for legacy BIOS booting
  • Like 1
Link to comment
Share on other sites

5 hours ago, Andres ZeroCross said:

At last, my Windows can sleep, restart and shutdown now :D

The problem is :
==============

RequestBootVarRouting

I set it YES, i set NO and now it solved. Now, i will check Linux for Brightness Slider :D

Weird yah, on my case I set "RequestBootVarRouting" to "YES" and having no problem with mach halt under Windows. Could be specific issue on diff firmware version?

Screenshot 5.png

Edited by Badruzeus
Link to comment
Share on other sites

Oho, this is really bad. This one is not supposed to be broken. Could you please dump NVRAM variables in EFI_GLOBAL_VARIABLE_GUID (see Configuration.pdf for GUID) via dmpstore from Shell or something. Make sure you have RequestBootVarRouting set to NO at the dump time.

Link to comment
Share on other sites

20 minutes ago, vit9696 said:

Oho, this is really bad. This one is not supposed to be broken. Could you please dump NVRAM variables in EFI_GLOBAL_VARIABLE_GUID (see Configuration.pdf for GUID) via dmpstore from Shell or something. Make sure you have RequestBootVarRouting set to NO at the dump time.


I will upload ASAP, for my current config.plist (best setup in UBUNTU, Windows and macOS) i have set RequestBootVarRouting set to NO. 

Edited by Andres ZeroCross
Link to comment
Share on other sites

1 hour ago, vit9696 said:

Oho, this is really bad. This one is not supposed to be broken. Could you please dump NVRAM variables in EFI_GLOBAL_VARIABLE_GUID (see Configuration.pdf for GUID) via dmpstore from Shell or something. Make sure you have RequestBootVarRouting set to NO at the dump time.


Sorry for waiting,, 

i use openCore Shell,, and make entry of shell in OC. then i boot to it

I type 
====
dmpstore 8BE4DF61-93CA-11D2-AA0D-00E098032B8C
====
Then i get output about "no variable name", then i tried to
====

dmpstore -all
====

Then i got many log in Shell,, then i tried to dump all to file, i type

====
dmpstore -all > nvram.txt

====
And i got output about invalid parameter, and can't redirect bla bla bla.

How to dump into txt file???  with shell of Clover i can do it with "dmpstore -all > blablabla.txt" 

Link to comment
Share on other sites

5 minutes ago, vit9696 said:

You probably forgot to choose a writeable filesystem. Try typing fs0: and pressing enter. 0 can be other disk.

I got error about no variable name match with "dmpstore 8BE4DF61-93CA-11D2-AA0D-00E098032B8C"

so i use command "dmpstore -all > nvramall.txt"


I attached the nvramall.txt

nvramall.txt

Link to comment
Share on other sites

Well, with OC I previously made a mistake on config.plist and I correct it via OpenCoreShell. Once rebooted it won't be boot bcoz I set Require Vault: Yes. I then reaccess it via Shell to "No". And now it says "config corrupted" hmmb.. So, I can only repair it via a running mac, or.. is vault generator script also run-able on linux or Shell? Thanks.

Edited by Badruzeus
Link to comment
Share on other sites

23 minutes ago, Badruzeus said:

Well, with OC I previously made a mistake on config.plist and I correct it via OpenCoreShell. Once rebooted it won't be boot bcoz I set Require Vault: Yes. I then reaccess it via Shell to "No". And now it says "config corrupted" hmmb.. So, I can only repair it via a running mac, or.. is vault generator script also run-able on linux or Shell? Thanks.

Maybe itu should "NO" not No,, i try edit with nano then the value should be <false/> or <true/>. Maybe CaseSensitive

Edited by Andres ZeroCross
Link to comment
Share on other sites

×
×
  • Create New...