You are not logged in.

#1 2023-09-17 17:39:19

caelanritter
Member
Registered: 2023-09-17
Posts: 3

[SOLVED] linux-6.4.12+ boot failure, EXT4-fs error, likely SSD issues

I've been running archlinux on my dell xps 15 9560 for several years without an issue like this.  I boot with GRUB.  My ssd has label /dev/nvme0n1, with the efi partition on p1, /boot on p2, and LUKS on p3, with LVM on top of that.  Upgrading the kernel to 6.4.12 or 6.5.3 causes failure to boot; downgrading to 6.4.9 resolves the issue.  journalctl appears not to track these failed boots, but I have an image of the error message for 6.5.3:

https://drive.google.com/file/d/1cFEpzJ … drive_link

Other mysterious issues have arisen in trying to debug this.  For example, booting from linux-lts 6.1.53-1 (recovery) also fails, even though, to my understanding, this is just an old version of the linux kernel:

https://drive.google.com/file/d/1cTvOZE … drive_link

Meanwhile, if I boot from my live usb that I made on 2022-09-03, I have no issue opening the LUKS container and mounting the root and home logical volumes from there, and smartctl -a /dev/nvme0n1 reports no issues.  However, if I boot from a live usb with the latest arch iso on it, cryptsetup no longer recognizes /dev/nvme0n1p3 as a LUKS partition, smartctl fails with "Read NVMe Identify Controller failed" (or something like that), and even fdisk fails to open the ssd.

Working from the old live usb, I backed up my entire ssd to an external drive, created a fresh partition table, formatted everything, fresh arch install with the same structure (LVM on LUKS), triple-checked the hooks and boot parameters, and . . . boot failure, both on linux and linux-lts.  In this case, it's failing earlier: it prompts me for the LUKS passphrase, waits about 20 seconds, and then says the keyslot is corrupted or something.  Needless to say, I can still open the partition from the old live usb.

Any thoughts?  Alternatively, suggestions on how to preserve the error messages better?  (Note that it doesn't throw me into a rescue shell when the boot fails.)

Last edited by caelanritter (2023-09-17 20:23:55)

Offline

#2 2023-09-17 18:19:29

loqs
Member
Registered: 2014-03-06
Posts: 16,535

Re: [SOLVED] linux-6.4.12+ boot failure, EXT4-fs error, likely SSD issues

Please post the journal from a boot without the issue.  Also please run a S.M.A.R.T. self-test on the device and post the results after the test has finished (if the device does not support self-testing please still post the output) of:

# smartctl -x /dev/device

Last edited by loqs (2023-09-17 18:20:08)

Offline

#3 2023-09-17 19:31:20

caelanritter
Member
Registered: 2023-09-17
Posts: 3

Re: [SOLVED] linux-6.4.12+ boot failure, EXT4-fs error, likely SSD issues

Journal from a successful boot:

Sep 17 15:17:24 kernel: microcode: updated early: 0xea -> 0xf4, date = 2023-02-23
Sep 17 15:17:24 kernel: Linux version 6.4.9-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Tue, 08 Aug 2023 22:14:05 +0000
Sep 17 15:17:24 kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/volgrp-root rw cryptdevice=UUID=06badb74-1535-479c-ac1a-caf69ed1ec78:crypt root=/dev/volgrp/root modprobe.blacklist=nouveau loglevel=3
Sep 17 15:17:24 kernel: BIOS-provided physical RAM map:
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000006478dfff] usable
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x000000006478e000-0x000000006478efff] ACPI NVS
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x000000006478f000-0x000000006478ffff] reserved
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x0000000064790000-0x000000007840afff] usable
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x000000007840b000-0x00000000787c7fff] reserved
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x00000000787c8000-0x000000007880efff] ACPI data
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x000000007880f000-0x0000000078eeffff] ACPI NVS
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x0000000078ef0000-0x00000000795fefff] reserved
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x00000000795ff000-0x00000000795fffff] usable
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x0000000079600000-0x000000007f7fffff] reserved
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 17 15:17:24 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047e7fffff] usable
Sep 17 15:17:24 kernel: NX (Execute Disable) protection: active
Sep 17 15:17:24 kernel: e820: update [mem 0x604ee018-0x60517257] usable ==> usable
Sep 17 15:17:24 kernel: e820: update [mem 0x604ee018-0x60517257] usable ==> usable
Sep 17 15:17:24 kernel: e820: update [mem 0x604dd018-0x604ed057] usable ==> usable
Sep 17 15:17:24 kernel: e820: update [mem 0x604dd018-0x604ed057] usable ==> usable
Sep 17 15:17:24 kernel: extended physical RAM map:
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000604dd017] usable
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x00000000604dd018-0x00000000604ed057] usable
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x00000000604ed058-0x00000000604ee017] usable
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x00000000604ee018-0x0000000060517257] usable
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x0000000060517258-0x000000006478dfff] usable
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x000000006478e000-0x000000006478efff] ACPI NVS
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x000000006478f000-0x000000006478ffff] reserved
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x0000000064790000-0x000000007840afff] usable
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x000000007840b000-0x00000000787c7fff] reserved
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x00000000787c8000-0x000000007880efff] ACPI data
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x000000007880f000-0x0000000078eeffff] ACPI NVS
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x0000000078ef0000-0x00000000795fefff] reserved
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x00000000795ff000-0x00000000795fffff] usable
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x0000000079600000-0x000000007f7fffff] reserved
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 17 15:17:24 kernel: reserve setup_data: [mem 0x0000000100000000-0x000000047e7fffff] usable
Sep 17 15:17:24 kernel: efi: EFI v2.4 by American Megatrends
Sep 17 15:17:24 kernel: efi: ACPI=0x787d7000 ACPI 2.0=0x787d7000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0x78e91000 ESRT=0x79296118 MEMATTR=0x75d1d298 INITRD=0x6483ed98 TPMEventLog=0x64839018 
Sep 17 15:17:24 kernel: efi: Remove mem32: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Sep 17 15:17:24 kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Sep 17 15:17:24 kernel: efi: Not removing mem33: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Sep 17 15:17:24 kernel: efi: Not removing mem34: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Sep 17 15:17:24 kernel: efi: Not removing mem35: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Sep 17 15:17:24 kernel: efi: Remove mem36: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Sep 17 15:17:24 kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Sep 17 15:17:24 kernel: SMBIOS 3.0.0 present.
Sep 17 15:17:24 kernel: DMI: Dell Inc. XPS 15 9560/05FFDN, BIOS 1.24.0 08/10/2021
Sep 17 15:17:24 kernel: tsc: Detected 2800.000 MHz processor
Sep 17 15:17:24 kernel: tsc: Detected 2799.927 MHz TSC
Sep 17 15:17:24 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 17 15:17:24 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 17 15:17:24 kernel: last_pfn = 0x47e800 max_arch_pfn = 0x400000000
Sep 17 15:17:24 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 17 15:17:24 kernel: last_pfn = 0x79600 max_arch_pfn = 0x400000000
Sep 17 15:17:24 kernel: esrt: Reserving ESRT space from 0x0000000079296118 to 0x0000000079296150.
Sep 17 15:17:24 kernel: Using GB pages for direct mapping
Sep 17 15:17:24 kernel: Secure boot disabled
Sep 17 15:17:24 kernel: RAMDISK: [mem 0x60518000-0x61d54fff]
Sep 17 15:17:24 kernel: ACPI: Early table checksum verification disabled
Sep 17 15:17:24 kernel: ACPI: RSDP 0x00000000787D7000 000024 (v02 DELL  )
Sep 17 15:17:24 kernel: ACPI: XSDT 0x00000000787D70D0 00011C (v01 DELL   CBX3     01072009 AMI  00010013)
Sep 17 15:17:24 kernel: ACPI: FACP 0x00000000787FCA80 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
Sep 17 15:17:24 kernel: ACPI: DSDT 0x00000000787D7278 025806 (v02 DELL   CBX3     01072009 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: FACS 0x0000000078EED180 000040
Sep 17 15:17:24 kernel: ACPI: APIC 0x00000000787FCB90 0000BC (v03 DELL   CBX3     01072009 AMI  00010013)
Sep 17 15:17:24 kernel: ACPI: FPDT 0x00000000787FCC50 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
Sep 17 15:17:24 kernel: ACPI: FIDT 0x00000000787FCC98 0000AC (v01 DELL   CBX3     01072009 AMI  00010013)
Sep 17 15:17:24 kernel: ACPI: MCFG 0x00000000787FCD48 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
Sep 17 15:17:24 kernel: ACPI: HPET 0x00000000787FCD88 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
Sep 17 15:17:24 kernel: ACPI: SSDT 0x00000000787FCDC0 0004B8 (v01 SataRe SataTabl 00001000 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: BOOT 0x00000000787FD278 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
Sep 17 15:17:24 kernel: ACPI: SSDT 0x00000000787FD2A0 0012FE (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: SSDT 0x00000000787FE5A0 002959 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: HPET 0x0000000078800F00 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
Sep 17 15:17:24 kernel: ACPI: SSDT 0x0000000078800F38 000B8C (v02 INTEL  xh_rvp11 00000000 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: UEFI 0x0000000078801AC8 000042 (v01                 00000000      00000000)
Sep 17 15:17:24 kernel: ACPI: SSDT 0x0000000078801B10 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: LPIT 0x00000000788029F0 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
Sep 17 15:17:24 kernel: ACPI: SSDT 0x0000000078802A88 00011E (v02 INTEL  HdaDsp   00000000 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: SSDT 0x0000000078802BA8 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: SSDT 0x0000000078802E48 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: SSDT 0x0000000078805E50 00050D (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: DBGP 0x0000000078806360 000034 (v01 INTEL           00000002 MSFT 0000005F)
Sep 17 15:17:24 kernel: ACPI: DBG2 0x0000000078806398 000054 (v00 INTEL           00000002 MSFT 0000005F)
Sep 17 15:17:24 kernel: ACPI: SSDT 0x00000000788063F0 005322 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: MSDM 0x000000007880B718 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
Sep 17 15:17:24 kernel: ACPI: SLIC 0x000000007880B770 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
Sep 17 15:17:24 kernel: ACPI: SSDT 0x000000007880B8E8 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: NHLT 0x000000007880B998 00002D (v00 INTEL  EDK2     00000002      01000013)
Sep 17 15:17:24 kernel: [81B blob data]
Sep 17 15:17:24 kernel: ACPI: TPM2 0x000000007880BA00 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
Sep 17 15:17:24 kernel: ACPI: SSDT 0x000000007880BA38 001C70 (v01 OptRef OptTabl  00001000 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: ASF! 0x000000007880D6A8 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
Sep 17 15:17:24 kernel: ACPI: DMAR 0x000000007880D748 0000F0 (v01 INTEL  KBL      00000001 INTL 00000001)
Sep 17 15:17:24 kernel: ACPI: Reserving FACP table memory at [mem 0x787fca80-0x787fcb8b]
Sep 17 15:17:24 kernel: ACPI: Reserving DSDT table memory at [mem 0x787d7278-0x787fca7d]
Sep 17 15:17:24 kernel: ACPI: Reserving FACS table memory at [mem 0x78eed180-0x78eed1bf]
Sep 17 15:17:24 kernel: ACPI: Reserving APIC table memory at [mem 0x787fcb90-0x787fcc4b]
Sep 17 15:17:24 kernel: ACPI: Reserving FPDT table memory at [mem 0x787fcc50-0x787fcc93]
Sep 17 15:17:24 kernel: ACPI: Reserving FIDT table memory at [mem 0x787fcc98-0x787fcd43]
Sep 17 15:17:24 kernel: ACPI: Reserving MCFG table memory at [mem 0x787fcd48-0x787fcd83]
Sep 17 15:17:24 kernel: ACPI: Reserving HPET table memory at [mem 0x787fcd88-0x787fcdbf]
Sep 17 15:17:24 kernel: ACPI: Reserving SSDT table memory at [mem 0x787fcdc0-0x787fd277]
Sep 17 15:17:24 kernel: ACPI: Reserving BOOT table memory at [mem 0x787fd278-0x787fd29f]
Sep 17 15:17:24 kernel: ACPI: Reserving SSDT table memory at [mem 0x787fd2a0-0x787fe59d]
Sep 17 15:17:24 kernel: ACPI: Reserving SSDT table memory at [mem 0x787fe5a0-0x78800ef8]
Sep 17 15:17:24 kernel: ACPI: Reserving HPET table memory at [mem 0x78800f00-0x78800f37]
Sep 17 15:17:24 kernel: ACPI: Reserving SSDT table memory at [mem 0x78800f38-0x78801ac3]
Sep 17 15:17:24 kernel: ACPI: Reserving UEFI table memory at [mem 0x78801ac8-0x78801b09]
Sep 17 15:17:24 kernel: ACPI: Reserving SSDT table memory at [mem 0x78801b10-0x788029ed]
Sep 17 15:17:24 kernel: ACPI: Reserving LPIT table memory at [mem 0x788029f0-0x78802a83]
Sep 17 15:17:24 kernel: ACPI: Reserving SSDT table memory at [mem 0x78802a88-0x78802ba5]
Sep 17 15:17:24 kernel: ACPI: Reserving SSDT table memory at [mem 0x78802ba8-0x78802e46]
Sep 17 15:17:24 kernel: ACPI: Reserving SSDT table memory at [mem 0x78802e48-0x78805e49]
Sep 17 15:17:24 kernel: ACPI: Reserving SSDT table memory at [mem 0x78805e50-0x7880635c]
Sep 17 15:17:24 kernel: ACPI: Reserving DBGP table memory at [mem 0x78806360-0x78806393]
Sep 17 15:17:24 kernel: ACPI: Reserving DBG2 table memory at [mem 0x78806398-0x788063eb]
Sep 17 15:17:24 kernel: ACPI: Reserving SSDT table memory at [mem 0x788063f0-0x7880b711]
Sep 17 15:17:24 kernel: ACPI: Reserving MSDM table memory at [mem 0x7880b718-0x7880b76c]
Sep 17 15:17:24 kernel: ACPI: Reserving SLIC table memory at [mem 0x7880b770-0x7880b8e5]
Sep 17 15:17:24 kernel: ACPI: Reserving SSDT table memory at [mem 0x7880b8e8-0x7880b995]
Sep 17 15:17:24 kernel: ACPI: Reserving NHLT table memory at [mem 0x7880b998-0x7880b9c4]
Sep 17 15:17:24 kernel: ACPI: Reserving BGRT table memory at [mem 0x7880b9c8-0x7880b9ff]
Sep 17 15:17:24 kernel: ACPI: Reserving TPM2 table memory at [mem 0x7880ba00-0x7880ba33]
Sep 17 15:17:24 kernel: ACPI: Reserving SSDT table memory at [mem 0x7880ba38-0x7880d6a7]
Sep 17 15:17:24 kernel: ACPI: Reserving ASF! table memory at [mem 0x7880d6a8-0x7880d747]
Sep 17 15:17:24 kernel: ACPI: Reserving DMAR table memory at [mem 0x7880d748-0x7880d837]
Sep 17 15:17:24 kernel: No NUMA configuration found
Sep 17 15:17:24 kernel: Faking a node at [mem 0x0000000000000000-0x000000047e7fffff]
Sep 17 15:17:24 kernel: NODE_DATA(0) allocated [mem 0x47e7fb000-0x47e7fffff]
Sep 17 15:17:24 kernel: Zone ranges:
Sep 17 15:17:24 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 17 15:17:24 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 17 15:17:24 kernel:   Normal   [mem 0x0000000100000000-0x000000047e7fffff]
Sep 17 15:17:24 kernel:   Device   empty
Sep 17 15:17:24 kernel: Movable zone start for each node
Sep 17 15:17:24 kernel: Early memory node ranges
Sep 17 15:17:24 kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Sep 17 15:17:24 kernel:   node   0: [mem 0x0000000000059000-0x000000000009dfff]
Sep 17 15:17:24 kernel:   node   0: [mem 0x0000000000100000-0x000000006478dfff]
Sep 17 15:17:24 kernel:   node   0: [mem 0x0000000064790000-0x000000007840afff]
Sep 17 15:17:24 kernel:   node   0: [mem 0x00000000795ff000-0x00000000795fffff]
Sep 17 15:17:24 kernel:   node   0: [mem 0x0000000100000000-0x000000047e7fffff]
Sep 17 15:17:24 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047e7fffff]
Sep 17 15:17:24 kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 17 15:17:24 kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 17 15:17:24 kernel: On node 0, zone DMA: 98 pages in unavailable ranges
Sep 17 15:17:24 kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
Sep 17 15:17:24 kernel: On node 0, zone DMA32: 4596 pages in unavailable ranges
Sep 17 15:17:24 kernel: On node 0, zone Normal: 27136 pages in unavailable ranges
Sep 17 15:17:24 kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Sep 17 15:17:24 kernel: Reserving Intel graphics memory at [mem 0x7b800000-0x7f7fffff]
Sep 17 15:17:24 kernel: ACPI: PM-Timer IO Port: 0x1808
Sep 17 15:17:24 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Sep 17 15:17:24 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Sep 17 15:17:24 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Sep 17 15:17:24 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Sep 17 15:17:24 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Sep 17 15:17:24 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Sep 17 15:17:24 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Sep 17 15:17:24 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Sep 17 15:17:24 kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Sep 17 15:17:24 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 17 15:17:24 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 17 15:17:24 kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 17 15:17:24 kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Sep 17 15:17:24 kernel: e820: update [mem 0x74ff1000-0x75200fff] usable ==> reserved
Sep 17 15:17:24 kernel: TSC deadline timer available
Sep 17 15:17:24 kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x604dd000-0x604ddfff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x604ed000-0x604edfff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x604ee000-0x604eefff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x60517000-0x60517fff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x6478e000-0x6478efff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x6478f000-0x6478ffff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x74ff1000-0x75200fff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x7840b000-0x787c7fff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x787c8000-0x7880efff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x7880f000-0x78eeffff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x78ef0000-0x795fefff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x79600000-0x7f7fffff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0x7f800000-0xfdffffff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Sep 17 15:17:24 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Sep 17 15:17:24 kernel: [mem 0x7f800000-0xfdffffff] available for PCI devices
Sep 17 15:17:24 kernel: Booting paravirtualized kernel on bare hardware
Sep 17 15:17:24 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 17 15:17:24 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Sep 17 15:17:24 kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Sep 17 15:17:24 kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Sep 17 15:17:24 kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Sep 17 15:17:24 kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/volgrp-root rw cryptdevice=UUID=06badb74-1535-479c-ac1a-caf69ed1ec78:crypt root=/dev/volgrp/root modprobe.blacklist=nouveau loglevel=3
Sep 17 15:17:24 kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux cryptdevice=UUID=06badb74-1535-479c-ac1a-caf69ed1ec78:crypt", will be passed to user space.
Sep 17 15:17:24 kernel: random: crng init done
Sep 17 15:17:24 kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Sep 17 15:17:24 kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Sep 17 15:17:24 kernel: Fallback order for Node 0: 0 
Sep 17 15:17:24 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4091225
Sep 17 15:17:24 kernel: Policy zone: Normal
Sep 17 15:17:24 kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 17 15:17:24 kernel: software IO TLB: area num 8.
Sep 17 15:17:24 kernel: Memory: 16152024K/16625304K available (16384K kernel code, 2120K rwdata, 12776K rodata, 3348K init, 3988K bss, 473020K reserved, 0K cma-reserved)
Sep 17 15:17:24 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Sep 17 15:17:24 kernel: Kernel/User page tables isolation: enabled
Sep 17 15:17:24 kernel: ftrace: allocating 47559 entries in 186 pages
Sep 17 15:17:24 kernel: ftrace: allocated 186 pages with 5 groups
Sep 17 15:17:24 kernel: Dynamic Preempt: full
Sep 17 15:17:24 kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 17 15:17:24 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Sep 17 15:17:24 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 17 15:17:24 kernel:         Trampoline variant of Tasks RCU enabled.
Sep 17 15:17:24 kernel:         Rude variant of Tasks RCU enabled.
Sep 17 15:17:24 kernel:         Tracing variant of Tasks RCU enabled.
Sep 17 15:17:24 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 17 15:17:24 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Sep 17 15:17:24 kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
Sep 17 15:17:24 kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 17 15:17:24 kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 17 15:17:24 kernel: spurious 8259A interrupt: IRQ7.
Sep 17 15:17:24 kernel: Console: colour dummy device 80x25
Sep 17 15:17:24 kernel: printk: console [tty0] enabled
Sep 17 15:17:24 kernel: ACPI: Core revision 20230331
Sep 17 15:17:24 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Sep 17 15:17:24 kernel: APIC: Switch to symmetric I/O mode setup
Sep 17 15:17:24 kernel: DMAR: Host address width 39
Sep 17 15:17:24 kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Sep 17 15:17:24 kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Sep 17 15:17:24 kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Sep 17 15:17:24 kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Sep 17 15:17:24 kernel: DMAR: RMRR base: 0x000000784e3000 end: 0x00000078502fff
Sep 17 15:17:24 kernel: DMAR: RMRR base: 0x0000007b000000 end: 0x0000007f7fffff
Sep 17 15:17:24 kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
Sep 17 15:17:24 kernel: DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
Sep 17 15:17:24 kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Sep 17 15:17:24 kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Sep 17 15:17:24 kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep 17 15:17:24 kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Sep 17 15:17:24 kernel: x2apic enabled
Sep 17 15:17:24 kernel: Switched APIC routing to cluster x2apic.
Sep 17 15:17:24 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 17 15:17:24 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285bfbafad2, max_idle_ns: 440795215530 ns
Sep 17 15:17:24 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5602.18 BogoMIPS (lpj=9333090)
Sep 17 15:17:24 kernel: x86/cpu: SGX disabled by BIOS.
Sep 17 15:17:24 kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 17 15:17:24 kernel: process: using mwait in idle threads
Sep 17 15:17:24 kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Sep 17 15:17:24 kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Sep 17 15:17:24 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 17 15:17:24 kernel: Spectre V2 : Mitigation: IBRS
Sep 17 15:17:24 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 17 15:17:24 kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Sep 17 15:17:24 kernel: RETBleed: Mitigation: IBRS
Sep 17 15:17:24 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 17 15:17:24 kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Sep 17 15:17:24 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 17 15:17:24 kernel: MDS: Mitigation: Clear CPU buffers
Sep 17 15:17:24 kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Sep 17 15:17:24 kernel: SRBDS: Mitigation: Microcode
Sep 17 15:17:24 kernel: GDS: Mitigation: Microcode
Sep 17 15:17:24 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 17 15:17:24 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 17 15:17:24 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 17 15:17:24 kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Sep 17 15:17:24 kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Sep 17 15:17:24 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 17 15:17:24 kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Sep 17 15:17:24 kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Sep 17 15:17:24 kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Sep 17 15:17:24 kernel: Freeing SMP alternatives memory: 40K
Sep 17 15:17:24 kernel: pid_max: default: 32768 minimum: 301
Sep 17 15:17:24 kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Sep 17 15:17:24 kernel: landlock: Up and running.
Sep 17 15:17:24 kernel: Yama: becoming mindful.
Sep 17 15:17:24 kernel: LSM support for eBPF active
Sep 17 15:17:24 kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 17 15:17:24 kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 17 15:17:24 kernel: smpboot: CPU0: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
Sep 17 15:17:24 kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 17 15:17:24 kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Sep 17 15:17:24 kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 17 15:17:24 kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Sep 17 15:17:24 kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 17 15:17:24 kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Sep 17 15:17:24 kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Sep 17 15:17:24 kernel: ... version:                4
Sep 17 15:17:24 kernel: ... bit width:              48
Sep 17 15:17:24 kernel: ... generic registers:      4
Sep 17 15:17:24 kernel: ... value mask:             0000ffffffffffff
Sep 17 15:17:24 kernel: ... max period:             00007fffffffffff
Sep 17 15:17:24 kernel: ... fixed-purpose events:   3
Sep 17 15:17:24 kernel: ... event mask:             000000070000000f
Sep 17 15:17:24 kernel: signal: max sigframe size: 2032
Sep 17 15:17:24 kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1243
Sep 17 15:17:24 kernel: rcu: Hierarchical SRCU implementation.
Sep 17 15:17:24 kernel: rcu:         Max phase no-delay instances is 1000.
Sep 17 15:17:24 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 17 15:17:24 kernel: smp: Bringing up secondary CPUs ...
Sep 17 15:17:24 kernel: x86: Booting SMP configuration:
Sep 17 15:17:24 kernel: .... node  #0, CPUs:      #1 #2 #3 #4
Sep 17 15:17:24 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.
Sep 17 15:17:24 kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Sep 17 15:17:24 kernel:  #5 #6 #7
Sep 17 15:17:24 kernel: smp: Brought up 1 node, 8 CPUs
Sep 17 15:17:24 kernel: smpboot: Max logical packages: 1
Sep 17 15:17:24 kernel: smpboot: Total of 8 processors activated (44816.45 BogoMIPS)
Sep 17 15:17:24 kernel: devtmpfs: initialized
Sep 17 15:17:24 kernel: x86/mm: Memory block size: 128MB
Sep 17 15:17:24 kernel: ACPI: PM: Registering ACPI NVS region [mem 0x6478e000-0x6478efff] (4096 bytes)
Sep 17 15:17:24 kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7880f000-0x78eeffff] (7213056 bytes)
Sep 17 15:17:24 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 17 15:17:24 kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Sep 17 15:17:24 kernel: pinctrl core: initialized pinctrl subsystem
Sep 17 15:17:24 kernel: PM: RTC time: 19:17:18, date: 2023-09-17
Sep 17 15:17:24 kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 17 15:17:24 kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Sep 17 15:17:24 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 17 15:17:24 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 17 15:17:24 kernel: audit: initializing netlink subsys (disabled)
Sep 17 15:17:24 kernel: audit: type=2000 audit(1694978238.069:1): state=initialized audit_enabled=0 res=1
Sep 17 15:17:24 kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 17 15:17:24 kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 17 15:17:24 kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 17 15:17:24 kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 17 15:17:24 kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 17 15:17:24 kernel: cpuidle: using governor ladder
Sep 17 15:17:24 kernel: cpuidle: using governor menu
Sep 17 15:17:24 kernel: Simple Boot Flag at 0x47 set to 0x80
Sep 17 15:17:24 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Sep 17 15:17:24 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 17 15:17:24 kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Sep 17 15:17:24 kernel: PCI: not using MMCONFIG
Sep 17 15:17:24 kernel: PCI: Using configuration type 1 for base access
Sep 17 15:17:24 kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Sep 17 15:17:24 kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 17 15:17:24 kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 17 15:17:24 kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 17 15:17:24 kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 17 15:17:24 kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 17 15:17:24 kernel: ACPI: Added _OSI(Module Device)
Sep 17 15:17:24 kernel: ACPI: Added _OSI(Processor Device)
Sep 17 15:17:24 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 17 15:17:24 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 17 15:17:24 kernel: ACPI: 13 ACPI AML tables successfully acquired and loaded
Sep 17 15:17:24 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Sep 17 15:17:24 kernel: ACPI: Dynamic OEM Table Load:
Sep 17 15:17:24 kernel: ACPI: SSDT 0xFFFF9F7D4107E800 000651 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Sep 17 15:17:24 kernel: ACPI: Dynamic OEM Table Load:
Sep 17 15:17:24 kernel: ACPI: SSDT 0xFFFF9F7D4106F800 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: Dynamic OEM Table Load:
Sep 17 15:17:24 kernel: ACPI: SSDT 0xFFFF9F7D40DE0800 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: Dynamic OEM Table Load:
Sep 17 15:17:24 kernel: ACPI: SSDT 0xFFFF9F7D41D54600 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
Sep 17 15:17:24 kernel: ACPI: EC: EC started
Sep 17 15:17:24 kernel: ACPI: EC: interrupt blocked
Sep 17 15:17:24 kernel: ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
Sep 17 15:17:24 kernel: ACPI: Interpreter enabled
Sep 17 15:17:24 kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 17 15:17:24 kernel: ACPI: Using IOAPIC for interrupt routing
Sep 17 15:17:24 kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Sep 17 15:17:24 kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
Sep 17 15:17:24 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 17 15:17:24 kernel: PCI: Using E820 reservations for host bridge windows
Sep 17 15:17:24 kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
Sep 17 15:17:24 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
Sep 17 15:17:24 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 17 15:17:24 kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
Sep 17 15:17:24 kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
Sep 17 15:17:24 kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Sep 17 15:17:24 kernel: PCI host bridge to bus 0000:00
Sep 17 15:17:24 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 17 15:17:24 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 17 15:17:24 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Sep 17 15:17:24 kernel: pci_bus 0000:00: root bus resource [mem 0x7f800000-0xefffffff window]
Sep 17 15:17:24 kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Sep 17 15:17:24 kernel: pci_bus 0000:00: root bus resource [bus 00-7e]
Sep 17 15:17:24 kernel: pci 0000:00:00.0: [8086:5910] type 00 class 0x060000
Sep 17 15:17:24 kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Sep 17 15:17:24 kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Sep 17 15:17:24 kernel: pci 0000:00:02.0: [8086:591b] type 00 class 0x030000
Sep 17 15:17:24 kernel: pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit]
Sep 17 15:17:24 kernel: pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
Sep 17 15:17:24 kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Sep 17 15:17:24 kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Sep 17 15:17:24 kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 17 15:17:24 kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
Sep 17 15:17:24 kernel: pci 0000:00:04.0: reg 0x10: [mem 0xed120000-0xed127fff 64bit]
Sep 17 15:17:24 kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
Sep 17 15:17:24 kernel: pci 0000:00:14.0: reg 0x10: [mem 0xed110000-0xed11ffff 64bit]
Sep 17 15:17:24 kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 17 15:17:24 kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
Sep 17 15:17:24 kernel: pci 0000:00:14.2: reg 0x10: [mem 0xed138000-0xed138fff 64bit]
Sep 17 15:17:24 kernel: pci 0000:00:15.0: [8086:a160] type 00 class 0x118000
Sep 17 15:17:24 kernel: pci 0000:00:15.0: reg 0x10: [mem 0xed137000-0xed137fff 64bit]
Sep 17 15:17:24 kernel: pci 0000:00:15.1: [8086:a161] type 00 class 0x118000
Sep 17 15:17:24 kernel: pci 0000:00:15.1: reg 0x10: [mem 0xed136000-0xed136fff 64bit]
Sep 17 15:17:24 kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
Sep 17 15:17:24 kernel: pci 0000:00:16.0: reg 0x10: [mem 0xed135000-0xed135fff 64bit]
Sep 17 15:17:24 kernel: pci 0000:00:16.0: PME# supported from D3hot
Sep 17 15:17:24 kernel: pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
Sep 17 15:17:24 kernel: pci 0000:00:17.0: reg 0x10: [mem 0xed130000-0xed131fff]
Sep 17 15:17:24 kernel: pci 0000:00:17.0: reg 0x14: [mem 0xed134000-0xed1340ff]
Sep 17 15:17:24 kernel: pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
Sep 17 15:17:24 kernel: pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
Sep 17 15:17:24 kernel: pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
Sep 17 15:17:24 kernel: pci 0000:00:17.0: reg 0x24: [mem 0xed133000-0xed1337ff]
Sep 17 15:17:24 kernel: pci 0000:00:17.0: PME# supported from D3hot
Sep 17 15:17:24 kernel: pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
Sep 17 15:17:24 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 17 15:17:24 kernel: pci 0000:00:1c.1: [8086:a111] type 01 class 0x060400
Sep 17 15:17:24 kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Sep 17 15:17:24 kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
Sep 17 15:17:24 kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 17 15:17:24 kernel: pci 0000:00:1d.4: [8086:a11c] type 01 class 0x060400
Sep 17 15:17:24 kernel: pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
Sep 17 15:17:24 kernel: pci 0000:00:1d.6: [8086:a11e] type 01 class 0x060400
Sep 17 15:17:24 kernel: pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
Sep 17 15:17:24 kernel: pci 0000:00:1f.0: [8086:a152] type 00 class 0x060100
Sep 17 15:17:24 kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
Sep 17 15:17:24 kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xed12c000-0xed12ffff]
Sep 17 15:17:24 kernel: pci 0000:00:1f.3: [8086:a171] type 00 class 0x040380
Sep 17 15:17:24 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xed128000-0xed12bfff 64bit]
Sep 17 15:17:24 kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xed100000-0xed10ffff 64bit]
Sep 17 15:17:24 kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Sep 17 15:17:24 kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
Sep 17 15:17:24 kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xed132000-0xed1320ff 64bit]
Sep 17 15:17:24 kernel: pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
Sep 17 15:17:24 kernel: pci 0000:01:00.0: [10de:1c8d] type 00 class 0x030200
Sep 17 15:17:24 kernel: pci 0000:01:00.0: reg 0x10: [mem 0xec000000-0xecffffff]
Sep 17 15:17:24 kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Sep 17 15:17:24 kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Sep 17 15:17:24 kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Sep 17 15:17:24 kernel: pci 0000:01:00.0: reg 0x30: [mem 0xed000000-0xed07ffff pref]
Sep 17 15:17:24 kernel: pci 0000:01:00.0: Enabling HDA controller
Sep 17 15:17:24 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Sep 17 15:17:24 kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Sep 17 15:17:24 kernel: pci 0000:00:01.0:   bridge window [mem 0xec000000-0xed0fffff]
Sep 17 15:17:24 kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Sep 17 15:17:24 kernel: pci 0000:02:00.0: [168c:003e] type 00 class 0x028000
Sep 17 15:17:24 kernel: pci 0000:02:00.0: reg 0x10: [mem 0xed200000-0xed3fffff 64bit]
Sep 17 15:17:24 kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Sep 17 15:17:24 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Sep 17 15:17:24 kernel: pci 0000:00:1c.0:   bridge window [mem 0xed200000-0xed3fffff]
Sep 17 15:17:24 kernel: acpiphp: Slot [1] registered
Sep 17 15:17:24 kernel: pci 0000:03:00.0: [10ec:525a] type 00 class 0xff0000
Sep 17 15:17:24 kernel: pci 0000:03:00.0: reg 0x14: [mem 0xed400000-0xed400fff]
Sep 17 15:17:24 kernel: pci 0000:03:00.0: supports D1 D2
Sep 17 15:17:24 kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 17 15:17:24 kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Sep 17 15:17:24 kernel: pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
Sep 17 15:17:24 kernel: pci 0000:00:1c.1:   bridge window [mem 0xed400000-0xeddfffff]
Sep 17 15:17:24 kernel: pci 0000:00:1c.1:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
Sep 17 15:17:24 kernel: pci 0000:04:00.0: [1179:0116] type 00 class 0x010802
Sep 17 15:17:24 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xede00000-0xede03fff 64bit]
Sep 17 15:17:24 kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
Sep 17 15:17:24 kernel: pci 0000:00:1d.0:   bridge window [mem 0xede00000-0xedefffff]
Sep 17 15:17:24 kernel: acpiphp: Slot [1-1] registered
Sep 17 15:17:24 kernel: pci 0000:00:1d.4: PCI bridge to [bus 05]
Sep 17 15:17:24 kernel: pci 0000:00:1d.6: PCI bridge to [bus 06-3e]
Sep 17 15:17:24 kernel: pci 0000:00:1d.6:   bridge window [mem 0xd4000000-0xea0fffff]
Sep 17 15:17:24 kernel: pci 0000:00:1d.6:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
Sep 17 15:17:24 kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Sep 17 15:17:24 kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Sep 17 15:17:24 kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Sep 17 15:17:24 kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Sep 17 15:17:24 kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 11
Sep 17 15:17:24 kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 11
Sep 17 15:17:24 kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Sep 17 15:17:24 kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Sep 17 15:17:24 kernel: ACPI: EC: interrupt unblocked
Sep 17 15:17:24 kernel: ACPI: EC: event unblocked
Sep 17 15:17:24 kernel: ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
Sep 17 15:17:24 kernel: ACPI: EC: GPE=0x14
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
Sep 17 15:17:24 kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
Sep 17 15:17:24 kernel: iommu: Default domain type: Translated 
Sep 17 15:17:24 kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Sep 17 15:17:24 kernel: SCSI subsystem initialized
Sep 17 15:17:24 kernel: libata version 3.00 loaded.
Sep 17 15:17:24 kernel: ACPI: bus type USB registered
Sep 17 15:17:24 kernel: usbcore: registered new interface driver usbfs
Sep 17 15:17:24 kernel: usbcore: registered new interface driver hub
Sep 17 15:17:24 kernel: usbcore: registered new device driver usb
Sep 17 15:17:24 kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 17 15:17:24 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 17 15:17:24 kernel: PTP clock support registered
Sep 17 15:17:24 kernel: EDAC MC: Ver: 3.0.0
Sep 17 15:17:24 kernel: efivars: Registered efivars operations
Sep 17 15:17:24 kernel: NetLabel: Initializing
Sep 17 15:17:24 kernel: NetLabel:  domain hash size = 128
Sep 17 15:17:24 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 17 15:17:24 kernel: NetLabel:  unlabeled traffic allowed by default
Sep 17 15:17:24 kernel: mctp: management component transport protocol core
Sep 17 15:17:24 kernel: NET: Registered PF_MCTP protocol family
Sep 17 15:17:24 kernel: PCI: Using ACPI for IRQ routing
Sep 17 15:17:24 kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 17 15:17:24 kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Sep 17 15:17:24 kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Sep 17 15:17:24 kernel: e820: reserve RAM buffer [mem 0x604dd018-0x63ffffff]
Sep 17 15:17:24 kernel: e820: reserve RAM buffer [mem 0x604ee018-0x63ffffff]
Sep 17 15:17:24 kernel: e820: reserve RAM buffer [mem 0x6478e000-0x67ffffff]
Sep 17 15:17:24 kernel: e820: reserve RAM buffer [mem 0x74ff1000-0x77ffffff]
Sep 17 15:17:24 kernel: e820: reserve RAM buffer [mem 0x7840b000-0x7bffffff]
Sep 17 15:17:24 kernel: e820: reserve RAM buffer [mem 0x79600000-0x7bffffff]
Sep 17 15:17:24 kernel: e820: reserve RAM buffer [mem 0x47e800000-0x47fffffff]
Sep 17 15:17:24 kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Sep 17 15:17:24 kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Sep 17 15:17:24 kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 17 15:17:24 kernel: vgaarb: loaded
Sep 17 15:17:24 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Sep 17 15:17:24 kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Sep 17 15:17:24 kernel: clocksource: Switched to clocksource tsc-early
Sep 17 15:17:24 kernel: VFS: Disk quotas dquot_6.6.0
Sep 17 15:17:24 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 17 15:17:24 kernel: pnp: PnP ACPI init
Sep 17 15:17:24 kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Sep 17 15:17:24 kernel: system 00:00: [io  0xffff] has been reserved
Sep 17 15:17:24 kernel: system 00:00: [io  0xffff] has been reserved
Sep 17 15:17:24 kernel: system 00:00: [io  0xffff] has been reserved
Sep 17 15:17:24 kernel: system 00:00: [io  0x1800-0x18fe] has been reserved
Sep 17 15:17:24 kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Sep 17 15:17:24 kernel: system 00:01: [io  0x0800-0x087f] has been reserved
Sep 17 15:17:24 kernel: system 00:03: [io  0x1854-0x1857] has been reserved
Sep 17 15:17:24 kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
Sep 17 15:17:24 kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
Sep 17 15:17:24 kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
Sep 17 15:17:24 kernel: system 00:06: [mem 0xf0000000-0xf7ffffff] has been reserved
Sep 17 15:17:24 kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
Sep 17 15:17:24 kernel: system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep 17 15:17:24 kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
Sep 17 15:17:24 kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Sep 17 15:17:24 kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
Sep 17 15:17:24 kernel: system 00:06: [mem 0xeffe0000-0xefffffff] has been reserved
Sep 17 15:17:24 kernel: system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
Sep 17 15:17:24 kernel: system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
Sep 17 15:17:24 kernel: system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
Sep 17 15:17:24 kernel: system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
Sep 17 15:17:24 kernel: system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
Sep 17 15:17:24 kernel: system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
Sep 17 15:17:24 kernel: system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
Sep 17 15:17:24 kernel: system 00:08: [io  0xff00-0xfffe] has been reserved
Sep 17 15:17:24 kernel: system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
Sep 17 15:17:24 kernel: system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
Sep 17 15:17:24 kernel: system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
Sep 17 15:17:24 kernel: pnp: PnP ACPI: found 10 devices
Sep 17 15:17:24 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 17 15:17:24 kernel: NET: Registered PF_INET protocol family
Sep 17 15:17:24 kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 17 15:17:24 kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Sep 17 15:17:24 kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 17 15:17:24 kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 17 15:17:24 kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 17 15:17:24 kernel: TCP: Hash tables configured (established 131072 bind 65536)
Sep 17 15:17:24 kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Sep 17 15:17:24 kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Sep 17 15:17:24 kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Sep 17 15:17:24 kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 17 15:17:24 kernel: NET: Registered PF_XDP protocol family
Sep 17 15:17:24 kernel: pci 0000:00:1d.6: bridge window [io  0x1000-0x0fff] to [bus 06-3e] add_size 1000
Sep 17 15:17:24 kernel: pci 0000:00:1d.6: BAR 13: assigned [io  0x2000-0x2fff]
Sep 17 15:17:24 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Sep 17 15:17:24 kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Sep 17 15:17:24 kernel: pci 0000:00:01.0:   bridge window [mem 0xec000000-0xed0fffff]
Sep 17 15:17:24 kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Sep 17 15:17:24 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Sep 17 15:17:24 kernel: pci 0000:00:1c.0:   bridge window [mem 0xed200000-0xed3fffff]
Sep 17 15:17:24 kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Sep 17 15:17:24 kernel: pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
Sep 17 15:17:24 kernel: pci 0000:00:1c.1:   bridge window [mem 0xed400000-0xeddfffff]
Sep 17 15:17:24 kernel: pci 0000:00:1c.1:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
Sep 17 15:17:24 kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
Sep 17 15:17:24 kernel: pci 0000:00:1d.0:   bridge window [mem 0xede00000-0xedefffff]
Sep 17 15:17:24 kernel: pci 0000:00:1d.4: PCI bridge to [bus 05]
Sep 17 15:17:24 kernel: pci 0000:00:1d.6: PCI bridge to [bus 06-3e]
Sep 17 15:17:24 kernel: pci 0000:00:1d.6:   bridge window [io  0x2000-0x2fff]
Sep 17 15:17:24 kernel: pci 0000:00:1d.6:   bridge window [mem 0xd4000000-0xea0fffff]
Sep 17 15:17:24 kernel: pci 0000:00:1d.6:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
Sep 17 15:17:24 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 17 15:17:24 kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 17 15:17:24 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window]
Sep 17 15:17:24 kernel: pci_bus 0000:00: resource 7 [mem 0x7f800000-0xefffffff window]
Sep 17 15:17:24 kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Sep 17 15:17:24 kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Sep 17 15:17:24 kernel: pci_bus 0000:01: resource 1 [mem 0xec000000-0xed0fffff]
Sep 17 15:17:24 kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Sep 17 15:17:24 kernel: pci_bus 0000:02: resource 1 [mem 0xed200000-0xed3fffff]
Sep 17 15:17:24 kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Sep 17 15:17:24 kernel: pci_bus 0000:03: resource 1 [mem 0xed400000-0xeddfffff]
Sep 17 15:17:24 kernel: pci_bus 0000:03: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref]
Sep 17 15:17:24 kernel: pci_bus 0000:04: resource 1 [mem 0xede00000-0xedefffff]
Sep 17 15:17:24 kernel: pci_bus 0000:06: resource 0 [io  0x2000-0x2fff]
Sep 17 15:17:24 kernel: pci_bus 0000:06: resource 1 [mem 0xd4000000-0xea0fffff]
Sep 17 15:17:24 kernel: pci_bus 0000:06: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
Sep 17 15:17:24 kernel: PCI: CLS 0 bytes, default 64
Sep 17 15:17:24 kernel: DMAR: ACPI device "device:78" under DMAR at fed91000 as 00:15.0
Sep 17 15:17:24 kernel: DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.1
Sep 17 15:17:24 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 17 15:17:24 kernel: software IO TLB: mapped [mem 0x0000000070ff1000-0x0000000074ff1000] (64MB)
Sep 17 15:17:24 kernel: Trying to unpack rootfs image as initramfs...
Sep 17 15:17:24 kernel: Initialise system trusted keyrings
Sep 17 15:17:24 kernel: Key type blacklist registered
Sep 17 15:17:24 kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Sep 17 15:17:24 kernel: zbud: loaded
Sep 17 15:17:24 kernel: integrity: Platform Keyring initialized
Sep 17 15:17:24 kernel: integrity: Machine keyring initialized
Sep 17 15:17:24 kernel: Key type asymmetric registered
Sep 17 15:17:24 kernel: Asymmetric key parser 'x509' registered
Sep 17 15:17:24 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Sep 17 15:17:24 kernel: io scheduler mq-deadline registered
Sep 17 15:17:24 kernel: io scheduler kyber registered
Sep 17 15:17:24 kernel: io scheduler bfq registered
Sep 17 15:17:24 kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 123
Sep 17 15:17:24 kernel: pcieport 0000:00:1c.1: AER: enabled with IRQ 124
Sep 17 15:17:24 kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 125
Sep 17 15:17:24 kernel: pcieport 0000:00:1d.6: AER: enabled with IRQ 127
Sep 17 15:17:24 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 17 15:17:24 kernel: ACPI: AC: AC Adapter [AC] (off-line)
Sep 17 15:17:24 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Sep 17 15:17:24 kernel: ACPI: button: Lid Switch [LID0]
Sep 17 15:17:24 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Sep 17 15:17:24 kernel: ACPI: button: Power Button [PBTN]
Sep 17 15:17:24 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Sep 17 15:17:24 kernel: ACPI: button: Sleep Button [SBTN]
Sep 17 15:17:24 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Sep 17 15:17:24 kernel: ACPI: button: Power Button [PWRF]
Sep 17 15:17:24 kernel: thermal LNXTHERM:00: registered as thermal_zone0
Sep 17 15:17:24 kernel: ACPI: thermal: Thermal Zone [THM] (25 C)
Sep 17 15:17:24 kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 17 15:17:24 kernel: Non-volatile memory driver v1.3
Sep 17 15:17:24 kernel: Linux agpgart interface v0.103
Sep 17 15:17:24 kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 17 15:17:24 kernel: Freeing initrd memory: 24820K
Sep 17 15:17:24 kernel: ------------[ cut here ]------------
Sep 17 15:17:24 kernel: WARNING: CPU: 3 PID: 1 at kernel/workqueue.c:3185 __flush_work.isra.0+0x270/0x280
Sep 17 15:17:24 kernel: Modules linked in:
Sep 17 15:17:24 kernel: CPU: 3 PID: 1 Comm: swapper/0 Not tainted 6.4.9-arch1-1 #1 3461e85deab2986acc9a45474db12841c06eb98b
Sep 17 15:17:24 kernel: Hardware name: Dell Inc. XPS 15 9560/05FFDN, BIOS 1.24.0 08/10/2021
Sep 17 15:17:24 kernel: RIP: 0010:__flush_work.isra.0+0x270/0x280
Sep 17 15:17:24 kernel: Code: 8b 04 25 00 37 03 00 48 89 44 24 40 48 8b 73 30 8b 4b 28 e9 e3 fe ff ff 40 30 f6 4c 8b 3e e9 21 fe ff ff 0f 0b e9 3a ff ff ff <0f> 0b e9 33 ff ff ff e8 04 1f c9 00 0f 1f 40 00 90 90 90 90 90 90
Sep 17 15:17:24 kernel: RSP: 0000:ffffb3154006bb80 EFLAGS: 00010246
Sep 17 15:17:24 kernel: RAX: 0000000000000000 RBX: ffff9f7d40f40828 RCX: 0000000000000000
Sep 17 15:17:24 kernel: RDX: 0000000000000004 RSI: ffffb315406f8008 RDI: ffffb3154006bbc8
Sep 17 15:17:24 kernel: RBP: ffff9f7d40f40868 R08: 0000000000000002 R09: 0000000000000000
Sep 17 15:17:24 kernel: R10: 0000000000000001 R11: 0000000000000100 R12: ffff9f7d41ffd000
Sep 17 15:17:24 kernel: R13: ffffb3154006bb80 R14: 0000000000000001 R15: ffff9f7d41e95810
Sep 17 15:17:24 kernel: FS:  0000000000000000(0000) GS:ffff9f80ae4c0000(0000) knlGS:0000000000000000
Sep 17 15:17:24 kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 17 15:17:24 kernel: CR2: 0000000000000000 CR3: 00000003e0020001 CR4: 00000000003706e0
Sep 17 15:17:24 kernel: Call Trace:
Sep 17 15:17:24 kernel:  <TASK>
Sep 17 15:17:24 kernel:  ? __flush_work.isra.0+0x270/0x280
Sep 17 15:17:24 kernel:  ? __warn+0x81/0x130
Sep 17 15:17:24 kernel:  ? __flush_work.isra.0+0x270/0x280
Sep 17 15:17:24 kernel:  ? report_bug+0x171/0x1a0
Sep 17 15:17:24 kernel:  ? handle_bug+0x3c/0x80
Sep 17 15:17:24 kernel:  ? exc_invalid_op+0x17/0x70
Sep 17 15:17:24 kernel:  ? asm_exc_invalid_op+0x1a/0x20
Sep 17 15:17:24 kernel:  ? __flush_work.isra.0+0x270/0x280
Sep 17 15:17:24 kernel:  tpm_tis_remove+0xaa/0x100
Sep 17 15:17:24 kernel:  tpm_tis_core_init+0x235/0xa00
Sep 17 15:17:24 kernel:  tpm_tis_plat_probe+0xda/0x120
Sep 17 15:17:24 kernel:  platform_probe+0x41/0xa0
Sep 17 15:17:24 kernel:  really_probe+0x19b/0x3e0
Sep 17 15:17:24 kernel:  ? __pfx___driver_attach+0x10/0x10
Sep 17 15:17:24 kernel:  __driver_probe_device+0x78/0x160
Sep 17 15:17:24 kernel:  driver_probe_device+0x1f/0x90
Sep 17 15:17:24 kernel:  __driver_attach+0xd2/0x1c0
Sep 17 15:17:24 kernel:  bus_for_each_dev+0x85/0xd0
Sep 17 15:17:24 kernel:  bus_add_driver+0x116/0x220
Sep 17 15:17:24 kernel:  driver_register+0x59/0x100
Sep 17 15:17:24 kernel:  ? __pfx_init_tis+0x10/0x10
Sep 17 15:17:24 kernel:  init_tis+0x34/0x100
Sep 17 15:17:24 kernel:  ? __pfx_init_tis+0x10/0x10
Sep 17 15:17:24 kernel:  do_one_initcall+0x5a/0x240
Sep 17 15:17:24 kernel:  kernel_init_freeable+0x1d4/0x320
Sep 17 15:17:24 kernel:  ? __pfx_kernel_init+0x10/0x10
Sep 17 15:17:24 kernel:  kernel_init+0x1a/0x1c0
Sep 17 15:17:24 kernel:  ret_from_fork+0x29/0x50
Sep 17 15:17:24 kernel:  </TASK>
Sep 17 15:17:24 kernel: ---[ end trace 0000000000000000 ]---
Sep 17 15:17:24 kernel: tpm_tis: probe of MSFT0101:00 failed with error -1
Sep 17 15:17:24 kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Sep 17 15:17:24 kernel: ACPI: bus type drm_connector registered
Sep 17 15:17:24 kernel: ahci 0000:00:17.0: version 3.0
Sep 17 15:17:24 kernel: ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
Sep 17 15:17:24 kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x2 impl SATA mode
Sep 17 15:17:24 kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf stag pm led clo only pio slum part ems deso sadm sds apst 
Sep 17 15:17:24 kernel: scsi host0: ahci
Sep 17 15:17:24 kernel: scsi host1: ahci
Sep 17 15:17:24 kernel: ata1: DUMMY
Sep 17 15:17:24 kernel: ata2: SATA max UDMA/133 abar m2048@0xed133000 port 0xed133180 irq 128
Sep 17 15:17:24 kernel: usbcore: registered new interface driver usbserial_generic
Sep 17 15:17:24 kernel: usbserial: USB Serial support registered for generic
Sep 17 15:17:24 kernel: rtc_cmos 00:02: RTC can wake from S4
Sep 17 15:17:24 kernel: rtc_cmos 00:02: registered as rtc0
Sep 17 15:17:24 kernel: rtc_cmos 00:02: setting system clock to 2023-09-17T19:17:19 UTC (1694978239)
Sep 17 15:17:24 kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
Sep 17 15:17:24 kernel: intel_pstate: Intel P-state driver initializing
Sep 17 15:17:24 kernel: intel_pstate: Disabling energy efficiency optimization
Sep 17 15:17:24 kernel: intel_pstate: HWP enabled
Sep 17 15:17:24 kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 17 15:17:24 kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Sep 17 15:17:24 kernel: fbcon: Deferring console take-over
Sep 17 15:17:24 kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 17 15:17:24 kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 17 15:17:24 kernel: resource: resource sanity check: requesting [mem 0x00000000fdffe800-0x00000000fe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
Sep 17 15:17:24 kernel: caller pmc_core_probe+0xd6/0x560 mapping multiple BARs
Sep 17 15:17:24 kernel: intel_pmc_core INT33A1:00:  initialized
Sep 17 15:17:24 kernel: drop_monitor: Initializing network drop monitor service
Sep 17 15:17:24 kernel: Initializing XFRM netlink socket
Sep 17 15:17:24 kernel: NET: Registered PF_INET6 protocol family
Sep 17 15:17:24 kernel: Segment Routing with IPv6
Sep 17 15:17:24 kernel: RPL Segment Routing with IPv6
Sep 17 15:17:24 kernel: In-situ OAM (IOAM) with IPv6
Sep 17 15:17:24 kernel: NET: Registered PF_PACKET protocol family
Sep 17 15:17:24 kernel: microcode: Microcode Update Driver: v2.2.
Sep 17 15:17:24 kernel: IPI shorthand broadcast: enabled
Sep 17 15:17:24 kernel: sched_clock: Marking stable (1237413828, 650423)->(1242771503, -4707252)
Sep 17 15:17:24 kernel: registered taskstats version 1
Sep 17 15:17:24 kernel: Loading compiled-in X.509 certificates
Sep 17 15:17:24 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: dc17c353aaae1c89b64ba1f95d0c6ec108de29ab'
Sep 17 15:17:24 kernel: zswap: loaded using pool zstd/zsmalloc
Sep 17 15:17:24 kernel: Key type .fscrypt registered
Sep 17 15:17:24 kernel: Key type fscrypt-provisioning registered
Sep 17 15:17:24 kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 17 15:17:24 kernel: integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7'
Sep 17 15:17:24 kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 17 15:17:24 kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Sep 17 15:17:24 kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 17 15:17:24 kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Sep 17 15:17:24 kernel: PM:   Magic number: 7:33:294
Sep 17 15:17:24 kernel: ata_device dev2.0: hash matches
Sep 17 15:17:24 kernel:  dev2.0: hash matches
Sep 17 15:17:24 kernel: misc hpet: hash matches
Sep 17 15:17:24 kernel: tty tty27: hash matches
Sep 17 15:17:24 kernel: RAS: Correctable Errors collector initialized.
Sep 17 15:17:24 kernel: clk: Disabling unused clocks
Sep 17 15:17:24 kernel: tsc: Refined TSC clocksource calibration: 2807.999 MHz
Sep 17 15:17:24 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2879c523a63, max_idle_ns: 440795252908 ns
Sep 17 15:17:24 kernel: clocksource: Switched to clocksource tsc
Sep 17 15:17:24 kernel: ata2: SATA link down (SStatus 4 SControl 300)
Sep 17 15:17:24 kernel: Freeing unused decrypted memory: 2036K
Sep 17 15:17:24 kernel: Freeing unused kernel image (initmem) memory: 3348K
Sep 17 15:17:24 kernel: Write protecting the kernel read-only data: 30720k
Sep 17 15:17:24 kernel: Freeing unused kernel image (rodata/data gap) memory: 1560K
Sep 17 15:17:24 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 17 15:17:24 kernel: rodata_test: all tests were successful
Sep 17 15:17:24 kernel: x86/mm: Checking user space page tables
Sep 17 15:17:24 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 17 15:17:24 kernel: Run /init as init process
Sep 17 15:17:24 kernel:   with arguments:
Sep 17 15:17:24 kernel:     /init
Sep 17 15:17:24 kernel:   with environment:
Sep 17 15:17:24 kernel:     HOME=/
Sep 17 15:17:24 kernel:     TERM=linux
Sep 17 15:17:24 kernel:     BOOT_IMAGE=/vmlinuz-linux
Sep 17 15:17:24 kernel:     cryptdevice=UUID=06badb74-1535-479c-ac1a-caf69ed1ec78:crypt
Sep 17 15:17:24 kernel: fbcon: Taking over console
Sep 17 15:17:24 kernel: Console: switching to colour frame buffer device 240x67
Sep 17 15:17:24 kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 17 15:17:24 kernel: i8042: Warning: Keylock active
Sep 17 15:17:24 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 17 15:17:24 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 17 15:17:24 kernel: rtsx_pci 0000:03:00.0: enabling device (0000 -> 0002)
Sep 17 15:17:24 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 17 15:17:24 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Sep 17 15:17:24 kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
Sep 17 15:17:24 kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 17 15:17:24 kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Sep 17 15:17:24 kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Sep 17 15:17:24 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Sep 17 15:17:24 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 15:17:24 kernel: usb usb1: Product: xHCI Host Controller
Sep 17 15:17:24 kernel: usb usb1: Manufacturer: Linux 6.4.9-arch1-1 xhci-hcd
Sep 17 15:17:24 kernel: usb usb1: SerialNumber: 0000:00:14.0
Sep 17 15:17:24 kernel: hub 1-0:1.0: USB hub found
Sep 17 15:17:24 kernel: hub 1-0:1.0: 16 ports detected
Sep 17 15:17:24 kernel: cryptd: max_cpu_qlen set to 1000
Sep 17 15:17:24 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Sep 17 15:17:24 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 17 15:17:24 kernel: usb usb2: Product: xHCI Host Controller
Sep 17 15:17:24 kernel: usb usb2: Manufacturer: Linux 6.4.9-arch1-1 xhci-hcd
Sep 17 15:17:24 kernel: usb usb2: SerialNumber: 0000:00:14.0
Sep 17 15:17:24 kernel: hub 2-0:1.0: USB hub found
Sep 17 15:17:24 kernel: hub 2-0:1.0: 8 ports detected
Sep 17 15:17:24 kernel: usb: port power management may be unreliable
Sep 17 15:17:24 kernel: AVX2 version of gcm_enc/dec engaged.
Sep 17 15:17:24 kernel: AES CTR mode by8 optimization enabled
Sep 17 15:17:24 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Sep 17 15:17:24 kernel: nvme nvme0: pci function 0000:04:00.0
Sep 17 15:17:24 kernel: nvme nvme0: 8/0/0 default/read/poll queues
Sep 17 15:17:24 kernel:  nvme0n1: p1 p2 p3
Sep 17 15:17:24 kernel: device-mapper: uevent: version 1.0.3
Sep 17 15:17:24 kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Sep 17 15:17:24 kernel: Key type encrypted registered
Sep 17 15:17:24 kernel: usb 1-4: new full-speed USB device number 2 using xhci_hcd
Sep 17 15:17:24 kernel: usb 1-4: New USB device found, idVendor=0cf3, idProduct=e301, bcdDevice= 0.01
Sep 17 15:17:24 kernel: usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 17 15:17:24 kernel: usb 1-7: new full-speed USB device number 3 using xhci_hcd
Sep 17 15:17:24 kernel: usb 1-7: New USB device found, idVendor=138a, idProduct=0091, bcdDevice= 1.64
Sep 17 15:17:24 kernel: usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Sep 17 15:17:24 kernel: usb 1-7: SerialNumber: fa1ea80027e1
Sep 17 15:17:24 kernel: usb 1-12: new high-speed USB device number 4 using xhci_hcd
Sep 17 15:17:24 kernel: usb 1-12: New USB device found, idVendor=0c45, idProduct=6713, bcdDevice=56.05
Sep 17 15:17:24 kernel: usb 1-12: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Sep 17 15:17:24 kernel: usb 1-12: Product: Integrated_Webcam_HD
Sep 17 15:17:24 kernel: usb 1-12: Manufacturer: CN045G28LOG0077JB2L9A01
Sep 17 15:17:24 kernel: EXT4-fs (dm-1): mounted filesystem 9b38e3e4-aed4-4a0c-b734-502e288b808f r/w with ordered data mode. Quota mode: none.
Sep 17 15:17:24 systemd[1]: systemd 254.3-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Sep 17 15:17:24 systemd[1]: Detected architecture x86-64.
Sep 17 15:17:24 systemd[1]: Hostname set to <cerulean>.
Sep 17 15:17:24 systemd[1]: bpf-lsm: LSM BPF program attached
Sep 17 15:17:24 systemd[1]: Queued start job for default target Graphical Interface.
Sep 17 15:17:24 systemd[1]: Created slice Slice /system/getty.
Sep 17 15:17:24 systemd[1]: Created slice Slice /system/modprobe.
Sep 17 15:17:24 systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 17 15:17:24 systemd[1]: Created slice User and Session Slice.
Sep 17 15:17:24 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 17 15:17:24 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 17 15:17:24 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 17 15:17:24 systemd[1]: Reached target Local Encrypted Volumes.
Sep 17 15:17:24 systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 17 15:17:24 systemd[1]: Reached target Path Units.
Sep 17 15:17:24 systemd[1]: Reached target Remote File Systems.
Sep 17 15:17:24 systemd[1]: Reached target Slice Units.
Sep 17 15:17:24 systemd[1]: Reached target Swaps.
Sep 17 15:17:24 systemd[1]: Reached target Local Verity Protected Volumes.
Sep 17 15:17:24 systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 17 15:17:24 systemd[1]: Listening on LVM2 poll daemon socket.
Sep 17 15:17:24 systemd[1]: Listening on Process Core Dump Socket.
Sep 17 15:17:24 systemd[1]: Listening on Journal Socket (/dev/log).
Sep 17 15:17:24 systemd[1]: Listening on Journal Socket.
Sep 17 15:17:24 systemd[1]: Listening on udev Control Socket.
Sep 17 15:17:24 systemd[1]: Listening on udev Kernel Socket.
Sep 17 15:17:24 systemd[1]: Mounting Huge Pages File System...
Sep 17 15:17:24 systemd[1]: Mounting POSIX Message Queue File System...
Sep 17 15:17:24 systemd[1]: Mounting Kernel Debug File System...
Sep 17 15:17:24 systemd[1]: Mounting Kernel Trace File System...
Sep 17 15:17:24 systemd[1]: Mounting Temporary Directory /tmp...
Sep 17 15:17:24 systemd[1]: Starting Create List of Static Device Nodes...
Sep 17 15:17:24 systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 17 15:17:24 systemd[1]: Starting Load Kernel Module configfs...
Sep 17 15:17:24 systemd[1]: Starting Load Kernel Module dm_mod...
Sep 17 15:17:24 systemd[1]: Starting Load Kernel Module drm...
Sep 17 15:17:24 systemd[1]: Starting Load Kernel Module fuse...
Sep 17 15:17:24 systemd[1]: Starting Load Kernel Module loop...
Sep 17 15:17:24 systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 17 15:17:24 systemd[1]: Starting Journal Service...
Sep 17 15:17:24 systemd[1]: Starting Load Kernel Modules...
Sep 17 15:17:24 systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 17 15:17:24 systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 17 15:17:24 systemd[1]: Starting Coldplug All udev Devices...
Sep 17 15:17:24 kernel: loop: module loaded
Sep 17 15:17:24 systemd[1]: Mounted Huge Pages File System.
Sep 17 15:17:24 systemd[1]: Mounted POSIX Message Queue File System.
Sep 17 15:17:24 systemd[1]: Mounted Kernel Debug File System.
Sep 17 15:17:24 systemd[1]: Mounted Kernel Trace File System.
Sep 17 15:17:24 systemd[1]: Mounted Temporary Directory /tmp.
Sep 17 15:17:24 kernel: EXT4-fs (dm-1): re-mounted 9b38e3e4-aed4-4a0c-b734-502e288b808f r/w. Quota mode: none.
Sep 17 15:17:24 kernel: fuse: init (API version 7.38)
Sep 17 15:17:24 systemd-journald[374]: Collecting audit messages is disabled.
Sep 17 15:17:24 systemd[1]: Finished Create List of Static Device Nodes.
Sep 17 15:17:24 systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 17 15:17:24 systemd-journald[374]: Journal started
Sep 17 15:17:24 systemd-journald[374]: Runtime Journal (/run/log/journal/1d9b486351b94079ae5decdb5e13390c) is 8.0M, max 792.3M, 784.3M free.
Sep 17 15:17:24 systemd-modules-load[375]: Failed to find module 'acpi_call'
Sep 17 15:17:24 systemd-modules-load[375]: Inserted module 'crypto_user'
Sep 17 15:17:24 systemd-modules-load[375]: Failed to find module 'nvidia-uvm'
Sep 17 15:17:24 lvm[368]:   2 logical volume(s) in volume group "volgrp" monitored
Sep 17 15:17:24 systemd[1]: Finished Load Kernel Module configfs.
Sep 17 15:17:24 systemd[1]: Started Journal Service.
Sep 17 15:17:24 systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 17 15:17:24 systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 17 15:17:24 systemd[1]: Finished Load Kernel Module dm_mod.
Sep 17 15:17:24 systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 17 15:17:24 systemd[1]: Finished Load Kernel Module drm.
Sep 17 15:17:24 systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 17 15:17:24 systemd[1]: Finished Load Kernel Module fuse.
Sep 17 15:17:24 systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 17 15:17:24 systemd[1]: Finished Load Kernel Module loop.
Sep 17 15:17:24 systemd[1]: Finished Load Kernel Modules.
Sep 17 15:17:24 systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 17 15:17:24 systemd[1]: Finished Coldplug All udev Devices.
Sep 17 15:17:24 systemd[1]: Mounting FUSE Control File System...
Sep 17 15:17:24 systemd[1]: Mounting Kernel Configuration File System...
Sep 17 15:17:24 systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 17 15:17:24 systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 17 15:17:24 systemd[1]: Starting Load/Save OS Random Seed...
Sep 17 15:17:24 systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 17 15:17:24 systemd[1]: Starting Apply Kernel Variables...
Sep 17 15:17:24 systemd-journald[374]: Time spent on flushing to /var/log/journal/1d9b486351b94079ae5decdb5e13390c is 64.095ms for 939 entries.
Sep 17 15:17:24 systemd-journald[374]: System Journal (/var/log/journal/1d9b486351b94079ae5decdb5e13390c) is 464.0M, max 4.0G, 3.5G free.
Sep 17 15:17:25 systemd-journald[374]: Received client request to flush runtime journal.
Sep 17 15:17:25 systemd-journald[374]: /var/log/journal/1d9b486351b94079ae5decdb5e13390c/system.journal: Journal file uses a different sequence number ID, rotating.
Sep 17 15:17:25 systemd-journald[374]: Rotating system journal.
Sep 17 15:17:24 systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 17 15:17:24 systemd[1]: Mounted FUSE Control File System.
Sep 17 15:17:24 systemd[1]: Mounted Kernel Configuration File System.
Sep 17 15:17:25 systemd[1]: Finished Apply Kernel Variables.
Sep 17 15:17:25 systemd[1]: Finished Load/Save OS Random Seed.
Sep 17 15:17:25 systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 17 15:17:25 systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 17 15:17:25 systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 17 15:17:25 systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 17 15:17:25 systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 17 15:17:25 systemd[1]: Reached target Preparation for Local File Systems.
Sep 17 15:17:25 systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 17 15:17:25 systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 17 15:17:25 systemd-udevd[414]: Using default interface naming scheme 'v253'.
Sep 17 15:17:25 systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 17 15:17:25 lvm[435]: PV /dev/dm-0 online, VG volgrp is complete.
Sep 17 15:17:25 lvm[435]: VG volgrp finished
Sep 17 15:17:25 systemd[1]: Found device /dev/disk/by-uuid/994b25cf-c57b-4cc4-ad99-124a81a8ba28.
Sep 17 15:17:25 kernel: wmi_bus wmi_bus-PNP0C14:03: WQBC data block query control method not found
Sep 17 15:17:25 kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input6
Sep 17 15:17:25 kernel: intel-hid INT33D5:00: platform supports 5 button array
Sep 17 15:17:25 kernel: input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input7
Sep 17 15:17:25 systemd[1]: Found device KXG50ZNV512G NVMe TOSHIBA 512GB 2.
Sep 17 15:17:25 systemd[1]: Found device KXG50ZNV512G NVMe TOSHIBA 512GB 1.
Sep 17 15:17:25 kernel: ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20230331/nsprepkg-94)
Sep 17 15:17:25 kernel: Consider using thermal netlink events interface
Sep 17 15:17:25 systemd[1]: Starting File System Check on /dev/disk/by-uuid/3D67-71A1...
Sep 17 15:17:25 systemd[1]: Starting File System Check on /dev/disk/by-uuid/87b0e868-0a89-4df1-abb9-ca98a48b6ddb...
Sep 17 15:17:25 systemd[1]: Starting File System Check on /dev/disk/by-uuid/994b25cf-c57b-4cc4-ad99-124a81a8ba28...
Sep 17 15:17:25 kernel: mc: Linux media interface: v0.10
Sep 17 15:17:25 systemd-fsck[462]: /dev/nvme0n1p2: clean, 381/35200 files, 46832/140800 blocks
Sep 17 15:17:25 kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Sep 17 15:17:25 kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Sep 17 15:17:25 kernel: pci 0000:00:1f.1: [8086:a120] type 00 class 0x058000
Sep 17 15:17:25 kernel: pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
Sep 17 15:17:25 systemd-fsck[461]: fsck.fat 4.2 (2021-01-31)
Sep 17 15:17:25 systemd-fsck[461]: /dev/nvme0n1p1: 11 files, 4927/140520 clusters
Sep 17 15:17:25 kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Sep 17 15:17:25 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
Sep 17 15:17:25 kernel: i2c i2c-0: 2/2 memory slots populated (from DMI)
Sep 17 15:17:25 kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
Sep 17 15:17:25 systemd-fsck[464]: /dev/mapper/volgrp-home: clean, 549228/26976256 files, 67016600/107897856 blocks
Sep 17 15:17:25 systemd[1]: Finished File System Check on /dev/disk/by-uuid/3D67-71A1.
Sep 17 15:17:25 kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Sep 17 15:17:25 kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Sep 17 15:17:25 systemd[1]: Finished File System Check on /dev/disk/by-uuid/87b0e868-0a89-4df1-abb9-ca98a48b6ddb.
Sep 17 15:17:25 kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Sep 17 15:17:25 kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Sep 17 15:17:25 kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
Sep 17 15:17:25 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 17 15:17:25 kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 17 15:17:25 systemd[1]: Finished File System Check on /dev/disk/by-uuid/994b25cf-c57b-4cc4-ad99-124a81a8ba28.
Sep 17 15:17:25 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 17 15:17:25 kernel: cfg80211: failed to load regulatory.db
Sep 17 15:17:26 kernel: dell_smm_hwmon: SMM call took 441353 usecs!
Sep 17 15:17:26 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 17 15:17:26 kernel: iTCO_vendor_support: vendor-support=0
Sep 17 15:17:26 kernel: Bluetooth: Core ver 2.22
Sep 17 15:17:26 kernel: ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Sep 17 15:17:26 kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 17 15:17:26 kernel: Bluetooth: HCI device and connection manager initialized
Sep 17 15:17:26 kernel: Bluetooth: HCI socket layer initialized
Sep 17 15:17:26 kernel: Bluetooth: L2CAP socket layer initialized
Sep 17 15:17:26 kernel: Bluetooth: SCO socket layer initialized
Sep 17 15:17:26 kernel: videodev: Linux video capture interface: v2.00
Sep 17 15:17:26 kernel: intel_rapl_common: Found RAPL domain package
Sep 17 15:17:26 kernel: intel_rapl_common: Found RAPL domain core
Sep 17 15:17:26 kernel: intel_rapl_common: Found RAPL domain uncore
Sep 17 15:17:26 kernel: intel_rapl_common: Found RAPL domain dram
Sep 17 15:17:26 systemd[1]: Mounting /boot...
Sep 17 15:17:26 systemd[1]: Mounting /efi...
Sep 17 15:17:26 systemd[1]: Mounting /home...
Sep 17 15:17:26 kernel: EXT4-fs (nvme0n1p2): mounted filesystem 87b0e868-0a89-4df1-abb9-ca98a48b6ddb r/w with ordered data mode. Quota mode: none.
Sep 17 15:17:26 systemd[1]: Starting Virtual Console Setup...
Sep 17 15:17:26 kernel: EXT4-fs (dm-2): mounted filesystem 994b25cf-c57b-4cc4-ad99-124a81a8ba28 r/w with ordered data mode. Quota mode: none.
Sep 17 15:17:26 systemd[1]: Mounted /boot.
Sep 17 15:17:26 systemd[1]: Mounted /home.
Sep 17 15:17:26 systemd[1]: Finished Virtual Console Setup.
Sep 17 15:17:26 kernel: input: DLL07BE:01 06CB:7A13 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL07BE:01/0018:06CB:7A13.0001/input/input10
Sep 17 15:17:26 kernel: input: DLL07BE:01 06CB:7A13 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL07BE:01/0018:06CB:7A13.0001/input/input11
Sep 17 15:17:26 kernel: hid-generic 0018:06CB:7A13.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL07BE:01 06CB:7A13] on i2c-DLL07BE:01
Sep 17 15:17:26 systemd[1]: Mounted /efi.
Sep 17 15:17:26 systemd[1]: Reached target Local File Systems.
Sep 17 15:17:26 systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 17 15:17:26 kernel: psmouse serio1: synaptics: Unable to query device: -5
Sep 17 15:17:26 kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Sep 17 15:17:26 kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Sep 17 15:17:26 kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Sep 17 15:17:26 kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Sep 17 15:17:26 kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Sep 17 15:17:26 kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input13
Sep 17 15:17:26 kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Sep 17 15:17:26 kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Sep 17 15:17:26 kernel: usbcore: registered new interface driver btusb
Sep 17 15:17:26 kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Sep 17 15:17:26 kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Sep 17 15:17:26 kernel: input: DLL07BE:01 06CB:7A13 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL07BE:01/0018:06CB:7A13.0001/input/input14
Sep 17 15:17:26 kernel: input: DLL07BE:01 06CB:7A13 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL07BE:01/0018:06CB:7A13.0001/input/input15
Sep 17 15:17:26 kernel: hid-multitouch 0018:06CB:7A13.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL07BE:01 06CB:7A13] on i2c-DLL07BE:01
Sep 17 15:17:26 systemd[1]: Starting Set Up Additional Binary Formats...
Sep 17 15:17:26 systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 17 15:17:26 systemd[1]: Starting Create Volatile Files and Directories...
Sep 17 15:17:26 systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 494 (systemd-binfmt)
Sep 17 15:17:26 systemd[1]: Reached target Bluetooth Support.
Sep 17 15:17:26 systemd[1]: Mounting Arbitrary Executable File Formats File System...
Sep 17 15:17:26 kernel: usb 1-12: Found UVC 1.00 device Integrated_Webcam_HD (0c45:6713)
Sep 17 15:17:26 systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 17 15:17:26 systemd[1]: Mounted Arbitrary Executable File Formats File System.
Sep 17 15:17:26 kernel: intel_rapl_common: Found RAPL domain package
Sep 17 15:17:26 kernel: intel_rapl_common: Found RAPL domain dram
Sep 17 15:17:26 kernel: usbcore: registered new interface driver uvcvideo
Sep 17 15:17:26 kernel: mousedev: PS/2 mouse device common for all mice
Sep 17 15:17:26 systemd[1]: Finished Set Up Additional Binary Formats.
Sep 17 15:17:26 systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 17 15:17:26 systemd[1]: Created slice Slice /system/systemd-backlight.
Sep 17 15:17:26 systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight...
Sep 17 15:17:26 systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight.
Sep 17 15:17:27 kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
Sep 17 15:17:27 kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Sep 17 15:17:27 kernel: Console: switching to colour dummy device 80x25
Sep 17 15:17:27 kernel: ath10k_pci 0000:02:00.0: enabling device (0000 -> 0002)
Sep 17 15:17:27 kernel: ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
Sep 17 15:17:27 systemd[1]: Finished Create Volatile Files and Directories.
Sep 17 15:17:27 systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 17 15:17:27 systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 17 15:17:27 systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Sep 17 15:17:27 systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 17 15:17:27 kernel: intel_tcc_cooling: Programmable TCC Offset detected
Sep 17 15:17:27 kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Sep 17 15:17:27 kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Sep 17 15:17:27 kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Sep 17 15:17:27 kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Sep 17 15:17:27 systemd[1]: Starting Network Time Synchronization...
Sep 17 15:17:27 systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Sep 17 15:17:27 systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 17 15:17:27 systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 17 15:17:27 systemd[1]: Started Network Time Synchronization.
Sep 17 15:17:27 systemd[1]: Reached target System Initialization.
Sep 17 15:17:27 systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 17 15:17:27 systemd[1]: Reached target System Time Set.
Sep 17 15:17:27 systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 17 15:17:27 systemd[1]: Started Daily rotation of log files.
Sep 17 15:17:27 systemd[1]: Started Daily man-db regeneration.
Sep 17 15:17:27 systemd[1]: Started Discard unused packages weekly.
Sep 17 15:17:27 systemd[1]: Started Daily verification of password and group files.
Sep 17 15:17:27 systemd[1]: Reached target Timer Units.
Sep 17 15:17:27 systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 17 15:17:27 systemd[1]: Reached target Socket Units.
Sep 17 15:17:27 systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 17 15:17:27 systemd[1]: Reached target Basic System.
Sep 17 15:17:27 kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
Sep 17 15:17:27 kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Sep 17 15:17:27 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17
Sep 17 15:17:27 kernel: ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
Sep 17 15:17:27 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input18
Sep 17 15:17:27 systemd[1]: Started ACPI event daemon.
Sep 17 15:17:27 systemd[1]: Starting D-Bus System Message Bus...
Sep 17 15:17:27 kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Sep 17 15:17:27 systemd[1]: Starting User Login Management...
Sep 17 15:17:27 systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 17 15:17:27 systemd[1]: Starting Permit User Sessions...
Sep 17 15:17:27 kernel: fbcon: i915drmfb (fb0) is primary device
Sep 17 15:17:27 systemd[1]: Finished Permit User Sessions.
Sep 17 15:17:27 systemd-logind[534]: Watching system buttons on /dev/input/event3 (Power Button)
Sep 17 15:17:27 systemd-logind[534]: Watching system buttons on /dev/input/event1 (Power Button)
Sep 17 15:17:27 systemd-logind[534]: Watching system buttons on /dev/input/event0 (Lid Switch)
Sep 17 15:17:27 systemd-logind[534]: Watching system buttons on /dev/input/event2 (Sleep Button)
Sep 17 15:17:27 systemd-logind[534]: Watching system buttons on /dev/input/event5 (Intel HID events)
Sep 17 15:17:27 systemd-logind[534]: Watching system buttons on /dev/input/event6 (Intel HID 5 button array)
Sep 17 15:17:27 systemd-logind[534]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Sep 17 15:17:27 kernel: ath10k_pci 0000:02:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535
Sep 17 15:17:27 kernel: ath10k_pci 0000:02:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
Sep 17 15:17:27 kernel: ath10k_pci 0000:02:00.0: firmware ver WLAN.RM.4.4.1-00288- api 6 features wowlan,ignore-otp,mfp crc32 bf907c7c
Sep 17 15:17:27 acpid[531]: starting up with netlink and the input layer
Sep 17 15:17:27 acpid[531]: 1 rule loaded
Sep 17 15:17:27 acpid[531]: waiting for events: event logging is off
Sep 17 15:17:27 kernel: ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 d2863f91
Sep 17 15:17:27 kernel: ath10k_pci 0000:02:00.0: htt-ver 3.87 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
Sep 17 15:17:27 kernel: ath: EEPROM regdomain: 0x69
Sep 17 15:17:27 kernel: ath: EEPROM indicates we should expect a direct regpair map
Sep 17 15:17:27 kernel: ath: Country alpha2 being used: 00
Sep 17 15:17:27 kernel: ath: Regpair used: 0x69
Sep 17 15:17:28 kernel: Console: switching to colour frame buffer device 240x67
Sep 17 15:17:28 systemd-logind[534]: New seat seat0.
Sep 17 15:17:28 systemd[1]: Started D-Bus System Message Bus.
Sep 17 15:17:28 kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Sep 17 15:17:28 systemd[1]: Started User Login Management.
Sep 17 15:17:28 dbus-daemon[532]: [system] Successfully activated service 'org.freedesktop.systemd1'
Sep 17 15:17:28 systemd[1]: Started Getty on tty1.
Sep 17 15:17:28 systemd[1]: Reached target Login Prompts.
Sep 17 15:17:28 systemd[1]: Reached target Multi-User System.
Sep 17 15:17:28 systemd[1]: Reached target Graphical Interface.
Sep 17 15:17:28 systemd[1]: Startup finished in 7.904s (firmware) + 4.208s (loader) + 5.855s (kernel) + 4.163s (userspace) = 22.131s.
Sep 17 15:17:28 kernel: ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
Sep 17 15:17:28 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Sep 17 15:17:28 kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3266: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Sep 17 15:17:28 kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 17 15:17:28 kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Sep 17 15:17:28 kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Sep 17 15:17:28 kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Sep 17 15:17:28 kernel: snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x18
Sep 17 15:17:28 kernel: snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
Sep 17 15:17:28 kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Sep 17 15:17:28 systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Sep 17 15:17:28 kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
Sep 17 15:17:28 kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
Sep 17 15:17:28 kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
Sep 17 15:17:28 kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
Sep 17 15:17:28 systemd[1]: Reached target Sound Card.
Sep 17 15:17:30 dbus-daemon[532]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.3' (uid=0 pid=547 comm="/bin/login -p --       ")
Sep 17 15:17:30 dbus-daemon[532]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 17 15:17:31 login[547]: pam_unix(login:session): session opened for user caelan(uid=1000) by caelan(uid=0)
Sep 17 15:17:31 systemd-logind[534]: New session 1 of user caelan.

I just ran two short S.M.A.R.T. tests:

smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.4.9-arch1-1] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Number:                       KXG50ZNV512G NVMe TOSHIBA 512GB
Serial Number:                      87IB60AXK5LS
Firmware Version:                   AADA4101
PCI Vendor/Subsystem ID:            0x1179
IEEE OUI Identifier:                0x00080d
Total NVM Capacity:                 512,110,190,592 [512 GB]
Unallocated NVM Capacity:           0
Controller ID:                      0
NVMe Version:                       1.2.1
Number of Namespaces:               1
Namespace 1 Size/Capacity:          512,110,190,592 [512 GB]
Namespace 1 Formatted LBA Size:     512
Namespace 1 IEEE EUI-64:            00080d 03001c80b8
Local Time is:                      Sun Sep 17 15:44:09 2023 EDT
Firmware Updates (0x14):            2 Slots, no Reset required
Optional Admin Commands (0x0017):   Security Format Frmw_DL Self_Test
Optional NVM Commands (0x005f):     Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp
Log Page Attributes (0x02):         Cmd_Eff_Lg
Maximum Data Transfer Size:         512 Pages
Warning  Comp. Temp. Threshold:     78 Celsius
Critical Comp. Temp. Threshold:     82 Celsius
Namespace 1 Features (0x02):        NA_Fields

Supported Power States
St Op     Max   Active     Idle   RL RT WL WT  Ent_Lat  Ex_Lat
 0 +     6.00W       -        -    0  0  0  0        0       0
 1 +     2.40W       -        -    1  1  1  1        0       0
 2 +     1.90W       -        -    2  2  2  2        0       0
 3 -   0.0500W       -        -    3  3  3  3     1500    1500
 4 -   0.0030W       -        -    4  4  4  4    50000   80000

Supported LBA Sizes (NSID 0x1)
Id Fmt  Data  Metadt  Rel_Perf
 0 +     512       0         2
 1 -    4096       0         1

=== START OF SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

SMART/Health Information (NVMe Log 0x02)
Critical Warning:                   0x00
Temperature:                        33 Celsius
Available Spare:                    100%
Available Spare Threshold:          10%
Percentage Used:                    14%
Data Units Read:                    21,441,787 [10.9 TB]
Data Units Written:                 28,946,271 [14.8 TB]
Host Read Commands:                 259,065,085
Host Write Commands:                496,337,929
Controller Busy Time:               2,330
Power Cycles:                       6,607
Power On Hours:                     17,988
Unsafe Shutdowns:                   478
Media and Data Integrity Errors:    0
Error Information Log Entries:      0
Warning  Comp. Temperature Time:    0
Critical Comp. Temperature Time:    0
Temperature Sensor 1:               33 Celsius

Error Information (NVMe Log 0x01, 16 of 128 entries)
No Errors Logged

Self-test Log (NVMe Log 0x06)
Self-test status: No self-test in progress
Num  Test_Description  Status                       Power_on_Hours  Failing_LBA  NSID Seg SCT Code
 0   Short             Completed without error               17988            -     -   -   -    -
 1   Short             Completed without error               17988            -     -   -   -    -
 2   Extended          Aborted: Self-test command            17893            -     -   -   -    -
 3   Extended          Aborted: Self-test command            17893            -     -   -   -    -
 4   Short             Completed without error               17893            -     -   -   -    -
 5   Extended          Completed without error               15942            -     -   -   -    -
 6   Short             Aborted: Self-test command            15942            -     -   -   -    -
 7   Short             Completed without error               15942            -     -   -   -    -
 8   Short             Aborted: Self-test command            15942            -     -   -   -    -
 9   Short             Aborted: Self-test command            15129            -     -   -   -    -
10   Short             Aborted: Self-test command            15128            -     -   -   -    -
11   Short             Aborted: Self-test command            15128            -     -   -   -    -
12   Short             Completed without error               15128            -     -   -   -    -
13   Short             Aborted: Self-test command            15128            -     -   -   -    -
14   Short             Completed without error                6376            -     -   -   -    -
15   Extended          Completed without error                3712            -     -   -   -    -
16   Short             Completed without error                3712            -     -   -   -    -
17   Short             Aborted: Self-test command             2028            -     -   -   -    -
18   Short             Aborted: Self-test command             2028            -     -   -   -    -
19   Short             Aborted: Self-test command             2028            -     -   -   -    -

Last edited by caelanritter (2023-09-17 20:26:18)

Offline

#4 2023-09-17 19:54:18

loqs
Member
Registered: 2014-03-06
Posts: 16,535

Re: [SOLVED] linux-6.4.12+ boot failure, EXT4-fs error, likely SSD issues

Can you reproduce the issue with the kernel parameters

module_blacklist=rtsx_pci,rtsx_pci_sdmmc

https://bugs.archlinux.org/task/79439

Offline

#5 2023-09-17 20:22:57

caelanritter
Member
Registered: 2023-09-17
Posts: 3

Re: [SOLVED] linux-6.4.12+ boot failure, EXT4-fs error, likely SSD issues

Booting with these kernel parameters fixes the problem for both linux 6.5.3 and linux-lts 6.1.53.  Thank you for your help!

Last edited by caelanritter (2023-09-17 20:26:34)

Offline

Board footer

Powered by FluxBB