You are not logged in.

#1 2020-07-06 13:06:02

danrot
Member
Registered: 2017-12-30
Posts: 19
Website

Macbook freezes on boot

Hi!

I have an older macbook (I think the last one without the touchbar) and made an update today. Since that update it hangs during the boot process. By hanging I mean that systems does not show any new lines, and the cursor is not blinking anymore.

I chrooted into the environment and checked what journalctl was saying. I could fix a few of these errors on my own, but currently I am stuck with this one:

(EE) open /dev/dri/card0: no such file or directory
(WW) Falling back to old probe method for modesetting
(EE) Screen 0 deleted because of no matching config section.
(II) UnloadModule: "modesetting"
(EE) Devices detected, but none match those in the config file.
(EE)
Fatal server error:
(EE) no screens found(EE)

This error seems to happen during the start of gdm.

Does anybody have an idea how to solve this?

Offline

#2 2020-07-06 20:17:40

danrot
Member
Registered: 2017-12-30
Posts: 19
Website

Re: Macbook freezes on boot

Not sure if this is related, but I also realized that I also cannot boot the 2020.07 snapshot on arch, because it freezes at a similar stage. The 2020.05 snapshot works without any troubles, so it has to be a recent update of something, but I don't know the system well enough to tell ?

Offline

#3 2020-07-06 20:47:47

archixxx
Member
Registered: 2012-10-17
Posts: 40

Re: Macbook freezes on boot

I've the same/similar problem with my MacBook Pro (around 2015). It also hangs during boot process. I see that some services are getting started but sooner or later that stops and I can't do anything further. I mentioned it here already: https://bbs.archlinux.org/viewtopic.php … 0#p1911670 Since I needed a quick fix for me the solution was going back to a 5.6 kernel. I'm pretty sure it's related to kernel 5.7 - and if I get this right I would say lots of people have various problems with kernel 5.7 in different areas according to the latest topics here in the forum. As also stated in the link above my old MacBook Pro (around 2012) works without issues. The MacBook Pro (around 2015) is Intel only so no additional Nvidia like the older one. Maybe I should also have a look at the journal when in chroot after a failed boot. If I've some time I'll have a look tomorrow.

Offline

#4 2020-07-07 15:27:56

danrot
Member
Registered: 2017-12-30
Posts: 19
Website

Re: Macbook freezes on boot

Thanks for the hint! Downgraded my linux and linux-headers package to version 5.6.14 from my pacman cache, and now I can at least boot the system again. However, the problem is still not really solved :-/

Note to others: It is really important to mount the /boot partion (to /dev/sda1 in my case), because otherwise it will still boot the old kernel. Realized that when I chrooted that into my environment again, and journalctl -b-1 was still showing the wrong kernel version in the first line.

Offline

#5 2020-07-10 07:24:00

pk.gmp
Member
Registered: 2020-06-15
Posts: 44

Re: Macbook freezes on boot

@danrot, if you have recently onboarded on kernel v 5.7.x, you may want to know about these 2 issues

https://bbs.archlinux.org/viewtopic.php?id=256520 related to i915. I think there is a work around for some hardware (iommu related.. details in the post).
https://bbs.archlinux.org/viewtopic.php?id=256498 related to early boot path. I think this second one is fixed in recent versions.

Since your hardware info is not posted in your post, at this time one can only guess about the hardware and probable cause.

If you post more details about your hardware and the specifics (logs etc), people may be able to point you to solution addressing your specific issue.

Offline

#6 2020-07-12 10:10:09

archixxx
Member
Registered: 2012-10-17
Posts: 40

Re: Macbook freezes on boot

https://bbs.archlinux.org/viewtopic.php?id=256498 related to early boot path. I think this second one is fixed in recent versions.

This doesn't apply for me and AFAICS also not for @danrot. When my MacBook stops doing anything this step is already done.

https://bbs.archlinux.org/viewtopic.php?id=256520 related to i915. I think there is a work around for some hardware (iommu related.. details in the post).

I tried that too. Doesn't help. I can't even boot into single-user-mode. While the boot process in general works I'm finally asked for root password but I can't type anything. MacBook is completely frozen at that time already.

Here is the output of the systemd journal while trying to boot into single-user-mode with kernel 5.7.7 (fetched after booting with an older Archlinux version via USB stick in a chroot environment):

Jul 10 15:42:18 kirk kernel: microcode: microcode updated early to revision 0x1c, date = 2019-11-12
Jul 10 15:42:18 kirk kernel: Linux version 5.7.7-arch1-1 (linux@archlinux) (gcc version 10.1.0 (GCC), GNU ld (GNU Binutils) 2.34.0) #1 SMP PREEMPT Wed, 01 Jul 2020 14:53:16 +0000
Jul 10 15:42:18 kirk kernel: Command line: \vmlinuz-linux cryptdevice=/dev/sda6:vgcrypt root=/dev/vgcrypt/root rw initrd=\intel-ucode.img initrd=\initramfs-linux.img intel_iommu\=on S
Jul 10 15:42:18 kirk kernel: KERNEL supported cpus:
Jul 10 15:42:18 kirk kernel:   Intel GenuineIntel
Jul 10 15:42:18 kirk kernel:   AMD AuthenticAMD
Jul 10 15:42:18 kirk kernel:   Hygon HygonGenuine
Jul 10 15:42:18 kirk kernel:   Centaur CentaurHauls
Jul 10 15:42:18 kirk kernel:   zhaoxin   Shanghai  
Jul 10 15:42:18 kirk kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jul 10 15:42:18 kirk kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jul 10 15:42:18 kirk kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jul 10 15:42:18 kirk kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jul 10 15:42:18 kirk kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jul 10 15:42:18 kirk kernel: BIOS-provided physical RAM map:
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009ffff] usable
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000078d00fff] usable
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000078d01000-0x0000000078d48fff] ACPI NVS
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000078d49000-0x0000000078d5cfff] usable
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000078d5d000-0x0000000078d8efff] ACPI data
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000078d8f000-0x0000000078e30fff] usable
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000078e31000-0x0000000078e8efff] reserved
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000078e8f000-0x0000000078ecbfff] usable
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000078ecc000-0x0000000078efefff] reserved
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000078eff000-0x0000000078f87fff] usable
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000078f88000-0x0000000078fdefff] reserved
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000078fdf000-0x0000000078ffffff] usable
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000079000000-0x000000007f9fffff] reserved
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x00000000ffd70000-0x00000000ffd9ffff] reserved
Jul 10 15:42:18 kirk kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047f5fffff] usable
Jul 10 15:42:18 kirk kernel: NX (Execute Disable) protection: active
Jul 10 15:42:18 kirk kernel: e820: update [mem 0x66313190-0x6631cdcf] usable ==> usable
Jul 10 15:42:18 kirk kernel: e820: update [mem 0x66313190-0x6631cdcf] usable ==> usable
Jul 10 15:42:18 kirk kernel: e820: update [mem 0x6631d190-0x6631d872] usable ==> usable
Jul 10 15:42:18 kirk kernel: e820: update [mem 0x6631d190-0x6631d872] usable ==> usable
Jul 10 15:42:18 kirk kernel: extended physical RAM map:
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000000059000-0x000000000009ffff] usable
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000bffff] reserved
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000000100000-0x000000006631318f] usable
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000066313190-0x000000006631cdcf] usable
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x000000006631cdd0-0x000000006631d18f] usable
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x000000006631d190-0x000000006631d872] usable
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x000000006631d873-0x0000000078d00fff] usable
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000078d01000-0x0000000078d48fff] ACPI NVS
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000078d49000-0x0000000078d5cfff] usable
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000078d5d000-0x0000000078d8efff] ACPI data
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000078d8f000-0x0000000078e30fff] usable
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000078e31000-0x0000000078e8efff] reserved
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000078e8f000-0x0000000078ecbfff] usable
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000078ecc000-0x0000000078efefff] reserved
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000078eff000-0x0000000078f87fff] usable
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000078f88000-0x0000000078fdefff] reserved
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000078fdf000-0x0000000078ffffff] usable
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000079000000-0x000000007f9fffff] reserved
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x00000000ffd70000-0x00000000ffd9ffff] reserved
Jul 10 15:42:18 kirk kernel: reserve setup_data: [mem 0x0000000100000000-0x000000047f5fffff] usable
Jul 10 15:42:18 kirk kernel: efi: EFI v1.10 by Apple
Jul 10 15:42:18 kirk kernel: efi:  ACPI=0x78d8e000  ACPI 2.0=0x78d8e014  SMBIOS=0x78f8c000 
Jul 10 15:42:18 kirk kernel: SMBIOS 2.7 present.
Jul 10 15:42:18 kirk kernel: DMI: Apple Inc. MacBookPro11,4/Mac-06F11FD93F0323C5, BIOS MBP114.88Z.0172.B00.1503301047 03/30/2015
Jul 10 15:42:18 kirk kernel: tsc: Fast TSC calibration using PIT
Jul 10 15:42:18 kirk kernel: tsc: Detected 2195.150 MHz processor
Jul 10 15:42:18 kirk kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jul 10 15:42:18 kirk kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jul 10 15:42:18 kirk kernel: last_pfn = 0x47f600 max_arch_pfn = 0x400000000
Jul 10 15:42:18 kirk kernel: MTRR default type: write-back
Jul 10 15:42:18 kirk kernel: MTRR fixed ranges enabled:
Jul 10 15:42:18 kirk kernel:   00000-9FFFF write-back
Jul 10 15:42:18 kirk kernel:   A0000-BFFFF uncachable
Jul 10 15:42:18 kirk kernel:   C0000-DFFFF write-protect
Jul 10 15:42:18 kirk kernel:   E0000-FFFFF uncachable
Jul 10 15:42:18 kirk kernel: MTRR variable ranges enabled:
Jul 10 15:42:18 kirk kernel:   0 base 0080000000 mask 7F80000000 uncachable
Jul 10 15:42:18 kirk kernel:   1 base 007C000000 mask 7FFC000000 uncachable
Jul 10 15:42:18 kirk kernel:   2 base 007A000000 mask 7FFE000000 uncachable
Jul 10 15:42:18 kirk kernel:   3 base 0079000000 mask 7FFF000000 uncachable
Jul 10 15:42:18 kirk kernel:   4 disabled
Jul 10 15:42:18 kirk kernel:   5 disabled
Jul 10 15:42:18 kirk kernel:   6 disabled
Jul 10 15:42:18 kirk kernel:   7 disabled
Jul 10 15:42:18 kirk kernel:   8 disabled
Jul 10 15:42:18 kirk kernel:   9 disabled
Jul 10 15:42:18 kirk kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jul 10 15:42:18 kirk kernel: last_pfn = 0x79000 max_arch_pfn = 0x400000000
Jul 10 15:42:18 kirk kernel: check: Scanning 1 areas for low memory corruption
Jul 10 15:42:18 kirk kernel: Using GB pages for direct mapping
Jul 10 15:42:18 kirk kernel: Secure boot disabled
Jul 10 15:42:18 kirk kernel: RAMDISK: [mem 0x5ca54000-0x5e200fff]
Jul 10 15:42:18 kirk kernel: ACPI: Early table checksum verification disabled
Jul 10 15:42:18 kirk kernel: ACPI: RSDP 0x0000000078D8E014 000024 (v02 APPLE )
Jul 10 15:42:18 kirk kernel: ACPI: XSDT 0x0000000078D8E1C0 0000A4 (v01 APPLE  Apple00  00000000      01000013)
Jul 10 15:42:18 kirk kernel: ACPI: FACP 0x0000000078D8C000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
Jul 10 15:42:18 kirk kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/0 (20200326/tbfadt-564)
Jul 10 15:42:18 kirk kernel: ACPI: DSDT 0x0000000078D7F000 0072F9 (v03 APPLE  MacBookP 00110004 INTL 20140424)
Jul 10 15:42:18 kirk kernel: ACPI: FACS 0x0000000078D06000 000040
Jul 10 15:42:18 kirk kernel: ACPI: FACS 0x0000000078D06000 000040
Jul 10 15:42:18 kirk kernel: ACPI: HPET 0x0000000078D8B000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 10 15:42:18 kirk kernel: ACPI: APIC 0x0000000078D8A000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
Jul 10 15:42:18 kirk kernel: ACPI: SBST 0x0000000078D88000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 10 15:42:18 kirk kernel: ACPI: ECDT 0x0000000078D87000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 10 15:42:18 kirk kernel: ACPI: SSDT 0x0000000078D7E000 000024 (v01 APPLE  SataAhci 00001000 INTL 20140424)
Jul 10 15:42:18 kirk kernel: ACPI: SSDT 0x0000000078D7D000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20140424)
Jul 10 15:42:18 kirk kernel: ACPI: SSDT 0x0000000078D7C000 000032 (v01 APPLE  SsdtS3   00001000 INTL 20140424)
Jul 10 15:42:18 kirk kernel: ACPI: SSDT 0x0000000078D68000 0086DA (v01 APPLE  TbtPEG11 00001000 INTL 20140424)
Jul 10 15:42:18 kirk kernel: ACPI: SSDT 0x0000000078D67000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20140424)
Jul 10 15:42:18 kirk kernel: ACPI: SSDT 0x0000000078D66000 000A7B (v02 APPLE  Xhci     00001000 INTL 20140424)
Jul 10 15:42:18 kirk kernel: ACPI: SSDT 0x0000000078D64000 000341 (v01 APPLE  PEG0SSD0 00001000 INTL 20140424)
Jul 10 15:42:18 kirk kernel: ACPI: SSDT 0x0000000078D5F000 00069C (v01 PmRef  Cpu0Ist  00003000 INTL 20140424)
Jul 10 15:42:18 kirk kernel: ACPI: SSDT 0x0000000078D5E000 000C17 (v01 CpuRef CpuSsdt  00003000 INTL 20140424)
Jul 10 15:42:18 kirk kernel: ACPI: MCFG 0x0000000078D89000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 10 15:42:18 kirk kernel: ACPI: DMAR 0x0000000078D5D000 000088 (v01 APPLE  BDW      00000001 INTL 00000001)
Jul 10 15:42:18 kirk kernel: ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
Jul 10 15:42:18 kirk kernel: ACPI: Local APIC address 0xfee00000
Jul 10 15:42:18 kirk kernel: No NUMA configuration found
Jul 10 15:42:18 kirk kernel: Faking a node at [mem 0x0000000000000000-0x000000047f5fffff]
Jul 10 15:42:18 kirk kernel: NODE_DATA(0) allocated [mem 0x47f5fc000-0x47f5fffff]
Jul 10 15:42:18 kirk kernel: Zone ranges:
Jul 10 15:42:18 kirk kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jul 10 15:42:18 kirk kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jul 10 15:42:18 kirk kernel:   Normal   [mem 0x0000000100000000-0x000000047f5fffff]
Jul 10 15:42:18 kirk kernel:   Device   empty
Jul 10 15:42:18 kirk kernel: Movable zone start for each node
Jul 10 15:42:18 kirk kernel: Early memory node ranges
Jul 10 15:42:18 kirk kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Jul 10 15:42:18 kirk kernel:   node   0: [mem 0x0000000000059000-0x000000000009ffff]
Jul 10 15:42:18 kirk kernel:   node   0: [mem 0x0000000000100000-0x0000000078d00fff]
Jul 10 15:42:18 kirk kernel:   node   0: [mem 0x0000000078d49000-0x0000000078d5cfff]
Jul 10 15:42:18 kirk kernel:   node   0: [mem 0x0000000078d8f000-0x0000000078e30fff]
Jul 10 15:42:18 kirk kernel:   node   0: [mem 0x0000000078e8f000-0x0000000078ecbfff]
Jul 10 15:42:18 kirk kernel:   node   0: [mem 0x0000000078eff000-0x0000000078f87fff]
Jul 10 15:42:18 kirk kernel:   node   0: [mem 0x0000000078fdf000-0x0000000078ffffff]
Jul 10 15:42:18 kirk kernel:   node   0: [mem 0x0000000100000000-0x000000047f5fffff]
Jul 10 15:42:18 kirk kernel: Zeroed struct page in unavailable ranges: 31684 pages
Jul 10 15:42:18 kirk kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047f5fffff]
Jul 10 15:42:18 kirk kernel: On node 0 totalpages: 4162620
Jul 10 15:42:18 kirk kernel:   DMA zone: 64 pages used for memmap
Jul 10 15:42:18 kirk kernel:   DMA zone: 22 pages reserved
Jul 10 15:42:18 kirk kernel:   DMA zone: 3998 pages, LIFO batch:0
Jul 10 15:42:18 kirk kernel:   DMA32 zone: 7675 pages used for memmap
Jul 10 15:42:18 kirk kernel:   DMA32 zone: 491166 pages, LIFO batch:63
Jul 10 15:42:18 kirk kernel:   Normal zone: 57304 pages used for memmap
Jul 10 15:42:18 kirk kernel:   Normal zone: 3667456 pages, LIFO batch:63
Jul 10 15:42:18 kirk kernel: Reserving Intel graphics memory at [mem 0x79a00000-0x7f9fffff]
Jul 10 15:42:18 kirk kernel: ACPI: PM-Timer IO Port: 0x1808
Jul 10 15:42:18 kirk kernel: ACPI: Local APIC address 0xfee00000
Jul 10 15:42:18 kirk kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jul 10 15:42:18 kirk kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jul 10 15:42:18 kirk kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jul 10 15:42:18 kirk kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jul 10 15:42:18 kirk kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jul 10 15:42:18 kirk kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jul 10 15:42:18 kirk kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jul 10 15:42:18 kirk kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jul 10 15:42:18 kirk kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Jul 10 15:42:18 kirk kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jul 10 15:42:18 kirk kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jul 10 15:42:18 kirk kernel: ACPI: IRQ0 used by override.
Jul 10 15:42:18 kirk kernel: ACPI: IRQ9 used by override.
Jul 10 15:42:18 kirk kernel: Using ACPI (MADT) for SMP configuration information
Jul 10 15:42:18 kirk kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jul 10 15:42:18 kirk kernel: TSC deadline timer available
Jul 10 15:42:18 kirk kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000bffff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0x66313000-0x66313fff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0x6631c000-0x6631cfff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0x6631d000-0x6631dfff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0x6631d000-0x6631dfff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0x78d01000-0x78d48fff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0x78d5d000-0x78d8efff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0x78e31000-0x78e8efff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0x78ecc000-0x78efefff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0x78f88000-0x78fdefff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0x79000000-0x7f9fffff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0x7fa00000-0xe00f7fff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffd6ffff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0xffd70000-0xffd9ffff]
Jul 10 15:42:18 kirk kernel: PM: hibernation: Registered nosave memory: [mem 0xffda0000-0xffffffff]
Jul 10 15:42:18 kirk kernel: [mem 0x7fa00000-0xe00f7fff] available for PCI devices
Jul 10 15:42:18 kirk kernel: Booting paravirtualized kernel on bare hardware
Jul 10 15:42:18 kirk kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jul 10 15:42:18 kirk kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Jul 10 15:42:18 kirk kernel: percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
Jul 10 15:42:18 kirk kernel: pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
Jul 10 15:42:18 kirk kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Jul 10 15:42:18 kirk kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4097555
Jul 10 15:42:18 kirk kernel: Policy zone: Normal
Jul 10 15:42:18 kirk kernel: Kernel command line: \vmlinuz-linux cryptdevice=/dev/sda6:vgcrypt root=/dev/vgcrypt/root rw initrd=\intel-ucode.img initrd=\initramfs-linux.img intel_iommu\=on S
Jul 10 15:42:18 kirk kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jul 10 15:42:18 kirk kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jul 10 15:42:18 kirk kernel: mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Jul 10 15:42:18 kirk kernel: Memory: 15855660K/16650480K available (12291K kernel code, 1461K rwdata, 7816K rodata, 1636K init, 3116K bss, 794820K reserved, 0K cma-reserved)
Jul 10 15:42:18 kirk kernel: random: get_random_u64 called from __kmem_cache_create+0x3e/0x600 with crng_init=0
Jul 10 15:42:18 kirk kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Jul 10 15:42:18 kirk kernel: Kernel/User page tables isolation: enabled
Jul 10 15:42:18 kirk kernel: ftrace: allocating 39713 entries in 156 pages
Jul 10 15:42:18 kirk kernel: ftrace: allocated 156 pages with 4 groups
Jul 10 15:42:18 kirk kernel: rcu: Preemptible hierarchical RCU implementation.
Jul 10 15:42:18 kirk kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Jul 10 15:42:18 kirk kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Jul 10 15:42:18 kirk kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jul 10 15:42:18 kirk kernel:         Tasks RCU enabled.
Jul 10 15:42:18 kirk kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jul 10 15:42:18 kirk kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Jul 10 15:42:18 kirk kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
Jul 10 15:42:18 kirk kernel: Console: colour dummy device 80x25
Jul 10 15:42:18 kirk kernel: printk: console [tty0] enabled
Jul 10 15:42:18 kirk kernel: ACPI: Core revision 20200326
Jul 10 15:42:18 kirk kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jul 10 15:42:18 kirk kernel: APIC: Switch to symmetric I/O mode setup
Jul 10 15:42:18 kirk kernel: DMAR: Host address width 39
Jul 10 15:42:18 kirk kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jul 10 15:42:18 kirk kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
Jul 10 15:42:18 kirk kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jul 10 15:42:18 kirk kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
Jul 10 15:42:18 kirk kernel: DMAR: RMRR base: 0x00000079800000 end: 0x0000007f9fffff
Jul 10 15:42:18 kirk kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Jul 10 15:42:18 kirk kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jul 10 15:42:18 kirk kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
Jul 10 15:42:18 kirk kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
Jul 10 15:42:18 kirk kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
Jul 10 15:42:18 kirk kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Jul 10 15:42:18 kirk kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jul 10 15:42:18 kirk kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fa44d3e167, max_idle_ns: 440795220808 ns
Jul 10 15:42:18 kirk kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4392.22 BogoMIPS (lpj=7317166)
Jul 10 15:42:18 kirk kernel: pid_max: default: 32768 minimum: 301
Jul 10 15:42:18 kirk kernel: LSM: Security Framework initializing
Jul 10 15:42:18 kirk kernel: Yama: becoming mindful.
Jul 10 15:42:18 kirk kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jul 10 15:42:18 kirk kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jul 10 15:42:18 kirk kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Jul 10 15:42:18 kirk kernel: process: using mwait in idle threads
Jul 10 15:42:18 kirk kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Jul 10 15:42:18 kirk kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Jul 10 15:42:18 kirk kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jul 10 15:42:18 kirk kernel: Spectre V2 : Mitigation: Full generic retpoline
Jul 10 15:42:18 kirk kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jul 10 15:42:18 kirk kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jul 10 15:42:18 kirk kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jul 10 15:42:18 kirk kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Jul 10 15:42:18 kirk kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Jul 10 15:42:18 kirk kernel: SRBDS: Mitigation: Microcode
Jul 10 15:42:18 kirk kernel: MDS: Mitigation: Clear CPU buffers
Jul 10 15:42:18 kirk kernel: Freeing SMP alternatives memory: 32K
Jul 10 15:42:18 kirk kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz (family: 0x6, model: 0x46, stepping: 0x1)
Jul 10 15:42:18 kirk kernel: Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
Jul 10 15:42:18 kirk kernel: ... version:                3
Jul 10 15:42:18 kirk kernel: ... bit width:              48
Jul 10 15:42:18 kirk kernel: ... generic registers:      4
Jul 10 15:42:18 kirk kernel: ... value mask:             0000ffffffffffff
Jul 10 15:42:18 kirk kernel: ... max period:             00007fffffffffff
Jul 10 15:42:18 kirk kernel: ... fixed-purpose events:   3
Jul 10 15:42:18 kirk kernel: ... event mask:             000000070000000f
Jul 10 15:42:18 kirk kernel: rcu: Hierarchical SRCU implementation.
Jul 10 15:42:18 kirk kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jul 10 15:42:18 kirk kernel: smp: Bringing up secondary CPUs ...
Jul 10 15:42:18 kirk kernel: x86: Booting SMP configuration:
Jul 10 15:42:18 kirk kernel: .... node  #0, CPUs:      #1 #2 #3 #4
Jul 10 15:42:18 kirk kernel: 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.
Jul 10 15:42:18 kirk kernel:  #5 #6 #7
Jul 10 15:42:18 kirk kernel: smp: Brought up 1 node, 8 CPUs
Jul 10 15:42:18 kirk kernel: smpboot: Max logical packages: 1
Jul 10 15:42:18 kirk kernel: smpboot: Total of 8 processors activated (35136.83 BogoMIPS)
Jul 10 15:42:18 kirk kernel: devtmpfs: initialized
Jul 10 15:42:18 kirk kernel: x86/mm: Memory block size: 128MB
Jul 10 15:42:18 kirk kernel: PM: Registering ACPI NVS region [mem 0x78d01000-0x78d48fff] (294912 bytes)
Jul 10 15:42:18 kirk kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jul 10 15:42:18 kirk kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Jul 10 15:42:18 kirk kernel: pinctrl core: initialized pinctrl subsystem
Jul 10 15:42:18 kirk kernel: PM: RTC time: 13:42:07, date: 2020-07-10
Jul 10 15:42:18 kirk kernel: thermal_sys: Registered thermal governor 'fair_share'
Jul 10 15:42:18 kirk kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jul 10 15:42:18 kirk kernel: thermal_sys: Registered thermal governor 'step_wise'
Jul 10 15:42:18 kirk kernel: thermal_sys: Registered thermal governor 'user_space'
Jul 10 15:42:18 kirk kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jul 10 15:42:18 kirk kernel: NET: Registered protocol family 16
Jul 10 15:42:18 kirk kernel: audit: initializing netlink subsys (disabled)
Jul 10 15:42:18 kirk kernel: audit: type=2000 audit(1594388527.086:1): state=initialized audit_enabled=0 res=1
Jul 10 15:42:18 kirk kernel: cpuidle: using governor ladder
Jul 10 15:42:18 kirk kernel: cpuidle: using governor menu
Jul 10 15:42:18 kirk kernel: ACPI: bus type PCI registered
Jul 10 15:42:18 kirk kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jul 10 15:42:18 kirk kernel: PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
Jul 10 15:42:18 kirk kernel: PCI: not using MMCONFIG
Jul 10 15:42:18 kirk kernel: PCI: Using configuration type 1 for base access
Jul 10 15:42:18 kirk kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Jul 10 15:42:18 kirk kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jul 10 15:42:18 kirk kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Jul 10 15:42:18 kirk kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Jul 10 15:42:18 kirk kernel: ACPI: Disabled all _OSI OS vendors
Jul 10 15:42:18 kirk kernel: ACPI: Added _OSI(Module Device)
Jul 10 15:42:18 kirk kernel: ACPI: Added _OSI(Processor Device)
Jul 10 15:42:18 kirk kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jul 10 15:42:18 kirk kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jul 10 15:42:18 kirk kernel: ACPI: Added _OSI(Linux-Dell-Video)
Jul 10 15:42:18 kirk kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Jul 10 15:42:18 kirk kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Jul 10 15:42:18 kirk kernel: ACPI: Added _OSI(Darwin)
Jul 10 15:42:18 kirk kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
Jul 10 15:42:18 kirk kernel: ACPI: EC: EC started
Jul 10 15:42:18 kirk kernel: ACPI: EC: interrupt blocked
Jul 10 15:42:18 kirk kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jul 10 15:42:18 kirk kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Jul 10 15:42:18 kirk kernel: ACPI: BIOS _OSI(Darwin) query honored via DMI
Jul 10 15:42:18 kirk kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jul 10 15:42:18 kirk kernel: ACPI Error: Needed type [Reference], found [Integer] 000000007abbc17c (20200326/exresop-66)
Jul 10 15:42:18 kirk kernel: fbcon: Taking over console
Jul 10 15:42:18 kirk kernel: ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Store] (20200326/dswexec-431)
Jul 10 15:42:18 kirk kernel: ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_AML_OPERAND_TYPE) (20200326/psparse-529)
Jul 10 15:42:18 kirk kernel: ACPI: Dynamic OEM Table Load:
Jul 10 15:42:18 kirk kernel: ACPI: SSDT 0xFFFF8D87ACF50800 00067C (v01 PmRef  ApIst    00003000 INTL 20140424)
Jul 10 15:42:18 kirk kernel: ACPI: Dynamic OEM Table Load:
Jul 10 15:42:18 kirk kernel: ACPI: SSDT 0xFFFF8D87AC4BAA00 000119 (v01 PmRef  ApCst    00003000 INTL 20140424)
Jul 10 15:42:18 kirk kernel: ACPI: Interpreter enabled
Jul 10 15:42:18 kirk kernel: ACPI: (supports S0 S3 S4 S5)
Jul 10 15:42:18 kirk kernel: ACPI: Using IOAPIC for interrupt routing
Jul 10 15:42:18 kirk kernel: PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
Jul 10 15:42:18 kirk kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe9bfffff] reserved in ACPI motherboard resources
Jul 10 15:42:18 kirk kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jul 10 15:42:18 kirk kernel: ACPI: Enabled 7 GPEs in block 00 to 3F
Jul 10 15:42:18 kirk kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jul 10 15:42:18 kirk kernel: acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
Jul 10 15:42:18 kirk kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-9b] only partially covers this bridge
Jul 10 15:42:18 kirk kernel: PCI host bridge to bus 0000:00
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0x7fa00000-0xfeafffff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jul 10 15:42:18 kirk kernel: pci 0000:00:00.0: [8086:0d04] type 00 class 0x060000
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.0: [8086:0d01] type 01 class 0x060400
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.1: [8086:0d05] type 01 class 0x060400
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:00:02.0: [8086:0d26] type 00 class 0x030000
Jul 10 15:42:18 kirk kernel: pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa03fffff 64bit]
Jul 10 15:42:18 kirk kernel: pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
Jul 10 15:42:18 kirk kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jul 10 15:42:18 kirk kernel: pci 0000:00:03.0: [8086:0d0c] type 00 class 0x040300
Jul 10 15:42:18 kirk kernel: pci 0000:00:03.0: reg 0x10: [mem 0xa0c10000-0xa0c13fff 64bit]
Jul 10 15:42:18 kirk kernel: pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
Jul 10 15:42:18 kirk kernel: pci 0000:00:14.0: reg 0x10: [mem 0xa0c00000-0xa0c0ffff 64bit]
Jul 10 15:42:18 kirk kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
Jul 10 15:42:18 kirk kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa0c19100-0xa0c1910f 64bit]
Jul 10 15:42:18 kirk kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
Jul 10 15:42:18 kirk kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xa0c14000-0xa0c17fff 64bit]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.0: claimed MacBook Pro poweroff workaround [mem 0x7fa00000-0x7fbfffff]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
Jul 10 15:42:18 kirk kernel: pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
Jul 10 15:42:18 kirk kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xa0c19000-0xa0c190ff 64bit]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1f.6: [8086:8c24] type 00 class 0x118000
Jul 10 15:42:18 kirk kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xa0c18000-0xa0c18fff 64bit]
Jul 10 15:42:18 kirk kernel: pci 0000:01:00.0: [144d:a801] type 00 class 0x010601
Jul 10 15:42:18 kirk kernel: pci 0000:01:00.0: reg 0x24: [mem 0xa0b00000-0xa0b01fff]
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.0:   bridge window [mem 0xa0b00000-0xa0bfffff]
Jul 10 15:42:18 kirk kernel: pci 0000:05:00.0: [8086:156d] type 01 class 0x060400
Jul 10 15:42:18 kirk kernel: pci 0000:05:00.0: supports D1 D2
Jul 10 15:42:18 kirk kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.1: PCI bridge to [bus 05-6b]
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.1:   bridge window [io  0x4000-0x6fff]
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.1:   bridge window [mem 0xa0d00000-0xacdfffff]
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.1:   bridge window [mem 0xace00000-0xb8efffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0: [8086:156d] type 01 class 0x060400
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0: supports D1 D2
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:06:03.0: [8086:156d] type 01 class 0x060400
Jul 10 15:42:18 kirk kernel: pci 0000:06:03.0: supports D1 D2
Jul 10 15:42:18 kirk kernel: pci 0000:06:03.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: [8086:156d] type 01 class 0x060400
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: supports D1 D2
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:06:05.0: [8086:156d] type 01 class 0x060400
Jul 10 15:42:18 kirk kernel: pci 0000:06:05.0: supports D1 D2
Jul 10 15:42:18 kirk kernel: pci 0000:06:05.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: [8086:156d] type 01 class 0x060400
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: supports D1 D2
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:05:00.0: PCI bridge to [bus 06-6b]
Jul 10 15:42:18 kirk kernel: pci 0000:05:00.0:   bridge window [io  0x4000-0x5fff]
Jul 10 15:42:18 kirk kernel: pci 0000:05:00.0:   bridge window [mem 0xa0d00000-0xa8dfffff]
Jul 10 15:42:18 kirk kernel: pci 0000:05:00.0:   bridge window [mem 0xace00000-0xb4efffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:07:00.0: [8086:156c] type 00 class 0x088000
Jul 10 15:42:18 kirk kernel: pci 0000:07:00.0: reg 0x10: [mem 0xa0d00000-0xa0d3ffff]
Jul 10 15:42:18 kirk kernel: pci 0000:07:00.0: reg 0x14: [mem 0xa0d40000-0xa0d40fff]
Jul 10 15:42:18 kirk kernel: pci 0000:07:00.0: supports D1 D2
Jul 10 15:42:18 kirk kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0: PCI bridge to [bus 07]
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0:   bridge window [mem 0xa0d00000-0xa0dfffff]
Jul 10 15:42:18 kirk kernel: pci 0000:08:00.0: [8086:1549] type 01 class 0x060400
Jul 10 15:42:18 kirk kernel: pci 0000:08:00.0: enabling Extended Tags
Jul 10 15:42:18 kirk kernel: pci 0000:08:00.0: supports D1 D2
Jul 10 15:42:18 kirk kernel: pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:06:03.0: ASPM: current common clock configuration is inconsistent, reconfiguring
Jul 10 15:42:18 kirk kernel: pci 0000:06:03.0: PCI bridge to [bus 08-38]
Jul 10 15:42:18 kirk kernel: pci 0000:06:03.0:   bridge window [io  0x4000-0x4fff]
Jul 10 15:42:18 kirk kernel: pci 0000:06:03.0:   bridge window [mem 0xa0e00000-0xa4dfffff]
Jul 10 15:42:18 kirk kernel: pci 0000:06:03.0:   bridge window [mem 0xace00000-0xb0efffff 64bit pref]
Jul 10 15:42:18 kirk kernel: acpiphp: Slot [1] registered
Jul 10 15:42:18 kirk kernel: acpiphp: Slot [2-1] registered
Jul 10 15:42:18 kirk kernel: acpiphp: Slot [3-1] registered
Jul 10 15:42:18 kirk kernel: acpiphp: Slot [4-1] registered
Jul 10 15:42:18 kirk kernel: acpiphp: Slot [5-1] registered
Jul 10 15:42:18 kirk kernel: pci 0000:09:00.0: [8086:1549] type 01 class 0x060400
Jul 10 15:42:18 kirk kernel: pci 0000:09:00.0: enabling Extended Tags
Jul 10 15:42:18 kirk kernel: pci 0000:09:00.0: supports D1 D2
Jul 10 15:42:18 kirk kernel: pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:08:00.0: PCI bridge to [bus 09-0a]
Jul 10 15:42:18 kirk kernel: pci 0000:08:00.0:   bridge window [mem 0xace00000-0xacefffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:0a:00.0: [14e4:1682] type 00 class 0x020000
Jul 10 15:42:18 kirk kernel: pci 0000:0a:00.0: reg 0x10: [mem 0xace00000-0xace0ffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:0a:00.0: reg 0x18: [mem 0xace10000-0xace1ffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:0a:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
Jul 10 15:42:18 kirk kernel: pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:09:00.0: PCI bridge to [bus 0a]
Jul 10 15:42:18 kirk kernel: pci 0000:09:00.0:   bridge window [mem 0xace00000-0xacefffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: PCI bridge to [bus 39]
Jul 10 15:42:18 kirk kernel: pci 0000:06:05.0: PCI bridge to [bus 3a-6a]
Jul 10 15:42:18 kirk kernel: pci 0000:06:05.0:   bridge window [io  0x5000-0x5fff]
Jul 10 15:42:18 kirk kernel: pci 0000:06:05.0:   bridge window [mem 0xa4e00000-0xa8dfffff]
Jul 10 15:42:18 kirk kernel: pci 0000:06:05.0:   bridge window [mem 0xb0f00000-0xb4efffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: PCI bridge to [bus 6b]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jul 10 15:42:18 kirk kernel: pci 0000:03:00.0: [14e4:43ba] type 00 class 0x028000
Jul 10 15:42:18 kirk kernel: pci 0000:03:00.0: reg 0x10: [mem 0xa0800000-0xa0807fff 64bit]
Jul 10 15:42:18 kirk kernel: pci 0000:03:00.0: reg 0x18: [mem 0xa0400000-0xa07fffff 64bit]
Jul 10 15:42:18 kirk kernel: pci 0000:03:00.0: supports D1 D2
Jul 10 15:42:18 kirk kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.2:   bridge window [mem 0xa0400000-0xa08fffff]
Jul 10 15:42:18 kirk kernel: pci 0000:04:00.0: [14e4:1570] type 00 class 0x048000
Jul 10 15:42:18 kirk kernel: pci 0000:04:00.0: reg 0x10: [mem 0xa0a00000-0xa0a0ffff 64bit]
Jul 10 15:42:18 kirk kernel: pci 0000:04:00.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:04:00.0: reg 0x20: [mem 0xa0900000-0xa09fffff 64bit]
Jul 10 15:42:18 kirk kernel: pci 0000:04:00.0: supports D1
Jul 10 15:42:18 kirk kernel: pci 0000:04:00.0: PME# supported from D0 D3hot
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.3:   bridge window [mem 0xa0900000-0xa0afffff]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.3:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
Jul 10 15:42:18 kirk kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Jul 10 15:42:18 kirk kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Jul 10 15:42:18 kirk kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Jul 10 15:42:18 kirk kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Jul 10 15:42:18 kirk kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Jul 10 15:42:18 kirk kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Jul 10 15:42:18 kirk kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Jul 10 15:42:18 kirk kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Jul 10 15:42:18 kirk kernel: ACPI: EC: interrupt unblocked
Jul 10 15:42:18 kirk kernel: ACPI: EC: event unblocked
Jul 10 15:42:18 kirk kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jul 10 15:42:18 kirk kernel: ACPI: EC: GPE=0x17
Jul 10 15:42:18 kirk kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
Jul 10 15:42:18 kirk kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Jul 10 15:42:18 kirk kernel: iommu: Default domain type: Translated 
Jul 10 15:42:18 kirk kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jul 10 15:42:18 kirk kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jul 10 15:42:18 kirk kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jul 10 15:42:18 kirk kernel: vgaarb: loaded
Jul 10 15:42:18 kirk kernel: SCSI subsystem initialized
Jul 10 15:42:18 kirk kernel: libata version 3.00 loaded.
Jul 10 15:42:18 kirk kernel: ACPI: bus type USB registered
Jul 10 15:42:18 kirk kernel: usbcore: registered new interface driver usbfs
Jul 10 15:42:18 kirk kernel: usbcore: registered new interface driver hub
Jul 10 15:42:18 kirk kernel: usbcore: registered new device driver usb
Jul 10 15:42:18 kirk kernel: pps_core: LinuxPPS API ver. 1 registered
Jul 10 15:42:18 kirk kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jul 10 15:42:18 kirk kernel: PTP clock support registered
Jul 10 15:42:18 kirk kernel: EDAC MC: Ver: 3.0.0
Jul 10 15:42:18 kirk kernel: Registered efivars operations
Jul 10 15:42:18 kirk kernel: PCI: Using ACPI for IRQ routing
Jul 10 15:42:18 kirk kernel: PCI: pci_cache_line_size set to 64 bytes
Jul 10 15:42:18 kirk kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Jul 10 15:42:18 kirk kernel: e820: reserve RAM buffer [mem 0x66313190-0x67ffffff]
Jul 10 15:42:18 kirk kernel: e820: reserve RAM buffer [mem 0x6631d190-0x67ffffff]
Jul 10 15:42:18 kirk kernel: e820: reserve RAM buffer [mem 0x78d01000-0x7bffffff]
Jul 10 15:42:18 kirk kernel: e820: reserve RAM buffer [mem 0x78d5d000-0x7bffffff]
Jul 10 15:42:18 kirk kernel: e820: reserve RAM buffer [mem 0x78e31000-0x7bffffff]
Jul 10 15:42:18 kirk kernel: e820: reserve RAM buffer [mem 0x78ecc000-0x7bffffff]
Jul 10 15:42:18 kirk kernel: e820: reserve RAM buffer [mem 0x78f88000-0x7bffffff]
Jul 10 15:42:18 kirk kernel: e820: reserve RAM buffer [mem 0x79000000-0x7bffffff]
Jul 10 15:42:18 kirk kernel: e820: reserve RAM buffer [mem 0x47f600000-0x47fffffff]
Jul 10 15:42:18 kirk kernel: NetLabel: Initializing
Jul 10 15:42:18 kirk kernel: NetLabel:  domain hash size = 128
Jul 10 15:42:18 kirk kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jul 10 15:42:18 kirk kernel: NetLabel:  unlabeled traffic allowed by default
Jul 10 15:42:18 kirk kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jul 10 15:42:18 kirk kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jul 10 15:42:18 kirk kernel: clocksource: Switched to clocksource tsc-early
Jul 10 15:42:18 kirk kernel: VFS: Disk quotas dquot_6.6.0
Jul 10 15:42:18 kirk kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jul 10 15:42:18 kirk kernel: pnp: PnP ACPI init
Jul 10 15:42:18 kirk kernel: system 00:00: [mem 0xfed00000-0xfed03fff] has been reserved
Jul 10 15:42:18 kirk kernel: system 00:00: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
Jul 10 15:42:18 kirk kernel: system 00:01: [io  0xffff] has been reserved
Jul 10 15:42:18 kirk kernel: system 00:01: [io  0x1800-0x187f] has been reserved
Jul 10 15:42:18 kirk kernel: system 00:01: [io  0x0800-0x087f] has been reserved
Jul 10 15:42:18 kirk kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Jul 10 15:42:18 kirk kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Jul 10 15:42:18 kirk kernel: pnp 00:03: Plug and Play ACPI device, IDs APP000b (active)
Jul 10 15:42:18 kirk kernel: system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jul 10 15:42:18 kirk kernel: system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
Jul 10 15:42:18 kirk kernel: system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
Jul 10 15:42:18 kirk kernel: system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
Jul 10 15:42:18 kirk kernel: system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
Jul 10 15:42:18 kirk kernel: system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
Jul 10 15:42:18 kirk kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Jul 10 15:42:18 kirk kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
Jul 10 15:42:18 kirk kernel: system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
Jul 10 15:42:18 kirk kernel: system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
Jul 10 15:42:18 kirk kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Jul 10 15:42:18 kirk kernel: system 00:05: [mem 0x20000000-0x201fffff] could not be reserved
Jul 10 15:42:18 kirk kernel: system 00:05: [mem 0x40000000-0x401fffff] could not be reserved
Jul 10 15:42:18 kirk kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
Jul 10 15:42:18 kirk kernel: pnp: PnP ACPI: found 6 devices
Jul 10 15:42:18 kirk kernel: pci 0000:00:02.0: assigning 3 device properties
Jul 10 15:42:18 kirk kernel: pci 0000:07:00.0: assigning 8 device properties
Jul 10 15:42:18 kirk kernel: pci 0000:08:00.0: assigning 3 device properties
Jul 10 15:42:18 kirk kernel: pci 0000:00:1b.0: assigning 4 device properties
Jul 10 15:42:18 kirk kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jul 10 15:42:18 kirk kernel: pci 0000:0a:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 200000 add_align 100000
Jul 10 15:42:18 kirk kernel: pci 0000:09:00.0: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
Jul 10 15:42:18 kirk kernel: pci 0000:09:00.0: bridge window [mem 0x00100000-0x001fffff] to [bus 0a] add_size 100000 add_align 100000
Jul 10 15:42:18 kirk kernel: pci 0000:08:00.0: bridge window [io  0x1000-0x0fff] to [bus 09-0a] add_size 1000
Jul 10 15:42:18 kirk kernel: pci 0000:08:00.0: bridge window [mem 0x00100000-0x001fffff] to [bus 09-0a] add_size 100000 add_align 100000
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: bridge window [mem 0x00100000-0x000fffff] to [bus 39] add_size 200000 add_align 100000
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: bridge window [io  0x1000-0x0fff] to [bus 6b] add_size 1000
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 6b] add_size 200000 add_align 100000
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: bridge window [mem 0x00100000-0x000fffff] to [bus 6b] add_size 200000 add_align 100000
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0x7fc00000-0x7fdfffff]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0x7fe00000-0x7fffffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.0:   bridge window [mem 0xa0b00000-0xa0bfffff]
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: BAR 14: no space for [mem size 0x00200000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: BAR 14: failed to assign [mem size 0x00200000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: BAR 14: no space for [mem size 0x00200000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: BAR 14: failed to assign [mem size 0x00200000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0: BAR 13: no space for [io  size 0x1000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0: BAR 13: failed to assign [io  size 0x1000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: BAR 13: no space for [io  size 0x1000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: BAR 13: failed to assign [io  size 0x1000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: BAR 13: no space for [io  size 0x1000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: BAR 13: failed to assign [io  size 0x1000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: BAR 14: no space for [mem size 0x00200000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: BAR 14: failed to assign [mem size 0x00200000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: BAR 13: no space for [io  size 0x1000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: BAR 13: failed to assign [io  size 0x1000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: BAR 14: no space for [mem size 0x00200000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: BAR 14: failed to assign [mem size 0x00200000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: BAR 13: no space for [io  size 0x1000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: BAR 13: failed to assign [io  size 0x1000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0: BAR 13: no space for [io  size 0x1000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0: BAR 13: failed to assign [io  size 0x1000]
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0: PCI bridge to [bus 07]
Jul 10 15:42:18 kirk kernel: pci 0000:06:00.0:   bridge window [mem 0xa0d00000-0xa0dfffff]
Jul 10 15:42:18 kirk kernel: pci 0000:08:00.0: BAR 14: assigned [mem 0xa0e00000-0xa0ffffff]
Jul 10 15:42:18 kirk kernel: pci 0000:08:00.0: BAR 13: assigned [io  0x4000-0x4fff]
Jul 10 15:42:18 kirk kernel: pci 0000:09:00.0: BAR 14: assigned [mem 0xa0e00000-0xa0ffffff]
Jul 10 15:42:18 kirk kernel: pci 0000:09:00.0: BAR 13: assigned [io  0x4000-0x4fff]
Jul 10 15:42:18 kirk kernel: pci 0000:0a:00.0: BAR 6: assigned [mem 0xa0e00000-0xa0e0ffff pref]
Jul 10 15:42:18 kirk kernel: pci 0000:09:00.0: PCI bridge to [bus 0a]
Jul 10 15:42:18 kirk kernel: pci 0000:09:00.0:   bridge window [io  0x4000-0x4fff]
Jul 10 15:42:18 kirk kernel: pci 0000:09:00.0:   bridge window [mem 0xa0e00000-0xa0ffffff]
Jul 10 15:42:18 kirk kernel: pci 0000:09:00.0:   bridge window [mem 0xace00000-0xacefffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:08:00.0: PCI bridge to [bus 09-0a]
Jul 10 15:42:18 kirk kernel: pci 0000:08:00.0:   bridge window [io  0x4000-0x4fff]
Jul 10 15:42:18 kirk kernel: pci 0000:08:00.0:   bridge window [mem 0xa0e00000-0xa0ffffff]
Jul 10 15:42:18 kirk kernel: pci 0000:08:00.0:   bridge window [mem 0xace00000-0xacefffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:03.0: PCI bridge to [bus 08-38]
Jul 10 15:42:18 kirk kernel: pci 0000:06:03.0:   bridge window [io  0x4000-0x4fff]
Jul 10 15:42:18 kirk kernel: pci 0000:06:03.0:   bridge window [mem 0xa0e00000-0xa4dfffff]
Jul 10 15:42:18 kirk kernel: pci 0000:06:03.0:   bridge window [mem 0xace00000-0xb0efffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:04.0: PCI bridge to [bus 39]
Jul 10 15:42:18 kirk kernel: pci 0000:06:05.0: PCI bridge to [bus 3a-6a]
Jul 10 15:42:18 kirk kernel: pci 0000:06:05.0:   bridge window [io  0x5000-0x5fff]
Jul 10 15:42:18 kirk kernel: pci 0000:06:05.0:   bridge window [mem 0xa4e00000-0xa8dfffff]
Jul 10 15:42:18 kirk kernel: pci 0000:06:05.0:   bridge window [mem 0xb0f00000-0xb4efffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:06:06.0: PCI bridge to [bus 6b]
Jul 10 15:42:18 kirk kernel: pci 0000:05:00.0: PCI bridge to [bus 06-6b]
Jul 10 15:42:18 kirk kernel: pci 0000:05:00.0:   bridge window [io  0x4000-0x5fff]
Jul 10 15:42:18 kirk kernel: pci 0000:05:00.0:   bridge window [mem 0xa0d00000-0xa8dfffff]
Jul 10 15:42:18 kirk kernel: pci 0000:05:00.0:   bridge window [mem 0xace00000-0xb4efffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.1: PCI bridge to [bus 05-6b]
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.1:   bridge window [io  0x4000-0x6fff]
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.1:   bridge window [mem 0xa0d00000-0xacdfffff]
Jul 10 15:42:18 kirk kernel: pci 0000:00:01.1:   bridge window [mem 0xace00000-0xb8efffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.0:   bridge window [mem 0x7fc00000-0x7fdfffff]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.0:   bridge window [mem 0x7fe00000-0x7fffffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.2:   bridge window [mem 0xa0400000-0xa08fffff]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.3:   bridge window [mem 0xa0900000-0xa0afffff]
Jul 10 15:42:18 kirk kernel: pci 0000:00:1c.3:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 20 [mem 0x7fa00000-0xfeafffff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:00: resource 21 [mem 0xfed40000-0xfed44fff window]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:01: resource 1 [mem 0xa0b00000-0xa0bfffff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:05: resource 0 [io  0x4000-0x6fff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:05: resource 1 [mem 0xa0d00000-0xacdfffff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:05: resource 2 [mem 0xace00000-0xb8efffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:06: resource 0 [io  0x4000-0x5fff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:06: resource 1 [mem 0xa0d00000-0xa8dfffff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:06: resource 2 [mem 0xace00000-0xb4efffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:07: resource 1 [mem 0xa0d00000-0xa0dfffff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:08: resource 0 [io  0x4000-0x4fff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:08: resource 1 [mem 0xa0e00000-0xa4dfffff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:08: resource 2 [mem 0xace00000-0xb0efffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:09: resource 0 [io  0x4000-0x4fff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:09: resource 1 [mem 0xa0e00000-0xa0ffffff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:09: resource 2 [mem 0xace00000-0xacefffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:0a: resource 0 [io  0x4000-0x4fff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:0a: resource 1 [mem 0xa0e00000-0xa0ffffff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:0a: resource 2 [mem 0xace00000-0xacefffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:3a: resource 0 [io  0x5000-0x5fff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:3a: resource 1 [mem 0xa4e00000-0xa8dfffff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:3a: resource 2 [mem 0xb0f00000-0xb4efffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:02: resource 1 [mem 0x7fc00000-0x7fdfffff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:02: resource 2 [mem 0x7fe00000-0x7fffffff 64bit pref]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:03: resource 1 [mem 0xa0400000-0xa08fffff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:04: resource 1 [mem 0xa0900000-0xa0afffff]
Jul 10 15:42:18 kirk kernel: pci_bus 0000:04: resource 2 [mem 0x80000000-0x8fffffff 64bit pref]
Jul 10 15:42:18 kirk kernel: NET: Registered protocol family 2
Jul 10 15:42:18 kirk kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jul 10 15:42:18 kirk kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jul 10 15:42:18 kirk kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Jul 10 15:42:18 kirk kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jul 10 15:42:18 kirk kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jul 10 15:42:18 kirk kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jul 10 15:42:18 kirk kernel: NET: Registered protocol family 1
Jul 10 15:42:18 kirk kernel: NET: Registered protocol family 44
Jul 10 15:42:18 kirk kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jul 10 15:42:18 kirk kernel: pci 0000:05:00.0: CLS mismatch (256 != 128), using 64 bytes
Jul 10 15:42:18 kirk kernel: Trying to unpack rootfs image as initramfs...
Jul 10 15:42:18 kirk kernel: Freeing initrd memory: 24244K
Jul 10 15:42:18 kirk kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jul 10 15:42:18 kirk kernel: software IO TLB: mapped [mem 0x58a54000-0x5ca54000] (64MB)
Jul 10 15:42:18 kirk kernel: check: Scanning for low memory corruption every 60 seconds
Jul 10 15:42:18 kirk kernel: Initialise system trusted keyrings
Jul 10 15:42:18 kirk kernel: Key type blacklist registered
Jul 10 15:42:18 kirk kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jul 10 15:42:18 kirk kernel: zbud: loaded
Jul 10 15:42:18 kirk kernel: Key type asymmetric registered
Jul 10 15:42:18 kirk kernel: Asymmetric key parser 'x509' registered
Jul 10 15:42:18 kirk kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Jul 10 15:42:18 kirk kernel: io scheduler mq-deadline registered
Jul 10 15:42:18 kirk kernel: io scheduler kyber registered
Jul 10 15:42:18 kirk kernel: io scheduler bfq registered
Jul 10 15:42:18 kirk kernel: pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jul 10 15:42:18 kirk kernel: pcieport 0000:06:00.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jul 10 15:42:18 kirk kernel: pcieport 0000:06:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jul 10 15:42:18 kirk kernel: pcieport 0000:06:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jul 10 15:42:18 kirk kernel: pcieport 0000:06:05.0: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jul 10 15:42:18 kirk kernel: pcieport 0000:06:06.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jul 10 15:42:18 kirk kernel: pcieport 0000:09:00.0: pciehp: Slot #9 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ (with Cmd Compl erratum)
Jul 10 15:42:18 kirk kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jul 10 15:42:18 kirk kernel: efifb: probing for efifb
Jul 10 15:42:18 kirk kernel: efifb: No BGRT, not showing boot graphics
Jul 10 15:42:18 kirk kernel: efifb: framebuffer at 0x90000000, using 20700k, total 20700k
Jul 10 15:42:18 kirk kernel: efifb: mode is 2880x1800x32, linelength=11776, pages=1
Jul 10 15:42:18 kirk kernel: efifb: scrolling: redraw
Jul 10 15:42:18 kirk kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jul 10 15:42:18 kirk kernel: Console: switching to colour frame buffer device 180x56
Jul 10 15:42:18 kirk kernel: fb0: EFI VGA frame buffer device
Jul 10 15:42:18 kirk kernel: intel_idle: MWAIT substates: 0x42120
Jul 10 15:42:18 kirk kernel: intel_idle: v0.5.1 model 0x46
Jul 10 15:42:18 kirk kernel: intel_idle: Local APIC timer is reliable in all C-states
Jul 10 15:42:18 kirk kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Jul 10 15:42:18 kirk kernel: ACPI: Lid Switch [LID0]
Jul 10 15:42:18 kirk kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jul 10 15:42:18 kirk kernel: ACPI: Power Button [PWRB]
Jul 10 15:42:18 kirk kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Jul 10 15:42:18 kirk kernel: ACPI: Sleep Button [SLPB]
Jul 10 15:42:18 kirk kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jul 10 15:42:18 kirk kernel: ACPI: Power Button [PWRF]
Jul 10 15:42:18 kirk kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jul 10 15:42:18 kirk kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Jul 10 15:42:18 kirk kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Jul 10 15:42:18 kirk kernel: ahci 0000:01:00.0: version 3.0
Jul 10 15:42:18 kirk kernel: ahci 0000:01:00.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Jul 10 15:42:18 kirk kernel: ahci 0000:01:00.0: flags: 64bit ncq led clo only pio ccc 
Jul 10 15:42:18 kirk kernel: scsi host0: ahci
Jul 10 15:42:18 kirk kernel: ata1: SATA max UDMA/133 abar m8192@0xa0b00000 port 0xa0b00100 irq 38
Jul 10 15:42:18 kirk kernel: usbcore: registered new interface driver usbserial_generic
Jul 10 15:42:18 kirk kernel: usbserial: USB Serial support registered for generic
Jul 10 15:42:18 kirk kernel: rtc_cmos 00:02: RTC can wake from S4
Jul 10 15:42:18 kirk kernel: rtc_cmos 00:02: registered as rtc0
Jul 10 15:42:18 kirk kernel: rtc_cmos 00:02: setting system clock to 2020-07-10T13:42:07 UTC (1594388527)
Jul 10 15:42:18 kirk kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Jul 10 15:42:18 kirk kernel: intel_pstate: Intel P-state driver initializing
Jul 10 15:42:18 kirk kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jul 10 15:42:18 kirk kernel: drop_monitor: Initializing network drop monitor service
Jul 10 15:42:18 kirk kernel: NET: Registered protocol family 10
Jul 10 15:42:18 kirk kernel: Segment Routing with IPv6
Jul 10 15:42:18 kirk kernel: RPL Segment Routing with IPv6
Jul 10 15:42:18 kirk kernel: NET: Registered protocol family 17
Jul 10 15:42:18 kirk kernel: RAS: Correctable Errors collector initialized.
Jul 10 15:42:18 kirk kernel: microcode: sig=0x40661, pf=0x20, revision=0x1c
Jul 10 15:42:18 kirk kernel: microcode: Microcode Update Driver: v2.2.
Jul 10 15:42:18 kirk kernel: IPI shorthand broadcast: enabled
Jul 10 15:42:18 kirk kernel: sched_clock: Marking stable (646163915, 239013)->(653708602, -7305674)
Jul 10 15:42:18 kirk kernel: registered taskstats version 1
Jul 10 15:42:18 kirk kernel: Loading compiled-in X.509 certificates
Jul 10 15:42:18 kirk kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 4d3c5dba612084846abf3faab7c2b2f7294a8ebb'
Jul 10 15:42:18 kirk kernel: zswap: loaded using pool lz4/z3fold
Jul 10 15:42:18 kirk kernel: Key type ._fscrypt registered
Jul 10 15:42:18 kirk kernel: Key type .fscrypt registered
Jul 10 15:42:18 kirk kernel: Key type fscrypt-provisioning registered
Jul 10 15:42:18 kirk kernel: Key type big_key registered
Jul 10 15:42:18 kirk kernel: PM:   Magic number: 12:818:735
Jul 10 15:42:18 kirk kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jul 10 15:42:18 kirk kernel: ata1.00: unexpected _GTF length (8)
Jul 10 15:42:18 kirk kernel: ata1.00: ATA-8: APPLE SSD SM0256G, BXW1SA0Q, max UDMA/133
Jul 10 15:42:18 kirk kernel: ata1.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jul 10 15:42:18 kirk kernel: ata1.00: unexpected _GTF length (8)
Jul 10 15:42:18 kirk kernel: ata1.00: configured for UDMA/133
Jul 10 15:42:18 kirk kernel: scsi 0:0:0:0: Direct-Access     ATA      APPLE SSD SM0256 SA0Q PQ: 0 ANSI: 5
Jul 10 15:42:18 kirk kernel: sd 0:0:0:0: [sda] 490234752 512-byte logical blocks: (251 GB/234 GiB)
Jul 10 15:42:18 kirk kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Jul 10 15:42:18 kirk kernel: sd 0:0:0:0: [sda] Write Protect is off
Jul 10 15:42:18 kirk kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jul 10 15:42:18 kirk kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 10 15:42:18 kirk kernel:  sda: sda1 sda2 sda3 sda4 sda5 sda6
Jul 10 15:42:18 kirk kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jul 10 15:42:18 kirk kernel: Freeing unused decrypted memory: 2040K
Jul 10 15:42:18 kirk kernel: Freeing unused kernel image (initmem) memory: 1636K
Jul 10 15:42:18 kirk kernel: Write protecting the kernel read-only data: 22528k
Jul 10 15:42:18 kirk kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Jul 10 15:42:18 kirk kernel: Freeing unused kernel image (rodata/data gap) memory: 376K
Jul 10 15:42:18 kirk kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 10 15:42:18 kirk kernel: x86/mm: Checking user space page tables
Jul 10 15:42:18 kirk kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 10 15:42:18 kirk kernel: Run /init as init process
Jul 10 15:42:18 kirk kernel:   with arguments:
Jul 10 15:42:18 kirk kernel:     /init
Jul 10 15:42:18 kirk kernel:     \vmlinuz-linux
Jul 10 15:42:18 kirk kernel:     S
Jul 10 15:42:18 kirk kernel:   with environment:
Jul 10 15:42:18 kirk kernel:     HOME=/
Jul 10 15:42:18 kirk kernel:     TERM=linux
Jul 10 15:42:18 kirk kernel:     cryptdevice=/dev/sda6:vgcrypt
Jul 10 15:42:18 kirk kernel:     intel_iommu\=on
Jul 10 15:42:18 kirk kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 10 15:42:18 kirk kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jul 10 15:42:18 kirk kernel: cryptd: max_cpu_qlen set to 1000
Jul 10 15:42:18 kirk kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Jul 10 15:42:18 kirk kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Jul 10 15:42:18 kirk kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
Jul 10 15:42:18 kirk kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 10 15:42:18 kirk kernel: usb usb1: Product: xHCI Host Controller
Jul 10 15:42:18 kirk kernel: usb usb1: Manufacturer: Linux 5.7.7-arch1-1 xhci-hcd
Jul 10 15:42:18 kirk kernel: usb usb1: SerialNumber: 0000:00:14.0
Jul 10 15:42:18 kirk kernel: hub 1-0:1.0: USB hub found
Jul 10 15:42:18 kirk kernel: hub 1-0:1.0: 14 ports detected
Jul 10 15:42:18 kirk kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 10 15:42:18 kirk kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jul 10 15:42:18 kirk kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Jul 10 15:42:18 kirk kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.07
Jul 10 15:42:18 kirk kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 10 15:42:18 kirk kernel: usb usb2: Product: xHCI Host Controller
Jul 10 15:42:18 kirk kernel: usb usb2: Manufacturer: Linux 5.7.7-arch1-1 xhci-hcd
Jul 10 15:42:18 kirk kernel: usb usb2: SerialNumber: 0000:00:14.0
Jul 10 15:42:18 kirk kernel: hub 2-0:1.0: USB hub found
Jul 10 15:42:18 kirk kernel: hub 2-0:1.0: 6 ports detected
Jul 10 15:42:18 kirk kernel: usb: port power management may be unreliable
Jul 10 15:42:18 kirk kernel: AVX2 version of gcm_enc/dec engaged.
Jul 10 15:42:18 kirk kernel: AES CTR mode by8 optimization enabled
Jul 10 15:42:18 kirk kernel: tsc: Refined TSC clocksource calibration: 2194.906 MHz
Jul 10 15:42:18 kirk kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa366c4337, max_idle_ns: 440795279180 ns
Jul 10 15:42:18 kirk kernel: clocksource: Switched to clocksource tsc
Jul 10 15:42:18 kirk kernel: device-mapper: uevent: version 1.0.3
Jul 10 15:42:18 kirk kernel: device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
Jul 10 15:42:18 kirk kernel: usb 1-8: new full-speed USB device number 2 using xhci_hcd
Jul 10 15:42:18 kirk kernel: usb 1-8: New USB device found, idVendor=05ac, idProduct=8290, bcdDevice= 0.90
Jul 10 15:42:18 kirk kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 10 15:42:18 kirk kernel: usb 1-8: Product: Bluetooth USB Host Controller
Jul 10 15:42:18 kirk kernel: usb 1-8: Manufacturer: Broadcom Corp.
Jul 10 15:42:18 kirk kernel: hid: raw HID events driver (C) Jiri Kosina
Jul 10 15:42:18 kirk kernel: usbcore: registered new interface driver usbhid
Jul 10 15:42:18 kirk kernel: usbhid: USB HID core driver
Jul 10 15:42:18 kirk kernel: input: Broadcom Corp. Bluetooth USB Host Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:05AC:8290.0001/input/input4
Jul 10 15:42:18 kirk kernel: hid-generic 0003:05AC:8290.0001: input,hidraw0: USB HID v1.11 Keyboard [Broadcom Corp. Bluetooth USB Host Controller] on usb-0000:00:14.0-8/input0
Jul 10 15:42:18 kirk kernel: input: Broadcom Corp. Bluetooth USB Host Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:05AC:8290.0002/input/input5
Jul 10 15:42:18 kirk kernel: hid-generic 0003:05AC:8290.0002: input,hidraw1: USB HID v1.11 Mouse [Broadcom Corp. Bluetooth USB Host Controller] on usb-0000:00:14.0-8/input1
Jul 10 15:42:18 kirk kernel: usb 2-4: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
Jul 10 15:42:18 kirk kernel: usb 2-4: New USB device found, idVendor=05ac, idProduct=8406, bcdDevice= 8.20
Jul 10 15:42:18 kirk kernel: usb 2-4: New USB device strings: Mfr=3, Product=4, SerialNumber=5
Jul 10 15:42:18 kirk kernel: usb 2-4: Product: Card Reader
Jul 10 15:42:18 kirk kernel: usb 2-4: Manufacturer: Apple
Jul 10 15:42:18 kirk kernel: usb 2-4: SerialNumber: 000000000820
Jul 10 15:42:18 kirk kernel: usb-storage 2-4:1.0: USB Mass Storage device detected
Jul 10 15:42:18 kirk kernel: scsi host1: usb-storage 2-4:1.0
Jul 10 15:42:18 kirk kernel: usbcore: registered new interface driver usb-storage
Jul 10 15:42:18 kirk kernel: usbcore: registered new interface driver uas
Jul 10 15:42:18 kirk kernel: usb 1-12: new full-speed USB device number 3 using xhci_hcd
Jul 10 15:42:18 kirk kernel: usb 1-12: New USB device found, idVendor=05ac, idProduct=0274, bcdDevice= 6.24
Jul 10 15:42:18 kirk kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 10 15:42:18 kirk kernel: usb 1-12: Product: Apple Internal Keyboard / Trackpad
Jul 10 15:42:18 kirk kernel: usb 1-12: Manufacturer: Apple Inc.
Jul 10 15:42:18 kirk kernel: usb 1-12: SerialNumber: D3H5184BVJ1FTV4AF3KS
Jul 10 15:42:18 kirk kernel: random: fast init done
Jul 10 15:42:18 kirk kernel: apple 0003:05AC:0274.0003: hiddev0,hidraw2: USB HID v1.10 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input0
Jul 10 15:42:18 kirk kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.1/0003:05AC:0274.0004/input/input6
Jul 10 15:42:18 kirk kernel: apple 0003:05AC:0274.0004: input,hiddev1,hidraw3: USB HID v1.10 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input1
Jul 10 15:42:18 kirk kernel: apple 0003:05AC:0274.0005: hiddev2,hidraw4: USB HID v1.10 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input3
Jul 10 15:42:18 kirk kernel: apple 0003:05AC:0274.0006: hiddev3,hidraw5: USB HID v1.10 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input4
Jul 10 15:42:18 kirk kernel: scsi 1:0:0:0: Direct-Access     APPLE    SD Card Reader   3.00 PQ: 0 ANSI: 6
Jul 10 15:42:18 kirk kernel: sd 1:0:0:0: [sdb] Attached SCSI removable disk
Jul 10 15:42:18 kirk kernel: random: cryptsetup: uninitialized urandom read (2 bytes read)
Jul 10 15:42:18 kirk kernel: random: lvm: uninitialized urandom read (4 bytes read)
Jul 10 15:42:18 kirk kernel: random: lvm: uninitialized urandom read (2 bytes read)
Jul 10 15:42:18 kirk kernel: EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
Jul 10 15:42:18 kirk systemd[1]: systemd 245.6-8-arch 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)
Jul 10 15:42:18 kirk systemd[1]: Detected architecture x86-64.
Jul 10 15:42:18 kirk systemd[1]: Set hostname to <kirk>.
Jul 10 15:42:18 kirk systemd[1]: Created slice system-systemd\x2dfsck.slice.
Jul 10 15:42:18 kirk systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jul 10 15:42:18 kirk systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jul 10 15:42:18 kirk systemd[1]: Reached target Local Encrypted Volumes.
Jul 10 15:42:18 kirk systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jul 10 15:42:18 kirk systemd[1]: Listening on LVM2 metadata daemon socket.
Jul 10 15:42:18 kirk systemd[1]: Listening on LVM2 poll daemon socket.
Jul 10 15:42:18 kirk systemd[1]: Listening on Journal Audit Socket.
Jul 10 15:42:18 kirk systemd[1]: Listening on Journal Socket (/dev/log).
Jul 10 15:42:18 kirk systemd[1]: Listening on Journal Socket.
Jul 10 15:42:18 kirk systemd[1]: Listening on udev Control Socket.
Jul 10 15:42:18 kirk systemd[1]: Listening on udev Kernel Socket.
Jul 10 15:42:18 kirk systemd[1]: Mounting Huge Pages File System...
Jul 10 15:42:18 kirk systemd[1]: Mounting POSIX Message Queue File System...
Jul 10 15:42:18 kirk systemd[1]: Mounting Kernel Debug File System...
Jul 10 15:42:18 kirk systemd[1]: Mounting Kernel Trace File System...
Jul 10 15:42:18 kirk systemd[1]: Starting Create list of static device nodes for the current kernel...
Jul 10 15:42:18 kirk systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jul 10 15:42:18 kirk systemd[1]: Starting Set Up Additional Binary Formats...
Jul 10 15:42:18 kirk systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Jul 10 15:42:18 kirk systemd[1]: Starting Journal Service...
Jul 10 15:42:18 kirk systemd[1]: Starting Load Kernel Modules...
Jul 10 15:42:18 kirk systemd[1]: Starting Remount Root and Kernel File Systems...
Jul 10 15:42:18 kirk systemd[1]: Starting udev Coldplug all Devices...
Jul 10 15:42:18 kirk systemd[1]: Mounted Huge Pages File System.
Jul 10 15:42:18 kirk systemd[1]: Mounted POSIX Message Queue File System.
Jul 10 15:42:18 kirk systemd[1]: Mounted Kernel Debug File System.
Jul 10 15:42:18 kirk systemd[1]: Mounted Kernel Trace File System.
Jul 10 15:42:18 kirk systemd[1]: Finished Create list of static device nodes for the current kernel.
Jul 10 15:42:18 kirk kernel: EXT4-fs (dm-2): re-mounted. Opts: data=ordered
Jul 10 15:42:18 kirk systemd[1]: Finished Remount Root and Kernel File Systems.
Jul 10 15:42:18 kirk systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 328 (systemd-binfmt)
Jul 10 15:42:18 kirk systemd[1]: Mounting Arbitrary Executable File Formats File System...
Jul 10 15:42:18 kirk systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Jul 10 15:42:18 kirk kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Jul 10 15:42:18 kirk kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
Jul 10 15:42:18 kirk systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jul 10 15:42:18 kirk systemd[1]: Starting Load/Save Random Seed...
Jul 10 15:42:18 kirk kernel: Asymmetric key parser 'pkcs8' registered
Jul 10 15:42:18 kirk systemd[1]: Condition check resulted in Create System Users being skipped.
Jul 10 15:42:18 kirk systemd[1]: Starting Create Static Device Nodes in /dev...
Jul 10 15:42:18 kirk systemd[1]: Finished Load Kernel Modules.
Jul 10 15:42:18 kirk systemd[1]: Mounted Arbitrary Executable File Formats File System.
Jul 10 15:42:18 kirk systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Jul 10 15:42:18 kirk systemd[1]: Mounting Kernel Configuration File System...
Jul 10 15:42:18 kirk systemd[1]: Starting Apply Kernel Variables...
Jul 10 15:42:18 kirk systemd[1]: Finished Set Up Additional Binary Formats.
Jul 10 15:42:18 kirk systemd[1]: Mounted Kernel Configuration File System.
Jul 10 15:42:18 kirk systemd[1]: Finished Create Static Device Nodes in /dev.
Jul 10 15:42:18 kirk systemd[1]: Finished Apply Kernel Variables.
Jul 10 15:42:18 kirk systemd[1]: Starting udev Kernel Device Manager...
Jul 10 15:42:18 kirk systemd[1]: Finished udev Coldplug all Devices.
Jul 10 15:42:18 kirk systemd-journald[329]: Journal started
Jul 10 15:42:18 kirk systemd-journald[329]: Runtime Journal (/run/log/journal/7bf9dafea3e940d9bee83f98d676804f) is 8.0M, max 794.3M, 786.3M free.
Jul 10 15:42:18 kirk systemd-modules-load[330]: Inserted module 'crypto_user'
Jul 10 15:42:18 kirk systemd-modules-load[330]: Inserted module 'sg'
Jul 10 15:42:18 kirk systemd-modules-load[330]: Inserted module 'pkcs8_key_parser'
Jul 10 15:42:18 kirk systemd-random-seed[335]: Kernel entropy pool is not initialized yet, waiting until it is.
Jul 10 15:42:18 kirk systemd-sysctl[339]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Jul 10 15:42:18 kirk systemd-sysctl[339]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Jul 10 15:42:18 kirk systemd-sysctl[339]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Jul 10 15:42:18 kirk systemd-sysctl[339]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Jul 10 15:42:18 kirk systemd-sysctl[339]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Jul 10 15:42:18 kirk systemd-sysctl[339]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Jul 10 15:42:18 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:18 kirk systemd[1]: Started Journal Service.
Jul 10 15:42:18 kirk kernel: audit: type=1130 audit(1594388538.465:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:18 kirk systemd[1]: Starting Flush Journal to Persistent Storage...
Jul 10 15:42:18 kirk systemd-journald[329]: Time spent on flushing to /var/log/journal/7bf9dafea3e940d9bee83f98d676804f is 6.930ms for 961 entries.
Jul 10 15:42:18 kirk systemd-journald[329]: System Journal (/var/log/journal/7bf9dafea3e940d9bee83f98d676804f) is 3.8G, max 4.0G, 175.4M free.
Jul 10 15:42:18 kirk kernel: audit: type=1130 audit(1594388538.625:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:18 kirk kernel: audit: type=1130 audit(1594388538.632:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:18 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:18 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:18 kirk systemd[1]: Started udev Kernel Device Manager.
Jul 10 15:42:18 kirk systemd[1]: Started LVM2 metadata daemon.
Jul 10 15:42:18 kirk systemd[1]: Finished Flush Journal to Persistent Storage.
Jul 10 15:42:18 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:18 kirk kernel: audit: type=1130 audit(1594388538.645:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:18 kirk kernel: ACPI: AC Adapter [ADP1] (on-line)
Jul 10 15:42:18 kirk kernel: smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
Jul 10 15:42:18 kirk kernel: apple_gmux: gmux device not present
Jul 10 15:42:18 kirk mtp-probe[382]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8"
Jul 10 15:42:18 kirk mtp-probe[383]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4"
Jul 10 15:42:18 kirk mtp-probe[383]: bus: 2, device: 2 was not an MTP device
Jul 10 15:42:18 kirk mtp-probe[381]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12"
Jul 10 15:42:18 kirk mtp-probe[381]: bus: 1, device: 3 was not an MTP device
Jul 10 15:42:18 kirk kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Jul 10 15:42:18 kirk kernel: ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20200326/utaddress-204)
Jul 10 15:42:18 kirk kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jul 10 15:42:18 kirk kernel: ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20200326/utaddress-204)
Jul 10 15:42:18 kirk kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jul 10 15:42:18 kirk kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000810-0x0000000000000813 (\_PR.IO_D) (20200326/utaddress-204)
Jul 10 15:42:18 kirk kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20200326/utaddress-204)
Jul 10 15:42:18 kirk kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000810-0x0000000000000813 (\IO_D) (20200326/utaddress-204)
Jul 10 15:42:18 kirk kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000080F (\IO_T) (20200326/utaddress-204)
Jul 10 15:42:18 kirk kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jul 10 15:42:18 kirk kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Jul 10 15:42:18 kirk kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Jul 10 15:42:18 kirk kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jul 10 15:42:18 kirk kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jul 10 15:42:18 kirk kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jul 10 15:42:18 kirk kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jul 10 15:42:18 kirk kernel: i801_smbus 0000:00:1f.3: SPD Write Disable is set
Jul 10 15:42:18 kirk kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Jul 10 15:42:18 kirk mtp-probe[382]: bus: 1, device: 2 was not an MTP device
Jul 10 15:42:18 kirk kernel: usbcore: registered new device driver apple-mfi-fastcharge
Jul 10 15:42:18 kirk systemd[1]: Found device APPLE_SSD_SM0256G boot.
Jul 10 15:42:18 kirk kernel: mousedev: PS/2 mouse device common for all mice
Jul 10 15:42:18 kirk kernel: input: bcm5974 as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/input/input8
Jul 10 15:42:18 kirk kernel: usbcore: registered new interface driver bcm5974
Jul 10 15:42:18 kirk kernel: tg3 0000:0a:00.0 eth0: Tigon3 [partno(BCM957762) rev 57766000] (PCI Express) MAC address 40:6c:8f:36:fa:d3
Jul 10 15:42:18 kirk kernel: tg3 0000:0a:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Jul 10 15:42:18 kirk kernel: tg3 0000:0a:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
Jul 10 15:42:18 kirk kernel: tg3 0000:0a:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
Jul 10 15:42:18 kirk systemd-udevd[376]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jul 10 15:42:18 kirk kernel: random: crng init done
Jul 10 15:42:18 kirk kernel: random: 1 urandom warning(s) missed due to ratelimiting
Jul 10 15:42:18 kirk lvm[327]:   2 logical volume(s) in volume group "vgcrypt" monitored
Jul 10 15:42:18 kirk kernel: Linux agpgart interface v0.103
Jul 10 15:42:18 kirk kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jul 10 15:42:18 kirk systemd[1]: Finished Load/Save Random Seed.
Jul 10 15:42:18 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:18 kirk kernel: audit: type=1130 audit(1594388538.882:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:18 kirk systemd[1]: Found device /dev/mapper/vgcrypt-cryptswap.
Jul 10 15:42:18 kirk kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jul 10 15:42:18 kirk kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jul 10 15:42:18 kirk kernel: cfg80211: failed to load regulatory.db
Jul 10 15:42:18 kirk systemd[1]: Activating swap /dev/mapper/vgcrypt-cryptswap...
Jul 10 15:42:18 kirk systemd[1]: Created slice system-lvm2\x2dpvscan.slice.
Jul 10 15:42:18 kirk systemd[1]: Starting LVM2 PV scan on device 254:0...
Jul 10 15:42:18 kirk systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jul 10 15:42:18 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:18 kirk systemd[1]: Reached target Local File Systems (Pre).
Jul 10 15:42:18 kirk kernel: audit: type=1130 audit(1594388538.932:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:18 kirk systemd[1]: Starting File System Check on /dev/sda5...
Jul 10 15:42:18 kirk lvm[411]:   pvscan[411] VG vgcrypt skip autoactivation.
Jul 10 15:42:18 kirk kernel: applesmc: key=704 fan=2 temp=48 index=43 acc=0 lux=2 kbd=1
Jul 10 15:42:18 kirk kernel: applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Jul 10 15:42:18 kirk kernel: Adding 8388604k swap on /dev/mapper/vgcrypt-cryptswap.  Priority:-2 extents:1 across:8388604k SSFS
Jul 10 15:42:18 kirk systemd-fsck[419]: /dev/sda5 was not cleanly unmounted, check forced.
Jul 10 15:42:18 kirk systemd[1]: Activated swap /dev/mapper/vgcrypt-cryptswap.
Jul 10 15:42:18 kirk systemd[1]: Reached target Swap.
Jul 10 15:42:18 kirk systemd[1]: Mounting Temporary Directory (/tmp)...
Jul 10 15:42:18 kirk kernel: ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
Jul 10 15:42:18 kirk systemd[1]: Mounted Temporary Directory (/tmp).
Jul 10 15:42:19 kirk systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jul 10 15:42:19 kirk systemd-fsck[419]: /dev/sda5: 16/65536 files (12.5% non-contiguous), 83069/262144 blocks
Jul 10 15:42:19 kirk systemd[1]: Finished LVM2 PV scan on device 254:0.
Jul 10 15:42:19 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-pvscan@254:0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:19 kirk kernel: audit: type=1130 audit(1594388539.015:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-pvscan@254:0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:19 kirk kernel: Bluetooth: Core ver 2.22
Jul 10 15:42:19 kirk kernel: NET: Registered protocol family 31
Jul 10 15:42:19 kirk kernel: Bluetooth: HCI device and connection manager initialized
Jul 10 15:42:19 kirk kernel: Bluetooth: HCI socket layer initialized
Jul 10 15:42:19 kirk kernel: Bluetooth: L2CAP socket layer initialized
Jul 10 15:42:19 kirk kernel: Bluetooth: SCO socket layer initialized
Jul 10 15:42:19 kirk systemd[1]: Finished File System Check on /dev/sda5.
Jul 10 15:42:19 kirk systemd-udevd[376]: Using default interface naming scheme 'v245'.
Jul 10 15:42:19 kirk systemd-udevd[376]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jul 10 15:42:19 kirk kernel: tg3 0000:0a:00.0 ens9: renamed from eth0
Jul 10 15:42:19 kirk kernel: audit: type=1130 audit(1594388539.028:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-sda5 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:19 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-sda5 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:19 kirk systemd[1]: Mounting /boot...
Jul 10 15:42:19 kirk kernel: EXT4-fs (sda5): mounting ext2 file system using the ext4 subsystem
Jul 10 15:42:19 kirk systemd[1]: Mounted /boot.
Jul 10 15:42:19 kirk kernel: EXT4-fs (sda5): mounted filesystem without journal. Opts: stripe=4
Jul 10 15:42:19 kirk kernel: ext2 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
Jul 10 15:42:19 kirk systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Jul 10 15:42:19 kirk kernel: iTCO_vendor_support: vendor-support=0
Jul 10 15:42:19 kirk systemd[1]: Reached target Local File Systems.
Jul 10 15:42:19 kirk systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Jul 10 15:42:19 kirk systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight...
Jul 10 15:42:19 kirk kernel: bcm5974: bad trackpad package, length: 8
Jul 10 15:42:19 kirk systemd-udevd[365]: Using default interface naming scheme 'v245'.
Jul 10 15:42:19 kirk systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Jul 10 15:42:19 kirk systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Jul 10 15:42:19 kirk systemd[1]: Starting Create Volatile Files and Directories...
Jul 10 15:42:19 kirk kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Jul 10 15:42:19 kirk kernel: iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Jul 10 15:42:19 kirk systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight.
Jul 10 15:42:19 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:smc::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:19 kirk kernel: audit: type=1130 audit(1594388539.065:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:smc::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:19 kirk systemd[1]: Finished Create Volatile Files and Directories.
Jul 10 15:42:19 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:19 kirk systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Jul 10 15:42:19 kirk systemd[1]: Condition check resulted in Update is Completed being skipped.
Jul 10 15:42:19 kirk kernel: audit: type=1130 audit(1594388539.085:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:19 kirk systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Jul 10 15:42:19 kirk kernel: bcm5974: bad trackpad package, length: 8
Jul 10 15:42:19 kirk audit[436]: SYSTEM_BOOT pid=436 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:19 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:19 kirk systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Jul 10 15:42:19 kirk systemd[1]: Reached target System Initialization.
Jul 10 15:42:19 kirk systemd[1]: Started Rescue Shell.
Jul 10 15:42:19 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rescue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:19 kirk systemd[1]: Reached target Rescue Mode.
Jul 10 15:42:19 kirk systemd[1]: Startup finished in 11.060s (kernel) + 1.191s (userspace) = 12.252s.
Jul 10 15:42:19 kirk systemd[437]: rescue.service: Executable /bin/plymouth missing, skipping: No such file or directory
Jul 10 15:42:19 kirk kernel: usbcore: registered new interface driver brcmfmac
Jul 10 15:42:19 kirk kernel: intel-spi intel-spi: s25fl064k (8192 Kbytes)
Jul 10 15:42:19 kirk kernel: usbcore: registered new interface driver btusb
Jul 10 15:42:19 kirk systemd[1]: Starting Load/Save RF Kill Switch Status...
Jul 10 15:42:19 kirk systemd[1]: Reached target Bluetooth.
Jul 10 15:42:19 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:19 kirk systemd[1]: Started Load/Save RF Kill Switch Status.
Jul 10 15:42:19 kirk kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43602-pcie for chip BCM43602/1
Jul 10 15:42:19 kirk kernel: Creating 1 MTD partitions on "intel-spi":
Jul 10 15:42:19 kirk kernel: 0x000000000000-0x000000800000 : "BIOS"
Jul 10 15:42:19 kirk kernel: snd_hda_codec_cirrus hdaudioC1D0: autoconfig for CS4208: line_outs=2 (0x12/0x13/0x0/0x0/0x0) type:speaker
Jul 10 15:42:19 kirk kernel: snd_hda_codec_cirrus hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jul 10 15:42:19 kirk kernel: snd_hda_codec_cirrus hdaudioC1D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
Jul 10 15:42:19 kirk kernel: snd_hda_codec_cirrus hdaudioC1D0:    mono: mono_out=0x0
Jul 10 15:42:19 kirk kernel: snd_hda_codec_cirrus hdaudioC1D0:    dig-out=0x21/0x0
Jul 10 15:42:19 kirk kernel: snd_hda_codec_cirrus hdaudioC1D0:    inputs:
Jul 10 15:42:19 kirk kernel: snd_hda_codec_cirrus hdaudioC1D0:      Internal Mic=0x1c
Jul 10 15:42:19 kirk kernel: snd_hda_codec_cirrus hdaudioC1D0:      Mic=0x18
Jul 10 15:42:19 kirk kernel: brcmfmac 0000:03:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.Apple Inc.-MacBookPro11,4.txt failed with error -2
Jul 10 15:42:19 kirk kernel: brcmfmac 0000:03:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.txt failed with error -2
Jul 10 15:42:19 kirk kernel: intel_rapl_common: Found RAPL domain package
Jul 10 15:42:19 kirk kernel: intel_rapl_common: Found RAPL domain core
Jul 10 15:42:19 kirk kernel: intel_rapl_common: Found RAPL domain uncore
Jul 10 15:42:19 kirk kernel: intel_rapl_common: Found RAPL domain dram
Jul 10 15:42:19 kirk kernel: Bluetooth: hci0: BCM: chip id 102 build 0246
Jul 10 15:42:19 kirk kernel: Bluetooth: hci0: BCM: product 05ac:8290
Jul 10 15:42:19 kirk kernel: Bluetooth: hci0: BCM: features 0x2f
Jul 10 15:42:19 kirk kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
Jul 10 15:42:19 kirk kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
Jul 10 15:42:19 kirk kernel: input: HDA Intel PCH SPDIF as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
Jul 10 15:42:19 kirk systemd[1]: Starting Save/Restore Sound Card State...
Jul 10 15:42:19 kirk systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Jul 10 15:42:19 kirk kernel: Bluetooth: hci0: BCM20703A1 Generic USB UHE Apple 20Mhz fcbga_X87
Jul 10 15:42:19 kirk kernel: i915: unknown parameter 'enable_rc6' ignored
Jul 10 15:42:19 kirk kernel: Setting dangerous option enable_fbc - tainting kernel
Jul 10 15:42:19 kirk kernel: i915: unknown parameter 'lvds_downclock' ignored
Jul 10 15:42:19 kirk kernel: i915 0000:00:02.0: Found 128MB of eDRAM
Jul 10 15:42:19 kirk kernel: checking generic (90000000 1437000) vs hw (a0000000 400000)
Jul 10 15:42:19 kirk kernel: checking generic (90000000 1437000) vs hw (90000000 10000000)
Jul 10 15:42:19 kirk kernel: fb0: switching to inteldrmfb from EFI VGA
Jul 10 15:42:19 kirk kernel: Console: switching to colour dummy device 80x25
Jul 10 15:42:19 kirk kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jul 10 15:42:19 kirk kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jul 10 15:42:19 kirk kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jul 10 15:42:19 kirk kernel: thunderbolt 0-3: new device found, vendor=0x1 device=0x8003
Jul 10 15:42:19 kirk kernel: thunderbolt 0-3: Apple, Inc. Thunderbolt to Gigabit Ethernet Adapter
Jul 10 15:42:19 kirk systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 10 15:42:19 kirk systemd[1]: Starting Thunderbolt system service...
Jul 10 15:42:19 kirk boltd[457]: bolt 0.9 starting up.
Jul 10 15:42:19 kirk systemd[1]: Started D-Bus System Message Bus.
Jul 10 15:42:19 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:19 kirk boltd[457]: store: located at: /var/lib/boltd
Jul 10 15:42:19 kirk boltd[457]: config: loading user config
Jul 10 15:42:19 kirk boltd[457]: bouncer: initializing polkit
Jul 10 15:42:19 kirk dbus-daemon[461]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.1' (uid=0 pid=457 comm="/usr/lib/boltd ")
Jul 10 15:42:19 kirk systemd[1]: Starting Authorization Manager...
Jul 10 15:42:19 kirk polkitd[463]: Started polkitd version 0.116
Jul 10 15:42:19 kirk polkitd[463]: Loading rules from directory /etc/polkit-1/rules.d
Jul 10 15:42:19 kirk polkitd[463]: Loading rules from directory /usr/share/polkit-1/rules.d
Jul 10 15:42:19 kirk polkitd[463]: Finished loading, compiling and executing 5 rules
Jul 10 15:42:19 kirk dbus-daemon[461]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jul 10 15:42:19 kirk systemd[1]: Started Authorization Manager.
Jul 10 15:42:19 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:19 kirk polkitd[463]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jul 10 15:42:19 kirk boltd[457]: watchdog: enabled [pulse: 90s]
Jul 10 15:42:19 kirk boltd[457]: udev: initializing udev
Jul 10 15:42:19 kirk boltd[457]: store: loading domains
Jul 10 15:42:19 kirk boltd[457]: [00000000-0000-domain?                    ] store: loading domain
Jul 10 15:42:19 kirk boltd[457]: journal: opened for '00000000-0000'; size: 0 bytes
Jul 10 15:42:19 kirk boltd[457]: [00000000-0000-domain?                    ] domain: registered (bootacl: 0/0)
Jul 10 15:42:19 kirk boltd[457]: store: loading devices
Jul 10 15:42:19 kirk boltd[457]: [b0811600-0200                            ] store: loading device
Jul 10 15:42:19 kirk boltd[457]: [00000000-0000                            ] store: loading device
Jul 10 15:42:19 kirk boltd[457]: global 'generation' set to '2'
Jul 10 15:42:19 kirk boltd[457]: power: state located at: /run/boltd/power
Jul 10 15:42:19 kirk boltd[457]: power: force power support: no
Jul 10 15:42:19 kirk boltd[457]: udev: enumerating devices
Jul 10 15:42:19 kirk boltd[457]: probing: adding /sys/devices/pci0000:00/0000:00:01.1/0000:05:00.0 to roots
Jul 10 15:42:19 kirk boltd[457]: security level set to 'user'
Jul 10 15:42:19 kirk boltd[457]: [00000000-0000-domain0                    ] connected: as domain0 [user] (/sys/devices/pci0000:00/0000:00:01.1/0000:05:00.0/0000:06:00.0/0000:07:00.0/domain0)
Jul 10 15:42:19 kirk boltd[457]: [00000000-0000-Macintosh                  ] parent is (null)...
Jul 10 15:42:19 kirk boltd[457]: [00000000-0000-Macintosh                  ] connected: authorized (/sys/devices/pci0000:00/0000:00:01.1/0000:05:00.0/0000:06:00.0/0000:07:00.0/domain0/0-0)
Jul 10 15:42:19 kirk boltd[457]: [b0811600-0200-Thunderbolt to Gigabit Ethe] parent is 00000000-0000...
Jul 10 15:42:19 kirk boltd[457]: [b0811600-0200-Thunderbolt to Gigabit Ethe] connected: authorized (/sys/devices/pci0000:00/0000:00:01.1/0000:05:00.0/0000:06:00.0/0000:07:00.0/domain0/0-0/0-3)
Jul 10 15:42:19 kirk boltd[457]: dbus: exported domain at /org/freedesktop/bolt/domains/00000000_0000_0008_805e_7d1a26432154
Jul 10 15:42:19 kirk boltd[457]: [b0811600-0200-Thunderbolt to Gigabit Ethe] dbus: exported device at /org/freedesktop/bolt/devices/b0811600_0200...
Jul 10 15:42:19 kirk boltd[457]: [00000000-0000-Macintosh                  ] dbus: exported device at /org/freedesktop/bolt/devices/00000000_0000...
Jul 10 15:42:19 kirk systemd[1]: Started Thunderbolt system service.
Jul 10 15:42:19 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bolt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:19 kirk kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43602-pcie for chip BCM43602/1
Jul 10 15:42:19 kirk kernel: brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
Jul 10 15:42:19 kirk kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43602/1 wl0: Nov 10 2015 06:38:10 version 7.35.177.61 (r598657) FWID 01-ea662a8c
Jul 10 15:42:19 kirk systemd-udevd[361]: Using default interface naming scheme 'v245'.
Jul 10 15:42:19 kirk systemd-udevd[361]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jul 10 15:42:20 kirk systemd[1]: Finished Save/Restore Sound Card State.
Jul 10 15:42:20 kirk audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:20 kirk systemd[1]: Reached target Sound Card.
Jul 10 15:42:24 kirk systemd[1]: systemd-rfkill.service: Succeeded.
Jul 10 15:42:24 kirk audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:42:24 kirk kernel: kauditd_printk_skb: 8 callbacks suppressed
Jul 10 15:42:24 kirk kernel: audit: type=1131 audit(1594388544.812:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 10 15:43:19 kirk systemd-udevd[341]: 0000:00:02.0: Worker [359] processing SEQNUM=2775 is taking a long time
Jul 10 15:45:19 kirk systemd-udevd[341]: 0000:00:02.0: Worker [359] processing SEQNUM=2775 killed

Here are the hardware details:

lspci:

00:00.0 Host bridge: Intel Corporation Crystal Well DRAM Controller (rev 08)
00:01.0 PCI bridge: Intel Corporation Crystal Well PCI Express x16 Controller (rev 08)
00:01.1 PCI bridge: Intel Corporation Crystal Well PCI Express x8 Controller (rev 08)
00:02.0 VGA compatible controller: Intel Corporation Crystal Well Integrated Graphics Controller (rev 08)
00:03.0 Audio device: Intel Corporation Crystal Well HD Audio Controller (rev 08)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
00:1f.0 ISA bridge: Intel Corporation HM87 Express LPC Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 8 Series Chipset Family Thermal Management Controller (rev 05)
01:00.0 SATA controller: Samsung Electronics Co Ltd Device a801 (rev 01)
03:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43602 802.11ac Wireless LAN SoC (rev 01)
04:00.0 Multimedia controller: Broadcom Inc. and subsidiaries 720p FaceTime HD Camera
05:00.0 PCI bridge: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013]
06:00.0 PCI bridge: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013]
06:03.0 PCI bridge: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013]
06:04.0 PCI bridge: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013]
06:05.0 PCI bridge: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013]
06:06.0 PCI bridge: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013]
07:00.0 System peripheral: Intel Corporation DSL5520 Thunderbolt 2 NHI [Falcon Ridge 4C 2013]
08:00.0 PCI bridge: Intel Corporation DSL2210 Thunderbolt Controller [Port Ridge 1C 2011]
09:00.0 PCI bridge: Intel Corporation DSL2210 Thunderbolt Controller [Port Ridge 1C 2011]
0a:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM57762 Gigabit Ethernet PCIe

lscpu:

Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Byte Order:                      Little Endian
Address sizes:                   39 bits physical, 48 bits virtual
CPU(s):                          8
On-line CPU(s) list:             0-7
Thread(s) per core:              2
Core(s) per socket:              4
Socket(s):                       1
NUMA node(s):                    1
Vendor ID:                       GenuineIntel
CPU family:                      6
Model:                           70
Model name:                      Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
Stepping:                        1
CPU MHz:                         941.988
CPU max MHz:                     3400.0000
CPU min MHz:                     800.0000
BogoMIPS:                        4391.92
Virtualization:                  VT-x
L1d cache:                       128 KiB
L1i cache:                       128 KiB
L2 cache:                        1 MiB
L3 cache:                        6 MiB
L4 cache:                        128 MiB
NUMA node0 CPU(s):               0-7
Vulnerability L1tf:              Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds:               Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown:          Mitigation; PTI
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1:        Mitigation; __user pointer sanitization
Vulnerability Spectre v2:        Mitigation; Full generic retpoline, IBPB conditional, IBRS_FW, STIBP conditional, RSB filling
Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_goo
                                 d nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave
                                  avx f16c rdrand lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt
                                  dtherm ida arat pln pts md_clear flush_l1d

dmidecode:

# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
33 structures occupying 1637 bytes.
Table at 0x78F8B000.

Handle 0x0000, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L1 Cache
        Configuration: Enabled, Not Socketed, Level 1
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 32 kB
        Maximum Size: 32 kB
        Supported SRAM Types:
                Synchronous
        Installed SRAM Type: Synchronous
        Speed: Unknown
        Error Correction Type: Parity
        System Type: Data
        Associativity: 8-way Set-associative

Handle 0x0001, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L1 Cache
        Configuration: Enabled, Not Socketed, Level 1
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 32 kB
        Maximum Size: 32 kB
        Supported SRAM Types:
                Synchronous
        Installed SRAM Type: Synchronous
        Speed: Unknown
        Error Correction Type: Parity
        System Type: Instruction
        Associativity: 8-way Set-associative

Handle 0x0002, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L2 Cache
        Configuration: Enabled, Not Socketed, Level 2
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 256 kB
        Maximum Size: 256 kB
        Supported SRAM Types:
                Synchronous
        Installed SRAM Type: Synchronous
        Speed: Unknown
        Error Correction Type: Single-bit ECC
        System Type: Unified
        Associativity: 8-way Set-associative

Handle 0x0003, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L3 Cache
        Configuration: Enabled, Not Socketed, Level 3
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 6144 kB
        Maximum Size: 6144 kB
        Supported SRAM Types:
                Synchronous
        Installed SRAM Type: Synchronous
        Speed: Unknown
        Error Correction Type: Multi-bit ECC
        System Type: Unified
        Associativity: 12-way Set-associative

Handle 0x0004, DMI type 7, 19 bytes
Cache Information
        Socket Designation: Unknown
        Configuration: Enabled, Not Socketed, Level 4
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 131072 kB
        Maximum Size: 131072 kB
        Supported SRAM Types:
                Synchronous
        Installed SRAM Type: Synchronous
        Speed: Unknown
        Error Correction Type: Unknown
        System Type: Unified
        Associativity: 16-way Set-associative

Handle 0x0005, DMI type 4, 42 bytes
Processor Information
        Socket Designation: U3E1
        Type: Central Processor
        Family: Core i7
        Manufacturer: Intel(R) Corporation
        ID: 61 06 04 00 FF FB EB BF
        Signature: Type 0, Family 6, Model 70, Stepping 1
        Flags:
                FPU (Floating-point unit on-chip)
                VME (Virtual mode extension)
                DE (Debugging extension)
                PSE (Page size extension)
                TSC (Time stamp counter)
                MSR (Model specific registers)
                PAE (Physical address extension)
                MCE (Machine check exception)
                CX8 (CMPXCHG8 instruction supported)
                APIC (On-chip APIC hardware supported)
                SEP (Fast system call)
                MTRR (Memory type range registers)
                PGE (Page global enable)
                MCA (Machine check architecture)
                CMOV (Conditional move instruction supported)
                PAT (Page attribute table)
                PSE-36 (36-bit page size extension)
                CLFSH (CLFLUSH instruction supported)
                DS (Debug store)
                ACPI (ACPI supported)
                MMX (MMX technology supported)
                FXSR (FXSAVE and FXSTOR instructions supported)
                SSE (Streaming SIMD extensions)
                SSE2 (Streaming SIMD extensions 2)
                SS (Self-snoop)
                HTT (Multi-threading)
                TM (Thermal monitor supported)
                PBE (Pending break enabled)
        Version: Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
        Voltage: 1.0 V
        External Clock: 25 MHz
        Max Speed: 2200 MHz
        Current Speed: 3200 MHz
        Status: Populated, Enabled
        Upgrade: Socket BGA1364
        L1 Cache Handle: 0x0001
        L2 Cache Handle: 0x0002
        L3 Cache Handle: 0x0003
        Serial Number:  
        Asset Tag:  
        Part Number:  
        Core Count: 4
        Core Enabled: 4
        Thread Count: 8
        Characteristics:
                64-bit capable
                Multi-Core
                Hardware Thread
                Execute Protection
                Enhanced Virtualization
                Power/Performance Control

Handle 0x0006, DMI type 0, 24 bytes
BIOS Information
        Vendor: Apple Inc.
        Version: MBP114.88Z.0172.B00.1503301047
        Release Date: 03/30/2015
        ROM Size: 8192 kB
        Characteristics:
                PCI is supported
                BIOS is upgradeable
                BIOS shadowing is allowed
                Boot from CD is supported
                Selectable boot is supported
                ACPI is supported
                Smart battery is supported
                Function key-initiated network boot is supported
                UEFI is supported
        BIOS Revision: 0.1

Handle 0x0007, DMI type 1, 27 bytes
System Information
        Manufacturer: Apple Inc.
        Product Name: MacBookPro11,4
        Version: 1.0
        Serial Number: C02PP1A5G8WN
        UUID: 25ef0280-ec82-42b0-8fb6-10adccc67c02
        Wake-up Type: Power Switch
        SKU Number:  
        Family: MacBook Pro

Handle 0x0008, DMI type 2, 17 bytes
Base Board Information
        Manufacturer: Apple Inc.
        Product Name: Mac-06F11FD93F0323C5
        Version: MacBookPro11,4
        Serial Number: C02517200C3GDQP1M
        Asset Tag:  
        Features:
                Board is a hosting board
        Location In Chassis:  
        Chassis Handle: 0x0009
        Type: Motherboard
        Contained Object Handles: 0

Handle 0x0009, DMI type 3, 24 bytes
Chassis Information
        Manufacturer: Apple Inc.
        Type: Laptop
        Lock: Not Present
        Version: Mac-06F11FD93F0323C5
        Serial Number: C02PP1A5G8WN
        Asset Tag:  
        Boot-up State: Safe
        Power Supply State: Safe
        Thermal State: Safe
        Security Status: None
        OEM Information: 0x00000000
        Height: Unspecified
        Number Of Power Cords: Unspecified
        Contained Elements: 0
        SKU Number: Not Specified

Handle 0x000A, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: Not Specified
        Internal Connector Type: None
        External Reference Designator: USB0
        External Connector Type: Access Bus (USB)
        Port Type: USB

Handle 0x000B, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: Not Specified
        Internal Connector Type: None
        External Reference Designator: USB1
        External Connector Type: Access Bus (USB)
        Port Type: USB

Handle 0x000C, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: Not Specified
        Internal Connector Type: None
        External Reference Designator: Audio Line In
        External Connector Type: Mini Jack (headphones)
        Port Type: Audio Port

Handle 0x000D, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: Not Specified
        Internal Connector Type: None
        External Reference Designator: Thunderbolt
        External Connector Type: None
        Port Type: Other

Handle 0x000E, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: Microphone
        Internal Connector Type: Other
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: None

Handle 0x000F, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: Speaker
        Internal Connector Type: Other
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: None

Handle 0x0010, DMI type 41, 11 bytes
Onboard Device
        Reference Designation: Integrated Video Controller
        Type: Video
        Status: Enabled
        Type Instance: 1
        Bus Address: 0000:00:00.0

Handle 0x0011, DMI type 41, 11 bytes
Onboard Device
        Reference Designation: Azalia Audio Codec
        Type: Sound
        Status: Enabled
        Type Instance: 1
        Bus Address: 0000:00:00.0

Handle 0x0012, DMI type 41, 11 bytes
Onboard Device
        Reference Designation: SATA
        Type: SATA Controller
        Status: Enabled
        Type Instance: 1
        Bus Address: 0000:00:00.0

Handle 0x0013, DMI type 13, 22 bytes
BIOS Language Information
        Language Description Format: Abbreviated
        Installable Languages: 1
                en
        Currently Installed Language: en

Handle 0x0014, DMI type 22, 26 bytes
Portable Battery
        Location: Not Specified
        Manufacturer: Not Specified
        Name: Not Specified
        Design Capacity: Unknown
        Design Voltage: Unknown
        SBDS Version: Not Specified
        Maximum Error: 0%
        SBDS Serial Number: 0000
        SBDS Manufacture Date: 1980-00-00
        SBDS Chemistry: Not Specified
        OEM-specific Information: 0x00000000

Handle 0x0015, DMI type 32, 11 bytes
System Boot Information
        Status: No errors detected

Handle 0x0016, DMI type 131, 6 bytes
OEM-specific Type
        Header and Data:
                83 06 16 00 05 07

Handle 0x0017, DMI type 133, 12 bytes
OEM-specific Type
        Header and Data:
                85 0C 17 00 02 00 00 00 00 00 00 00

Handle 0x0018, DMI type 128, 88 bytes
OEM-specific Type
        Header and Data:
                80 58 18 00 03 00 00 00 36 F5 03 FC 3F FF 03 FC
                02 00 03 00 00 00 00 00 00 00 99 FF FF FF AF FF
                00 00 B0 FF FF FF D4 FF 00 00 D7 FF FF FF D9 FF
                00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                00 00 00 00 00 00 00 00

Handle 0x0019, DMI type 134, 20 bytes
OEM-specific Type
        Header and Data:
                86 14 19 00 32 2E 32 39 46 30 32 33 00 00 00 00
                00 00 00 00

Handle 0x001A, DMI type 16, 23 bytes
Physical Memory Array
        Location: System Board Or Motherboard
        Use: System Memory
        Error Correction Type: None
        Maximum Capacity: 8 GB
        Error Information Handle: Not Provided
        Number Of Devices: 2

Handle 0x001B, DMI type 17, 34 bytes
Memory Device
        Array Handle: 0x001A
        Error Information Handle: Not Provided
        Total Width: 64 bits
        Data Width: 64 bits
        Size: 8192 MB
        Form Factor: SODIMM
        Set: None
        Locator: DIMM0
        Bank Locator: BANK 0
        Type: DDR3
        Type Detail: Synchronous
        Speed: 1600 MT/s
        Manufacturer: 0x80AD
        Serial Number: 0x00000000
        Asset Tag: Not Specified
        Part Number: 0x484D54343147533642465238412D50422020
        Rank: Unknown
        Configured Memory Speed: 1600 MT/s

Handle 0x001C, DMI type 130, 186 bytes
OEM-specific Type
        Header and Data:
                82 BA 1C 00 1B 00 00 00 B0 00 92 13 0B 03 04 21
                02 09 03 52 01 08 0A 00 FE 00 69 78 69 30 69 11
                18 81 20 08 3C 3C 00 F0 83 01 00 00 00 00 00 00
                00 00 00 88 00 00 00 00 00 00 00 00 00 00 00 00
                00 00 00 00 00 00 0F 11 65 01 00 00 00 00 00 00
                00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80
                AD 01 00 00 00 00 00 00 77 80 48 4D 54 34 31 47
                53 36 42 46 52 38 41 2D 50 42 20 20 4E 41 80 AD
                00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                00 00 00 00 00 00 00 00 00 00

Handle 0x001D, DMI type 17, 34 bytes
Memory Device
        Array Handle: 0x001A
        Error Information Handle: Not Provided
        Total Width: 64 bits
        Data Width: 64 bits
        Size: 8192 MB
        Form Factor: SODIMM
        Set: None
        Locator: DIMM0
        Bank Locator: BANK 1
        Type: DDR3
        Type Detail: Synchronous
        Speed: 1600 MT/s
        Manufacturer: 0x80AD
        Serial Number: 0x00000000
        Asset Tag: Not Specified
        Part Number: 0x484D54343147533642465238412D50422020
        Rank: Unknown
        Configured Memory Speed: 1600 MT/s

Handle 0x001E, DMI type 130, 186 bytes
OEM-specific Type
        Header and Data:
                82 BA 1E 00 1D 00 00 00 B0 00 92 13 0B 03 04 21
                02 09 03 52 01 08 0A 00 FE 00 69 78 69 30 69 11
                18 81 20 08 3C 3C 00 F0 83 01 00 00 00 00 00 00
                00 00 00 88 00 00 00 00 00 00 00 00 00 00 00 00
                00 00 00 00 00 00 0F 11 65 01 00 00 00 00 00 00
                00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80
                AD 01 00 00 00 00 00 00 77 80 48 4D 54 34 31 47
                53 36 42 46 52 38 41 2D 50 42 20 20 4E 41 80 AD
                00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                00 00 00 00 00 00 00 00 00 00

Handle 0x001F, DMI type 19, 31 bytes
Memory Array Mapped Address
        Starting Address: 0x0000000000000000k
        Ending Address: 0x00000003FFFFFFFFk
        Range Size: 16 GB
        Physical Array Handle: 0x001A
        Partition Width: 0

Handle 0xFEFF, DMI type 127, 4 bytes
End Of Table

I also disabled all services that I added to "/etc/systemd/system/" (which basically was only docker, libvirtd and powertop) just to be sure.

The only thing I can say for sure is that it must be related to kernel 5.7. If I only switch back to 5.6 and leave all other packages as is everything works fine again and without any issues like all the years before.

Offline

#7 2020-07-13 07:47:40

danrot
Member
Registered: 2017-12-30
Posts: 19
Website

Re: Macbook freezes on boot

I am happy to post more information about which macbook I use, if somebody can tell me how to get that information from ArchLinux ?

Offline

#8 2020-07-13 07:54:51

archixxx
Member
Registered: 2012-10-17
Posts: 40

Re: Macbook freezes on boot

@danrot: See my previous post: Use "dmidecode", "lspci" and "lscpu". These commands should print all relevant hardware information.

Offline

#9 2020-07-13 08:15:40

danrot
Member
Registered: 2017-12-30
Posts: 19
Website

Re: Macbook freezes on boot

dmidecode does not exist on my installation, the other two commands can be seen here:

daniel@macbook ~ $ lspci
00:00.0 Host bridge: Intel Corporation Crystal Well DRAM Controller (rev 08)
00:01.0 PCI bridge: Intel Corporation Crystal Well PCI Express x16 Controller (rev 08)
00:02.0 VGA compatible controller: Intel Corporation Crystal Well Integrated Graphics Controller (rev 08)
00:03.0 Audio device: Intel Corporation Crystal Well HD Audio Controller (rev 08)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 (rev d5)
00:1f.0 ISA bridge: Intel Corporation HM87 Express LPC Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter (rev 03)
03:00.0 Multimedia controller: Broadcom Inc. and subsidiaries 720p FaceTime HD Camera
04:00.0 SATA controller: Samsung Electronics Co Ltd Apple PCIe SSD (rev 01)
05:00.0 PCI bridge: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013]
06:00.0 PCI bridge: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013]
06:03.0 PCI bridge: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013]
06:04.0 PCI bridge: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013]
06:05.0 PCI bridge: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013]
06:06.0 PCI bridge: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013]
07:00.0 System peripheral: Intel Corporation DSL5520 Thunderbolt 2 NHI [Falcon Ridge 4C 2013]
daniel@macbook ~ $ lscpu
Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Byte Order:                      Little Endian
Address sizes:                   39 bits physical, 48 bits virtual
CPU(s):                          8
On-line CPU(s) list:             0-7
Thread(s) per core:              2
Core(s) per socket:              4
Socket(s):                       1
NUMA node(s):                    1
Vendor ID:                       GenuineIntel
CPU family:                      6
Model:                           70
Model name:                      Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
Stepping:                        1
CPU MHz:                         1098.372
CPU max MHz:                     3400.0000
CPU min MHz:                     800.0000
BogoMIPS:                        4391.83
Virtualization:                  VT-x
L1d cache:                       128 KiB
L1i cache:                       128 KiB
L2 cache:                        1 MiB
L3 cache:                        6 MiB
L4 cache:                        128 MiB
NUMA node0 CPU(s):               0-7
Vulnerability Itlb multihit:     KVM: Mitigation: Split huge pages
Vulnerability L1tf:              Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds:               Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown:          Mitigation; PTI
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:        Mitigation; Full generic retpoline, IBPB conditional, IBRS_FW, STIBP conditional, RSB filling
Vulnerability Tsx async abort:   Not affected
Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pn
                                 i pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow 
                                 vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d

Offline

#10 2020-07-13 08:59:45

archixxx
Member
Registered: 2012-10-17
Posts: 40

Re: Macbook freezes on boot

Looks like we're at least have the same CPU ;-) To install "dmidecode" use

sudo pacman -S dmidecode

Offline

#11 2020-07-14 15:27:44

pk.gmp
Member
Registered: 2020-06-15
Posts: 44

Re: Macbook freezes on boot

For my MBP, I was able to boot using https://aur.archlinux.org/packages/linux-clear-bin/.

I am also able to boot using freshly compiled kernel from sources (kernel.org linux-next and recent rc4). It is about iommu and a bit more compiler settings for macbook hardware (actually i915). You may wish to try your luck along these alternatives.

So far no luck with stock kernel https://www.archlinux.org/packages/core/x86_64/linux/ or linux-hardened https://www.archlinux.org/packages/extr … -hardened/ since move to 5.7x

Your mileage may vary.

Last edited by pk.gmp (2020-07-14 16:43:28)

Offline

#12 2020-07-14 17:09:53

VoDo
Member
From: Europe
Registered: 2020-06-04
Posts: 122

Re: Macbook freezes on boot

I use LTS kernel, do not see any reason why to use the latest.


Archi3

Offline

Board footer

Powered by FluxBB