You are not logged in.
Hello
I am experiencing a consistent ~30 secs boot delay on a fresh arch installation with a message `i2c i2c-1: Invalid 7-bit address 0xffff`. I couldn't fix it myself during my lack of knowledge but I wish to find a solution anyway.
As far as I understand it is something about kernel reading acpi tables and some device address is incorrect.
After the delay - userspace loads really fast. Here is my `systemd-analyze critical-chain` output:
graphical.target @1.829s
└─multi-user.target @1.829s
└─cups.service @1.815s +12ms
└─network.target @1.792s
└─NetworkManager.service @1.738s +53ms
└─basic.target @1.737s
└─dbus-broker.service @1.721s +8ms
└─dbus.socket @1.718s +12us
└─sysinit.target @1.716s
└─systemd-update-utmp.service @1.711s +4ms
└─systemd-tmpfiles-setup.service @1.692s +18ms
└─local-fs.target @1.690s
└─boot.mount @1.661s +27ms
└─dev-nvme0n1p1.device @462ms
Some info about my system
Motherboard: GIGABYTE Z790 AORUS ELITE X WIFI7 rev 1.0
CPU: i9-14900KF
Kernel: 6.18.9-arch1-2
GPU: NVIDIA GeForce RTX 4060 Ti
There is some diagnostics output I made myself:
dmesg | grep -i i2c
[ 0.449546] ACPI: \_SB_.PC00.I2C1.PXTC: New power resource
[ 3.209441] i2c i2c-1: Invalid 7-bit I2C address 0xffff
[ 36.184505] i2c_dev: i2c /dev entries driver
[ 36.372690] i2c i2c-6: Successfully instantiated SPD at 0x50
[ 36.373123] i2c i2c-6: Successfully instantiated SPD at 0x51
[ 36.373478] i2c i2c-6: Successfully instantiated SPD at 0x52
[ 36.373834] i2c i2c-6: Successfully instantiated SPD at 0x53
lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Raptor Lake-S Host Bridge/DRAM Controller [8086:a700] (rev 01)
00:01.0 PCI bridge [0604]: Intel Corporation Raptor Lake PCI Express 5.0 Graphics Port (PEG010) [8086:a70d] (rev 01)
00:06.0 PCI bridge [0604]: Intel Corporation Raptor Lake PCI Express 4.0 Graphics Port [8086:a74d] (rev 01)
00:14.0 USB controller [0c03]: Intel Corporation Raptor Lake USB 3.2 Gen 2x2 (20 Gb/s) XHCI Host Controller [8086:7a60] (rev 11)
00:14.2 RAM memory [0500]: Intel Corporation Raptor Lake PCH Shared SRAM [8086:7a27] (rev 11)
00:15.0 Serial bus controller [0c80]: Intel Corporation Raptor Lake Serial IO I2C Host Controller #0 [8086:7a4c] (rev 11)
00:15.1 Serial bus controller [0c80]: Intel Corporation Raptor Lake Serial IO I2C Host Controller #1 [8086:7a4d] (rev 11)
00:15.2 Serial bus controller [0c80]: Intel Corporation Raptor Lake Serial IO I2C Host Controller #2 [8086:7a4e] (rev 11)
00:15.3 Serial bus controller [0c80]: Intel Corporation Raptor Lake Serial IO I2C Host Controller #3 [8086:7a4f] (rev 11)
00:16.0 Communication controller [0780]: Intel Corporation Raptor Lake CSME HECI #1 [8086:7a68] (rev 11)
00:17.0 SATA controller [0106]: Intel Corporation Raptor Lake SATA AHCI Controller [8086:7a62] (rev 11)
00:19.0 Serial bus controller [0c80]: Intel Corporation Raptor Lake Serial IO I2C Host Controller #4 [8086:7a7c] (rev 11)
00:19.1 Serial bus controller [0c80]: Intel Corporation Raptor Lake Serial IO I2C Host Controller #5 [8086:7a7d] (rev 11)
00:1b.0 PCI bridge [0604]: Intel Corporation Raptor Lake PCI Express Root Port #17 [8086:7a40] (rev 11)
00:1b.4 PCI bridge [0604]: Intel Corporation Raptor Lake PCI Express Root Port #21 [8086:7a44] (rev 11)
00:1c.0 PCI bridge [0604]: Intel Corporation Raptor Lake PCI Express Root Port #1 [8086:7a38] (rev 11)
00:1c.2 PCI bridge [0604]: Intel Corporation Raptor Lake PCI Express Root Port #3 [8086:7a3a] (rev 11)
00:1d.0 PCI bridge [0604]: Intel Corporation Raptor Lake PCI Express Root Port #9 [8086:7a30] (rev 11)
00:1d.4 PCI bridge [0604]: Intel Corporation Raptor Lake PCI Express Root Port #13 [8086:7a34] (rev 11)
00:1f.0 ISA bridge [0601]: Intel Corporation Z790 Chipset LPC/eSPI Controller [8086:7a04] (rev 11)
00:1f.3 Audio device [0403]: Intel Corporation Raptor Lake High Definition Audio Controller [8086:7a50] (rev 11)
00:1f.4 SMBus [0c05]: Intel Corporation 700 Series Chipset SMBus Controller [8086:7a23] (rev 11)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Raptor Lake SPI (flash) Controller [8086:7a24] (rev 11)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD106 [GeForce RTX 4060 Ti] [10de:2803] (rev a1)
01:00.1 Audio device [0403]: NVIDIA Corporation AD106M High Definition Audio Controller [10de:22bd] (rev a1)
02:00.0 Non-Volatile memory controller [0108]: Sandisk Corp WD Black SN850X NVMe SSD [15b7:5030] (rev 01)
04:00.0 Non-Volatile memory controller [0108]: Sandisk Corp WD Black SN850X NVMe SSD [15b7:5030] (rev 01)
05:00.0 Network controller [0280]: MEDIATEK Corp. MT7927 802.11be 320MHz 2x2 PCIe Wireless Network Adapter [Filogic 380] [14c3:7927]
06:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller I225-V [8086:15f3] (rev 03)
08:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller S4LV008[Pascal] [144d:a80c]
Let me know if any other info required!
Last edited by av01danc3 (2026-02-18 13:45:20)
Offline
What other messages do you have before and after "[ 3.209441] i2c i2c-1: Invalid 7-bit I2C address 0xffff" ?
Offline
What other messages do you have before and after "[ 3.209441] i2c i2c-1: Invalid 7-bit I2C address 0xffff" ?
According to journalctl -k -b 0:
Feb 18 17:32:16 kernel: Run /init as init process
Feb 18 17:32:16 kernel: with arguments:
Feb 18 17:32:16 kernel: /init
Feb 18 17:32:16 kernel: with environment:
Feb 18 17:32:16 kernel: HOME=/
Feb 18 17:32:16 kernel: TERM=linux
Feb 18 17:32:16 kernel: fbcon: Taking over console
Feb 18 17:32:16 kernel: Console: switching to colour frame buffer device 240x67
Feb 18 17:32:16 kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Feb 18 17:32:16 kernel: Key type psk registered
Feb 18 17:32:16 kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Feb 18 17:32:16 kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
Feb 18 17:32:16 kernel: nvme 0000:04:00.0: platform quirk: setting simple suspend
Feb 18 17:32:16 kernel: nvme 0000:08:00.0: platform quirk: setting simple suspend
Feb 18 17:32:16 kernel: nvme nvme0: pci function 0000:02:00.0
Feb 18 17:32:16 kernel: nvme nvme1: pci function 0000:04:00.0
Feb 18 17:32:16 kernel: nvme nvme2: pci function 0000:08:00.0
Feb 18 17:32:16 kernel: i2c i2c-1: Invalid 7-bit I2C address 0xffff
Feb 18 17:32:16 kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Feb 18 17:32:16 kernel: nvme nvme2: D3 entry latency set to 10 seconds
Feb 18 17:32:16 kernel: idma64 idma64.3: Found Intel integrated DMA 64-bit
Feb 18 17:32:16 kernel: nvme nvme2: 16/0/0 default/read/poll queues
Feb 18 17:32:16 kernel: idma64 idma64.4: Found Intel integrated DMA 64-bit
Feb 18 17:32:16 kernel: nvme2n1: p1 p2 p3 p4
Feb 18 17:32:16 kernel: idma64 idma64.5: Found Intel integrated DMA 64-bit
Feb 18 17:32:16 kernel: nvme nvme0: 32/0/0 default/read/poll queues
Feb 18 17:32:16 kernel: nvme nvme1: 32/0/0 default/read/poll queues
Feb 18 17:32:16 kernel: nvme0n1: p1 p2
Feb 18 17:32:16 kernel: nvme1n1: p1 p2 p3
Feb 18 17:32:16 kernel: usb 1-6: New USB device found, idVendor=1532, idProduct=0531, bcdDevice= 1.00
Feb 18 17:32:16 kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Feb 18 17:32:16 kernel: usb 1-6: can't set config #1, error -32
Feb 18 17:32:16 kernel: usb 1-11: new high-speed USB device number 3 using xhci_hcd
Feb 18 17:32:16 kernel: usb 1-11: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
Feb 18 17:32:16 kernel: usb 1-11: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Feb 18 17:32:16 kernel: usb 1-11: Product: USB2.0 Hub
Feb 18 17:32:16 kernel: hub 1-11:1.0: USB hub found
Feb 18 17:32:16 kernel: hub 1-11:1.0: 4 ports detected
Feb 18 17:32:16 kernel: usb 1-12: new high-speed USB device number 4 using xhci_hcd
Feb 18 17:32:16 kernel: usb 1-12: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
Feb 18 17:32:16 kernel: usb 1-12: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Feb 18 17:32:16 kernel: usb 1-12: Product: USB2.0 Hub
Feb 18 17:32:16 kernel: hub 1-12:1.0: USB hub found
Feb 18 17:32:16 kernel: hub 1-12:1.0: 4 ports detected
Feb 18 17:32:16 kernel: usb 1-11.1: new full-speed USB device number 5 using xhci_hcd
Feb 18 17:32:16 kernel: usb 1-11.1: New USB device found, idVendor=3434, idProduct=0140, bcdDevice= 1.04
Feb 18 17:32:16 kernel: usb 1-11.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 18 17:32:16 kernel: usb 1-11.1: Product: Keychron Q4
Offline
Could be a hardware problem:
https://askubuntu.com/questions/1523331 … om-reboots
Offline
As far as I understand it is something about kernel reading acpi tables and some device address is incorrect.
Can you check if DSDT of your system refers to a device with invalid address?
# iasl -d -p DSDT /sys/firmware/acpi/tables/DSDT
# grep -i "I2cSerialBus.*0x0*ffff" DSDT.dslOffline
av01danc3 wrote:As far as I understand it is something about kernel reading acpi tables and some device address is incorrect.
Can you check if DSDT of your system refers to a device with invalid address?
# iasl -d -p DSDT /sys/firmware/acpi/tables/DSDT # grep -i "I2cSerialBus.*0x0*ffff" DSDT.dsl
Thanks for the reply!
So the output of grep -i "I2cSerialBus.*0x0*ffff" DSDT.dsl:
I2cSerialBusV2 (0xFFFF, ControllerInitiated, 0x00061A80,
and the iasl -d -p DSDT /sys/firmware/acpi/tables/DSDT:
Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20250404
Copyright (c) 2000 - 2025 Intel CorporationFile appears to be binary: found 192902 non-ASCII characters, disassembling
Binary file appears to be a valid ACPI table, disassembling
Input file /sys/firmware/acpi/tables/DSDT, Length 0x882D3 (557779) bytes
ACPI: DSDT 0x0000000000000000 0882D3 (v02 ALASKA A M I 01072009 INTL 20200717)
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)Parsing completed
Disassembly completed
ASL Output: DSDT.dsl - 4035343 bytesiASL Warning: There were 242 external control methods found during
disassembly, but only 498 were resolved (4294967040 unresolved). Additional
ACPI tables may be required to properly disassemble the code. This
resulting disassembler output file may not compile because the
disassembler did not know how many arguments to assign to the
unresolved methods. Note: SSDTs can be dynamically loaded at
runtime and may or may not be available via the host OS.To specify the tables needed to resolve external control method
references, the -e option can be used to specify the filenames.
Example iASL invocations:
iasl -e ssdt1.aml ssdt2.aml ssdt3.aml -d dsdt.aml
iasl -e dsdt.aml ssdt2.aml -d ssdt1.aml
iasl -e ssdt*.aml -d dsdt.amlIn addition, the -fe option can be used to specify a file containing
control method external declarations with the associated method
argument counts. Each line of the file must be of the form:
External (<method pathname>, MethodObj, <argument count>)
Invocation:
iasl -fe refs.txt -d dsdt.aml
Offline
So the output of grep -i "I2cSerialBus.*0x0*ffff" DSDT.dsl:
I2cSerialBusV2 (0xFFFF, ControllerInitiated, 0x00061A80,
Hm, not sure if ACPI spec allows such value in I2C address field. Seems either a bug in BIOS firmware if such dummy value is not allowed, or a bug in the kernel if the value is valid but should be handled specially.
Can you please show more context of that line in DSDT.dsl, i.e. entire "Scope" or "Device" section? At least we can try to figure out what device it is and hopefully disable it and prevent boot delay.
Offline
Can you please show more context of that line in DSDT.dsl, i.e. entire "Scope" or "Device" section? At least we can try to figure out what device it is and hopefully disable it and prevent boot delay.
Scope (_SB)
{
Device (RHPX)
{
Name (_HID, "MSFT8000") // _HID: Hardware ID
Name (_CID, "MSFT8000") // _CID: Compatible ID
Name (_UID, One) // _UID: Unique ID
Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings
{
I2cSerialBusV2 (0xFFFF, ControllerInitiated, 0x00061A80,
AddressingMode7Bit, "\\_SB.PC00.I2C1",
0x00, ResourceConsumer, , Exclusive,
)
})
Name (_DSD, Package (0x02) // _DSD: Device-Specific Data
{
ToUUID ("daffd814-6eba-4d8c-8a91-bc9bbf4aa301") /* Device Properties for _DSD */,
Package (0x01)
{
Package (0x02)
{
"bus-I2C-I2C1",
Package (0x01)
{
Zero
}
}
}
})
}
}
Offline
Name (_HID, "MSFT8000") // _HID: Hardware ID
Name (_CID, "MSFT8000") // _CID: Compatible ID
Quick search for this device name gives some vague results about "Resource Hub" device issues in Windows as well.
Do you have Windows installed in parallel?
Is FastBoot disabled?
Is BIOS in your motherboard up to date?
Also, has this error always been present since using Linux, or has it appeared recently? If the latter, after what changes?
Offline
Do you have Windows installed in parallel?
Yes, I have windows on a second drive and I will check if it able to identify this device correctly
Is FastBoot disabled?
No, it is disabled
Is BIOS in your motherboard up to date?
I am currently one version behind from the latest but from what I see in the patch notes to the latest version - its only few minor thing
Improves platform security by making Secure Boot enabled as system default
Update ADATA 6000 16G module support
Also, has this error always been present since using Linux, or has it appeared recently? If the latter, after what changes?
I can only say that few years ago I had linux installed on this machine and I didn't had this kind of issue
let me reboot and check what win10 says about it
upd: On windows 10 this device is recognized just fine
Instance ID: ACPI\MSFT8000\1
Device Description: Resource Hub proxy device
Class Name: System
Class GUID: {4d36e97d-e325-11ce-bfc1-08002be10318}
Manufacturer Name: Microsoft
Status: Started
Driver Name: rhproxy.inf
I am wondering if there any chance to make this Microslop device to work on linux... Is it possible to just ignore initialization of this device?
Last edited by av01danc3 (2026-02-20 23:56:58)
Offline
dimich wrote:Is BIOS in your motherboard up to date?
I am currently one version behind from the latest but from what I see in the patch notes to the latest version - its only few minor thing
Yep, both F9 and F10 have the same 0xFFFF for this entry in DSDT, so unlikely BIOS update will help.
You can try to boot with "acpi=off" in kernel parameters. However, this will probably break other ACPI-related stuff.
Try to blacklist i2c_dev module.
Wait, I didn't notice first that
[ 3.209441] i2c i2c-1: Invalid 7-bit I2C address 0xffff
[ 36.184505] i2c_dev: i2c /dev entries driver
is filtered dmesg. Actually there is no 30 seconds gap inbetween. Maybe this message is not even related to the delay.
What is displayed on monitor during that delay? Can you post entire journal?
Offline
What is displayed on monitor during that delay?
This is what I see on the screen before delay:
:: running carly hook [udev]
Starting systemd-udevd version 259.1-1-arch
:: running hook [udev]
:: Triggerring uevents...
[ :time:] i2c i2c-1: Invalid 7-bit I2C address 0xffff
Wait, I didn't notice first that
[ 3.209441] i2c i2c-1: Invalid 7-bit I2C address 0xffff
[ 36.184505] i2c_dev: i2c /dev entries driveris filtered dmesg. Actually there is no 30 seconds gap inbetween. Maybe this message is not even related to the delay.
Can you post entire journal?
Sure. there is my dmesg journal:
[ 0.000000] Linux version 6.18.9-arch1-2 (linux@archlinux) (gcc (GCC) 15.2.1 20260209, GNU ld (GNU Binutils) 2.46) #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000
[ 0.000000] Command line: initrd=\initramfs-linux.img root=PARTUUID=49a65d48-9471-4e7b-b136-3a98d717a77e zswap.enabled=0 rw rootfstype=ext4
[ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000034d92fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000034d93000-0x0000000034d93fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000034d94000-0x000000003574efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003574f000-0x000000003884efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000003884f000-0x0000000038a1cfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000038a1d000-0x0000000038bc6fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000038bc7000-0x0000000039ffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000039fff000-0x0000000039ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003a000000-0x000000003dffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000003ec00000-0x000000003fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000fc00ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000010bfffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.8 by American Megatrends
[ 0.000000] efi: ACPI=0x38ac4000 ACPI 2.0=0x38ac4014 TPMFinalLog=0x38a91000 SMBIOS=0x39a46000 SMBIOS 3.0=0x39a45000 MEMATTR=0x31635018 ESRT=0x33c1c398 RNG=0x388aaf18 INITRD=0x3060a218 TPMEventLog=0x388a6018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem396: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[ 0.000000] efi: Not removing mem397: MMIO range=[0xfc000000-0xfc00ffff] (64KB) from e820 map
[ 0.000000] efi: Not removing mem398: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[ 0.000000] efi: Not removing mem399: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem400: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem402: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem403: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.6.0 present.
[ 0.000000] DMI: Gigabyte Technology Co., Ltd. Z790 AORUS ELITE X WIFI7/Z790 AORUS ELITE X WIFI7, BIOS F8b 12/04/2024
[ 0.000000] DMI: Memory slots populated: 4/4
[ 0.000000] tsc: Detected 3200.000 MHz processor
[ 0.000000] tsc: Detected 3187.200 MHz TSC
[ 0.000722] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000724] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000732] last_pfn = 0x10c0000 max_arch_pfn = 0x400000000
[ 0.000735] MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
[ 0.000736] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001129] last_pfn = 0x3a000 max_arch_pfn = 0x400000000
[ 0.016303] esrt: Reserving ESRT space from 0x0000000033c1c398 to 0x0000000033c1c448.
[ 0.016313] e820: update [mem 0x33c1c000-0x33c1cfff] usable ==> reserved
[ 0.016389] Using GB pages for direct mapping
[ 0.016658] Secure boot disabled
[ 0.016658] RAMDISK: [mem 0x1bafa000-0x22ea3fff]
[ 0.016740] ACPI: Early table checksum verification disabled
[ 0.016742] ACPI: RSDP 0x0000000038AC4014 000024 (v02 ALASKA)
[ 0.016746] ACPI: XSDT 0x0000000038AC3728 000114 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.016752] ACPI: FACP 0x0000000038A1A000 000114 (v06 ALASKA A M I 01072009 AMI 01000013)
[ 0.016756] ACPI: DSDT 0x0000000038991000 0882D3 (v02 ALASKA A M I 01072009 INTL 20200717)
[ 0.016759] ACPI: FACS 0x0000000038BC6000 000040
[ 0.016761] ACPI: FIDT 0x0000000038990000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.016764] ACPI: SSDT 0x0000000038984000 00B73F (v02 GBT GSWApp 00000001 INTL 20200717)
[ 0.016767] ACPI: HWIN 0x0000000038A1C000 0000D4 (v00 GBT INTEL 00070000 AMI 01000013)
[ 0.016769] ACPI: SSDT 0x0000000038980000 0031C9 (v02 INTEL DTbtSsdt 00001000 INTL 20200717)
[ 0.016771] ACPI: SSDT 0x0000000038A1B000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
[ 0.016774] ACPI: SSDT 0x000000003897A000 005D34 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
[ 0.016776] ACPI: SSDT 0x0000000038977000 002A81 (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
[ 0.016779] ACPI: SSDT 0x0000000038973000 00334F (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
[ 0.016781] ACPI: HPET 0x0000000038972000 000038 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.016784] ACPI: APIC 0x0000000038971000 0001DC (v05 ALASKA A M I 01072009 AMI 01000013)
[ 0.016786] ACPI: MCFG 0x0000000038970000 00003C (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.016788] ACPI: SSDT 0x0000000038967000 008595 (v02 ALASKA A M I 00001000 INTL 20200717)
[ 0.016791] ACPI: SSDT 0x0000000038965000 001F1A (v02 ALASKA A M I 00001000 INTL 20200717)
[ 0.016793] ACPI: NHLT 0x0000000038964000 00002D (v00 ALASKA A M I 01072009 AMI 01000013)
[ 0.016795] ACPI: LPIT 0x0000000038963000 0000CC (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.016798] ACPI: SSDT 0x000000003895F000 002A83 (v02 ALASKA A M I 00001000 INTL 20200717)
[ 0.016800] ACPI: SSDT 0x0000000038955000 0092F4 (v02 ALASKA A M I 00000000 INTL 20200717)
[ 0.016802] ACPI: DBGP 0x0000000038954000 000034 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.016805] ACPI: DBG2 0x0000000038953000 000054 (v00 ALASKA A M I 01072009 AMI 01000013)
[ 0.016807] ACPI: SSDT 0x0000000038951000 00190A (v02 ALASKA A M I 00001000 INTL 20200717)
[ 0.016809] ACPI: FPDT 0x0000000038950000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.016812] ACPI: SSDT 0x000000003894E000 0019FA (v02 INTEL xh_rps14 00000000 INTL 20200717)
[ 0.016814] ACPI: SSDT 0x000000003894A000 0039DA (v02 SocGpe SocGpe 00003000 INTL 20200717)
[ 0.016816] ACPI: SSDT 0x0000000038946000 0039DA (v02 SocCmn SocCmn 00003000 INTL 20200717)
[ 0.016819] ACPI: BGRT 0x0000000038945000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.016821] ACPI: WPBT 0x00000000388AD000 000034 (v01 ALASKA A M I 00000001 GBT 20221021)
[ 0.016823] ACPI: PHAT 0x00000000388AC000 000CD2 (v01 ALASKA A M I 00000005 MSFT 0100000D)
[ 0.016826] ACPI: TPM2 0x00000000388AB000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
[ 0.016828] ACPI: WSMT 0x0000000038962000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.016830] ACPI: Reserving FACP table memory at [mem 0x38a1a000-0x38a1a113]
[ 0.016832] ACPI: Reserving DSDT table memory at [mem 0x38991000-0x38a192d2]
[ 0.016833] ACPI: Reserving FACS table memory at [mem 0x38bc6000-0x38bc603f]
[ 0.016834] ACPI: Reserving FIDT table memory at [mem 0x38990000-0x3899009b]
[ 0.016835] ACPI: Reserving SSDT table memory at [mem 0x38984000-0x3898f73e]
[ 0.016836] ACPI: Reserving HWIN table memory at [mem 0x38a1c000-0x38a1c0d3]
[ 0.016837] ACPI: Reserving SSDT table memory at [mem 0x38980000-0x389831c8]
[ 0.016838] ACPI: Reserving SSDT table memory at [mem 0x38a1b000-0x38a1b38b]
[ 0.016839] ACPI: Reserving SSDT table memory at [mem 0x3897a000-0x3897fd33]
[ 0.016840] ACPI: Reserving SSDT table memory at [mem 0x38977000-0x38979a80]
[ 0.016841] ACPI: Reserving SSDT table memory at [mem 0x38973000-0x3897634e]
[ 0.016842] ACPI: Reserving HPET table memory at [mem 0x38972000-0x38972037]
[ 0.016842] ACPI: Reserving APIC table memory at [mem 0x38971000-0x389711db]
[ 0.016843] ACPI: Reserving MCFG table memory at [mem 0x38970000-0x3897003b]
[ 0.016844] ACPI: Reserving SSDT table memory at [mem 0x38967000-0x3896f594]
[ 0.016845] ACPI: Reserving SSDT table memory at [mem 0x38965000-0x38966f19]
[ 0.016846] ACPI: Reserving NHLT table memory at [mem 0x38964000-0x3896402c]
[ 0.016847] ACPI: Reserving LPIT table memory at [mem 0x38963000-0x389630cb]
[ 0.016848] ACPI: Reserving SSDT table memory at [mem 0x3895f000-0x38961a82]
[ 0.016849] ACPI: Reserving SSDT table memory at [mem 0x38955000-0x3895e2f3]
[ 0.016850] ACPI: Reserving DBGP table memory at [mem 0x38954000-0x38954033]
[ 0.016851] ACPI: Reserving DBG2 table memory at [mem 0x38953000-0x38953053]
[ 0.016852] ACPI: Reserving SSDT table memory at [mem 0x38951000-0x38952909]
[ 0.016853] ACPI: Reserving FPDT table memory at [mem 0x38950000-0x38950043]
[ 0.016854] ACPI: Reserving SSDT table memory at [mem 0x3894e000-0x3894f9f9]
[ 0.016855] ACPI: Reserving SSDT table memory at [mem 0x3894a000-0x3894d9d9]
[ 0.016855] ACPI: Reserving SSDT table memory at [mem 0x38946000-0x389499d9]
[ 0.016856] ACPI: Reserving BGRT table memory at [mem 0x38945000-0x38945037]
[ 0.016857] ACPI: Reserving WPBT table memory at [mem 0x388ad000-0x388ad033]
[ 0.016858] ACPI: Reserving PHAT table memory at [mem 0x388ac000-0x388accd1]
[ 0.016859] ACPI: Reserving TPM2 table memory at [mem 0x388ab000-0x388ab04b]
[ 0.016860] ACPI: Reserving WSMT table memory at [mem 0x38962000-0x38962027]
[ 0.017018] No NUMA configuration found
[ 0.017018] Faking a node at [mem 0x0000000000000000-0x00000010bfffffff]
[ 0.017025] NODE_DATA(0) allocated [mem 0x10bffd5280-0x10bfffffff]
[ 0.017256] Zone ranges:
[ 0.017256] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.017258] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.017259] Normal [mem 0x0000000100000000-0x00000010bfffffff]
[ 0.017260] Device empty
[ 0.017260] Movable zone start for each node
[ 0.017262] Early memory node ranges
[ 0.017262] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.017263] node 0: [mem 0x000000000009f000-0x000000000009ffff]
[ 0.017264] node 0: [mem 0x0000000000100000-0x0000000034d92fff]
[ 0.017264] node 0: [mem 0x0000000034d94000-0x000000003574efff]
[ 0.017265] node 0: [mem 0x0000000039fff000-0x0000000039ffffff]
[ 0.017266] node 0: [mem 0x0000000100000000-0x00000010bfffffff]
[ 0.017269] Initmem setup node 0 [mem 0x0000000000001000-0x00000010bfffffff]
[ 0.017276] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.017277] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.017295] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.018252] On node 0, zone DMA32: 1 pages in unavailable ranges
[ 0.018345] On node 0, zone DMA32: 18608 pages in unavailable ranges
[ 0.092707] On node 0, zone Normal: 24576 pages in unavailable ranges
[ 0.093103] ACPI: PM-Timer IO Port: 0x1808
[ 0.093114] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.093115] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.093116] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.093116] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.093117] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.093117] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.093118] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.093118] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.093119] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.093119] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.093120] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.093120] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.093120] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.093121] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.093121] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.093122] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.093122] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.093123] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.093123] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.093124] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.093124] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.093125] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.093125] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.093126] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.093168] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.093172] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.093173] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.093177] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.093178] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.093192] e820: update [mem 0x31285000-0x31346fff] usable ==> reserved
[ 0.093203] TSC deadline timer available
[ 0.093206] CPU topo: Max. logical packages: 1
[ 0.093206] CPU topo: Max. logical dies: 1
[ 0.093207] CPU topo: Max. dies per package: 1
[ 0.093209] CPU topo: Max. threads per core: 2
[ 0.093210] CPU topo: Num. cores per package: 24
[ 0.093216] CPU topo: Num. threads per package: 32
[ 0.093216] CPU topo: Allowing 32 present CPUs plus 0 hotplug CPUs
[ 0.093240] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.093242] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.093243] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.093245] PM: hibernation: Registered nosave memory: [mem 0x31285000-0x31346fff]
[ 0.093246] PM: hibernation: Registered nosave memory: [mem 0x33c1c000-0x33c1cfff]
[ 0.093248] PM: hibernation: Registered nosave memory: [mem 0x34d93000-0x34d93fff]
[ 0.093249] PM: hibernation: Registered nosave memory: [mem 0x3574f000-0x39ffefff]
[ 0.093251] PM: hibernation: Registered nosave memory: [mem 0x3a000000-0xffffffff]
[ 0.093252] [mem 0x40000000-0xfbffffff] available for PCI devices
[ 0.093253] Booting paravirtualized kernel on bare hardware
[ 0.093255] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.099575] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[ 0.100480] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[ 0.100487] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[ 0.100489] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.100495] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
[ 0.100517] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=49a65d48-9471-4e7b-b136-3a98d717a77e zswap.enabled=0 rw rootfstype=ext4
[ 0.100555] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.100556] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[ 0.100556] printk: log_buf_len min size: 131072 bytes
[ 0.100700] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[ 0.100700] printk: early log buf free: 115992(88%)
[ 0.105446] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[ 0.107807] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.108139] software IO TLB: area num 32.
[ 0.117626] Fallback order for Node 0: 0
[ 0.117630] Built 1 zonelists, mobility grouping on. Total pages: 16733933
[ 0.117631] Policy zone: Normal
[ 0.117811] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.208728] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[ 0.215995] ftrace: allocating 57056 entries in 224 pages
[ 0.215997] ftrace: allocated 224 pages with 3 groups
[ 0.216088] Dynamic Preempt: full
[ 0.216213] rcu: Preemptible hierarchical RCU implementation.
[ 0.216214] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32.
[ 0.216215] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.216216] Trampoline variant of Tasks RCU enabled.
[ 0.216217] Rude variant of Tasks RCU enabled.
[ 0.216217] Tracing variant of Tasks RCU enabled.
[ 0.216218] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.216219] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[ 0.216237] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
[ 0.216240] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
[ 0.216242] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
[ 0.220685] NR_IRQS: 524544, nr_irqs: 2312, preallocated irqs: 16
[ 0.221013] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.221307] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.221363] Console: colour dummy device 80x25
[ 0.221365] printk: legacy console [tty0] enabled
[ 0.221417] ACPI: Core revision 20250807
[ 0.221748] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.221835] APIC: Switch to symmetric I/O mode setup
[ 0.223108] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.227927] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2df10e7656b, max_idle_ns: 440795364873 ns
[ 0.227933] Calibrating delay loop (skipped), value calculated using timer frequency.. 6374.40 BogoMIPS (lpj=3187200)
[ 0.227990] CPU0: Thermal monitoring enabled (TM1)
[ 0.227991] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.228128] CET detected: Indirect Branch Tracking enabled
[ 0.228129] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.228130] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.228135] process: using mwait in idle threads
[ 0.228137] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[ 0.228141] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.228142] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.228143] Register File Data Sampling: Mitigation: Clear Register File
[ 0.228144] VMSCAPE: Mitigation: IBPB before exit to userspace
[ 0.228144] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.228145] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.228146] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.228157] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.228158] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.228159] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.228159] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.228160] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.228161] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[ 0.228162] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.228163] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.228164] x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
[ 0.228165] x86/fpu: xstate_offset[12]: 856, xstate_sizes[12]: 24
[ 0.228165] x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
[ 0.228931] Freeing SMP alternatives memory: 56K
[ 0.228931] pid_max: default: 32768 minimum: 301
[ 0.228931] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[ 0.228931] landlock: Up and running.
[ 0.228931] Yama: becoming mindful.
[ 0.228931] LSM support for eBPF active
[ 0.228931] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.228931] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.228931] smpboot: CPU0: Intel(R) Core(TM) i9-14900KF (family: 0x6, model: 0xb7, stepping: 0x1)
[ 0.228931] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.228931] core: cpu_core PMU driver:
[ 0.228931] ... version: 5
[ 0.228931] ... bit width: 48
[ 0.228931] ... generic counters: 8
[ 0.228931] ... generic bitmap: 00000000000000ff
[ 0.228931] ... fixed-purpose counters: 4
[ 0.228931] ... fixed-purpose bitmap: 000000000000000f
[ 0.228931] ... value mask: 0000ffffffffffff
[ 0.228931] ... max period: 00007fffffffffff
[ 0.228931] ... global_ctrl mask: 0001000f000000ff
[ 0.228931] signal: max sigframe size: 3632
[ 0.228931] Estimated ratio of average max frequency by base frequency (times 1024): 1824
[ 0.228931] rcu: Hierarchical SRCU implementation.
[ 0.228931] rcu: Max phase no-delay instances is 400.
[ 0.228931] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 0.229893] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.230073] smp: Bringing up secondary CPUs ...
[ 0.230149] smpboot: x86: Booting SMP configuration:
[ 0.230150] .... node #0, CPUs: #2 #4 #6 #8 #10 #12 #14 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31
[ 0.007738] core: cpu_atom PMU driver:
[ 0.007738] ... version: 5
[ 0.007738] ... bit width: 48
[ 0.007738] ... generic counters: 6
[ 0.007738] ... generic bitmap: 000000000000003f
[ 0.007738] ... fixed-purpose counters: 3
[ 0.007738] ... fixed-purpose bitmap: 0000000000000007
[ 0.007738] ... value mask: 0000ffffffffffff
[ 0.007738] ... max period: 00007fffffffffff
[ 0.007738] ... global_ctrl mask: 000000070000003f
[ 0.243022] #1 #3 #5 #7 #9 #11 #13 #15
[ 0.249987] smp: Brought up 1 node, 32 CPUs
[ 0.249987] smpboot: Total of 32 processors activated (203980.80 BogoMIPS)
[ 0.251158] Memory: 65490508K/66935732K available (20315K kernel code, 2939K rwdata, 16372K rodata, 4732K init, 4776K bss, 1400536K reserved, 0K cma-reserved)
[ 0.252519] devtmpfs: initialized
[ 0.252519] x86/mm: Memory block size: 2048MB
[ 0.253378] ACPI: PM: Registering ACPI NVS region [mem 0x38a1d000-0x38bc6fff] (1744896 bytes)
[ 0.253378] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.253378] posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.253378] futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
[ 0.253378] pinctrl core: initialized pinctrl subsystem
[ 0.253378] PM: RTC time: 09:49:45, date: 2026-02-21
[ 0.253378] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.253661] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.253946] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.254229] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.254234] audit: initializing netlink subsys (disabled)
[ 0.254944] audit: type=2000 audit(1771667385.027:1): state=initialized audit_enabled=0 res=1
[ 0.255004] thermal_sys: Registered thermal governor 'fair_share'
[ 0.255005] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.255006] thermal_sys: Registered thermal governor 'step_wise'
[ 0.255006] thermal_sys: Registered thermal governor 'user_space'
[ 0.255007] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.255012] cpuidle: using governor ladder
[ 0.255012] cpuidle: using governor menu
[ 0.255012] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.255012] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.255053] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[ 0.255064] PCI: Using configuration type 1 for base access
[ 0.255110] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.255110] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.255110] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.255110] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.255110] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.256441] raid6: skipped pq benchmark and selected avx2x4
[ 0.256441] raid6: using avx2x2 recovery algorithm
[ 0.256441] ACPI: Added _OSI(Module Device)
[ 0.256441] ACPI: Added _OSI(Processor Device)
[ 0.256441] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.368238] ACPI: 15 ACPI AML tables successfully acquired and loaded
[ 0.386382] ACPI: Dynamic OEM Table Load:
[ 0.386390] ACPI: SSDT 0xFFFF8B8CC1E08400 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
[ 0.387638] ACPI: Dynamic OEM Table Load:
[ 0.387644] ACPI: SSDT 0xFFFF8B8CC1E15000 000647 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
[ 0.388888] ACPI: Dynamic OEM Table Load:
[ 0.388893] ACPI: SSDT 0xFFFF8B8CC3E29400 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
[ 0.390042] ACPI: Dynamic OEM Table Load:
[ 0.390047] ACPI: SSDT 0xFFFF8B8CC1E16000 0004B5 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
[ 0.391662] ACPI: Dynamic OEM Table Load:
[ 0.391670] ACPI: SSDT 0xFFFF8B8CC1E02000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
[ 0.393616] ACPI: Dynamic OEM Table Load:
[ 0.393622] ACPI: SSDT 0xFFFF8B8CC1E06000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
[ 0.395349] ACPI: Dynamic OEM Table Load:
[ 0.395355] ACPI: SSDT 0xFFFF8B8CC1E04000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
[ 0.397131] ACPI: Dynamic OEM Table Load:
[ 0.397137] ACPI: SSDT 0xFFFF8B8CC1E19000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
[ 0.412644] ACPI: Interpreter enabled
[ 0.412702] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.412703] ACPI: Using IOAPIC for interrupt routing
[ 0.414130] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.414131] PCI: Ignoring E820 reservations for host bridge windows
[ 0.415364] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 0.437792] ACPI: \_SB_.PC00.PAUD: New power resource
[ 0.441108] ACPI: \_SB_.PC00.I2C1.PXTC: New power resource
[ 0.444555] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[ 0.458051] ACPI: \_TZ_.FN00: New power resource
[ 0.458110] ACPI: \_TZ_.FN01: New power resource
[ 0.458167] ACPI: \_TZ_.FN02: New power resource
[ 0.458223] ACPI: \_TZ_.FN03: New power resource
[ 0.458281] ACPI: \_TZ_.FN04: New power resource
[ 0.458813] ACPI: \PIN_: New power resource
[ 0.459023] ACPI: \SPR4: New power resource
[ 0.459085] ACPI: \SPR5: New power resource
[ 0.459145] ACPI: \SPR6: New power resource
[ 0.459399] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[ 0.459405] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.462850] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.462851] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.464251] PCI host bridge to bus 0000:00
[ 0.464255] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.464257] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.464258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.464259] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[ 0.464261] pci_bus 0000:00: root bus resource [mem 0x40000000-0xbfffffff window]
[ 0.464262] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.464293] pci 0000:00:00.0: [8086:a700] type 00 class 0x060000 conventional PCI endpoint
[ 0.464410] pci 0000:00:01.0: [8086:a70d] type 01 class 0x060400 PCIe Root Port
[ 0.464422] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.464424] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
[ 0.464426] pci 0000:00:01.0: bridge window [mem 0x53000000-0x541fffff]
[ 0.464431] pci 0000:00:01.0: bridge window [mem 0x40000000-0x51ffffff 64bit pref]
[ 0.464467] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.464486] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[ 0.465148] pci 0000:00:06.0: [8086:a74d] type 01 class 0x060400 PCIe Root Port
[ 0.465160] pci 0000:00:06.0: PCI bridge to [bus 02]
[ 0.465164] pci 0000:00:06.0: bridge window [mem 0x55700000-0x558fffff]
[ 0.465205] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.465226] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[ 0.465919] pci 0000:00:14.0: [8086:7a60] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.465959] pci 0000:00:14.0: BAR 0 [mem 0x55900000-0x5590ffff 64bit]
[ 0.466004] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.466776] pci 0000:00:14.2: [8086:7a27] type 00 class 0x050000 conventional PCI endpoint
[ 0.466823] pci 0000:00:14.2: BAR 0 [mem 0x55914000-0x55917fff 64bit]
[ 0.466827] pci 0000:00:14.2: BAR 2 [mem 0x55924000-0x55924fff 64bit]
[ 0.466940] pci 0000:00:15.0: [8086:7a4c] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.466992] pci 0000:00:15.0: BAR 0 [mem 0xfe0f9000-0xfe0f9fff 64bit]
[ 0.467318] pci 0000:00:15.1: [8086:7a4d] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.467374] pci 0000:00:15.1: BAR 0 [mem 0xfe0fa000-0xfe0fafff 64bit]
[ 0.467689] pci 0000:00:15.2: [8086:7a4e] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.467745] pci 0000:00:15.2: BAR 0 [mem 0xfe0fb000-0xfe0fbfff 64bit]
[ 0.468058] pci 0000:00:15.3: [8086:7a4f] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.468115] pci 0000:00:15.3: BAR 0 [mem 0xfe0fc000-0xfe0fcfff 64bit]
[ 0.468445] pci 0000:00:16.0: [8086:7a68] type 00 class 0x078000 conventional PCI endpoint
[ 0.468495] pci 0000:00:16.0: BAR 0 [mem 0x5591f000-0x5591ffff 64bit]
[ 0.468547] pci 0000:00:16.0: PME# supported from D3hot
[ 0.469183] pci 0000:00:17.0: [8086:7a62] type 00 class 0x010601 conventional PCI endpoint
[ 0.469221] pci 0000:00:17.0: BAR 0 [mem 0x55918000-0x55919fff]
[ 0.469223] pci 0000:00:17.0: BAR 1 [mem 0x5591e000-0x5591e0ff]
[ 0.469225] pci 0000:00:17.0: BAR 2 [io 0x5050-0x5057]
[ 0.469227] pci 0000:00:17.0: BAR 3 [io 0x5040-0x5043]
[ 0.469229] pci 0000:00:17.0: BAR 4 [io 0x5020-0x503f]
[ 0.469231] pci 0000:00:17.0: BAR 5 [mem 0x5591d000-0x5591d7ff]
[ 0.469266] pci 0000:00:17.0: PME# supported from D3hot
[ 0.469623] pci 0000:00:19.0: [8086:7a7c] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.469678] pci 0000:00:19.0: BAR 0 [mem 0x5591c000-0x5591cfff 64bit]
[ 0.469996] pci 0000:00:19.1: [8086:7a7d] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.470052] pci 0000:00:19.1: BAR 0 [mem 0x5591b000-0x5591bfff 64bit]
[ 0.470405] pci 0000:00:1b.0: [8086:7a40] type 01 class 0x060400 PCIe Root Port
[ 0.470433] pci 0000:00:1b.0: PCI bridge to [bus 03]
[ 0.471169] pci 0000:00:1b.4: [8086:7a44] type 01 class 0x060400 PCIe Root Port
[ 0.471194] pci 0000:00:1b.4: PCI bridge to [bus 04]
[ 0.471199] pci 0000:00:1b.4: bridge window [mem 0x55500000-0x556fffff]
[ 0.471291] pci 0000:00:1b.4: PME# supported from D0 D3hot D3cold
[ 0.471335] pci 0000:00:1b.4: PTM enabled (root), 4ns granularity
[ 0.472016] pci 0000:00:1c.0: [8086:7a38] type 01 class 0x060400 PCIe Root Port
[ 0.472040] pci 0000:00:1c.0: PCI bridge to [bus 05]
[ 0.472046] pci 0000:00:1c.0: bridge window [mem 0x54200000-0x545fffff]
[ 0.472128] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.472166] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[ 0.472834] pci 0000:00:1c.2: [8086:7a3a] type 01 class 0x060400 PCIe Root Port
[ 0.472859] pci 0000:00:1c.2: PCI bridge to [bus 06]
[ 0.472864] pci 0000:00:1c.2: bridge window [mem 0x55300000-0x554fffff]
[ 0.472946] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.472984] pci 0000:00:1c.2: PTM enabled (root), 4ns granularity
[ 0.473710] pci 0000:00:1d.0: [8086:7a30] type 01 class 0x060400 PCIe Root Port
[ 0.473756] pci 0000:00:1d.0: PCI bridge to [bus 07]
[ 0.473779] pci 0000:00:1d.0: bridge window [io 0x3000-0x3fff]
[ 0.473801] pci 0000:00:1d.0: bridge window [mem 0x54700000-0x550fffff]
[ 0.473831] pci 0000:00:1d.0: bridge window [mem 0x52100000-0x52afffff 64bit pref]
[ 0.474696] pci 0000:00:1d.4: [8086:7a34] type 01 class 0x060400 PCIe Root Port
[ 0.474720] pci 0000:00:1d.4: PCI bridge to [bus 08]
[ 0.474726] pci 0000:00:1d.4: bridge window [mem 0x55100000-0x552fffff]
[ 0.474817] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[ 0.474861] pci 0000:00:1d.4: PTM enabled (root), 4ns granularity
[ 0.475549] pci 0000:00:1f.0: [8086:7a04] type 00 class 0x060100 conventional PCI endpoint
[ 0.475927] pci 0000:00:1f.3: [8086:7a50] type 00 class 0x040300 conventional PCI endpoint
[ 0.476023] pci 0000:00:1f.3: BAR 0 [mem 0x55910000-0x55913fff 64bit]
[ 0.476034] pci 0000:00:1f.3: BAR 4 [mem 0x54600000-0x546fffff 64bit]
[ 0.476126] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.476235] pci 0000:00:1f.4: [8086:7a23] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.476284] pci 0000:00:1f.4: BAR 0 [mem 0x5591a000-0x5591a0ff 64bit]
[ 0.476291] pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
[ 0.476563] pci 0000:00:1f.5: [8086:7a24] type 00 class 0x0c8000 conventional PCI endpoint
[ 0.476617] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[ 0.476705] pci 0000:01:00.0: [10de:2803] type 00 class 0x030000 PCIe Legacy Endpoint
[ 0.476726] pci 0000:01:00.0: BAR 0 [mem 0x53000000-0x53ffffff]
[ 0.476729] pci 0000:01:00.0: BAR 1 [mem 0x40000000-0x4fffffff 64bit pref]
[ 0.476731] pci 0000:01:00.0: BAR 3 [mem 0x50000000-0x51ffffff 64bit pref]
[ 0.476732] pci 0000:01:00.0: BAR 5 [io 0x4000-0x407f]
[ 0.476734] pci 0000:01:00.0: ROM [mem 0x54000000-0x5407ffff pref]
[ 0.476775] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 0.476912] pci 0000:01:00.1: [10de:22bd] type 00 class 0x040300 PCIe Endpoint
[ 0.476933] pci 0000:01:00.1: BAR 0 [mem 0x54080000-0x54083fff]
[ 0.477016] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.477056] pci 0000:02:00.0: [15b7:5030] type 00 class 0x010802 PCIe Endpoint
[ 0.477081] pci 0000:02:00.0: BAR 0 [mem 0x55700000-0x55703fff 64bit]
[ 0.477234] pci 0000:00:06.0: PCI bridge to [bus 02]
[ 0.477292] pci 0000:00:1b.0: PCI bridge to [bus 03]
[ 0.477373] pci 0000:04:00.0: [15b7:5030] type 00 class 0x010802 PCIe Endpoint
[ 0.477420] pci 0000:04:00.0: BAR 0 [mem 0x55500000-0x55503fff 64bit]
[ 0.477695] pci 0000:00:1b.4: PCI bridge to [bus 04]
[ 0.477772] pci 0000:05:00.0: [14c3:7927] type 00 class 0x028000 PCIe Endpoint
[ 0.477838] pci 0000:05:00.0: BAR 0 [mem 0x54200000-0x543fffff 64bit]
[ 0.477842] pci 0000:05:00.0: BAR 2 [mem 0x54400000-0x54407fff 64bit]
[ 0.477956] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[ 0.478180] pci 0000:00:1c.0: PCI bridge to [bus 05]
[ 0.478275] pci 0000:06:00.0: [8086:15f3] type 00 class 0x020000 PCIe Endpoint
[ 0.478338] pci 0000:06:00.0: BAR 0 [mem 0x55300000-0x553fffff]
[ 0.478344] pci 0000:06:00.0: BAR 3 [mem 0x55400000-0x55403fff]
[ 0.478462] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 0.478668] pci 0000:00:1c.2: PCI bridge to [bus 06]
[ 0.478794] pci 0000:00:1d.0: PCI bridge to [bus 07]
[ 0.478905] pci 0000:08:00.0: [144d:a80c] type 00 class 0x010802 PCIe Endpoint
[ 0.478956] pci 0000:08:00.0: BAR 0 [mem 0x55100000-0x55103fff 64bit]
[ 0.479263] pci 0000:00:1d.4: PCI bridge to [bus 08]
[ 0.480988] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.481102] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[ 0.481214] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.481325] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.481436] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.481548] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.481659] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.481770] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.490168] iommu: Default domain type: Translated
[ 0.490168] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.490168] SCSI subsystem initialized
[ 0.490168] libata version 3.00 loaded.
[ 0.490168] ACPI: bus type USB registered
[ 0.490168] usbcore: registered new interface driver usbfs
[ 0.490168] usbcore: registered new interface driver hub
[ 0.490168] usbcore: registered new device driver usb
[ 0.490168] EDAC MC: Ver: 3.0.0
[ 0.490998] efivars: Registered efivars operations
[ 0.491210] NetLabel: Initializing
[ 0.491211] NetLabel: domain hash size = 128
[ 0.491212] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.491228] NetLabel: unlabeled traffic allowed by default
[ 0.491233] mctp: management component transport protocol core
[ 0.491233] NET: Registered PF_MCTP protocol family
[ 0.491243] PCI: Using ACPI for IRQ routing
[ 0.513406] PCI: pci_cache_line_size set to 64 bytes
[ 0.513421] pci 0000:00:15.0: BAR 0 [mem 0xfe0f9000-0xfe0f9fff 64bit]: can't claim; no compatible bridge window
[ 0.513425] pci 0000:00:15.1: BAR 0 [mem 0xfe0fa000-0xfe0fafff 64bit]: can't claim; no compatible bridge window
[ 0.513428] pci 0000:00:15.2: BAR 0 [mem 0xfe0fb000-0xfe0fbfff 64bit]: can't claim; no compatible bridge window
[ 0.513432] pci 0000:00:15.3: BAR 0 [mem 0xfe0fc000-0xfe0fcfff 64bit]: can't claim; no compatible bridge window
[ 0.513482] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[ 0.513546] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.513547] e820: reserve RAM buffer [mem 0x31285000-0x33ffffff]
[ 0.513549] e820: reserve RAM buffer [mem 0x33c1c000-0x33ffffff]
[ 0.513549] e820: reserve RAM buffer [mem 0x34d93000-0x37ffffff]
[ 0.513550] e820: reserve RAM buffer [mem 0x3574f000-0x37ffffff]
[ 0.513551] e820: reserve RAM buffer [mem 0x3a000000-0x3bffffff]
[ 0.513584] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.513584] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.513584] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.513584] vgaarb: loaded
[ 0.513933] Monitor-Mwait will be used to enter C-1 state
[ 0.513936] Monitor-Mwait will be used to enter C-2 state
[ 0.513936] Monitor-Mwait will be used to enter C-3 state
[ 0.514234] clocksource: Switched to clocksource tsc-early
[ 0.514421] VFS: Disk quotas dquot_6.6.0
[ 0.514430] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.514567] pnp: PnP ACPI init
[ 0.514825] system 00:00: [io 0x0a00-0x0a2f] has been reserved
[ 0.514827] system 00:00: [io 0x0a30-0x0a3f] has been reserved
[ 0.514828] system 00:00: [io 0x0a40-0x0a4f] has been reserved
[ 0.514961] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.514963] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.515089] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.515177] system 00:03: [mem 0xfc000000-0xfc00ffff] has been reserved
[ 0.516258] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[ 0.516260] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[ 0.516261] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[ 0.516262] system 00:04: [mem 0xc0000000-0xcfffffff] has been reserved
[ 0.516264] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[ 0.516265] system 00:04: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.516266] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[ 0.516267] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.517138] system 00:05: [io 0x2000-0x20fe] has been reserved
[ 0.518071] pnp: PnP ACPI: found 7 devices
[ 0.523578] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.523633] NET: Registered PF_INET protocol family
[ 0.523920] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.537674] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.537735] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.538172] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.538796] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.538875] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.539221] MPTCP token hash table entries: 65536 (order: 9, 1572864 bytes, linear)
[ 0.539566] UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[ 0.539959] UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[ 0.540159] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.540164] NET: Registered PF_XDP protocol family
[ 0.540180] pci 0000:00:15.0: BAR 0 [mem 0x52000000-0x52000fff 64bit]: assigned
[ 0.540197] pci 0000:00:15.1: BAR 0 [mem 0x52001000-0x52001fff 64bit]: assigned
[ 0.540210] pci 0000:00:15.2: BAR 0 [mem 0x52002000-0x52002fff 64bit]: assigned
[ 0.540221] pci 0000:00:15.3: BAR 0 [mem 0x52003000-0x52003fff 64bit]: assigned
[ 0.540231] pci 0000:00:1f.5: BAR 0 [mem 0x52004000-0x52004fff]: assigned
[ 0.540238] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.540239] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
[ 0.540242] pci 0000:00:01.0: bridge window [mem 0x53000000-0x541fffff]
[ 0.540244] pci 0000:00:01.0: bridge window [mem 0x40000000-0x51ffffff 64bit pref]
[ 0.540247] pci 0000:00:06.0: PCI bridge to [bus 02]
[ 0.540249] pci 0000:00:06.0: bridge window [mem 0x55700000-0x558fffff]
[ 0.540253] pci 0000:00:1b.0: PCI bridge to [bus 03]
[ 0.540272] pci 0000:00:1b.4: PCI bridge to [bus 04]
[ 0.540276] pci 0000:00:1b.4: bridge window [mem 0x55500000-0x556fffff]
[ 0.540282] pci 0000:00:1c.0: PCI bridge to [bus 05]
[ 0.540286] pci 0000:00:1c.0: bridge window [mem 0x54200000-0x545fffff]
[ 0.540293] pci 0000:00:1c.2: PCI bridge to [bus 06]
[ 0.540296] pci 0000:00:1c.2: bridge window [mem 0x55300000-0x554fffff]
[ 0.540303] pci 0000:00:1d.0: PCI bridge to [bus 07]
[ 0.540323] pci 0000:00:1d.0: bridge window [io 0x3000-0x3fff]
[ 0.540327] pci 0000:00:1d.0: bridge window [mem 0x54700000-0x550fffff]
[ 0.540329] pci 0000:00:1d.0: bridge window [mem 0x52100000-0x52afffff 64bit pref]
[ 0.540335] pci 0000:00:1d.4: PCI bridge to [bus 08]
[ 0.540338] pci 0000:00:1d.4: bridge window [mem 0x55100000-0x552fffff]
[ 0.540345] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.540347] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.540348] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.540349] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
[ 0.540350] pci_bus 0000:00: resource 8 [mem 0x40000000-0xbfffffff window]
[ 0.540351] pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
[ 0.540352] pci_bus 0000:01: resource 1 [mem 0x53000000-0x541fffff]
[ 0.540353] pci_bus 0000:01: resource 2 [mem 0x40000000-0x51ffffff 64bit pref]
[ 0.540354] pci_bus 0000:02: resource 1 [mem 0x55700000-0x558fffff]
[ 0.540355] pci_bus 0000:04: resource 1 [mem 0x55500000-0x556fffff]
[ 0.540356] pci_bus 0000:05: resource 1 [mem 0x54200000-0x545fffff]
[ 0.540357] pci_bus 0000:06: resource 1 [mem 0x55300000-0x554fffff]
[ 0.540358] pci_bus 0000:07: resource 0 [io 0x3000-0x3fff]
[ 0.540359] pci_bus 0000:07: resource 1 [mem 0x54700000-0x550fffff]
[ 0.540360] pci_bus 0000:07: resource 2 [mem 0x52100000-0x52afffff 64bit pref]
[ 0.540361] pci_bus 0000:08: resource 1 [mem 0x55100000-0x552fffff]
[ 0.540942] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[ 0.540969] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 0.541015] PCI: CLS 64 bytes, default 64
[ 0.541039] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.541040] software IO TLB: mapped [mem 0x0000000027226000-0x000000002b226000] (64MB)
[ 0.541073] Trying to unpack rootfs image as initramfs...
[ 0.541073] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2df10e7656b, max_idle_ns: 440795364873 ns
[ 0.541211] clocksource: Switched to clocksource tsc
[ 0.541226] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.567888] Initialise system trusted keyrings
[ 0.567899] Key type blacklist registered
[ 0.568008] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[ 0.568270] fuse: init (API version 7.45)
[ 0.568347] integrity: Platform Keyring initialized
[ 0.568349] integrity: Machine keyring initialized
[ 0.577127] xor: automatically using best checksumming function avx
[ 0.577128] Key type asymmetric registered
[ 0.577129] Asymmetric key parser 'x509' registered
[ 0.577150] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.577252] io scheduler mq-deadline registered
[ 0.577253] io scheduler kyber registered
[ 0.577262] io scheduler bfq registered
[ 0.579392] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.579665] pcieport 0000:00:01.0: PME: Signaling with IRQ 120
[ 0.579781] pcieport 0000:00:01.0: AER: enabled with IRQ 120
[ 0.579961] pcieport 0000:00:06.0: PME: Signaling with IRQ 121
[ 0.580060] pcieport 0000:00:06.0: AER: enabled with IRQ 121
[ 0.580189] pcieport 0000:00:1b.0: PME: Signaling with IRQ 122
[ 0.580421] pcieport 0000:00:1b.4: PME: Signaling with IRQ 123
[ 0.580532] pcieport 0000:00:1b.4: AER: enabled with IRQ 123
[ 0.580777] pcieport 0000:00:1c.0: PME: Signaling with IRQ 124
[ 0.580885] pcieport 0000:00:1c.0: AER: enabled with IRQ 124
[ 0.581119] pcieport 0000:00:1c.2: PME: Signaling with IRQ 125
[ 0.581235] pcieport 0000:00:1c.2: AER: enabled with IRQ 125
[ 0.581442] pcieport 0000:00:1d.0: PME: Signaling with IRQ 126
[ 0.581524] pcieport 0000:00:1d.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 0.581891] pcieport 0000:00:1d.4: PME: Signaling with IRQ 127
[ 0.581970] pcieport 0000:00:1d.4: AER: enabled with IRQ 127
[ 0.582201] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 0.582223] ACPI: button: Sleep Button [SLPB]
[ 0.582247] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.582260] ACPI: button: Power Button [PWRB]
[ 0.582282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.585760] ACPI: button: Power Button [PWRF]
[ 0.604699] Freeing initrd memory: 118440K
[ 2.625896] ACPI: \_TZ_.TZ10: _PSL evaluation failure
[ 2.626205] thermal LNXTHERM:00: registered as thermal_zone0
[ 2.626207] ACPI: thermal: Thermal Zone [TZ10] (17 C)
[ 2.626454] thermal LNXTHERM:01: registered as thermal_zone1
[ 2.626456] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[ 2.626704] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 2.628285] hpet_acpi_add: no address or irqs in _CRS
[ 2.628319] Non-volatile memory driver v1.3
[ 2.628320] Linux agpgart interface v0.103
[ 2.665321] ACPI: bus type drm_connector registered
[ 2.669342] ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[ 2.669345] ahci 0000:00:17.0: 4/4 ports implemented (port mask 0xf0)
[ 2.669346] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds
[ 2.675355] scsi host0: ahci
[ 2.675601] scsi host1: ahci
[ 2.675772] scsi host2: ahci
[ 2.675938] scsi host3: ahci
[ 2.676026] scsi host4: ahci
[ 2.676114] scsi host5: ahci
[ 2.676189] scsi host6: ahci
[ 2.676283] scsi host7: ahci
[ 2.676315] ata1: DUMMY
[ 2.676316] ata2: DUMMY
[ 2.676316] ata3: DUMMY
[ 2.676317] ata4: DUMMY
[ 2.676323] ata5: SATA max UDMA/133 abar m2048@0x5591d000 port 0x5591d300 irq 128 lpm-pol 3
[ 2.676325] ata6: SATA max UDMA/133 abar m2048@0x5591d000 port 0x5591d380 irq 128 lpm-pol 3
[ 2.676327] ata7: SATA max UDMA/133 abar m2048@0x5591d000 port 0x5591d400 irq 128 lpm-pol 3
[ 2.676328] ata8: SATA max UDMA/133 abar m2048@0x5591d000 port 0x5591d480 irq 128 lpm-pol 3
[ 2.676563] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.676569] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 2.677697] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[ 2.677958] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.677961] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 2.677963] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[ 2.677999] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
[ 2.678001] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.678003] usb usb1: Product: xHCI Host Controller
[ 2.678003] usb usb1: Manufacturer: Linux 6.18.9-arch1-2 xhci-hcd
[ 2.678004] usb usb1: SerialNumber: 0000:00:14.0
[ 2.678113] hub 1-0:1.0: USB hub found
[ 2.678139] hub 1-0:1.0: 16 ports detected
[ 2.681190] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
[ 2.681193] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.681194] usb usb2: Product: xHCI Host Controller
[ 2.681195] usb usb2: Manufacturer: Linux 6.18.9-arch1-2 xhci-hcd
[ 2.681196] usb usb2: SerialNumber: 0000:00:14.0
[ 2.681255] hub 2-0:1.0: USB hub found
[ 2.681276] hub 2-0:1.0: 9 ports detected
[ 2.683065] usbcore: registered new interface driver usbserial_generic
[ 2.683070] usbserial: USB Serial support registered for generic
[ 2.683096] i8042: PNP: No PS/2 controller found.
[ 2.683170] rtc_cmos rtc_cmos: RTC can wake from S4
[ 2.684069] rtc_cmos rtc_cmos: registered as rtc0
[ 2.684247] rtc_cmos rtc_cmos: setting system clock to 2026-02-21T09:49:48 UTC (1771667388)
[ 2.684281] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[ 2.685654] intel_pstate: Intel P-state driver initializing
[ 2.688771] intel_pstate: HWP enabled
[ 2.689030] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[ 2.689031] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[ 2.690637] fbcon: Deferring console take-over
[ 2.690640] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 2.690676] hid: raw HID events driver (C) Jiri Kosina
[ 2.690688] usbcore: registered new interface driver usbhid
[ 2.690689] usbhid: USB HID core driver
[ 2.690706] rust_binder: Loaded Rust Binder.
[ 2.690723] drop_monitor: Initializing network drop monitor service
[ 2.690803] NET: Registered PF_INET6 protocol family
[ 2.690988] Segment Routing with IPv6
[ 2.690989] RPL Segment Routing with IPv6
[ 2.690994] In-situ OAM (IOAM) with IPv6
[ 2.691005] NET: Registered PF_PACKET protocol family
[ 2.692462] microcode: Current revision: 0x00000133
[ 2.692463] microcode: Updated early from: 0x0000012b
[ 2.692882] IPI shorthand broadcast: enabled
[ 2.694030] sched_clock: Marking stable (2687000579, 6738752)->(2736939076, -43199745)
[ 2.694332] registered taskstats version 1
[ 2.694680] Loading compiled-in X.509 certificates
[ 2.697675] Loaded X.509 cert 'Build time autogenerated kernel key: bd75f57764373954f9094fd02f3449c1c19f0d83'
[ 2.698411] Demotion targets for Node 0: null
[ 2.698471] Key type .fscrypt registered
[ 2.698471] Key type fscrypt-provisioning registered
[ 2.698562] Btrfs loaded, zoned=yes, fsverity=yes
[ 2.698573] Key type big_key registered
[ 2.699195] PM: Magic number: 14:294:829
[ 2.699730] RAS: Correctable Errors collector initialized.
[ 2.701850] clk: Disabling unused clocks
[ 2.701851] PM: genpd: Disabling unused power domains
[ 2.915786] usb 1-6: new full-speed USB device number 2 using xhci_hcd
[ 2.988507] ata5: SATA link down (SStatus 4 SControl 300)
[ 2.988567] ata8: SATA link down (SStatus 4 SControl 300)
[ 2.988618] ata6: SATA link down (SStatus 4 SControl 300)
[ 2.988656] ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.993301] ata7.00: Model 'Samsung SSD 870 EVO 4TB', rev 'SVT03B6Q', applying quirks: noncqtrim zeroaftertrim noncqonati nolpmonati
[ 2.993536] ata7.00: supports DRM functions and may not be fully accessible
[ 2.993544] ata7.00: ATA-11: Samsung SSD 870 EVO 4TB, SVT03B6Q, max UDMA/133
[ 2.994355] ata7.00: 7814037168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 2.998135] ata7.00: Features: Trust Dev-Sleep DIPM NCQ-sndrcv
[ 2.998463] ata7.00: supports DRM functions and may not be fully accessible
[ 3.002330] ata7.00: configured for UDMA/133
[ 3.002400] ahci 0000:00:17.0: port does not support device sleep
[ 3.002837] scsi 6:0:0:0: Direct-Access ATA Samsung SSD 870 3B6Q PQ: 0 ANSI: 5
[ 3.003484] ata7.00: Enabling discard_zeroes_data
[ 3.003514] sd 6:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[ 3.003533] sd 6:0:0:0: [sda] Write Protect is off
[ 3.003538] sd 6:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.003560] sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.003612] sd 6:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 3.004731] ata7.00: Enabling discard_zeroes_data
[ 3.024716] sda: sda1 sda2
[ 3.025953] sd 6:0:0:0: [sda] supports TCG Opal
[ 3.025959] sd 6:0:0:0: [sda] Attached SCSI disk
[ 3.041495] Freeing unused decrypted memory: 2028K
[ 3.042175] Freeing unused kernel image (initmem) memory: 4732K
[ 3.042187] Write protecting the kernel read-only data: 36864k
[ 3.042951] Freeing unused kernel image (text/rodata gap) memory: 164K
[ 3.043084] Freeing unused kernel image (rodata/data gap) memory: 12K
[ 3.047177] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 3.047179] rodata_test: all tests were successful
[ 3.047182] Run /init as init process
[ 3.047182] with arguments:
[ 3.047183] /init
[ 3.047183] with environment:
[ 3.047184] HOME=/
[ 3.047184] TERM=linux
[ 3.070097] fbcon: Taking over console
[ 3.071018] Console: switching to colour frame buffer device 240x67
[ 3.171715] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 3.172658] Key type psk registered
[ 3.175196] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 3.178373] i2c i2c-1: Invalid 7-bit I2C address 0xffff
[ 3.178378] nvme 0000:02:00.0: platform quirk: setting simple suspend
[ 3.178381] nvme 0000:04:00.0: platform quirk: setting simple suspend
[ 3.178387] nvme 0000:08:00.0: platform quirk: setting simple suspend
[ 3.178450] nvme nvme0: pci function 0000:04:00.0
[ 3.178451] nvme nvme1: pci function 0000:02:00.0
[ 3.178453] nvme nvme2: pci function 0000:08:00.0
[ 3.178771] idma64 idma64.2: Found Intel integrated DMA 64-bit
[ 3.182717] idma64 idma64.3: Found Intel integrated DMA 64-bit
[ 3.183031] nvme nvme2: D3 entry latency set to 10 seconds
[ 3.185415] nvme nvme2: 16/0/0 default/read/poll queues
[ 3.186512] idma64 idma64.4: Found Intel integrated DMA 64-bit
[ 3.187378] nvme2n1: p1 p2 p3 p4
[ 3.190373] idma64 idma64.5: Found Intel integrated DMA 64-bit
[ 3.205670] nvme nvme1: 32/0/0 default/read/poll queues
[ 3.206538] nvme nvme0: 32/0/0 default/read/poll queues
[ 3.210554] nvme1n1: p1 p2
[ 3.210627] nvme0n1: p1 p2 p3
[ 33.988236] usb 1-6: New USB device found, idVendor=1532, idProduct=0531, bcdDevice= 1.00
[ 33.988251] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 33.990669] usb 1-6: can't set config #1, error -32
[ 34.102966] usb 1-11: new high-speed USB device number 3 using xhci_hcd
[ 34.228491] usb 1-11: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
[ 34.228505] usb 1-11: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 34.228509] usb 1-11: Product: USB2.0 Hub
[ 34.231298] hub 1-11:1.0: USB hub found
[ 34.231684] hub 1-11:1.0: 4 ports detected
[ 34.345859] usb 1-12: new high-speed USB device number 4 using xhci_hcd
[ 34.471263] usb 1-12: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
[ 34.471276] usb 1-12: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 34.471280] usb 1-12: Product: USB2.0 Hub
[ 34.474157] hub 1-12:1.0: USB hub found
[ 34.474574] hub 1-12:1.0: 4 ports detected
[ 34.532035] usb 1-11.1: new full-speed USB device number 5 using xhci_hcd
[ 34.608640] usb 1-11.1: New USB device found, idVendor=3434, idProduct=0140, bcdDevice= 1.04
[ 34.608655] usb 1-11.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 34.608659] usb 1-11.1: Product: Keychron Q4
[ 34.608663] usb 1-11.1: Manufacturer: Keychron
[ 34.619155] input: Keychron Keychron Q4 as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.0/0003:3434:0140.0001/input/input3
[ 34.710030] hid-generic 0003:3434:0140.0001: input,hidraw0: USB HID v1.11 Keyboard [Keychron Keychron Q4] on usb-0000:00:14.0-11.1/input0
[ 34.710893] hid-generic 0003:3434:0140.0002: hiddev96,hidraw1: USB HID v1.11 Device [Keychron Keychron Q4] on usb-0000:00:14.0-11.1/input1
[ 34.711890] input: Keychron Keychron Q4 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:3434:0140.0003/input/input4
[ 34.712039] input: Keychron Keychron Q4 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:3434:0140.0003/input/input5
[ 34.718876] usb 1-13: new full-speed USB device number 6 using xhci_hcd
[ 34.763290] input: Keychron Keychron Q4 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:3434:0140.0003/input/input6
[ 34.763579] input: Keychron Keychron Q4 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:3434:0140.0003/input/input7
[ 34.803177] hid-generic 0003:3434:0140.0003: input,hidraw2: USB HID v1.11 Mouse [Keychron Keychron Q4] on usb-0000:00:14.0-11.1/input2
[ 34.856012] usb 1-13: New USB device found, idVendor=048d, idProduct=5702, bcdDevice= 0.01
[ 34.856024] usb 1-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 34.856028] usb 1-13: Product: ITE Device
[ 34.856031] usb 1-13: Manufacturer: ITE Tech. Inc.
[ 34.868729] hid-generic 0003:048D:5702.0004: hiddev97,hidraw3: USB HID v1.12 Device [ITE Tech. Inc. ITE Device] on usb-0000:00:14.0-13/input0
[ 34.921916] usb 1-11.2: new full-speed USB device number 7 using xhci_hcd
[ 34.998907] usb 1-11.2: New USB device found, idVendor=3434, idProduct=d046, bcdDevice= 1.19
[ 34.998919] usb 1-11.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 34.998922] usb 1-11.2: Product: Keychron M6 4K
[ 34.998925] usb 1-11.2: Manufacturer: Keychron
[ 35.012082] input: Keychron Keychron M6 4K as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.0/0003:3434:D046.0005/input/input8
[ 35.012596] hid-generic 0003:3434:D046.0005: input,hidraw4: USB HID v1.11 Mouse [Keychron Keychron M6 4K] on usb-0000:00:14.0-11.2/input0
[ 35.013361] input: Keychron Keychron M6 4K as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:3434:D046.0006/input/input9
[ 35.104051] hid-generic 0003:3434:D046.0006: input,hidraw5: USB HID v1.11 Keyboard [Keychron Keychron M6 4K] on usb-0000:00:14.0-11.2/input1
[ 35.105132] input: Keychron Keychron M6 4K Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.2/0003:3434:D046.0007/input/input10
[ 35.107863] usb 1-14: new high-speed USB device number 8 using xhci_hcd
[ 35.156238] input: Keychron Keychron M6 4K System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.2/0003:3434:D046.0007/input/input11
[ 35.156553] hid-generic 0003:3434:D046.0007: input,hidraw6: USB HID v1.11 Device [Keychron Keychron M6 4K] on usb-0000:00:14.0-11.2/input2
[ 35.157799] hid-generic 0003:3434:D046.0008: hiddev98,hidraw7: USB HID v1.11 Device [Keychron Keychron M6 4K] on usb-0000:00:14.0-11.2/input3
[ 35.233591] usb 1-14: New USB device found, idVendor=0489, idProduct=e10f, bcdDevice= 1.00
[ 35.233606] usb 1-14: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[ 35.233610] usb 1-14: Product: Wireless_Device
[ 35.233613] usb 1-14: Manufacturer: MediaTek Inc.
[ 35.233616] usb 1-14: SerialNumber: 000000000
[ 35.294981] usb 1-11.3: new full-speed USB device number 9 using xhci_hcd
[ 35.360115] usb 1-11.3: device descriptor read/64, error -32
[ 35.546367] usb 1-11.3: New USB device found, idVendor=045e, idProduct=0b12, bcdDevice= 5.09
[ 35.546381] usb 1-11.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 35.546385] usb 1-11.3: Product: Controller
[ 35.546389] usb 1-11.3: Manufacturer: Microsoft
[ 35.546392] usb 1-11.3: SerialNumber: 3039373130323330373633353132
[ 35.625927] usb 1-11.4: new high-speed USB device number 10 using xhci_hcd
[ 35.702566] usb 1-11.4: New USB device found, idVendor=2e7e, idProduct=0812, bcdDevice= 1.65
[ 35.702580] usb 1-11.4: New USB device strings: Mfr=0, Product=5, SerialNumber=6
[ 35.702585] usb 1-11.4: Product: ViewSonic HD webcam
[ 35.702588] usb 1-11.4: SerialNumber: 0165184900000000
[ 35.703272] usbhid 1-11.4:1.2: couldn't find an input interrupt endpoint
[ 35.875245] EXT4-fs (nvme1n1p2): mounted filesystem 7c02efb6-5c04-4443-9e0a-1dfbdb59c818 r/w with ordered data mode. Quota mode: none.
[ 35.964349] systemd[1]: systemd 259.1-1-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ 35.964366] systemd[1]: Detected architecture x86-64.
[ 35.966505] systemd[1]: Hostname set to <niko-pc>.
[ 36.059716] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ 36.096646] zram: Added device: zram0
[ 36.136122] systemd[1]: Queued start job for default target Graphical Interface.
[ 36.155956] systemd[1]: Created slice CUPS Slice.
[ 36.156311] systemd[1]: Created slice Slice /system/dirmngr.
[ 36.156612] systemd[1]: Created slice Slice /system/gpg-agent.
[ 36.156907] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[ 36.157187] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[ 36.157456] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[ 36.157731] systemd[1]: Created slice Slice /system/keyboxd.
[ 36.157975] systemd[1]: Created slice Slice /system/ly.
[ 36.158235] systemd[1]: Created slice Slice /system/modprobe.
[ 36.158469] systemd[1]: Created slice Slice /system/systemd-zram-setup.
[ 36.158655] systemd[1]: Created slice User and Session Slice.
[ 36.158702] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 36.158878] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 36.159023] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 36.159083] systemd[1]: Expecting device /dev/disk/by-uuid/45AE-926F...
[ 36.159124] systemd[1]: Expecting device /dev/disk/by-uuid/841EAD641EAD4FCA...
[ 36.159165] systemd[1]: Expecting device /dev/zram0...
[ 36.159203] systemd[1]: Reached target Local Encrypted Volumes.
[ 36.159254] systemd[1]: Reached target Login Prompts.
[ 36.159299] systemd[1]: Reached target Image Downloads.
[ 36.159344] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 36.159406] systemd[1]: Reached target Remote File Systems.
[ 36.159452] systemd[1]: Reached target Slice Units.
[ 36.159510] systemd[1]: Reached target Local Verity Protected Volumes.
[ 36.159594] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 36.160159] systemd[1]: Listening on Query the User Interactively for a Password.
[ 36.160801] systemd[1]: Listening on Process Core Dump Socket.
[ 36.161183] systemd[1]: Listening on Credential Encryption/Decryption.
[ 36.161654] systemd[1]: Listening on Factory Reset Management.
[ 36.161727] systemd[1]: Listening on Journal Socket (/dev/log).
[ 36.161794] systemd[1]: Listening on Journal Sockets.
[ 36.162281] systemd[1]: Listening on Console Output Muting Service Socket.
[ 36.162370] systemd[1]: Listening on Network Management Resolve Hook Socket.
[ 36.162448] systemd[1]: Listening on Network Management Varlink Socket.
[ 36.162519] systemd[1]: Listening on Network Management Netlink Socket.
[ 36.162833] systemd[1]: TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki
[ 36.162840] systemd[1]: Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki
[ 36.163143] systemd[1]: Listening on Disk Repartitioning Service Socket.
[ 36.163199] systemd[1]: Listening on Resolve Monitor Varlink Socket.
[ 36.163246] systemd[1]: Listening on Resolve Service Varlink Socket.
[ 36.163299] systemd[1]: Listening on udev Control Socket.
[ 36.163348] systemd[1]: Listening on udev Kernel Socket.
[ 36.163396] systemd[1]: Listening on udev Varlink Socket.
[ 36.163442] systemd[1]: Listening on User Database Manager Socket.
[ 36.163930] systemd[1]: Mounting Huge Pages File System...
[ 36.164301] systemd[1]: Mounting POSIX Message Queue File System...
[ 36.164718] systemd[1]: Mounting Kernel Debug File System...
[ 36.165142] systemd[1]: Mounting Kernel Trace File System...
[ 36.165623] systemd[1]: Starting Create List of Static Device Nodes...
[ 36.165688] systemd[1]: Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs
[ 36.166026] systemd[1]: Mounting Kernel Configuration File System...
[ 36.166700] systemd[1]: Load Kernel Module drm skipped, unmet condition check ConditionKernelModuleLoaded=!drm
[ 36.166711] systemd[1]: Load Kernel Module fuse skipped, unmet condition check ConditionKernelModuleLoaded=!fuse
[ 36.167013] systemd[1]: Mounting FUSE Control File System...
[ 36.167174] systemd[1]: File System Check on Root Device skipped, unmet condition check ConditionPathIsReadWrite=!/
[ 36.167188] systemd[1]: Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
[ 36.167791] systemd[1]: Starting Journal Service...
[ 36.168364] systemd[1]: Starting Load Kernel Modules...
[ 36.168746] systemd[1]: Starting Generate Network Units from Kernel Command Line...
[ 36.168854] systemd[1]: TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki
[ 36.168868] systemd[1]: TPM NvPCR Product ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki
[ 36.169154] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 36.169267] systemd[1]: Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
[ 36.169542] systemd[1]: Starting Load udev Rules from Credentials...
[ 36.169908] systemd[1]: Starting Coldplug All udev Devices...
[ 36.170733] systemd[1]: Mounted Huge Pages File System.
[ 36.170872] systemd[1]: Mounted POSIX Message Queue File System.
[ 36.170989] systemd[1]: Mounted Kernel Debug File System.
[ 36.171104] systemd[1]: Mounted Kernel Trace File System.
[ 36.171276] systemd[1]: Finished Create List of Static Device Nodes.
[ 36.172068] systemd[1]: Mounted Kernel Configuration File System.
[ 36.172200] systemd[1]: Mounted FUSE Control File System.
[ 36.172624] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 36.173889] systemd[1]: Finished Generate Network Units from Kernel Command Line.
[ 36.174138] systemd[1]: Reached target Preparation for Network.
[ 36.175341] systemd[1]: Finished Load udev Rules from Credentials.
[ 36.176618] i2c_dev: i2c /dev entries driver
[ 36.177290] Asymmetric key parser 'pkcs8' registered
[ 36.178352] systemd-journald[570]: Collecting audit messages is disabled.
[ 36.181930] EXT4-fs (nvme1n1p2): re-mounted 7c02efb6-5c04-4443-9e0a-1dfbdb59c818.
[ 36.182333] systemd[1]: Starting User Database Manager...
[ 36.182756] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 36.183137] systemd[1]: Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc
[ 36.183768] systemd[1]: Starting Load/Save OS Random Seed...
[ 36.183961] systemd[1]: TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
[ 36.183978] systemd[1]: TPM PCR NvPCR Initialization Separator skipped, unmet condition check ConditionSecurity=measured-uki
[ 36.188756] systemd[1]: Finished Load/Save OS Random Seed.
[ 36.193101] systemd[1]: Started User Database Manager.
[ 36.215828] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[ 36.216001] systemd[1]: Started Journal Service.
[ 36.220253] nvidia: loading out-of-tree module taints kernel.
[ 36.220258] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 36.223812] systemd-journald[570]: Received client request to flush runtime journal.
[ 36.262589] nvidia-nvlink: Nvlink Core is being initialized, major device number 237[ 36.265891] nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[ 36.310810] NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64 590.48.01 Release Build (root@)
[ 36.323549] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 36.329355] input: Intel HID events as /devices/platform/INTC1078:00/input/input12
[ 36.329429] intel-hid INTC1078:00: failed to enable HID power button
[ 36.337314] EDAC ie31200: No ECC support
[ 36.337349] EDAC ie31200: No ECC support
[ 36.346221] zram0: detected capacity change from 0 to 65658880
[ 36.371165] pps_core: LinuxPPS API ver. 1 registered
[ 36.371166] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 36.371481] input: PC Speaker as /devices/platform/pcspkr/input/input13
[ 36.373456] PTP clock support registered
[ 36.375906] spi-nor spi0.0: supply vcc not found, using dummy regulator
[ 36.376503] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 36.376521] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 36.377662] Intel(R) 2.5G Ethernet Linux Driver
[ 36.377663] Copyright(c) 2018 Intel Corporation.
[ 36.377798] igc 0000:06:00.0: PTM enabled, 4ns granularity
[ 36.378261] Creating 1 MTD partitions on "0000:00:1f.5":
[ 36.378263] 0x000000000000-0x000002000000 : "BIOS"
[ 36.378634] i2c i2c-6: Successfully instantiated SPD at 0x50
[ 36.378982] i2c i2c-6: Successfully instantiated SPD at 0x51
[ 36.379320] i2c i2c-6: Successfully instantiated SPD at 0x52
[ 36.379645] i2c i2c-6: Successfully instantiated SPD at 0x53
[ 36.380405] mousedev: PS/2 mouse device common for all mice
[ 36.381331] mc: Linux media interface: v0.10
[ 36.382351] input: Microsoft Xbox Series S|X Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.3/1-11.3:1.0/input/input14
[ 36.382543] usbcore: registered new interface driver xpad
[ 36.383203] intel_pmc_core INT33A1:00: initialized
[ 36.383480] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
[ 36.383481] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 36.383482] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 36.386576] iTCO_vendor_support: vendor-support=0
[ 36.387297] videodev: Linux video capture interface: v2.00
[ 36.390369] spd5118 6-0050: DDR5 temperature sensor: vendor 0x06:0x32 revision 1.6
[ 36.394950] spd5118 6-0051: DDR5 temperature sensor: vendor 0x06:0x32 revision 1.6
[ 36.399522] spd5118 6-0052: DDR5 temperature sensor: vendor 0x06:0x32 revision 1.6
[ 36.403989] spd5118 6-0053: DDR5 temperature sensor: vendor 0x06:0x32 revision 1.6
[ 36.410427] Bluetooth: Core ver 2.22
[ 36.410442] NET: Registered PF_BLUETOOTH protocol family
[ 36.410443] Bluetooth: HCI device and connection manager initialized
[ 36.410445] Bluetooth: HCI socket layer initialized
[ 36.410446] Bluetooth: L2CAP socket layer initialized
[ 36.410449] Bluetooth: SCO socket layer initialized
[ 36.425023] igc 0000:06:00.0 (unnamed net_device) (uninitialized): PHC added
[ 36.449930] igc 0000:06:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[ 36.449934] igc 0000:06:00.0 eth0: MAC: 74:56:3c:b7:81:69
[ 36.456025] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[ 36.456107] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 36.457579] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for x86_64 590.48.01 Release Build (root@)
[ 36.458113] igc 0000:06:00.0 enp6s0: renamed from eth0
[ 36.473261] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 36.491547] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 36.493759] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 36.493835] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 36.496838] faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
[ 36.496840] cfg80211: failed to load regulatory.db
[ 36.505178] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 36.505491] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[ 36.505524] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 36.505527] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 36.508113] usbcore: registered new interface driver btusb
[ 36.519964] Bluetooth: hci0: Opcode 0x0c03 failed: -16
[ 36.522119] usbcore: registered new interface driver snd-usb-audio
[ 36.522137] uvcvideo 1-11.4:1.0: Found UVC 1.10 device ViewSonic HD webcam (2e7e:0812)
[ 36.524187] snd_hda_codec_alc882 hdaudioC1D0: autoconfig for ALC1220: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[ 36.524190] snd_hda_codec_alc882 hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 36.524192] snd_hda_codec_alc882 hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 36.524193] snd_hda_codec_alc882 hdaudioC1D0: mono: mono_out=0x0
[ 36.524193] snd_hda_codec_alc882 hdaudioC1D0: dig-out=0x1e/0x0
[ 36.524194] snd_hda_codec_alc882 hdaudioC1D0: inputs:
[ 36.524195] snd_hda_codec_alc882 hdaudioC1D0: Rear Mic=0x18
[ 36.524196] snd_hda_codec_alc882 hdaudioC1D0: Front Mic=0x19
[ 36.529131] intel_tcc_cooling: TCC Offset locked
[ 36.532861] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input15
[ 36.532881] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input16
[ 36.532895] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input17
[ 36.532917] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input18
[ 36.534787] Adding 32829436k swap on /dev/zram0. Priority:100 extents:1 across:32829436k SSDsc
[ 36.536417] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input19
[ 36.536438] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input20
[ 36.536452] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card1/input21
[ 36.536468] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card1/input22
[ 36.540042] usbcore: registered new interface driver uvcvideo
[ 36.604593] intel_rapl_msr: PL4 support detected.
[ 36.604607] intel_rapl_common: Found RAPL domain package
[ 36.604609] intel_rapl_common: Found RAPL domain core
[ 37.729629] [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 1
[ 37.743814] Console: switching to colour dummy device 80x25
[ 37.754094] nvidia 0000:01:00.0: vgaarb: deactivate vga console
[ 37.814434] fbcon: nvidia-drmdrmfb (fb0) is primary device
[ 38.060159] Console: switching to colour frame buffer device 160x45
[ 38.061865] nvidia 0000:01:00.0: [drm] fb0: nvidia-drmdrmfb frame buffer device
[ 38.143476] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 38.143478] Bluetooth: BNEP filters: protocol multicast
[ 38.143480] Bluetooth: BNEP socket layer initialized
[ 38.804445] igc 0000:06:00.0 enp6s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[ 39.690226] systemd-journald[570]: Time jumped backwards, rotating.
[ 158.187478] Initializing XFRM netlink socket
[ 158.215375] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Offline
Looks like the delay is caused by udev in initramfs. This may or may not be related to I2C.
Please post your /etc/mkinitcpio.conf.
Did you try to blacklist i2c_dev module? (Don't forget to re-generate initramfs before reboot).
there is my dmesg journal
dmesg is kernel only log. Please post output of "journalctl --boot 0 --system" after fresh boot. (You can upload large text and post a link instead of pasting full text into message).
Offline