You are not logged in.

#1 2025-06-25 15:47:46

Tiikerihai
Member
Registered: 2025-06-25
Posts: 21

[SOLVED] USB issues? Bluetooth? resulting in very long boot times

EDIT3: I had it happen again, and I can 100% confirm that power cycling the BT controller is what fixes it. That is exactly what disabling it from UEFI does, but it's a pretty safe assumption that unplugging the computer from power would work too.
EDIT2: Ok, here is how I fixed it. I turned my BT back on in UEFI, booted into Ubuntu Live to test if it would work there to verify whether it was actually a hardware failure or something exclusive to Arch - It sure does. Paired with my Xbox controller and everything. Then I booted back into Arch without turning BT back off. Boot time is now normal, the controller works again and it pairs with my Xbox controller in Arch. I don't know how it got messed up, but somewhere between turning the BT controller off and booting into Ubuntu it was automagically fixed.
EDIT: Upon further inspection I finally found something that no longer works - it's bluetooth. The bluetooth device is gone. USB issues may just be a red herring (or maybe the bluetooth uses USB).
Sure enough boot times are down to normal when bluetooth is disabled in UEFI. I don't know what to make of that. It's not an actual solution because I have no bluetooth, but I don't really understand what happened to it either. Hardware failure? Hard to believe.

So after doing pacman -Syu just yesterday I noticed my computer booted extremely slow, I tried looking at journalctl -b to see if I could find something wrong but according to that my computer booted in less than 30 seconds
Systemd-analyze disagrees.

Startup finished in 28.121s (firmware) + 2.854s (loader) + 1min 7.612s (kernel) + 21.711s (userspace) = 2min 299ms 
graphical.target reached after 21.711s in userspace.

I then found a command online that outright answered the question of what was wrong instantly - dmesg. Apparently what is happening is there is some serious USB failure going on in the boot process and that is slowing it to over a minute. Now I did some exploring of the USB issues after I found that USB was causing it, like removing some devices on startup and observing what happened over multiple different boots - here is what I found: All the USB ports which I can test (can't test USB-C) work, but they don't work reliably. Every time I reboot, one or more of the USB ports might randomly not have anything plugged into them despite having something plugged into them so I have no keyboard/no mouse/UPS isn't communicating. If I move the device from 1 port to another, it will start working and I've also observed that the previously non-working port also starts working. In any case, as long as the computer is in desktop environment and running the ports work fine, there are no issues until next time I reboot.

dmesg

[    0.000000] Linux version 6.15.3-arch1-1 (linux@archlinux) (gcc (GCC) 15.1.1 20250425, GNU ld (GNU Binutils) 2.44.0) #1 SMP PREEMPT_DYNAMIC Thu, 19 Jun 2025 14:41:19 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8fd4b5e3-174c-45e3-801c-d4eb8484f414 rw loglevel=3 quiet split_lock_detect=off
[    0.000000] x86/split lock detection: disabled
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a21dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a21e000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b020fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b021000-0x000000008567efff] usable
[    0.000000] BIOS-e820: [mem 0x000000008567f000-0x000000008b67efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008b67f000-0x000000008d67efff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008d67f000-0x000000008f67efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008f67f000-0x00000000977fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000977ff000-0x0000000099ff6fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000099ff7000-0x0000000099ffbfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000099ffc000-0x0000000099ffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000009a000000-0x000000009bffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009d7f3000-0x000000009fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f7000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000083de7ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000083eec0000-0x00000008801fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.9 by American Megatrends
[    0.000000] efi: ACPI=0x8f665000 ACPI 2.0=0x8f665014 TPMFinalLog=0x8f632000 SMBIOS=0x974d7000 SMBIOS 3.0=0x974d6000 MEMATTR=0x7e5e9698 ESRT=0x803d8898 INITRD=0x7e5e1b18 RNG=0x8d5c0018 TPMEventLog=0x8d5bf018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem54: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[    0.000000] efi: Remove mem55: MMIO range=[0xf7000000-0xfedfffff] (126MB) from e820 map
[    0.000000] e820: remove [mem 0xf7000000-0xfedfffff] reserved
[    0.000000] efi: Not removing mem56: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
[    0.000000] e820: remove [mem 0xfee01000-0xffffffff] reserved
[    0.000000] efi: Remove mem59: MMIO range=[0x860000000-0x8801fffff] (514MB) from e820 map
[    0.000000] e820: remove [mem 0x860000000-0x8801fffff] reserved
[    0.000000] SMBIOS 3.4.0 present.
[    0.000000] DMI: ASRock X870 Pro RS WiFi/X870 Pro RS WiFi, BIOS 3.30 06/16/2025
[    0.000000] DMI: Memory slots populated: 2/4
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3793.086 MHz processor
[    0.000110] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000111] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000115] last_pfn = 0x83de80 max_arch_pfn = 0x400000000
[    0.000120] MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
[    0.000121] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000234] e820: update [mem 0xa0000000-0xffffffff] usable ==> reserved
[    0.000238] last_pfn = 0x9a000 max_arch_pfn = 0x400000000
[    0.002995] esrt: Reserving ESRT space from 0x00000000803d8898 to 0x00000000803d88d0.
[    0.003000] e820: update [mem 0x803d8000-0x803d8fff] usable ==> reserved
[    0.003008] Using GB pages for direct mapping
[    0.003205] Secure boot disabled
[    0.003206] RAMDISK: [mem 0x75a2b000-0x7a70cfff]
[    0.003325] ACPI: Early table checksum verification disabled
[    0.003327] ACPI: RSDP 0x000000008F665014 000024 (v02 ALASKA)
[    0.003329] ACPI: XSDT 0x000000008F664728 0000F4 (v01 ALASKA A M I    00000001 AMI  01000013)
[    0.003333] ACPI: FACP 0x000000008D674000 000114 (v06 ALASKA A M I    00000001 AMI  00010013)
[    0.003336] ACPI: DSDT 0x000000008D5F8000 072F5D (v02 ALASKA A M I    00000001 INTL 20220331)
[    0.003337] ACPI: FACS 0x000000008F662000 000040
[    0.003338] ACPI: SSDT 0x000000008D676000 00816C (v02 AMD    Splinter 00000002 MSFT 05000000)
[    0.003340] ACPI: SSDT 0x000000008D675000 000221 (v02 ALASKA CPUSSDT  00000001 AMI  00000001)
[    0.003341] ACPI: FIDT 0x000000008D66E000 00009C (v01 ALASKA A M I    00000001 AMI  00010013)
[    0.003342] ACPI: MCFG 0x000000008D66D000 00003C (v01 ALASKA A M I    00000001 MSFT 00010013)
[    0.003342] ACPI: HPET 0x000000008D66C000 000038 (v01 ALASKA A M I    00000001 AMI  00000005)
[    0.003343] ACPI: FPDT 0x000000008D66B000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003344] ACPI: VFCT 0x000000008D5ED000 00AE84 (v01 ALASKA A M I    00000001 AMD  33504F47)
[    0.003345] ACPI: BGRT 0x000000008D673000 000038 (v01 ALASKA A M I    00000001 AMI  00010013)
[    0.003346] ACPI: TPM2 0x000000008D672000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.003347] ACPI: SSDT 0x000000008D5E8000 004DEE (v02 AMD    AMD CPU  00000001 AMD  00000001)
[    0.003348] ACPI: SSDT 0x000000008D671000 000041 (v01 AMD    AppCompD 00000001 INTL 20220331)
[    0.003349] ACPI: SSDT 0x000000008D5DA000 00D214 (v02 AMD    DISCUSB4 00000002 INTL 20220331)
[    0.003350] ACPI: SSDT 0x000000008D670000 0006D4 (v02 AMD    CPMWLRC  00000001 INTL 20220331)
[    0.003351] ACPI: SSDT 0x000000008D5D8000 00169E (v02 AMD    CPMDFIG2 00000001 INTL 20220331)
[    0.003352] ACPI: SSDT 0x000000008D5D5000 002AA6 (v02 AMD    CDFAAIG2 00000001 INTL 20220331)
[    0.003353] ACPI: SSDT 0x000000008D66F000 00078F (v02 AMD    CPMDFDG1 00000001 INTL 20220331)
[    0.003354] ACPI: SSDT 0x000000008D5CB000 009A6C (v02 AMD    CPMCMN   00000001 INTL 20220331)
[    0.003355] ACPI: SSDT 0x000000008D5C8000 0029A3 (v02 AMD    AOD      00000001 INTL 20220331)
[    0.003356] ACPI: WSMT 0x000000008D5C7000 000028 (v01 ALASKA A M I    00000001 AMI  00010013)
[    0.003357] ACPI: APIC 0x000000008D5C6000 00015E (v06 ALASKA A M I    00000001 AMI  00010013)
[    0.003358] ACPI: IVRS 0x000000008D5C5000 0000C8 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003359] ACPI: SSDT 0x000000008D5C4000 000500 (v02 AMD    MEMTOOL0 00000002 INTL 20220331)
[    0.003360] ACPI: SSDT 0x000000008D5C3000 0009D0 (v02 AMD    CPMMSOSC 00000001 INTL 20220331)
[    0.003361] ACPI: SSDT 0x000000008D5C2000 00047C (v02 AMD    AMDWOV   00000001 INTL 20220331)
[    0.003362] ACPI: SSDT 0x000000008D5C1000 00044E (v02 AMD    AmdTable 00000001 INTL 20220331)
[    0.003362] ACPI: Reserving FACP table memory at [mem 0x8d674000-0x8d674113]
[    0.003363] ACPI: Reserving DSDT table memory at [mem 0x8d5f8000-0x8d66af5c]
[    0.003363] ACPI: Reserving FACS table memory at [mem 0x8f662000-0x8f66203f]
[    0.003363] ACPI: Reserving SSDT table memory at [mem 0x8d676000-0x8d67e16b]
[    0.003364] ACPI: Reserving SSDT table memory at [mem 0x8d675000-0x8d675220]
[    0.003364] ACPI: Reserving FIDT table memory at [mem 0x8d66e000-0x8d66e09b]
[    0.003364] ACPI: Reserving MCFG table memory at [mem 0x8d66d000-0x8d66d03b]
[    0.003364] ACPI: Reserving HPET table memory at [mem 0x8d66c000-0x8d66c037]
[    0.003365] ACPI: Reserving FPDT table memory at [mem 0x8d66b000-0x8d66b043]
[    0.003365] ACPI: Reserving VFCT table memory at [mem 0x8d5ed000-0x8d5f7e83]
[    0.003365] ACPI: Reserving BGRT table memory at [mem 0x8d673000-0x8d673037]
[    0.003365] ACPI: Reserving TPM2 table memory at [mem 0x8d672000-0x8d67204b]
[    0.003365] ACPI: Reserving SSDT table memory at [mem 0x8d5e8000-0x8d5ecded]
[    0.003366] ACPI: Reserving SSDT table memory at [mem 0x8d671000-0x8d671040]
[    0.003366] ACPI: Reserving SSDT table memory at [mem 0x8d5da000-0x8d5e7213]
[    0.003366] ACPI: Reserving SSDT table memory at [mem 0x8d670000-0x8d6706d3]
[    0.003366] ACPI: Reserving SSDT table memory at [mem 0x8d5d8000-0x8d5d969d]
[    0.003367] ACPI: Reserving SSDT table memory at [mem 0x8d5d5000-0x8d5d7aa5]
[    0.003367] ACPI: Reserving SSDT table memory at [mem 0x8d66f000-0x8d66f78e]
[    0.003367] ACPI: Reserving SSDT table memory at [mem 0x8d5cb000-0x8d5d4a6b]
[    0.003367] ACPI: Reserving SSDT table memory at [mem 0x8d5c8000-0x8d5ca9a2]
[    0.003368] ACPI: Reserving WSMT table memory at [mem 0x8d5c7000-0x8d5c7027]
[    0.003368] ACPI: Reserving APIC table memory at [mem 0x8d5c6000-0x8d5c615d]
[    0.003368] ACPI: Reserving IVRS table memory at [mem 0x8d5c5000-0x8d5c50c7]
[    0.003368] ACPI: Reserving SSDT table memory at [mem 0x8d5c4000-0x8d5c44ff]
[    0.003368] ACPI: Reserving SSDT table memory at [mem 0x8d5c3000-0x8d5c39cf]
[    0.003369] ACPI: Reserving SSDT table memory at [mem 0x8d5c2000-0x8d5c247b]
[    0.003369] ACPI: Reserving SSDT table memory at [mem 0x8d5c1000-0x8d5c144d]
[    0.003409] No NUMA configuration found
[    0.003410] Faking a node at [mem 0x0000000000000000-0x000000083de7ffff]
[    0.003413] NODE_DATA(0) allocated [mem 0x83de55280-0x83de7ffff]
[    0.003498] Zone ranges:
[    0.003499]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.003500]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.003500]   Normal   [mem 0x0000000100000000-0x000000083de7ffff]
[    0.003501]   Device   empty
[    0.003501] Movable zone start for each node
[    0.003502] Early memory node ranges
[    0.003502]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.003503]   node   0: [mem 0x0000000000100000-0x0000000009afefff]
[    0.003503]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.003504]   node   0: [mem 0x000000000a21e000-0x000000000affffff]
[    0.003504]   node   0: [mem 0x000000000b021000-0x000000008567efff]
[    0.003504]   node   0: [mem 0x00000000977ff000-0x0000000099ff6fff]
[    0.003504]   node   0: [mem 0x0000000099ffc000-0x0000000099ffffff]
[    0.003505]   node   0: [mem 0x0000000100000000-0x000000083de7ffff]
[    0.003506] Initmem setup node 0 [mem 0x0000000000001000-0x000000083de7ffff]
[    0.003510] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.003516] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.003559] On node 0, zone DMA32: 1281 pages in unavailable ranges
[    0.003564] On node 0, zone DMA32: 30 pages in unavailable ranges
[    0.004137] On node 0, zone DMA32: 33 pages in unavailable ranges
[    0.004269] On node 0, zone DMA32: 41344 pages in unavailable ranges
[    0.004269] On node 0, zone DMA32: 5 pages in unavailable ranges
[    0.022890] On node 0, zone Normal: 24576 pages in unavailable ranges
[    0.022914] On node 0, zone Normal: 8576 pages in unavailable ranges
[    0.023425] ACPI: PM-Timer IO Port: 0x808
[    0.023432] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.023441] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[    0.023444] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[    0.023445] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.023446] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.023448] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.023449] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.023455] e820: update [mem 0x80086000-0x800c6fff] usable ==> reserved
[    0.023464] CPU topo: Max. logical packages:   1
[    0.023465] CPU topo: Max. logical dies:       1
[    0.023465] CPU topo: Max. dies per package:   1
[    0.023466] CPU topo: Max. threads per core:   2
[    0.023467] CPU topo: Num. cores per package:     8
[    0.023467] CPU topo: Num. threads per package:  16
[    0.023467] CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
[    0.023477] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.023478] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.023479] PM: hibernation: Registered nosave memory: [mem 0x09aff000-0x09ffffff]
[    0.023479] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a21dfff]
[    0.023480] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b020fff]
[    0.023480] PM: hibernation: Registered nosave memory: [mem 0x80086000-0x800c6fff]
[    0.023481] PM: hibernation: Registered nosave memory: [mem 0x803d8000-0x803d8fff]
[    0.023481] PM: hibernation: Registered nosave memory: [mem 0x8567f000-0x977fefff]
[    0.023482] PM: hibernation: Registered nosave memory: [mem 0x99ff7000-0x99ffbfff]
[    0.023482] PM: hibernation: Registered nosave memory: [mem 0x9a000000-0xffffffff]
[    0.023483] [mem 0xa0000000-0xfedfffff] available for PCI devices
[    0.023484] Booting paravirtualized kernel on bare hardware
[    0.023485] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.026732] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.026964] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    0.026967] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[    0.026968] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.026978] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8fd4b5e3-174c-45e3-801c-d4eb8484f414 rw loglevel=3 quiet split_lock_detect=off
[    0.027014] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux split_lock_detect=off", will be passed to user space.
[    0.027212] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[    0.028389] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.028894] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.028972] software IO TLB: area num 16.
[    0.032996] Fallback order for Node 0: 0 
[    0.033001] Built 1 zonelists, mobility grouping on.  Total pages: 8148826
[    0.033001] Policy zone: Normal
[    0.033082] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.059215] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.065912] ftrace: allocating 55575 entries in 220 pages
[    0.065912] ftrace: allocated 220 pages with 5 groups
[    0.065956] Dynamic Preempt: full
[    0.065989] rcu: Preemptible hierarchical RCU implementation.
[    0.065989] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.065990] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.065990] 	Trampoline variant of Tasks RCU enabled.
[    0.065991] 	Rude variant of Tasks RCU enabled.
[    0.065991] 	Tracing variant of Tasks RCU enabled.
[    0.065991] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.065992] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.065997] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[    0.065998] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[    0.065999] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[    0.068111] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.068285] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.068421] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.068438] Console: colour dummy device 80x25
[    0.068440] printk: legacy console [tty0] enabled
[    0.068460] ACPI: Core revision 20240827
[    0.068645] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.068656] APIC: Switch to symmetric I/O mode setup
[    0.068835] AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
[    0.069608] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.073661] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d59ab7eb16, max_idle_ns: 881590985310 ns
[    0.073663] Calibrating delay loop (skipped), value calculated using timer frequency.. 7586.17 BogoMIPS (lpj=3793086)
[    0.073675] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.073734] LVT offset 1 assigned for vector 0xf9
[    0.073947] LVT offset 2 assigned for vector 0xf4
[    0.074009] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 32
[    0.074009] Last level dTLB entries: 4KB 128, 2MB 128, 4MB 64, 1GB 0
[    0.074011] process: using mwait in idle threads
[    0.074012] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.074013] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.074015] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.074015] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.074016] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.074017] Speculative Return Stack Overflow: Mitigation: IBPB on VMEXIT only
[    0.074021] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.074022] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.074023] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.074023] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.074024] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.074024] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.074025] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.074025] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.074026] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.074027] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.074028] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.074028] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.074029] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.074029] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]:   16
[    0.074030] x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
[    0.088981] Freeing SMP alternatives memory: 52K
[    0.088983] pid_max: default: 32768 minimum: 301
[    0.090316] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[    0.090356] landlock: Up and running.
[    0.090358] Yama: becoming mindful.
[    0.090452] LSM support for eBPF active
[    0.090474] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.090487] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.192776] smpboot: CPU0: AMD Ryzen 7 9700X 8-Core Processor (family: 0x1a, model: 0x44, stepping: 0x0)
[    0.192843] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[    0.192858] ... version:                2
[    0.192859] ... bit width:              48
[    0.192859] ... generic registers:      6
[    0.192859] ... value mask:             0000ffffffffffff
[    0.192860] ... max period:             00007fffffffffff
[    0.192860] ... fixed-purpose events:   0
[    0.192860] ... event mask:             000000000000003f
[    0.192912] signal: max sigframe size: 3376
[    0.192925] rcu: Hierarchical SRCU implementation.
[    0.192925] rcu: 	Max phase no-delay instances is 400.
[    0.192947] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[    0.193051] MCE: In-kernel MCE decoding enabled.
[    0.193067] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.193107] smp: Bringing up secondary CPUs ...
[    0.193137] smpboot: x86: Booting SMP configuration:
[    0.193137] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.195765] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.195765] smp: Brought up 1 node, 16 CPUs
[    0.195765] smpboot: Total of 16 processors activated (121378.75 BogoMIPS)
[    0.196739] Memory: 31798464K/32595304K available (19692K kernel code, 2940K rwdata, 16512K rodata, 4632K init, 5036K bss, 773364K reserved, 0K cma-reserved)
[    0.196871] devtmpfs: initialized
[    0.196871] x86/mm: Memory block size: 128MB
[    0.198332] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a21dfff] (122880 bytes)
[    0.198332] ACPI: PM: Registering ACPI NVS region [mem 0x8d67f000-0x8f67efff] (33554432 bytes)
[    0.198332] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.198332] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.198332] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.198332] pinctrl core: initialized pinctrl subsystem
[    0.198332] PM: RTC time: 14:07:26, date: 2025-06-25
[    0.198737] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.198871] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.198962] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.199053] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.199056] audit: initializing netlink subsys (disabled)
[    0.199059] audit: type=2000 audit(1750860446.130:1): state=initialized audit_enabled=0 res=1
[    0.199059] thermal_sys: Registered thermal governor 'fair_share'
[    0.199059] thermal_sys: Registered thermal governor 'bang_bang'
[    0.199059] thermal_sys: Registered thermal governor 'step_wise'
[    0.199059] thermal_sys: Registered thermal governor 'user_space'
[    0.199059] thermal_sys: Registered thermal governor 'power_allocator'
[    0.199059] cpuidle: using governor ladder
[    0.199059] cpuidle: using governor menu
[    0.199059] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.199059] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.199059] PCI: Using configuration type 1 for base access
[    0.199059] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.202702] HugeTLB: allocation took 0ms with hugepage_allocation_threads=4
[    0.202702] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.202702] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.202702] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.202702] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.202708] raid6: skipped pq benchmark and selected avx512x4
[    0.202708] raid6: using avx512x2 recovery algorithm
[    0.202708] ACPI: Added _OSI(Module Device)
[    0.202708] ACPI: Added _OSI(Processor Device)
[    0.202708] ACPI: Added _OSI(Processor Aggregator Device)
[    0.208162] ACPI: 16 ACPI AML tables successfully acquired and loaded
[    0.235133] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[    0.235134] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[    0.235439] ACPI: Interpreter enabled
[    0.235446] ACPI: PM: (supports S0 S3 S4 S5)
[    0.235447] ACPI: Using IOAPIC for interrupt routing
[    0.268088] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.268089] PCI: Ignoring E820 reservations for host bridge windows
[    0.268219] ACPI: Enabled 7 GPEs in block 00 to 1F
[    0.268930] ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
[    0.269437] ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
[    0.270286] ACPI: \_SB_.PCI0.GP19.XHC2.P0U2: New power resource
[    0.270500] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[    0.270591] ACPI: \_SB_.PCI0.GPP1.P0NV: New power resource
[    0.270878] ACPI: \_SB_.PCI0.GPP7.PWRS: New power resource
[    0.270978] ACPI: \_SB_.PCI0.GPP7.UP00.PWRS: New power resource
[    0.271073] ACPI: \_SB_.PCI0.GPP7.UP00.DP00.PWRS: New power resource
[    0.271213] ACPI: \_SB_.PCI0.GPP7.UP00.DP00.NV00.PWRS: New power resource
[    0.271296] ACPI: \_SB_.PCI0.GPP7.UP00.DP08.PWRS: New power resource
[    0.271361] ACPI: \_SB_.PCI0.GPP7.UP00.DP08.EP00.PWRS: New power resource
[    0.271437] ACPI: \_SB_.PCI0.GPP7.UP00.DP10.PWRS: New power resource
[    0.271502] ACPI: \_SB_.PCI0.GPP7.UP00.DP10.WN00.PWRS: New power resource
[    0.271575] ACPI: \_SB_.PCI0.GPP7.UP00.DP18.PWRS: New power resource
[    0.271637] ACPI: \_SB_.PCI0.GPP7.UP00.DP18.LN00.PWRS: New power resource
[    0.271710] ACPI: \_SB_.PCI0.GPP7.UP00.DP20.PWRS: New power resource
[    0.271850] ACPI: \_SB_.PCI0.GPP7.UP00.DP20.NV00.PWRS: New power resource
[    0.271931] ACPI: \_SB_.PCI0.GPP7.UP00.DP28.PWRS: New power resource
[    0.271993] ACPI: \_SB_.PCI0.GPP7.UP00.DP28.EP00.PWRS: New power resource
[    0.272662] ACPI: \_SB_.PCI0.GPP7.UP00.DP30.PWRS: New power resource
[    0.272662] ACPI: \_SB_.PCI0.GPP7.UP00.DP30.EP00.PWRS: New power resource
[    0.272662] ACPI: \_SB_.PCI0.GPP7.UP00.DP38.PWRS: New power resource
[    0.272662] ACPI: \_SB_.PCI0.GPP7.UP00.DP38.EP00.PWRS: New power resource
[    0.272662] ACPI: \_SB_.PCI0.GPP7.UP00.DP40.PWRS: New power resource
[    0.272662] ACPI: \_SB_.PCI0.GPP7.UP00.DP40.EP00.PWRS: New power resource
[    0.272662] ACPI: \_SB_.PCI0.GPP7.UP00.DP48.PWRS: New power resource
[    0.272662] ACPI: \_SB_.PCI0.GPP7.UP00.DP48.EP00.PWRS: New power resource
[    0.272746] ACPI: \_SB_.PCI0.GPP7.UP00.DP50.PWRS: New power resource
[    0.272840] ACPI: \_SB_.PCI0.GPP7.UP00.DP50.EP00.PWRS: New power resource
[    0.272934] ACPI: \_SB_.PCI0.GPP7.UP00.DP58.PWRS: New power resource
[    0.273028] ACPI: \_SB_.PCI0.GPP7.UP00.DP58.EP00.PWRS: New power resource
[    0.273124] ACPI: \_SB_.PCI0.GPP7.UP00.DP60.PWRS: New power resource
[    0.273217] ACPI: \_SB_.PCI0.GPP7.UP00.DP60.XH00.PWRS: New power resource
[    0.274662] ACPI: \_SB_.PCI0.GPP7.UP00.DP68.PWRS: New power resource
[    0.274662] ACPI: \_SB_.PCI0.GPP7.UP00.DP68.SA00.PWRS: New power resource
[    0.274964] ACPI: \_SB_.PCI0.GPP8.PWRS: New power resource
[    0.279196] ACPI: \_SB_.PCI0.GPP8.U4UP.PWRS: New power resource
[    0.281656] ACPI: \_SB_.PCI0.GPP8.U4UP.U4P0.PWRS: New power resource
[    0.284082] ACPI: \_SB_.PCI0.GPP8.U4UP.U4P0.UP0D.PWRS: New power resource
[    0.284351] ACPI: \_SB_.PCI0.GPP8.U4UP.U4P1.PWRS: New power resource
[    0.286795] ACPI: \_SB_.PCI0.GPP8.U4UP.U4P1.UP1D.PWRS: New power resource
[    0.286976] ACPI: \_SB_.PCI0.GPP8.U4UP.U4P2.PWRS: New power resource
[    0.289347] ACPI: \_SB_.PCI0.GPP8.U4UP.U4P2.UXHC.PWRS: New power resource
[    0.292099] ACPI: \_SB_.PCI0.GPP8.U4UP.U4P3.PWRS: New power resource
[    0.294487] ACPI: \_SB_.PCI0.GPP8.U4UP.U4P3.UHI0.PWRS: New power resource
[    0.298087] ACPI: \_SB_.PRWL: New power resource
[    0.298095] ACPI: \_SB_.PRWB: New power resource
[    0.298299] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.298303] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.298348] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.298567] PCI host bridge to bus 0000:00
[    0.298568] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.298569] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.298570] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.298570] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.298571] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.298571] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff window]
[    0.298571] pci_bus 0000:00: root bus resource [mem 0x860000000-0xffffffffff window]
[    0.298572] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.298582] pci 0000:00:00.0: [1022:14d8] type 00 class 0x060000 conventional PCI endpoint
[    0.298642] pci 0000:00:00.2: [1022:14d9] type 00 class 0x080600 conventional PCI endpoint
[    0.298692] pci 0000:00:01.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[    0.298732] pci 0000:00:01.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[    0.298743] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.298746] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.298748] pci 0000:00:01.1:   bridge window [mem 0xdd000000-0xde0fffff]
[    0.298752] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfa01ffffff 64bit pref]
[    0.298801] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.298984] pci 0000:00:01.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[    0.298994] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.298998] pci 0000:00:01.2:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.299047] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.299121] pci 0000:00:02.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[    0.299160] pci 0000:00:02.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[    0.299171] pci 0000:00:02.1: PCI bridge to [bus 03-0c]
[    0.299173] pci 0000:00:02.1:   bridge window [io  0xc000-0xdfff]
[    0.299174] pci 0000:00:02.1:   bridge window [mem 0xde200000-0xde9fffff]
[    0.299183] pci 0000:00:02.1: enabling Extended Tags
[    0.299226] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.299327] pci 0000:00:02.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[    0.299337] pci 0000:00:02.2: PCI bridge to [bus 0d-70]
[    0.299340] pci 0000:00:02.2:   bridge window [io  0x6000-0xbfff]
[    0.299341] pci 0000:00:02.2:   bridge window [mem 0xac000000-0xdc7fffff]
[    0.299345] pci 0000:00:02.2:   bridge window [mem 0xb800000000-0xf7ffffffff 64bit pref]
[    0.299391] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.299471] pci 0000:00:03.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[    0.299514] pci 0000:00:04.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[    0.299559] pci 0000:00:08.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[    0.299599] pci 0000:00:08.1: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[    0.299607] pci 0000:00:08.1: PCI bridge to [bus 71]
[    0.299609] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.299610] pci 0000:00:08.1:   bridge window [mem 0xdea00000-0xdeffffff]
[    0.299613] pci 0000:00:08.1:   bridge window [mem 0xfa10000000-0xfa1fffffff 64bit pref]
[    0.299617] pci 0000:00:08.1: enabling Extended Tags
[    0.299639] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.299695] pci 0000:00:08.3: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[    0.299703] pci 0000:00:08.3: PCI bridge to [bus 72]
[    0.299705] pci 0000:00:08.3:   bridge window [mem 0xdf000000-0xdf0fffff]
[    0.299712] pci 0000:00:08.3: enabling Extended Tags
[    0.299745] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[    0.299805] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    0.299863] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    0.299929] pci 0000:00:18.0: [1022:14e0] type 00 class 0x060000 conventional PCI endpoint
[    0.299946] pci 0000:00:18.1: [1022:14e1] type 00 class 0x060000 conventional PCI endpoint
[    0.299964] pci 0000:00:18.2: [1022:14e2] type 00 class 0x060000 conventional PCI endpoint
[    0.299981] pci 0000:00:18.3: [1022:14e3] type 00 class 0x060000 conventional PCI endpoint
[    0.299997] pci 0000:00:18.4: [1022:14e4] type 00 class 0x060000 conventional PCI endpoint
[    0.300014] pci 0000:00:18.5: [1022:14e5] type 00 class 0x060000 conventional PCI endpoint
[    0.300032] pci 0000:00:18.6: [1022:14e6] type 00 class 0x060000 conventional PCI endpoint
[    0.300049] pci 0000:00:18.7: [1022:14e7] type 00 class 0x060000 conventional PCI endpoint
[    0.300110] pci 0000:01:00.0: [10de:24c9] type 00 class 0x030000 PCIe Legacy Endpoint
[    0.300127] pci 0000:01:00.0: BAR 0 [mem 0xdd000000-0xddffffff]
[    0.300129] pci 0000:01:00.0: BAR 1 [mem 0xf800000000-0xf9ffffffff 64bit pref]
[    0.300130] pci 0000:01:00.0: BAR 3 [mem 0xfa00000000-0xfa01ffffff 64bit pref]
[    0.300131] pci 0000:01:00.0: BAR 5 [io  0xf000-0xf07f]
[    0.300132] pci 0000:01:00.0: ROM [mem 0xde000000-0xde07ffff pref]
[    0.300167] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.300269] pci 0000:01:00.1: [10de:228b] type 00 class 0x040300 PCIe Endpoint
[    0.300286] pci 0000:01:00.1: BAR 0 [mem 0xde080000-0xde083fff]
[    0.300367] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.300444] pci 0000:02:00.0: [2646:501f] type 00 class 0x010802 PCIe Endpoint
[    0.300535] pci 0000:02:00.0: BAR 0 [mem 0xdf100000-0xdf103fff 64bit]
[    0.301096] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.301148] pci 0000:03:00.0: [1022:43f4] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.301163] pci 0000:03:00.0: PCI bridge to [bus 04-0c]
[    0.301166] pci 0000:03:00.0:   bridge window [io  0xc000-0xdfff]
[    0.301168] pci 0000:03:00.0:   bridge window [mem 0xde200000-0xde9fffff]
[    0.301181] pci 0000:03:00.0: enabling Extended Tags
[    0.301223] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.301351] pci 0000:00:02.1: PCI bridge to [bus 03-0c]
[    0.301413] pci 0000:04:00.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.301428] pci 0000:04:00.0: PCI bridge to [bus 05]
[    0.301446] pci 0000:04:00.0: enabling Extended Tags
[    0.301492] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.301579] pci 0000:04:04.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.301594] pci 0000:04:04.0: PCI bridge to [bus 06]
[    0.301612] pci 0000:04:04.0: enabling Extended Tags
[    0.301657] pci 0000:04:04.0: PME# supported from D0 D3hot D3cold
[    0.301787] pci 0000:04:08.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.301803] pci 0000:04:08.0: PCI bridge to [bus 07]
[    0.301820] pci 0000:04:08.0: enabling Extended Tags
[    0.301833] pci 0000:04:08.0: broken device, retraining non-functional downstream link at 2.5GT/s
[    1.302668] pci 0000:04:08.0: retraining failed
[    1.302708] pci 0000:04:08.0: PME# supported from D0 D3hot D3cold
[    1.302794] pci 0000:04:09.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[    1.302809] pci 0000:04:09.0: PCI bridge to [bus 08]
[    1.302812] pci 0000:04:09.0:   bridge window [io  0xd000-0xdfff]
[    1.302814] pci 0000:04:09.0:   bridge window [mem 0xde900000-0xde9fffff]
[    1.302827] pci 0000:04:09.0: enabling Extended Tags
[    1.302870] pci 0000:04:09.0: PME# supported from D0 D3hot D3cold
[    1.302955] pci 0000:04:0a.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[    1.302971] pci 0000:04:0a.0: PCI bridge to [bus 09]
[    1.302975] pci 0000:04:0a.0:   bridge window [mem 0xde200000-0xde4fffff]
[    1.302989] pci 0000:04:0a.0: enabling Extended Tags
[    1.303032] pci 0000:04:0a.0: PME# supported from D0 D3hot D3cold
[    1.303118] pci 0000:04:0b.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[    1.303133] pci 0000:04:0b.0: PCI bridge to [bus 0a]
[    1.303136] pci 0000:04:0b.0:   bridge window [io  0xc000-0xcfff]
[    1.303138] pci 0000:04:0b.0:   bridge window [mem 0xde800000-0xde8fffff]
[    1.303151] pci 0000:04:0b.0: enabling Extended Tags
[    1.303194] pci 0000:04:0b.0: PME# supported from D0 D3hot D3cold
[    1.303280] pci 0000:04:0c.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[    1.303295] pci 0000:04:0c.0: PCI bridge to [bus 0b]
[    1.303299] pci 0000:04:0c.0:   bridge window [mem 0xde700000-0xde7fffff]
[    1.303312] pci 0000:04:0c.0: enabling Extended Tags
[    1.303341] pci 0000:04:0c.0: PME# supported from D0 D3hot D3cold
[    1.303407] pci 0000:04:0d.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[    1.303422] pci 0000:04:0d.0: PCI bridge to [bus 0c]
[    1.303426] pci 0000:04:0d.0:   bridge window [mem 0xde600000-0xde6fffff]
[    1.303439] pci 0000:04:0d.0: enabling Extended Tags
[    1.303468] pci 0000:04:0d.0: PME# supported from D0 D3hot D3cold
[    1.303527] pci 0000:03:00.0: PCI bridge to [bus 04-0c]
[    1.303556] pci 0000:04:00.0: PCI bridge to [bus 05]
[    1.303586] pci 0000:04:04.0: PCI bridge to [bus 06]
[    1.303614] pci 0000:04:08.0: PCI bridge to [bus 07]
[    1.303665] pci 0000:08:00.0: [1b21:0612] type 00 class 0x010601 PCIe Legacy Endpoint
[    1.303714] pci 0000:08:00.0: BAR 0 [io  0xd050-0xd057]
[    1.303715] pci 0000:08:00.0: BAR 1 [io  0xd040-0xd043]
[    1.303717] pci 0000:08:00.0: BAR 2 [io  0xd030-0xd037]
[    1.303719] pci 0000:08:00.0: BAR 3 [io  0xd020-0xd023]
[    1.303721] pci 0000:08:00.0: BAR 4 [io  0xd000-0xd01f]
[    1.303723] pci 0000:08:00.0: BAR 5 [mem 0xde900000-0xde9001ff]
[    1.303846] pci 0000:04:09.0: PCI bridge to [bus 08]
[    1.303896] pci 0000:09:00.0: [14c3:0717] type 00 class 0x028000 PCIe Endpoint
[    1.303953] pci 0000:09:00.0: BAR 0 [mem 0xde200000-0xde3fffff 64bit]
[    1.303956] pci 0000:09:00.0: BAR 2 [mem 0xde400000-0xde407fff 64bit]
[    1.303970] pci 0000:09:00.0: enabling Extended Tags
[    1.304054] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    1.304218] pci 0000:04:0a.0: PCI bridge to [bus 09]
[    1.304269] pci 0000:0a:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint
[    1.304323] pci 0000:0a:00.0: BAR 0 [io  0xc000-0xc0ff]
[    1.304328] pci 0000:0a:00.0: BAR 2 [mem 0xde800000-0xde80ffff 64bit]
[    1.304331] pci 0000:0a:00.0: BAR 4 [mem 0xde810000-0xde813fff 64bit]
[    1.304446] pci 0000:0a:00.0: supports D1 D2
[    1.304446] pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.304645] pci 0000:04:0b.0: PCI bridge to [bus 0a]
[    1.304683] pci 0000:0b:00.0: [1022:43fc] type 00 class 0x0c0330 PCIe Legacy Endpoint
[    1.304707] pci 0000:0b:00.0: BAR 0 [mem 0xde700000-0xde707fff 64bit]
[    1.304714] pci 0000:0b:00.0: enabling Extended Tags
[    1.304746] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold
[    1.304807] pci 0000:04:0c.0: PCI bridge to [bus 0b]
[    1.304843] pci 0000:0c:00.0: [1022:43f6] type 00 class 0x010601 PCIe Legacy Endpoint
[    1.304868] pci 0000:0c:00.0: BAR 5 [mem 0xde680000-0xde6803ff]
[    1.304870] pci 0000:0c:00.0: ROM [mem 0xde600000-0xde67ffff pref]
[    1.304874] pci 0000:0c:00.0: enabling Extended Tags
[    1.304899] pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
[    1.304945] pci 0000:04:0d.0: PCI bridge to [bus 0c]
[    1.305030] pci 0000:0d:00.0: [1b21:2421] type 01 class 0x060400 PCIe Switch Upstream Port
[    1.305045] pci 0000:0d:00.0: PCI bridge to [bus 0e-70]
[    1.305048] pci 0000:0d:00.0:   bridge window [io  0x6000-0xbfff]
[    1.305050] pci 0000:0d:00.0:   bridge window [mem 0xac000000-0xdc7fffff]
[    1.305056] pci 0000:0d:00.0:   bridge window [mem 0xb800000000-0xf7ffffffff 64bit pref]
[    1.305107] pci 0000:0d:00.0: PME# supported from D0 D3hot D3cold
[    1.305212] pci 0000:00:02.2: PCI bridge to [bus 0d-70]
[    1.305254] pci 0000:0e:00.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[    1.305270] pci 0000:0e:00.0: PCI bridge to [bus 0f-3e]
[    1.305273] pci 0000:0e:00.0:   bridge window [io  0x9000-0xbfff]
[    1.305275] pci 0000:0e:00.0:   bridge window [mem 0xc4000000-0xdbffffff]
[    1.305280] pci 0000:0e:00.0:   bridge window [mem 0xd800000000-0xf7ffffffff 64bit pref]
[    1.305372] pci 0000:0e:00.0: PME# supported from D0 D3hot D3cold
[    1.305652] pci 0000:0e:01.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[    1.305668] pci 0000:0e:01.0: PCI bridge to [bus 3f-6e]
[    1.305672] pci 0000:0e:01.0:   bridge window [io  0x6000-0x8fff]
[    1.305673] pci 0000:0e:01.0:   bridge window [mem 0xac000000-0xc3ffffff]
[    1.305679] pci 0000:0e:01.0:   bridge window [mem 0xb800000000-0xd7ffffffff 64bit pref]
[    1.305762] pci 0000:0e:01.0: PME# supported from D0 D3hot D3cold
[    1.306032] pci 0000:0e:02.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[    1.306047] pci 0000:0e:02.0: PCI bridge to [bus 6f]
[    1.306051] pci 0000:0e:02.0:   bridge window [mem 0xdc400000-0xdc7fffff]
[    1.306099] pci 0000:0e:02.0: PME# supported from D0 D3hot D3cold
[    1.306169] pci 0000:0e:03.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[    1.306184] pci 0000:0e:03.0: PCI bridge to [bus 70]
[    1.306187] pci 0000:0e:03.0:   bridge window [mem 0xdc000000-0xdc3fffff]
[    1.306236] pci 0000:0e:03.0: PME# supported from D0 D3hot D3cold
[    1.306312] pci 0000:0d:00.0: PCI bridge to [bus 0e-70]
[    1.306349] pci 0000:0e:00.0: PCI bridge to [bus 0f-3e]
[    1.306387] pci 0000:0e:01.0: PCI bridge to [bus 3f-6e]
[    1.306426] pci 0000:6f:00.0: [1b21:2426] type 00 class 0x0c0330 PCIe Legacy Endpoint
[    1.306450] pci 0000:6f:00.0: BAR 0 [mem 0xdc400000-0xdc407fff 64bit]
[    1.306489] pci 0000:6f:00.0: PME# supported from D0 D3hot D3cold
[    1.306554] pci 0000:0e:02.0: PCI bridge to [bus 6f]
[    1.306601] pci 0000:70:00.0: [1b21:2425] type 00 class 0x0c0340 PCIe Legacy Endpoint
[    1.306623] pci 0000:70:00.0: BAR 0 [mem 0xdc000000-0xdc03ffff 64bit]
[    1.306625] pci 0000:70:00.0: BAR 2 [mem 0xdc040000-0xdc04ffff 64bit]
[    1.306664] pci 0000:70:00.0: PME# supported from D0 D3hot D3cold
[    1.306806] pci 0000:0e:03.0: PCI bridge to [bus 70]
[    1.306873] pci 0000:71:00.0: [1002:13c0] type 00 class 0x030000 PCIe Legacy Endpoint
[    1.306887] pci 0000:71:00.0: BAR 0 [mem 0xfa10000000-0xfa1fffffff 64bit pref]
[    1.306889] pci 0000:71:00.0: BAR 2 [mem 0xdea00000-0xdebfffff 64bit pref]
[    1.306890] pci 0000:71:00.0: BAR 4 [io  0xe000-0xe0ff]
[    1.306891] pci 0000:71:00.0: BAR 5 [mem 0xdef00000-0xdef7ffff]
[    1.306894] pci 0000:71:00.0: enabling Extended Tags
[    1.306925] pci 0000:71:00.0: PME# supported from D1 D2 D3hot D3cold
[    1.306978] pci 0000:71:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
[    1.306992] pci 0000:71:00.1: BAR 0 [mem 0xdef88000-0xdef8bfff]
[    1.306996] pci 0000:71:00.1: enabling Extended Tags
[    1.307015] pci 0000:71:00.1: PME# supported from D1 D2 D3hot D3cold
[    1.307050] pci 0000:71:00.2: [1022:1649] type 00 class 0x108000 PCIe Endpoint
[    1.307085] pci 0000:71:00.2: BAR 2 [mem 0xdee00000-0xdeefffff]
[    1.307087] pci 0000:71:00.2: BAR 5 [mem 0xdef8c000-0xdef8dfff]
[    1.307089] pci 0000:71:00.2: enabling Extended Tags
[    1.307138] pci 0000:71:00.3: [1022:15b6] type 00 class 0x0c0330 PCIe Endpoint
[    1.307153] pci 0000:71:00.3: BAR 0 [mem 0xded00000-0xdedfffff 64bit]
[    1.307157] pci 0000:71:00.3: enabling Extended Tags
[    1.307177] pci 0000:71:00.3: PME# supported from D0 D3hot D3cold
[    1.307215] pci 0000:71:00.4: [1022:15b7] type 00 class 0x0c0330 PCIe Endpoint
[    1.307229] pci 0000:71:00.4: BAR 0 [mem 0xdec00000-0xdecfffff 64bit]
[    1.307233] pci 0000:71:00.4: enabling Extended Tags
[    1.307253] pci 0000:71:00.4: PME# supported from D0 D3hot D3cold
[    1.307290] pci 0000:71:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
[    1.307303] pci 0000:71:00.6: BAR 0 [mem 0xdef80000-0xdef87fff]
[    1.307307] pci 0000:71:00.6: enabling Extended Tags
[    1.307326] pci 0000:71:00.6: PME# supported from D0 D3hot D3cold
[    1.307370] pci 0000:00:08.1: PCI bridge to [bus 71]
[    1.307392] pci 0000:72:00.0: [1022:15b8] type 00 class 0x0c0330 PCIe Endpoint
[    1.307410] pci 0000:72:00.0: BAR 0 [mem 0xdf000000-0xdf0fffff 64bit]
[    1.307415] pci 0000:72:00.0: enabling Extended Tags
[    1.307440] pci 0000:72:00.0: PME# supported from D0 D3hot D3cold
[    1.307486] pci 0000:00:08.3: PCI bridge to [bus 72]
[    1.310081] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    1.310099] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    1.310114] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    1.310133] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    1.310150] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    1.310163] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    1.310177] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    1.310191] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    1.310665] iommu: Default domain type: Translated
[    1.310665] iommu: DMA domain TLB invalidation policy: lazy mode
[    1.310714] SCSI subsystem initialized
[    1.310716] libata version 3.00 loaded.
[    1.310716] ACPI: bus type USB registered
[    1.310716] usbcore: registered new interface driver usbfs
[    1.310716] usbcore: registered new interface driver hub
[    1.310716] usbcore: registered new device driver usb
[    1.317442] EDAC MC: Ver: 3.0.0
[    1.317671] efivars: Registered efivars operations
[    1.317752] NetLabel: Initializing
[    1.317752] NetLabel:  domain hash size = 128
[    1.317752] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.317755] NetLabel:  unlabeled traffic allowed by default
[    1.317755] mctp: management component transport protocol core
[    1.317755] NET: Registered PF_MCTP protocol family
[    1.317755] PCI: Using ACPI for IRQ routing
[    1.322984] PCI: pci_cache_line_size set to 64 bytes
[    1.323052] e820: reserve RAM buffer [mem 0x09aff000-0x0bffffff]
[    1.323053] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    1.323054] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    1.323054] e820: reserve RAM buffer [mem 0x80086000-0x83ffffff]
[    1.323054] e820: reserve RAM buffer [mem 0x803d8000-0x83ffffff]
[    1.323055] e820: reserve RAM buffer [mem 0x8567f000-0x87ffffff]
[    1.323055] e820: reserve RAM buffer [mem 0x99ff7000-0x9bffffff]
[    1.323055] e820: reserve RAM buffer [mem 0x9a000000-0x9bffffff]
[    1.323056] e820: reserve RAM buffer [mem 0x83de80000-0x83fffffff]
[    1.323676] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    1.323676] pci 0000:01:00.0: vgaarb: bridge control possible
[    1.323676] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    1.323676] pci 0000:71:00.0: vgaarb: bridge control possible
[    1.323676] pci 0000:71:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    1.323676] vgaarb: loaded
[    1.323677] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.323677] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    1.325702] clocksource: Switched to clocksource tsc-early
[    1.325961] VFS: Disk quotas dquot_6.6.0
[    1.325964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.325996] pnp: PnP ACPI init
[    1.326032] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    1.326056] system 00:01: [mem 0x840000000-0x85fffffff window] has been reserved
[    1.326146] system 00:03: [io  0x0280-0x028f] has been reserved
[    1.326147] system 00:03: [io  0x0290-0x029f] has been reserved
[    1.326148] system 00:03: [io  0x02a0-0x02af] has been reserved
[    1.326148] system 00:03: [io  0x02b0-0x02bf] has been reserved
[    1.326215] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    1.326215] system 00:04: [io  0x040b] has been reserved
[    1.326216] system 00:04: [io  0x04d6] has been reserved
[    1.326216] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    1.326216] system 00:04: [io  0x0c14] has been reserved
[    1.326217] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    1.326217] system 00:04: [io  0x0c52] has been reserved
[    1.326218] system 00:04: [io  0x0c6c] has been reserved
[    1.326218] system 00:04: [io  0x0c6f] has been reserved
[    1.326218] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    1.326219] system 00:04: [io  0x0800-0x089f] has been reserved
[    1.326219] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    1.326220] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    1.326220] system 00:04: [io  0x0900-0x090f] has been reserved
[    1.326220] system 00:04: [io  0x0910-0x091f] has been reserved
[    1.326221] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    1.326222] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.326222] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    1.326223] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    1.328131] pnp: PnP ACPI: found 5 devices
[    1.333094] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.333114] NET: Registered PF_INET protocol family
[    1.333170] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    1.339468] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    1.339484] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.339536] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    1.339658] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    1.339693] TCP: Hash tables configured (established 262144 bind 65536)
[    1.339733] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    1.339776] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[    1.339830] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[    1.339873] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.339876] NET: Registered PF_XDP protocol family
[    1.339884] pci 0000:00:01.1: PCI bridge to [bus 01]
[    1.339886] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    1.339889] pci 0000:00:01.1:   bridge window [mem 0xdd000000-0xde0fffff]
[    1.339890] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfa01ffffff 64bit pref]
[    1.339899] pci 0000:00:01.2: PCI bridge to [bus 02]
[    1.339901] pci 0000:00:01.2:   bridge window [mem 0xdf100000-0xdf1fffff]
[    1.339911] pci 0000:04:00.0: PCI bridge to [bus 05]
[    1.339922] pci 0000:04:04.0: PCI bridge to [bus 06]
[    1.339927] pci 0000:04:08.0: PCI bridge to [bus 07]
[    1.339933] pci 0000:04:09.0: PCI bridge to [bus 08]
[    1.339934] pci 0000:04:09.0:   bridge window [io  0xd000-0xdfff]
[    1.339936] pci 0000:04:09.0:   bridge window [mem 0xde900000-0xde9fffff]
[    1.339940] pci 0000:04:0a.0: PCI bridge to [bus 09]
[    1.339942] pci 0000:04:0a.0:   bridge window [mem 0xde200000-0xde4fffff]
[    1.339946] pci 0000:04:0b.0: PCI bridge to [bus 0a]
[    1.339947] pci 0000:04:0b.0:   bridge window [io  0xc000-0xcfff]
[    1.339950] pci 0000:04:0b.0:   bridge window [mem 0xde800000-0xde8fffff]
[    1.339954] pci 0000:04:0c.0: PCI bridge to [bus 0b]
[    1.339956] pci 0000:04:0c.0:   bridge window [mem 0xde700000-0xde7fffff]
[    1.339960] pci 0000:04:0d.0: PCI bridge to [bus 0c]
[    1.339962] pci 0000:04:0d.0:   bridge window [mem 0xde600000-0xde6fffff]
[    1.339966] pci 0000:03:00.0: PCI bridge to [bus 04-0c]
[    1.339967] pci 0000:03:00.0:   bridge window [io  0xc000-0xdfff]
[    1.339969] pci 0000:03:00.0:   bridge window [mem 0xde200000-0xde9fffff]
[    1.339973] pci 0000:00:02.1: PCI bridge to [bus 03-0c]
[    1.339974] pci 0000:00:02.1:   bridge window [io  0xc000-0xdfff]
[    1.339975] pci 0000:00:02.1:   bridge window [mem 0xde200000-0xde9fffff]
[    1.339985] pci 0000:0e:00.0: PCI bridge to [bus 0f-3e]
[    1.339986] pci 0000:0e:00.0:   bridge window [io  0x9000-0xbfff]
[    1.339988] pci 0000:0e:00.0:   bridge window [mem 0xc4000000-0xdbffffff]
[    1.339990] pci 0000:0e:00.0:   bridge window [mem 0xd800000000-0xf7ffffffff 64bit pref]
[    1.339993] pci 0000:0e:01.0: PCI bridge to [bus 3f-6e]
[    1.339994] pci 0000:0e:01.0:   bridge window [io  0x6000-0x8fff]
[    1.339996] pci 0000:0e:01.0:   bridge window [mem 0xac000000-0xc3ffffff]
[    1.339997] pci 0000:0e:01.0:   bridge window [mem 0xb800000000-0xd7ffffffff 64bit pref]
[    1.340000] pci 0000:0e:02.0: PCI bridge to [bus 6f]
[    1.340002] pci 0000:0e:02.0:   bridge window [mem 0xdc400000-0xdc7fffff]
[    1.340006] pci 0000:0e:03.0: PCI bridge to [bus 70]
[    1.340008] pci 0000:0e:03.0:   bridge window [mem 0xdc000000-0xdc3fffff]
[    1.340012] pci 0000:0d:00.0: PCI bridge to [bus 0e-70]
[    1.340013] pci 0000:0d:00.0:   bridge window [io  0x6000-0xbfff]
[    1.340015] pci 0000:0d:00.0:   bridge window [mem 0xac000000-0xdc7fffff]
[    1.340017] pci 0000:0d:00.0:   bridge window [mem 0xb800000000-0xf7ffffffff 64bit pref]
[    1.340020] pci 0000:00:02.2: PCI bridge to [bus 0d-70]
[    1.340021] pci 0000:00:02.2:   bridge window [io  0x6000-0xbfff]
[    1.340022] pci 0000:00:02.2:   bridge window [mem 0xac000000-0xdc7fffff]
[    1.340023] pci 0000:00:02.2:   bridge window [mem 0xb800000000-0xf7ffffffff 64bit pref]
[    1.340033] pci 0000:00:08.1: PCI bridge to [bus 71]
[    1.340038] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    1.340039] pci 0000:00:08.1:   bridge window [mem 0xdea00000-0xdeffffff]
[    1.340040] pci 0000:00:08.1:   bridge window [mem 0xfa10000000-0xfa1fffffff 64bit pref]
[    1.340041] pci 0000:00:08.3: PCI bridge to [bus 72]
[    1.340043] pci 0000:00:08.3:   bridge window [mem 0xdf000000-0xdf0fffff]
[    1.340045] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    1.340046] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    1.340047] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    1.340047] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    1.340047] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    1.340048] pci_bus 0000:00: resource 9 [mem 0xa0000000-0xdfffffff window]
[    1.340048] pci_bus 0000:00: resource 10 [mem 0x860000000-0xffffffffff window]
[    1.340049] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    1.340049] pci_bus 0000:01: resource 1 [mem 0xdd000000-0xde0fffff]
[    1.340049] pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfa01ffffff 64bit pref]
[    1.340050] pci_bus 0000:02: resource 1 [mem 0xdf100000-0xdf1fffff]
[    1.340050] pci_bus 0000:03: resource 0 [io  0xc000-0xdfff]
[    1.340051] pci_bus 0000:03: resource 1 [mem 0xde200000-0xde9fffff]
[    1.340051] pci_bus 0000:04: resource 0 [io  0xc000-0xdfff]
[    1.340051] pci_bus 0000:04: resource 1 [mem 0xde200000-0xde9fffff]
[    1.340052] pci_bus 0000:08: resource 0 [io  0xd000-0xdfff]
[    1.340052] pci_bus 0000:08: resource 1 [mem 0xde900000-0xde9fffff]
[    1.340053] pci_bus 0000:09: resource 1 [mem 0xde200000-0xde4fffff]
[    1.340053] pci_bus 0000:0a: resource 0 [io  0xc000-0xcfff]
[    1.340053] pci_bus 0000:0a: resource 1 [mem 0xde800000-0xde8fffff]
[    1.340054] pci_bus 0000:0b: resource 1 [mem 0xde700000-0xde7fffff]
[    1.340054] pci_bus 0000:0c: resource 1 [mem 0xde600000-0xde6fffff]
[    1.340055] pci_bus 0000:0d: resource 0 [io  0x6000-0xbfff]
[    1.340055] pci_bus 0000:0d: resource 1 [mem 0xac000000-0xdc7fffff]
[    1.340055] pci_bus 0000:0d: resource 2 [mem 0xb800000000-0xf7ffffffff 64bit pref]
[    1.340056] pci_bus 0000:0e: resource 0 [io  0x6000-0xbfff]
[    1.340056] pci_bus 0000:0e: resource 1 [mem 0xac000000-0xdc7fffff]
[    1.340056] pci_bus 0000:0e: resource 2 [mem 0xb800000000-0xf7ffffffff 64bit pref]
[    1.340057] pci_bus 0000:0f: resource 0 [io  0x9000-0xbfff]
[    1.340057] pci_bus 0000:0f: resource 1 [mem 0xc4000000-0xdbffffff]
[    1.340057] pci_bus 0000:0f: resource 2 [mem 0xd800000000-0xf7ffffffff 64bit pref]
[    1.340058] pci_bus 0000:3f: resource 0 [io  0x6000-0x8fff]
[    1.340058] pci_bus 0000:3f: resource 1 [mem 0xac000000-0xc3ffffff]
[    1.340058] pci_bus 0000:3f: resource 2 [mem 0xb800000000-0xd7ffffffff 64bit pref]
[    1.340059] pci_bus 0000:6f: resource 1 [mem 0xdc400000-0xdc7fffff]
[    1.340059] pci_bus 0000:70: resource 1 [mem 0xdc000000-0xdc3fffff]
[    1.340060] pci_bus 0000:71: resource 0 [io  0xe000-0xefff]
[    1.340060] pci_bus 0000:71: resource 1 [mem 0xdea00000-0xdeffffff]
[    1.340060] pci_bus 0000:71: resource 2 [mem 0xfa10000000-0xfa1fffffff 64bit pref]
[    1.340061] pci_bus 0000:72: resource 1 [mem 0xdf000000-0xdf0fffff]
[    1.340118] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[    1.340129] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    1.340294] pci 0000:71:00.1: D0 power state depends on 0000:71:00.0
[    1.340411] PCI: CLS 64 bytes, default 64
[    1.340426] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    1.340450] pci 0000:00:00.0: Adding to iommu group 0
[    1.340450] Trying to unpack rootfs image as initramfs...
[    1.340460] pci 0000:00:01.0: Adding to iommu group 1
[    1.340466] pci 0000:00:01.1: Adding to iommu group 2
[    1.340472] pci 0000:00:01.2: Adding to iommu group 3
[    1.340481] pci 0000:00:02.0: Adding to iommu group 4
[    1.340487] pci 0000:00:02.1: Adding to iommu group 5
[    1.340492] pci 0000:00:02.2: Adding to iommu group 6
[    1.340500] pci 0000:00:03.0: Adding to iommu group 7
[    1.340508] pci 0000:00:04.0: Adding to iommu group 8
[    1.340517] pci 0000:00:08.0: Adding to iommu group 9
[    1.340522] pci 0000:00:08.1: Adding to iommu group 10
[    1.340527] pci 0000:00:08.3: Adding to iommu group 11
[    1.340538] pci 0000:00:14.0: Adding to iommu group 12
[    1.340543] pci 0000:00:14.3: Adding to iommu group 12
[    1.340571] pci 0000:00:18.0: Adding to iommu group 13
[    1.340576] pci 0000:00:18.1: Adding to iommu group 13
[    1.340581] pci 0000:00:18.2: Adding to iommu group 13
[    1.340587] pci 0000:00:18.3: Adding to iommu group 13
[    1.340592] pci 0000:00:18.4: Adding to iommu group 13
[    1.340599] pci 0000:00:18.5: Adding to iommu group 13
[    1.340604] pci 0000:00:18.6: Adding to iommu group 13
[    1.340609] pci 0000:00:18.7: Adding to iommu group 13
[    1.340621] pci 0000:01:00.0: Adding to iommu group 14
[    1.340627] pci 0000:01:00.1: Adding to iommu group 14
[    1.340633] pci 0000:02:00.0: Adding to iommu group 15
[    1.340639] pci 0000:03:00.0: Adding to iommu group 16
[    1.340645] pci 0000:04:00.0: Adding to iommu group 17
[    1.340650] pci 0000:04:04.0: Adding to iommu group 18
[    1.340656] pci 0000:04:08.0: Adding to iommu group 19
[    1.340661] pci 0000:04:09.0: Adding to iommu group 20
[    1.340666] pci 0000:04:0a.0: Adding to iommu group 21
[    1.340673] pci 0000:04:0b.0: Adding to iommu group 22
[    1.340679] pci 0000:04:0c.0: Adding to iommu group 23
[    1.340684] pci 0000:04:0d.0: Adding to iommu group 24
[    1.340686] pci 0000:08:00.0: Adding to iommu group 20
[    1.340688] pci 0000:09:00.0: Adding to iommu group 21
[    1.340690] pci 0000:0a:00.0: Adding to iommu group 22
[    1.340692] pci 0000:0b:00.0: Adding to iommu group 23
[    1.340694] pci 0000:0c:00.0: Adding to iommu group 24
[    1.340700] pci 0000:0d:00.0: Adding to iommu group 25
[    1.340707] pci 0000:0e:00.0: Adding to iommu group 26
[    1.340713] pci 0000:0e:01.0: Adding to iommu group 27
[    1.340719] pci 0000:0e:02.0: Adding to iommu group 28
[    1.340725] pci 0000:0e:03.0: Adding to iommu group 29
[    1.340726] pci 0000:6f:00.0: Adding to iommu group 28
[    1.340729] pci 0000:70:00.0: Adding to iommu group 29
[    1.340750] pci 0000:71:00.0: Adding to iommu group 30
[    1.340756] pci 0000:71:00.1: Adding to iommu group 31
[    1.340763] pci 0000:71:00.2: Adding to iommu group 32
[    1.340769] pci 0000:71:00.3: Adding to iommu group 33
[    1.340775] pci 0000:71:00.4: Adding to iommu group 34
[    1.340782] pci 0000:71:00.6: Adding to iommu group 35
[    1.340788] pci 0000:72:00.0: Adding to iommu group 36
[    1.342379] AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
[    1.342383] AMD-Vi: Interrupt remapping enabled
[    1.366090] Freeing initrd memory: 78728K
[    1.468387] AMD-Vi: Virtual APIC enabled
[    1.468394] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.468397] software IO TLB: mapped [mem 0x0000000070a06000-0x0000000074a06000] (64MB)
[    1.468421] LVT offset 0 assigned for vector 0x400
[    1.468481] perf: AMD IBS detected (0x00081bff)
[    1.468484] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    1.477061] Initialise system trusted keyrings
[    1.477070] Key type blacklist registered
[    1.477087] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    1.477173] fuse: init (API version 7.43)
[    1.477206] integrity: Platform Keyring initialized
[    1.477207] integrity: Machine keyring initialized
[    1.481227] xor: automatically using best checksumming function   avx       
[    1.481228] Key type asymmetric registered
[    1.481228] Asymmetric key parser 'x509' registered
[    1.481236] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.481254] io scheduler mq-deadline registered
[    1.481254] io scheduler kyber registered
[    1.481258] io scheduler bfq registered
[    1.482199] ledtrig-cpu: registered to indicate activity on CPUs
[    1.482281] pcieport 0000:00:01.1: PME: Signaling with IRQ 30
[    1.482386] pcieport 0000:00:01.2: PME: Signaling with IRQ 31
[    1.482478] pcieport 0000:00:02.1: PME: Signaling with IRQ 32
[    1.482570] pcieport 0000:00:02.2: PME: Signaling with IRQ 33
[    1.482662] pcieport 0000:00:08.1: PME: Signaling with IRQ 34
[    1.482740] pcieport 0000:00:08.3: PME: Signaling with IRQ 35
[    1.483560] pcieport 0000:0e:00.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.483735] pcieport 0000:0e:01.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.483996] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.484005] ACPI: button: Power Button [PWRB]
[    1.484016] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.488374] ACPI: button: Power Button [PWRF]
[    1.488504] Monitor-Mwait will be used to enter C-1 state
[    1.489350] Estimated ratio of average max frequency by base frequency (times 1024): 1264
[    1.489470] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.490026] Non-volatile memory driver v1.3
[    1.490027] Linux agpgart interface v0.103
[    1.544567] tpm_crb MSFT0101:00: Disabling hwrng
[    1.544667] ACPI: bus type drm_connector registered
[    1.545429] ahci 0000:08:00.0: version 3.0
[    1.545438] ahci 0000:08:00.0: enabling device (0000 -> 0003)
[    1.545524] ahci 0000:08:00.0: SSS flag set, parallel bus scan disabled
[    1.545556] ahci 0000:08:00.0: AHCI vers 0001.0200, 32 command slots, 6 Gbps, SATA mode
[    1.545558] ahci 0000:08:00.0: 2/2 ports implemented (port mask 0x3)
[    1.545558] ahci 0000:08:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc 
[    1.545663] scsi host0: ahci
[    1.545727] scsi host1: ahci
[    1.545742] ata1: SATA max UDMA/133 abar m512@0xde900000 port 0xde900100 irq 46 lpm-pol 3
[    1.545743] ata2: SATA max UDMA/133 abar m512@0xde900000 port 0xde900180 irq 46 lpm-pol 3
[    1.545753] ahci 0000:0c:00.0: enabling device (0000 -> 0002)
[    1.545806] ahci 0000:0c:00.0: SSS flag set, parallel bus scan disabled
[    1.545827] ahci 0000:0c:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    1.545828] ahci 0000:0c:00.0: 4/6 ports implemented (port mask 0xf)
[    1.545829] ahci 0000:0c:00.0: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    1.545962] scsi host2: ahci
[    1.545998] scsi host3: ahci
[    1.546031] scsi host4: ahci
[    1.546061] scsi host5: ahci
[    1.546090] scsi host6: ahci
[    1.546119] scsi host7: ahci
[    1.546128] ata3: SATA max UDMA/133 abar m1024@0xde680000 port 0xde680100 irq 47 lpm-pol 3
[    1.546133] ata4: SATA max UDMA/133 abar m1024@0xde680000 port 0xde680180 irq 47 lpm-pol 3
[    1.546134] ata5: SATA max UDMA/133 abar m1024@0xde680000 port 0xde680200 irq 47 lpm-pol 3
[    1.546135] ata6: SATA max UDMA/133 abar m1024@0xde680000 port 0xde680280 irq 47 lpm-pol 3
[    1.546136] ata7: DUMMY
[    1.546136] ata8: DUMMY
[    1.546194] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    1.546196] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 1
[    1.602262] xhci_hcd 0000:0b:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[    1.602462] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    1.602464] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 2
[    1.602464] xhci_hcd 0000:0b:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[    1.603270] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
[    1.603273] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.603274] usb usb1: Product: xHCI Host Controller
[    1.603275] usb usb1: Manufacturer: Linux 6.15.3-arch1-1 xhci-hcd
[    1.603276] usb usb1: SerialNumber: 0000:0b:00.0
[    1.603373] hub 1-0:1.0: USB hub found
[    1.603384] hub 1-0:1.0: 12 ports detected
[    1.605729] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.605735] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.15
[    1.605735] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.605736] usb usb2: Product: xHCI Host Controller
[    1.605736] usb usb2: Manufacturer: Linux 6.15.3-arch1-1 xhci-hcd
[    1.605737] usb usb2: SerialNumber: 0000:0b:00.0
[    1.605772] hub 2-0:1.0: USB hub found
[    1.605781] hub 2-0:1.0: 5 ports detected
[    1.606607] xhci_hcd 0000:6f:00.0: xHCI Host Controller
[    1.606609] xhci_hcd 0000:6f:00.0: new USB bus registered, assigned bus number 3
[    1.609207] xhci_hcd 0000:6f:00.0: hcc params 0x0200ef81 hci version 0x120 quirks 0x0000000200000010
[    1.609425] xhci_hcd 0000:6f:00.0: xHCI Host Controller
[    1.609426] xhci_hcd 0000:6f:00.0: new USB bus registered, assigned bus number 4
[    1.609427] xhci_hcd 0000:6f:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[    1.609449] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
[    1.609449] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.609450] usb usb3: Product: xHCI Host Controller
[    1.609450] usb usb3: Manufacturer: Linux 6.15.3-arch1-1 xhci-hcd
[    1.609451] usb usb3: SerialNumber: 0000:6f:00.0
[    1.609487] hub 3-0:1.0: USB hub found
[    1.609490] hub 3-0:1.0: 2 ports detected
[    1.609886] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.609891] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.15
[    1.609892] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.609892] usb usb4: Product: xHCI Host Controller
[    1.609892] usb usb4: Manufacturer: Linux 6.15.3-arch1-1 xhci-hcd
[    1.609893] usb usb4: SerialNumber: 0000:6f:00.0
[    1.609913] hub 4-0:1.0: USB hub found
[    1.609920] hub 4-0:1.0: 2 ports detected
[    1.610358] xhci_hcd 0000:71:00.3: xHCI Host Controller
[    1.610360] xhci_hcd 0000:71:00.3: new USB bus registered, assigned bus number 5
[    1.610718] xhci_hcd 0000:71:00.3: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
[    1.610954] xhci_hcd 0000:71:00.3: xHCI Host Controller
[    1.610955] xhci_hcd 0000:71:00.3: new USB bus registered, assigned bus number 6
[    1.610956] xhci_hcd 0000:71:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.610965] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
[    1.610965] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.610966] usb usb5: Product: xHCI Host Controller
[    1.610966] usb usb5: Manufacturer: Linux 6.15.3-arch1-1 xhci-hcd
[    1.610967] usb usb5: SerialNumber: 0000:71:00.3
[    1.610991] hub 5-0:1.0: USB hub found
[    1.610993] hub 5-0:1.0: 2 ports detected
[    1.611349] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.611354] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.15
[    1.611354] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.611356] usb usb6: Product: xHCI Host Controller
[    1.611356] usb usb6: Manufacturer: Linux 6.15.3-arch1-1 xhci-hcd
[    1.611357] usb usb6: SerialNumber: 0000:71:00.3
[    1.611379] hub 6-0:1.0: USB hub found
[    1.611380] hub 6-0:1.0: 2 ports detected
[    1.611803] xhci_hcd 0000:71:00.4: xHCI Host Controller
[    1.611804] xhci_hcd 0000:71:00.4: new USB bus registered, assigned bus number 7
[    1.612142] xhci_hcd 0000:71:00.4: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
[    1.612352] xhci_hcd 0000:71:00.4: xHCI Host Controller
[    1.612353] xhci_hcd 0000:71:00.4: new USB bus registered, assigned bus number 8
[    1.612354] xhci_hcd 0000:71:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    1.612365] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
[    1.612365] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.612366] usb usb7: Product: xHCI Host Controller
[    1.612366] usb usb7: Manufacturer: Linux 6.15.3-arch1-1 xhci-hcd
[    1.612367] usb usb7: SerialNumber: 0000:71:00.4
[    1.612391] hub 7-0:1.0: USB hub found
[    1.612400] hub 7-0:1.0: 2 ports detected
[    1.612750] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.612755] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.15
[    1.612755] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.612755] usb usb8: Product: xHCI Host Controller
[    1.612756] usb usb8: Manufacturer: Linux 6.15.3-arch1-1 xhci-hcd
[    1.612756] usb usb8: SerialNumber: 0000:71:00.4
[    1.612775] hub 8-0:1.0: USB hub found
[    1.612783] hub 8-0:1.0: 2 ports detected
[    1.613194] xhci_hcd 0000:72:00.0: xHCI Host Controller
[    1.613195] xhci_hcd 0000:72:00.0: new USB bus registered, assigned bus number 9
[    1.614461] xhci_hcd 0000:72:00.0: USB3 root hub has no ports
[    1.614462] xhci_hcd 0000:72:00.0: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000010
[    1.614698] xhci_hcd 0000:72:00.0: xHCI Host Controller
[    1.614698] xhci_hcd 0000:72:00.0: new USB bus registered, assigned bus number 10
[    1.614699] xhci_hcd 0000:72:00.0: Host supports USB 3.0 SuperSpeed
[    1.614711] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
[    1.614712] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.614712] usb usb9: Product: xHCI Host Controller
[    1.614713] usb usb9: Manufacturer: Linux 6.15.3-arch1-1 xhci-hcd
[    1.614713] usb usb9: SerialNumber: 0000:72:00.0
[    1.614733] hub 9-0:1.0: USB hub found
[    1.614735] hub 9-0:1.0: 1 port detected
[    1.614912] usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.614917] usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.15
[    1.614918] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.614918] usb usb10: Product: xHCI Host Controller
[    1.614918] usb usb10: Manufacturer: Linux 6.15.3-arch1-1 xhci-hcd
[    1.614919] usb usb10: SerialNumber: 0000:72:00.0
[    1.614939] hub 10-0:1.0: USB hub found
[    1.614940] hub 10-0:1.0: config failed, hub doesn't have any ports! (err -19)
[    1.615006] usbcore: registered new interface driver usbserial_generic
[    1.615008] usbserial: USB Serial support registered for generic
[    1.615018] i8042: PNP: No PS/2 controller found.
[    1.615043] rtc_cmos 00:02: RTC can wake from S4
[    1.615175] rtc_cmos 00:02: registered as rtc0
[    1.615196] rtc_cmos 00:02: setting system clock to 2025-06-25T14:07:28 UTC (1750860448)
[    1.615210] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    1.615839] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[    1.615841] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[    1.616513] fbcon: Deferring console take-over
[    1.616514] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    1.616534] hid: raw HID events driver (C) Jiri Kosina
[    1.616543] usbcore: registered new interface driver usbhid
[    1.616544] usbhid: USB HID core driver
[    1.616575] drop_monitor: Initializing network drop monitor service
[    1.616639] NET: Registered PF_INET6 protocol family
[    1.619186] Segment Routing with IPv6
[    1.619186] RPL Segment Routing with IPv6
[    1.619194] In-situ OAM (IOAM) with IPv6
[    1.619208] NET: Registered PF_PACKET protocol family
[    1.619828] microcode: Current revision: 0x0b404032
[    1.620030] resctrl: L3 allocation detected
[    1.620031] resctrl: MB allocation detected
[    1.620031] resctrl: SMBA allocation detected
[    1.620032] resctrl: L3 monitoring detected
[    1.620039] IPI shorthand broadcast: enabled
[    1.620884] sched_clock: Marking stable (1620010259, 356136)->(1621142005, -775610)
[    1.620975] registered taskstats version 1
[    1.623595] Loading compiled-in X.509 certificates
[    1.626981] Loaded X.509 cert 'Build time autogenerated kernel key: 7b9fa42a5f9b9a26f6f501133ec970a48a1dafa6'
[    1.629127] zswap: loaded using pool zstd/zsmalloc
[    1.629162] Demotion targets for Node 0: null
[    1.629218] Key type .fscrypt registered
[    1.629218] Key type fscrypt-provisioning registered
[    1.629509] Btrfs loaded, zoned=yes, fsverity=yes
[    1.629526] Key type big_key registered
[    1.629759] PM:   Magic number: 13:428:132
[    1.629800] acpi PNP0C02:04: hash matches
[    1.629818] acpi device:07: hash matches
[    1.630324] RAS: Correctable Errors collector initialized.
[    1.632240] clk: Disabling unused clocks
[    1.632242] PM: genpd: Disabling unused power domains
[    1.850348] ata3: SATA link down (SStatus 0 SControl 300)
[    1.850363] ata1: SATA link down (SStatus 0 SControl 300)
[    1.852396] usb 9-1: new full-speed USB device number 2 using xhci_hcd
[    1.905394] usb 1-6: new high-speed USB device number 2 using xhci_hcd
[    1.995665] usb 9-1: New USB device found, idVendor=26ce, idProduct=01a2, bcdDevice= 0.00
[    1.995669] usb 9-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.995670] usb 9-1: Product: LED Controller
[    1.995671] usb 9-1: Manufacturer: ASRock
[    1.995672] usb 9-1: SerialNumber: A02019100900
[    2.010803] input: ASRock LED Controller as /devices/pci0000:00/0000:00:08.3/0000:72:00.0/usb9/9-1/9-1:1.0/0003:26CE:01A2.0001/input/input2
[    2.061419] hid-generic 0003:26CE:01A2.0001: input,hidraw0: USB HID v1.10 Device [ASRock LED Controller] on usb-0000:72:00.0-1/input0
[    2.114172] usb 1-6: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.60
[    2.114174] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.114175] usb 1-6: Product: USB2.0 Hub
[    2.122382] hub 1-6:1.0: USB hub found
[    2.126167] hub 1-6:1.0: 4 ports detected
[    2.153689] ata2: SATA link down (SStatus 0 SControl 300)
[    2.327697] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[    2.462493] ata4: SATA link down (SStatus 0 SControl 300)
[    2.532587] tsc: Refined TSC clocksource calibration: 3792.870 MHz
[    2.532595] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d5812d0b0b, max_idle_ns: 881590872300 ns
[    2.532619] clocksource: Switched to clocksource tsc
[    2.932545] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.933464] ata5.00: ATA-11: WDC WD103KRYZ-01CCYB0, 01.01H01, max UDMA/133
[    2.974185] ata5.00: 19532873728 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.005794] ata5.00: Features: NCQ-sndrcv NCQ-prio
[    3.078920] ata5.00: configured for UDMA/133
[    3.079114] scsi 4:0:0:0: Direct-Access     ATA      WDC WD103KRYZ-01 1H01 PQ: 0 ANSI: 5
[    3.079284] sd 4:0:0:0: [sda] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
[    3.079285] sd 4:0:0:0: [sda] 4096-byte physical blocks
[    3.079289] sd 4:0:0:0: [sda] Write Protect is off
[    3.079290] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.079295] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.079305] sd 4:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    3.124598]  sda: sda1 sda2
[    3.124712] sd 4:0:0:0: [sda] Attached SCSI disk
[    3.548552] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.549316] ata6.00: ATA-9: WDC WD8004FRYZ-01VAEB0, 01.01H01, max UDMA/133
[    4.428192] ata6.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    4.428200] ata6.00: Features: NCQ-sndrcv NCQ-prio
[    4.439976] ata6.00: configured for UDMA/133
[    4.442950] scsi 5:0:0:0: Direct-Access     ATA      WDC WD8004FRYZ-0 1H01 PQ: 0 ANSI: 5
[    4.443118] sd 5:0:0:0: [sdb] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[    4.443122] sd 5:0:0:0: [sdb] 4096-byte physical blocks
[    4.443126] sd 5:0:0:0: [sdb] Write Protect is off
[    4.443127] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    4.443132] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.443140] sd 5:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[    4.502902]  sdb: sdb1 sdb2
[    4.503022] sd 5:0:0:0: [sdb] Attached SCSI disk
[    4.504003] Freeing unused decrypted memory: 2028K
[    4.504519] Freeing unused kernel image (initmem) memory: 4632K
[    4.504531] Write protecting the kernel read-only data: 38912k
[    4.504774] Freeing unused kernel image (text/rodata gap) memory: 784K
[    4.504940] Freeing unused kernel image (rodata/data gap) memory: 1920K
[    4.526627] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    4.526631] rodata_test: all tests were successful
[    4.526634] Run /init as init process
[    4.526635]   with arguments:
[    4.526636]     /init
[    4.526636]   with environment:
[    4.526637]     HOME=/
[    4.526637]     TERM=linux
[    4.526637]     BOOT_IMAGE=/vmlinuz-linux
[    4.526638]     split_lock_detect=off
[    4.590580] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    4.590928] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:20/LNXVIDEO:00/input/input3
[    4.592881] Key type psk registered
[    4.601010] nvme 0000:02:00.0: platform quirk: setting simple suspend
[    4.601053] nvme nvme0: pci function 0000:02:00.0
[    4.605502] nvme nvme0: D3 entry latency set to 10 seconds
[    4.608095] nvme nvme0: 16/0/0 default/read/poll queues
[    4.609651]  nvme0n1: p1 p2 p3
[    5.400987] [drm] amdgpu kernel modesetting enabled.
[    5.401005] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    5.401101] amdgpu: ATPX version 1, functions 0x00000000
[    5.403921] amdgpu: Virtual CRAT table created for CPU
[    5.403926] amdgpu: Topology: Add CPU node
[    5.403989] amdgpu 0000:71:00.0: enabling device (0006 -> 0007)
[    5.404007] [drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x13C0 0x1849:0x364E 0xC5).
[    5.404012] [drm] register mmio base: 0xDEF00000
[    5.404013] [drm] register mmio size: 524288
[    5.405450] amdgpu 0000:71:00.0: amdgpu: detected ip block number 0 <nv_common>
[    5.405451] amdgpu 0000:71:00.0: amdgpu: detected ip block number 1 <gmc_v10_0>
[    5.405451] amdgpu 0000:71:00.0: amdgpu: detected ip block number 2 <navi10_ih>
[    5.405452] amdgpu 0000:71:00.0: amdgpu: detected ip block number 3 <psp>
[    5.405452] amdgpu 0000:71:00.0: amdgpu: detected ip block number 4 <smu>
[    5.405453] amdgpu 0000:71:00.0: amdgpu: detected ip block number 5 <dm>
[    5.405453] amdgpu 0000:71:00.0: amdgpu: detected ip block number 6 <gfx_v10_0>
[    5.405454] amdgpu 0000:71:00.0: amdgpu: detected ip block number 7 <sdma_v5_2>
[    5.405454] amdgpu 0000:71:00.0: amdgpu: detected ip block number 8 <vcn_v3_0>
[    5.405455] amdgpu 0000:71:00.0: amdgpu: detected ip block number 9 <jpeg_v3_0>
[    5.405464] amdgpu 0000:71:00.0: amdgpu: Fetched VBIOS from VFCT
[    5.405465] amdgpu: ATOM BIOS: 102-RAPHAEL-008
[    5.410882] amdgpu 0000:71:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    5.410904] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    5.410907] amdgpu 0000:71:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    5.410908] amdgpu 0000:71:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    5.410913] [drm] Detected VRAM RAM=512M, BAR=512M
[    5.410914] [drm] RAM width 128bits DDR5
[    5.410970] [drm] amdgpu: 512M of VRAM memory ready
[    5.410971] [drm] amdgpu: 15581M of GTT memory ready.
[    5.410979] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    5.411065] [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
[    5.411285] [drm] Loading DMUB firmware via PSP: version=0x05002800
[    5.411480] [drm] use_doorbell being set to: [true]
[    5.411491] amdgpu 0000:71:00.0: amdgpu: Found VCN firmware Version ENC: 1.33 DEC: 4 VEP: 0 Revision: 6
[    5.433462] amdgpu 0000:71:00.0: amdgpu: reserve 0xa00000 from 0xf41e000000 for PSP TMR
[    5.491964] amdgpu 0000:71:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    5.497561] amdgpu 0000:71:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    5.497561] amdgpu 0000:71:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    5.498915] amdgpu 0000:71:00.0: amdgpu: SMU is initialized successfully!
[    5.499234] [drm] Display Core v3.2.325 initialized on DCN 3.1.5
[    5.499235] [drm] DP-HDMI FRL PCON supported
[    5.500000] [drm] DMUB hardware initialized: version=0x05002800
[    5.517102] [drm] kiq ring mec 2 pipe 1 q 0
[    5.520056] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    5.520061] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[    5.520179] amdgpu: Virtual CRAT table created for GPU
[    5.520259] amdgpu: Topology: Add dGPU node [0x13c0:0x1002]
[    5.520260] kfd kfd: amdgpu: added device 1002:13c0
[    5.520267] amdgpu 0000:71:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 2, active_cu_number 2
[    5.520269] amdgpu 0000:71:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    5.520269] amdgpu 0000:71:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
[    5.520270] amdgpu 0000:71:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
[    5.520270] amdgpu 0000:71:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
[    5.520271] amdgpu 0000:71:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[    5.520271] amdgpu 0000:71:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[    5.520271] amdgpu 0000:71:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[    5.520271] amdgpu 0000:71:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[    5.520272] amdgpu 0000:71:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[    5.520272] amdgpu 0000:71:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[    5.520272] amdgpu 0000:71:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
[    5.520273] amdgpu 0000:71:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
[    5.520273] amdgpu 0000:71:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[    5.520273] amdgpu 0000:71:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[    5.520274] amdgpu 0000:71:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[    5.520274] amdgpu 0000:71:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[    5.521005] amdgpu 0000:71:00.0: amdgpu: Runtime PM not available
[    5.521144] amdgpu 0000:71:00.0: [drm] Registered 4 planes with drm panic
[    5.521144] [drm] Initialized amdgpu 3.63.0 for 0000:71:00.0 on minor 1
[    5.523627] fbcon: Deferring console take-over
[    5.523628] amdgpu 0000:71:00.0: [drm] fb1: amdgpudrmfb frame buffer device
[    7.524792] hub 1-6:1.0: hub_ext_port_status failed (err = -110)
[    7.889741] usb 1-7: device descriptor read/64, error -110
[   23.762725] usb 1-7: device descriptor read/64, error -110
[   24.247589] usb 1-7: new high-speed USB device number 4 using xhci_hcd
[   29.905728] usb 1-7: device descriptor read/64, error -110
[   45.777661] usb 1-7: device descriptor read/64, error -110
[   45.886875] usb usb1-port7: attempt power cycle
[   45.957620] usb 1-6.3: new full-speed USB device number 5 using xhci_hcd
[   46.268004] usb 1-6.3: New USB device found, idVendor=03eb, idProduct=ff01, bcdDevice= 0.94
[   46.268010] usb 1-6.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   46.268011] usb 1-6.3: Product: WootingOne
[   46.268012] usb 1-6.3: Manufacturer: Wooting
[   46.268013] usb 1-6.3: SerialNumber: WOOT_002_A255B1801W010H00798
[   46.336096] hid-generic 0003:03EB:FF01.0002: hiddev96,hidraw1: USB HID v1.11 Device [Wooting WootingOne] on usb-0000:0b:00.0-6.3/input0
[   46.354058] hid-generic 0003:03EB:FF01.0003: offset (0) exceeds report_count (0)
[   46.354096] hid-generic 0003:03EB:FF01.0003: No inputs registered, leaving
[   46.354161] hid-generic 0003:03EB:FF01.0003: hidraw2: USB HID v1.11 Keyboard [Wooting WootingOne] on usb-0000:0b:00.0-6.3/input1
[   46.376066] hid-generic 0003:03EB:FF01.0004: hiddev97,hidraw3: USB HID v1.11 Device [Wooting WootingOne] on usb-0000:0b:00.0-6.3/input2
[   46.396020] input: Wooting WootingOne as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:0c.0/0000:0b:00.0/usb1/1-6/1-6.3/1-6.3:1.3/0003:03EB:FF01.0005/input/input5
[   46.486515] hid-generic 0003:03EB:FF01.0005: input,hidraw4: USB HID v1.11 Keyboard [Wooting WootingOne] on usb-0000:0b:00.0-6.3/input3
[   46.504030] input: Wooting WootingOne System Control as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:0c.0/0000:0b:00.0/usb1/1-6/1-6.3/1-6.3:1.4/0003:03EB:FF01.0006/input/input6
[   46.511678] usb 1-7: new high-speed USB device number 6 using xhci_hcd
[   46.554887] input: Wooting WootingOne Consumer Control as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:0c.0/0000:0b:00.0/usb1/1-6/1-6.3/1-6.3:1.4/0003:03EB:FF01.0006/input/input7
[   46.554933] hid-generic 0003:03EB:FF01.0006: input,hidraw5: USB HID v1.11 Device [Wooting WootingOne] on usb-0000:0b:00.0-6.3/input4
[   46.572963] hid-generic 0003:03EB:FF01.0007: hiddev98,hidraw6: USB HID v1.11 Device [Wooting WootingOne] on usb-0000:0b:00.0-6.3/input5
[   46.591052] hid-generic 0003:03EB:FF01.0008: hiddev99,hidraw7: USB HID v1.11 Device [Wooting WootingOne] on usb-0000:0b:00.0-6.3/input6
[   51.311456] usb 1-7: Device not responding to setup address.
[   56.316513] usb 1-7: Device not responding to setup address.
[   56.524627] usb 1-7: device not accepting address 6, error -71
[   56.903604] usb 1-7: new high-speed USB device number 7 using xhci_hcd
[   61.703791] usb 1-7: Device not responding to setup address.
[   66.708632] usb 1-7: Device not responding to setup address.
[   66.916550] usb 1-7: device not accepting address 7, error -71
[   66.919338] usb usb1-port7: unable to enumerate USB device
[   66.989675] usb 1-6.4: new full-speed USB device number 8 using xhci_hcd
[   67.291910] usb 1-6.4: New USB device found, idVendor=046d, idProduct=c332, bcdDevice= 3.02
[   67.291916] usb 1-6.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   67.291917] usb 1-6.4: Product: Gaming Mouse G502
[   67.291918] usb 1-6.4: Manufacturer: Logitech
[   67.291919] usb 1-6.4: SerialNumber: 138438513935
[   67.334278] input: Logitech Gaming Mouse G502 as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:0c.0/0000:0b:00.0/usb1/1-6/1-6.4/1-6.4:1.0/0003:046D:C332.0009/input/input8
[   67.334363] hid-generic 0003:046D:C332.0009: input,hidraw8: USB HID v1.11 Mouse [Logitech Gaming Mouse G502] on usb-0000:0b:00.0-6.4/input0
[   67.338750] usb 1-8: new high-speed USB device number 9 using xhci_hcd
[   67.354381] input: Logitech Gaming Mouse G502 Keyboard as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:0c.0/0000:0b:00.0/usb1/1-6/1-6.4/1-6.4:1.1/0003:046D:C332.000A/input/input9
[   67.405749] hid-generic 0003:046D:C332.000A: input,hiddev100,hidraw9: USB HID v1.11 Keyboard [Logitech Gaming Mouse G502] on usb-0000:0b:00.0-6.4/input1
[   67.535129] usb 1-8: New USB device found, idVendor=045b, idProduct=0209, bcdDevice= 1.00
[   67.535134] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   67.545385] hub 1-8:1.0: USB hub found
[   67.547883] hub 1-8:1.0: 4 ports detected
[   67.583704] BTRFS: device label root devid 1 transid 167702 /dev/nvme0n1p3 (259:3) scanned by mount (372)
[   67.583879] BTRFS info (device nvme0n1p3): first mount of filesystem 8fd4b5e3-174c-45e3-801c-d4eb8484f414
[   67.583886] BTRFS info (device nvme0n1p3): using crc32c (crc32c-x86) checksum algorithm
[   67.583889] BTRFS info (device nvme0n1p3): using free-space-tree
[   67.627136] systemd[1]: systemd 257.6-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[   67.627140] systemd[1]: Detected architecture x86-64.
[   67.627500] systemd[1]: Hostname set to <653>.
[   67.703873] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[   67.793554] systemd[1]: Queued start job for default target Graphical Interface.
[   67.810912] systemd[1]: Created slice Slice /system/dirmngr.
[   67.811061] systemd[1]: Created slice Slice /system/getty.
[   67.811176] systemd[1]: Created slice Slice /system/gpg-agent.
[   67.811293] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[   67.811409] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[   67.811541] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[   67.811653] systemd[1]: Created slice Slice /system/keyboxd.
[   67.811767] systemd[1]: Created slice Slice /system/modprobe.
[   67.811875] systemd[1]: Created slice Slice /system/systemd-fsck.
[   67.811941] systemd[1]: Created slice User and Session Slice.
[   67.811959] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   67.812031] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   67.812039] systemd[1]: Expecting device /dev/disk/by-uuid/2822A05522A029B0...
[   67.812043] systemd[1]: Expecting device /dev/disk/by-uuid/3c8c5012-4cd2-4fdf-9e90-da84281f8d73...
[   67.812045] systemd[1]: Expecting device /dev/disk/by-uuid/523b048b-9dfb-4c32-af41-a7bc5787471a...
[   67.812047] systemd[1]: Expecting device /dev/disk/by-uuid/5a6c9c1d-713d-499b-8a6e-da820615c697...
[   67.812049] systemd[1]: Expecting device /dev/disk/by-uuid/FE55-166E...
[   67.812056] systemd[1]: Reached target Login Prompts.
[   67.812062] systemd[1]: Reached target Local Integrity Protected Volumes.
[   67.812073] systemd[1]: Reached target Remote File Systems.
[   67.812077] systemd[1]: Reached target Slice Units.
[   67.812088] systemd[1]: Reached target Local Verity Protected Volumes.
[   67.812118] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   67.813261] systemd[1]: Listening on Process Core Dump Socket.
[   67.813528] systemd[1]: Listening on Credential Encryption/Decryption.
[   67.813561] systemd[1]: Listening on Journal Socket (/dev/log).
[   67.813584] systemd[1]: Listening on Journal Sockets.
[   67.813600] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   67.813608] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   67.813628] systemd[1]: Listening on udev Control Socket.
[   67.813649] systemd[1]: Listening on udev Kernel Socket.
[   67.813666] systemd[1]: Listening on User Database Manager Socket.
[   67.814266] systemd[1]: Mounting Huge Pages File System...
[   67.814618] systemd[1]: Mounting POSIX Message Queue File System...
[   67.815168] systemd[1]: Mounting Kernel Debug File System...
[   67.815531] systemd[1]: Mounting Kernel Trace File System...
[   67.815924] systemd[1]: Starting Create List of Static Device Nodes...
[   67.816461] systemd[1]: Starting Load Kernel Module configfs...
[   67.817109] systemd[1]: Starting Load Kernel Module dm_mod...
[   67.817483] systemd[1]: Starting Load Kernel Module drm...
[   67.817837] systemd[1]: Starting Load Kernel Module fuse...
[   67.818148] systemd[1]: Starting Load Kernel Module loop...
[   67.818201] systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[   67.818924] systemd[1]: Starting Journal Service...
[   67.819434] systemd[1]: Starting Load Kernel Modules...
[   67.819440] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   67.819770] systemd[1]: Starting Remount Root and Kernel File Systems...
[   67.819798] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   67.820173] systemd[1]: Starting Load udev Rules from Credentials...
[   67.820533] systemd[1]: Starting Coldplug All udev Devices...
[   67.820842] systemd[1]: Starting Virtual Console Setup...
[   67.822199] systemd[1]: Mounted Huge Pages File System.
[   67.822251] systemd[1]: Mounted POSIX Message Queue File System.
[   67.822282] systemd[1]: Mounted Kernel Debug File System.
[   67.822312] systemd[1]: Mounted Kernel Trace File System.
[   67.822437] systemd[1]: Finished Create List of Static Device Nodes.
[   67.822618] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   67.822724] systemd[1]: Finished Load Kernel Module configfs.
[   67.822823] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   67.822877] systemd[1]: Finished Load Kernel Module drm.
[   67.822964] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   67.823037] systemd[1]: Finished Load Kernel Module fuse.
[   67.823080] loop: module loaded
[   67.823267] systemd[1]: modprobe@loop.service: Deactivated successfully.
[   67.823323] systemd[1]: Finished Load Kernel Module loop.
[   67.824968] device-mapper: uevent: version 1.0.3
[   67.825010] device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
[   67.836703] systemd[1]: Mounting FUSE Control File System...
[   67.837037] systemd[1]: Mounting Kernel Configuration File System...
[   67.837432] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[   67.837631] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[   67.837730] systemd[1]: Finished Load Kernel Module dm_mod.
[   67.837928] systemd[1]: Finished Load udev Rules from Credentials.
[   67.838187] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[   67.838376] systemd-journald[431]: Collecting audit messages is disabled.
[   67.839000] systemd[1]: Mounted FUSE Control File System.
[   67.839179] systemd[1]: Mounted Kernel Configuration File System.
[   67.841721] nct6775: Found NCT6796D-S/NCT6799D-R or compatible chip at 0x2e:0x290
[   67.844356] systemd[1]: Finished Virtual Console Setup.
[   67.850052] i2c_dev: i2c /dev entries driver
[   67.861973] BTRFS info (device nvme0n1p3 state M): use zstd compression, level 3
[   67.862465] systemd[1]: Finished Remount Root and Kernel File Systems.
[   67.862852] systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
[   67.863757] systemd[1]: Starting User Database Manager...
[   67.874373] usb 1-8.3: new full-speed USB device number 10 using xhci_hcd
[   67.884461] systemd[1]: Started Journal Service.
[   67.899583] nvidia: loading out-of-tree module taints kernel.
[   67.899587] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[   67.946836] nvidia-nvlink: Nvlink Core is being initialized, major device number 235

[   67.947913] nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[   67.980386] fbcon: Taking over console
[   67.981292] Console: switching to colour frame buffer device 240x75
[   67.993659] mousedev: PS/2 mouse device common for all mice
[   67.994409] NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64  575.64  Release Build  (root@)  
[   68.001308] input: PC Speaker as /devices/platform/pcspkr/input/input12
[   68.002275] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   68.002279] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   68.005064] i2c i2c-9: Successfully instantiated SPD at 0x51
[   68.005850] i2c i2c-9: Successfully instantiated SPD at 0x53
[   68.005934] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   68.013535] ccp 0000:71:00.2: enabling device (0000 -> 0002)
[   68.014406] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[   68.014408] RAPL PMU: hw unit of domain package 2^-16 Joules
[   68.014409] RAPL PMU: hw unit of domain core 2^-16 Joules
[   68.015555] ccp 0000:71:00.2: tee enabled
[   68.015755] ccp 0000:71:00.2: psp enabled
[   68.016003] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[   68.016053] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[   68.016109] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[   68.017196] Adding 8388604k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:8388604k SS
[   68.018999] ACPI: bus type thunderbolt registered
[   68.019037] thunderbolt 0000:70:00.0: enabling device (0000 -> 0002)
[   68.073255] cryptd: max_cpu_qlen set to 1000
[   68.073279] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   68.074561] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   68.074619] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   68.074904] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   68.074906] cfg80211: failed to load regulatory.db
[   68.078773] r8169 0000:0a:00.0 eth0: RTL8125B, 9c:6b:00:97:b4:e0, XID 641, IRQ 129
[   68.078777] r8169 0000:0a:00.0 eth0: jumbo features [frames: 16362 bytes, tx checksumming: ko]
[   68.078948] spd5118 9-0051: DDR5 temperature sensor: vendor 0x08:0x0e revision 2.2
[   68.084923] spd5118 9-0053: DDR5 temperature sensor: vendor 0x08:0x0e revision 2.2
[   68.090869] usb 1-8.3: New USB device found, idVendor=056d, idProduct=4008, bcdDevice=80.00
[   68.090872] usb 1-8.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   68.090872] usb 1-8.3: Product: EIZO USB HID Monitor
[   68.090873] usb 1-8.3: Manufacturer: EIZO
[   68.092295] r8169 0000:0a:00.0 enp10s0: renamed from eth0
[   68.112950] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[   68.113022] snd_hda_intel 0000:01:00.1: Disabling MSI
[   68.113026] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   68.113080] snd_hda_intel 0000:71:00.1: enabling device (0000 -> 0002)
[   68.113101] snd_hda_intel 0000:71:00.1: Handle vga_switcheroo audio client
[   68.113127] snd_hda_intel 0000:71:00.6: enabling device (0000 -> 0002)
[   68.115071] hid-generic 0003:056D:4008.000B: hiddev101,hidraw10: USB HID v1.10 Device [EIZO EIZO USB HID Monitor] on usb-0000:0b:00.0-8.3/input0
[   68.128834] snd_hda_intel 0000:71:00.1: bound 0000:71:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   68.144125] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:71:00.1/sound/card1/input13
[   68.144146] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:71:00.1/sound/card1/input14
[   68.144161] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:71:00.1/sound/card1/input15
[   68.144179] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:71:00.1/sound/card1/input16
[   68.144192] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input17
[   68.144220] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input18
[   68.144563] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input19
[   68.144875] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input20
[   68.151490] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC1220: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[   68.151494] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   68.151495] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   68.151496] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[   68.151497] snd_hda_codec_realtek hdaudioC2D0:    dig-out=0x1e/0x0
[   68.151497] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[   68.151498] snd_hda_codec_realtek hdaudioC2D0:      Rear Mic=0x18
[   68.151499] snd_hda_codec_realtek hdaudioC2D0:      Front Mic=0x19
[   68.152698] kvm_amd: TSC scaling supported
[   68.152699] kvm_amd: Nested Virtualization enabled
[   68.152699] kvm_amd: Nested Paging enabled
[   68.152700] kvm_amd: LBR virtualization supported
[   68.152702] kvm_amd: Virtual VMLOAD VMSAVE supported
[   68.152702] kvm_amd: Virtual GIF supported
[   68.152702] kvm_amd: Virtual NMI enabled
[   68.160954] mt7925e 0000:09:00.0: enabling device (0000 -> 0002)
[   68.164847] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:71:00.6/sound/card2/input21
[   68.164873] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:71:00.6/sound/card2/input22
[   68.164907] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:71:00.6/sound/card2/input23
[   68.164924] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:71:00.6/sound/card2/input24
[   68.166394] mt7925e 0000:09:00.0: ASIC revision: 79250000
[   68.176883] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for x86_64  575.64  Release Build  (root@)  
[   68.195444] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   68.196468] intel_rapl_common: Found RAPL domain package
[   68.196470] intel_rapl_common: Found RAPL domain core
[   68.196735] amd_atl: AMD Address Translation Library initialized
[   68.242974] mt7925e 0000:09:00.0: HW/SW Version: 0x8a108a10, Build Time: 20250526152947a

[   68.581445] mt7925e 0000:09:00.0: WM Firmware Version: ____000000, Build Time: 20250526153043
[   69.252220] mt7925e 0000:09:00.0 wlp9s0: renamed from wlan0
[   69.679378] BTRFS: device label media devid 1 transid 3507 /dev/sda2 (8:2) scanned by mount (707)
[   69.680475] BTRFS info (device sda2): first mount of filesystem 523b048b-9dfb-4c32-af41-a7bc5787471a
[   69.680485] BTRFS info (device sda2): using crc32c (crc32c-x86) checksum algorithm
[   69.680489] BTRFS info (device sda2): using free-space-tree
[   69.757309] [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 2
[   69.771405] Console: switching to colour dummy device 80x25
[   69.771569] nvidia 0000:01:00.0: vgaarb: deactivate vga console
[   69.788860] fbcon: nvidia-drmdrmfb (fb0) is primary device
[   69.801937] EXT4-fs (sda1): mounted filesystem 5a6c9c1d-713d-499b-8a6e-da820615c697 r/w with ordered data mode. Quota mode: none.
[   69.873867] Console: switching to colour frame buffer device 240x75
[   69.889566] nvidia 0000:01:00.0: [drm] fb0: nvidia-drmdrmfb frame buffer device
[   69.975421] systemd-journald[431]: Received client request to flush runtime journal.
[   77.045375] Realtek Internal NBASE-T PHY r8169-0-a00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-a00:00, irq=MAC)
[   77.202759] r8169 0000:0a:00.0 enp10s0: Link is Down
[   78.017121] [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed
[   78.312014] amdgpu 0000:71:00.0: [drm] REG_WAIT timeout 1us * 100000 tries - optc31_disable_crtc line:145
[   80.160168] r8169 0000:0a:00.0 enp10s0: Link is Up - 1Gbps/Full - flow control off
[   83.205609] nvme nvme0: using unchecked data buffer
[   83.207395] block nvme0n1: No UUID available providing old NGUID
[   89.868990] [UFW BLOCK] IN=enp10s0 OUT= MAC=9c:6b:00:97:b4:e0:04:ed:33:f0:76:e8:86:dd SRC=fe80:0000:0000:0000:f708:4cae:ae68:014e DST=fe80:0000:0000:0000:5652:c663:84be:b7e8 LEN=72 TC=0 HOPLIMIT=128 FLOWLBL=384112 PROTO=TCP SPT=53485 DPT=5357 WINDOW=64800 RES=0x00 SYN URGP=0 
[   90.870855] [UFW BLOCK] IN=enp10s0 OUT= MAC=9c:6b:00:97:b4:e0:04:ed:33:f0:76:e8:86:dd SRC=fe80:0000:0000:0000:f708:4cae:ae68:014e DST=fe80:0000:0000:0000:5652:c663:84be:b7e8 LEN=72 TC=0 HOPLIMIT=128 FLOWLBL=384112 PROTO=TCP SPT=53485 DPT=5357 WINDOW=64800 RES=0x00 SYN URGP=0 
[   92.874977] [UFW BLOCK] IN=enp10s0 OUT= MAC=9c:6b:00:97:b4:e0:04:ed:33:f0:76:e8:86:dd SRC=fe80:0000:0000:0000:f708:4cae:ae68:014e DST=fe80:0000:0000:0000:5652:c663:84be:b7e8 LEN=72 TC=0 HOPLIMIT=128 FLOWLBL=384112 PROTO=TCP SPT=53485 DPT=5357 WINDOW=64800 RES=0x00 SYN URGP=0 
[   96.886277] [UFW BLOCK] IN=enp10s0 OUT= MAC=9c:6b:00:97:b4:e0:04:ed:33:f0:76:e8:86:dd SRC=fe80:0000:0000:0000:f708:4cae:ae68:014e DST=fe80:0000:0000:0000:5652:c663:84be:b7e8 LEN=72 TC=0 HOPLIMIT=128 FLOWLBL=384112 PROTO=TCP SPT=53485 DPT=5357 WINDOW=64800 RES=0x00 SYN URGP=0 
[  104.897825] [UFW BLOCK] IN=enp10s0 OUT= MAC=9c:6b:00:97:b4:e0:04:ed:33:f0:76:e8:86:dd SRC=fe80:0000:0000:0000:f708:4cae:ae68:014e DST=fe80:0000:0000:0000:5652:c663:84be:b7e8 LEN=72 TC=0 HOPLIMIT=128 FLOWLBL=384112 PROTO=TCP SPT=53485 DPT=5357 WINDOW=64800 RES=0x00 SYN URGP=0 
[  186.766407] usb 1-6.2: new full-speed USB device number 11 using xhci_hcd
[  187.070247] usb 1-6.2: New USB device found, idVendor=051d, idProduct=0002, bcdDevice= 1.06
[  187.070255] usb 1-6.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  187.070257] usb 1-6.2: Product: Back-UPS BGM2200-MSX FW:481600G5-481700G2
[  187.070259] usb 1-6.2: Manufacturer: American Power Conversion
[  187.070260] usb 1-6.2: SerialNumber: 9B2508A07841
[  187.121606] hid-generic 0003:051D:0002.000C: hiddev102,hidraw11: USB HID v1.10 Device [American Power Conversion Back-UPS BGM2200-MSX FW:481600G5-481700G2] on usb-0000:0b:00.0-6.2/input0

You can see at the end that I changed the port of the UPS, that's the device that didn't work on this boot.

lsusb -tv

/:  Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/12p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 006: Dev 002, If 0, Class=Hub, Driver=hub/4p, 480M
        ID 05e3:0610 Genesys Logic, Inc. Hub
        |__ Port 002: Dev 011, If 0, Class=Human Interface Device, Driver=usbhid, 12M
            ID 051d:0002 American Power Conversion Uninterruptible Power Supply
        |__ Port 003: Dev 005, If 0, Class=Human Interface Device, Driver=usbhid, 12M
            ID 03eb:ff01 Atmel Corp. WootingOne
        |__ Port 003: Dev 005, If 1, Class=Human Interface Device, Driver=usbhid, 12M
            ID 03eb:ff01 Atmel Corp. WootingOne
        |__ Port 003: Dev 005, If 2, Class=Human Interface Device, Driver=usbhid, 12M
            ID 03eb:ff01 Atmel Corp. WootingOne
        |__ Port 003: Dev 005, If 3, Class=Human Interface Device, Driver=usbhid, 12M
            ID 03eb:ff01 Atmel Corp. WootingOne
        |__ Port 003: Dev 005, If 4, Class=Human Interface Device, Driver=usbhid, 12M
            ID 03eb:ff01 Atmel Corp. WootingOne
        |__ Port 003: Dev 005, If 5, Class=Human Interface Device, Driver=usbhid, 12M
            ID 03eb:ff01 Atmel Corp. WootingOne
        |__ Port 003: Dev 005, If 6, Class=Human Interface Device, Driver=usbhid, 12M
            ID 03eb:ff01 Atmel Corp. WootingOne
        |__ Port 004: Dev 008, If 0, Class=Human Interface Device, Driver=usbhid, 12M
            ID 046d:c332 Logitech, Inc. G502 Proteus Spectrum Optical Mouse
        |__ Port 004: Dev 008, If 1, Class=Human Interface Device, Driver=usbhid, 12M
            ID 046d:c332 Logitech, Inc. G502 Proteus Spectrum Optical Mouse
    |__ Port 008: Dev 009, If 0, Class=Hub, Driver=hub/4p, 480M
        ID 045b:0209 Hitachi, Ltd 
        |__ Port 003: Dev 010, If 0, Class=Human Interface Device, Driver=usbhid, 12M
            ID 056d:4008 EIZO Corp. 
/:  Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/5p, 20000M/x2
    ID 1d6b:0003 Linux Foundation 3.0 root hub
/:  Bus 003.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
/:  Bus 004.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 20000M/x2
    ID 1d6b:0003 Linux Foundation 3.0 root hub
/:  Bus 005.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
/:  Bus 006.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 10000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
/:  Bus 007.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
/:  Bus 008.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 10000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
/:  Bus 009.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/1p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 001: Dev 002, If 0, Class=Human Interface Device, Driver=usbhid, 12M
        ID 26ce:01a2  
/:  Bus 010.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/0p, 5000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub

Pacman log from the Syu before I noticed the issue:

[2025-06-25T01:15:11+0300] [PACMAN] Running 'pacman -Syu'
[2025-06-25T01:15:11+0300] [PACMAN] synchronizing package lists
[2025-06-25T01:15:11+0300] [PACMAN] starting full system upgrade
[2025-06-25T01:15:49+0300] [ALPM] transaction started
[2025-06-25T01:15:49+0300] [ALPM] upgraded libxml2 (2.14.4-1 -> 2.14.4-2)
[2025-06-25T01:15:49+0300] [ALPM] upgraded qt6-base (6.9.1-1 -> 6.9.1-2)
[2025-06-25T01:15:49+0300] [ALPM] upgraded kdecoration (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:49+0300] [ALPM] upgraded kirigami (6.15.0-1 -> 6.15.0-2)
[2025-06-25T01:15:51+0300] [ALPM] upgraded gnupg (2.4.7-3 -> 2.4.8-1)
[2025-06-25T01:15:51+0300] [ALPM] upgraded aurorae (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:51+0300] [ALPM] upgraded plasma-activities (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:51+0300] [ALPM] upgraded libplasma (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:51+0300] [ALPM] upgraded bluedevil (1:6.4.0-1 -> 1:6.4.1-1)
[2025-06-25T01:15:51+0300] [ALPM] upgraded breeze (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:51+0300] [ALPM] upgraded breeze-gtk (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:51+0300] [ALPM] upgraded breeze-plymouth (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:51+0300] [ALPM] upgraded btrfs-progs (6.14-1 -> 6.15-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded discord (1:0.0.98-1 -> 1:0.0.99-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded python (3.13.3-1 -> 3.13.5-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded discover (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded drkonqi (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded flatpak-kcm (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded kactivitymanagerd (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded kde-cli-tools (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded kde-gtk-config (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded kglobalacceld (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded layer-shell-qt (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded libkscreen (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded kscreenlocker (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded kwayland (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded kwin (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM-SCRIPTLET] The KWin X window manager has been split to a separate kwin-x11 package.
[2025-06-25T01:15:52+0300] [ALPM] upgraded kpipewire (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded libksysguard (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded ksystemstats (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded milou (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded ocean-sound-theme (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded plasma-activities-stats (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded plasma5support (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded qqc2-breeze-style (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded xdg-desktop-portal-kde (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded plasma-integration (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded xorg-server-common (21.1.18-1 -> 21.1.18-2)
[2025-06-25T01:15:52+0300] [ALPM] upgraded plasma-workspace (6.4.0-5 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded kdeplasma-addons (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded kgamma (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded systemsettings (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded kinfocenter (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded kmenuedit (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded krdp (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded kscreen (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded ksshaskpass (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded kwallet-pam (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded kwrited (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded lib32-libxml2 (2.14.4-1 -> 2.14.4-2)
[2025-06-25T01:15:52+0300] [ALPM] upgraded oxygen (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded oxygen-sounds (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded pciutils (3.13.0-2 -> 3.14.0-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded plasma-browser-integration (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded polkit-kde-agent (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:52+0300] [ALPM] upgraded powerdevil (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded plasma-desktop (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded plasma-disks (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded plasma-firewall (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded plasma-nm (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded plasma-pa (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded plasma-sdk (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded plasma-systemmonitor (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded plasma-thunderbolt (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded plasma-vault (6.4.0-2 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded plasma-welcome (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded plasma-workspace-wallpapers (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded plasma5-integration (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded plymouth-kcm (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded print-manager (1:6.4.0-1 -> 1:6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded xorg-server (21.1.18-1 -> 21.1.18-2)
[2025-06-25T01:15:53+0300] [ALPM] upgraded sddm-kcm (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded spectacle (1:6.4.0-1 -> 1:6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded wacomtablet (6.4.0-1 -> 6.4.1-1)
[2025-06-25T01:15:53+0300] [ALPM] upgraded xorg-server-devel (21.1.18-1 -> 21.1.18-2)
[2025-06-25T01:15:53+0300] [ALPM] upgraded xorg-server-xephyr (21.1.18-1 -> 21.1.18-2)
[2025-06-25T01:15:53+0300] [ALPM] upgraded xorg-server-xnest (21.1.18-1 -> 21.1.18-2)
[2025-06-25T01:15:53+0300] [ALPM] upgraded xorg-server-xvfb (21.1.18-1 -> 21.1.18-2)
[2025-06-25T01:15:53+0300] [ALPM] transaction completed
[2025-06-25T01:15:53+0300] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-06-25T01:15:53+0300] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-06-25T01:15:54+0300] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-06-25T01:15:54+0300] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-06-25T01:15:55+0300] [ALPM] running '30-systemd-update.hook'...
[2025-06-25T01:15:55+0300] [ALPM] running '30-update-mime-database.hook'...
[2025-06-25T01:15:55+0300] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-06-25T01:15:55+0300] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2025-06-25T01:15:55+0300] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-06-25T01:15:55+0300] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
[2025-06-25T01:15:55+0300] [ALPM-SCRIPTLET] ==> Starting build: '6.15.3-arch1-1'
[2025-06-25T01:15:55+0300] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-06-25T01:15:55+0300] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-06-25T01:15:55+0300] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2025-06-25T01:15:55+0300] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2025-06-25T01:15:55+0300] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-06-25T01:15:55+0300] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET] ==> Starting build: '6.15.3-arch1-1'
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET]   -> Running build hook: [microcode]
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-06-25T01:15:57+0300] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-06-25T01:15:58+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-06-25T01:15:59+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-06-25T01:15:59+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-06-25T01:15:59+0300] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-06-25T01:15:59+0300] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2025-06-25T01:15:59+0300] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-06-25T01:15:59+0300] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-06-25T01:16:00+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-06-25T01:16:00+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-06-25T01:16:00+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-06-25T01:16:00+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-06-25T01:16:00+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-06-25T01:16:00+0300] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-06-25T01:16:00+0300] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-06-25T01:16:01+0300] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-06-25T01:16:01+0300] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-25T01:16:01+0300] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2025-06-25T01:16:01+0300] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-06-25T01:16:01+0300] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-25T01:16:02+0300] [ALPM] running 'dbus-reload.hook'...
[2025-06-25T01:16:02+0300] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-06-25T01:16:02+0300] [ALPM] running 'texinfo-install.hook'...
[2025-06-25T01:16:02+0300] [ALPM] running 'update-desktop-database.hook'...

I also updated the kernel not too long before that (6.15.3-arch1-1) but I don't remember if the boot was already slow for that. What I do know is that a week ago this was not a problem. I don't have the faintest clue how to go about solving this despite knowing approximately where the issue is. I entertained the idea that it might be the front panel 2.0 header plugged in wrong, but that seems unlikely considering not only does it work but the PC booted normally before.

Last edited by Tiikerihai (2025-07-29 12:58:59)

Offline

Board footer

Powered by FluxBB