You are not logged in.

#1 2025-11-26 02:31:30

Hereafter
Member
Registered: 2024-10-23
Posts: 20

[SOLVED]systemd-analyze "kernel" phase details

*SOLVED* - Reduced kernel phase by almost 3 seconds after following steps 5 and 6 in https://wiki.archlinux.org/title/Improv … tem_mounts
specifically step 5. adding "libahci.ignore_sss=1" to my kernel parameters is what helped. but step 6 would probably help others in other circumstances. thanks to 'jl2' for helping!
----- The rest of the post was written before finding the solution -----


I'm trying to understand and reduce my boot time, and I'm having trouble finding reliable information about what the "kernel" phase in systemd-analyze actually includes.
My current output is:

Startup finished in 4.500s (firmware) + 611ms (loader) + 5.623s (kernel) + 2.559s (initrd) + 1.699s (userspace) = 14.993s 
graphical.target reached after 1.699s in userspace.

15 seconds is perfect, but the kernel phase consistently takes around 5 seconds. Comparing with results from other users, when no issues are present, i've seen the kernel phase complete in roughly 1–2.5 seconds. the lowest i've seen was 0.4ms, so I'm trying to determine why mine is significantly longer.
The problem is that I can't find clear documentation on what exactly systemd-analyze counts as "kernel". Does this phase include kernel decompression, hardware loading, module loading, or initramfs preps? The wiki/man pages I found don't specify it in detail.

When using systemd-analyze plot > plot.svg,  I can only see detailed information for initrd and userspace. Firmware, loader, and kernel only show load times without breakdowns, so I have no visibility into what is consuming time inside the kernel phase.

What i've tried:

  • I've reduced my mkinitcpio.conf to a minimal set of hooks

    HOOKS=(systemd autodetect microcode modconf block filesystems fsck)
  • I've looked at dmesg for slow components, but i'm really struggling to understand if anything there is  causing abnormal delays, or if it's even related to the "kernel" phase in systemd-analyze

  • I've disconnected all USB devices and only included a single monitor instead of two that i use

but none of these affected the ~5s kernel time.
i'm just really struggling to understand what this metric actually represents. no matter what i've changed, it kept taking the same amount of time.
Is there documentation that describes what "kernel" measures in systemd-analyze? Or any guidance on how to profile what happens inside this phase?


There are a couple modules inside mkinitcpio config that i'm loading for nvidia

MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)

and i guess they could be the reason for the delay. but my guess would be that the initramfs are related to the initrd phase of systemd-analyze, and not for the kernel phase.
one more thing that comes to mind is that i have around 5 drives connected to my pc. 2 nvmes, 1 ssd, and 2 hdds.

i'm using efistub for boot, if that matters.

i'm a bit hesitant to post dmesg output because i'm not sure if it exposes any private info, but if it's actually related to the "kernel" phase i'll take a moment to check all of it and then post the output.

my setup:
cpu: amd ryzen 5600x
gpu: rtx 3060
mb: gigabyte b550m aorus elite
ram: 32gb


This is not an issue by any means. 15 seconds for boot is amazing. i'm just having some fun trying to lower it, and i feel like i should be able to at least reduce the kernel phase time, but i'm just struggling to find any clues about it.
any help or insight would be much appreciated.

Last edited by Hereafter (2025-11-27 07:37:03)

Offline

#2 2025-11-26 09:37:26

jl2
Member
From: 47° 18' N 8° 34' E
Registered: 2022-06-01
Posts: 1,301

Re: [SOLVED]systemd-analyze "kernel" phase details

Does this phase include kernel decompression, hardware loading, module loading, or initramfs preps? The wiki/man pages I found don't specify it in detail.

Everything needed to start the init system, so def kernel decompression, some module loading (like nvidia, fs modules, basic HW modules), and initramfs setup. IIRC moving the root to the regular FS is done by init system. Some modules are loaded later on, with udev and the like.

I'd expect much of that to come from decompressing the kernel - switch the algorithm all the way in the bottom of /etc/mkinitcpio.conf to "cat" (no compression) or "lz4" (the fastest).
The systemd hook probably takes longer than the other two it replaces, I don't remember which two tho.

Other than that, to go far lower I'd expect you'd need to compile a kernel with the modules built in. IDK if that works with nvidia tho. https://wiki.archlinux.org/title/Kernel#Compilation

i'm a bit hesitant to post dmesg output because i'm not sure if it exposes any private info, but if it's actually related to the "kernel" phase i'll take a moment to check all of it and then post the output.

It shouldn't contain any personal information.

Last edited by jl2 (2025-11-26 09:38:11)


Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...

Upload longer text output like this

Offline

#3 2025-11-26 13:59:10

Hereafter
Member
Registered: 2024-10-23
Posts: 20

Re: [SOLVED]systemd-analyze "kernel" phase details

jl2 wrote:

I'd expect much of that to come from decompressing the kernel

I've tested both "cat" and "lz4" but the results were the same.

jl2 wrote:

The systemd hook probably takes longer than the other two it replaces, I don't remember which two tho.

The systemd hook replaces "base" and "udev". i took it out and tested with these two instead but the result was slower by a second.

Startup finished in 4.489s (firmware) + 637ms (loader) + 9.133s (kernel) + 1.667s (userspace) = 15.928s 
graphical.target reached after 1.665s in userspace.

at first look it seems like kernel phase jumped by 4 seconds, but this is simply because when building initramfs with base and udev, systemd-analyze actually combines the "kernel" and "initrd" phases. the total amount is 15.9s instead of 15s like before.

thanks for the suggestions, is there anything else i could try? i feel like there must be some way to measure the kernel phase the same way i can measure the userspace/systemd phase with "systemd-analyze blame" or "systemd-analyze critical-chain".

here's the log from dmesg:

[    0.000000] Linux version 6.17.8-arch1-1 (linux@archlinux) (gcc (GCC) 15.2.1 20251112, GNU ld (GNU Binutils) 2.45.1) #1 SMP PREEMPT_DYNAMIC Fri, 14 Nov 2025 06:54:20 +0000
[    0.000000] Command line: root=UUID=e4428bff-82f3-4abe-865a-f05b385ec8c3 loglevel=3 quiet acpi_enforce_resources=lax initrd=\initramfs-linux.img
[    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-0x0000000009cdefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009cdf000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000b9a71fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b9a72000-0x00000000bc5b6fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bc5b7000-0x00000000bc715fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bc716000-0x00000000bcdf7fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bcdf8000-0x00000000bddfefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bddff000-0x00000000beffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000083f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000083f380000-0x000000083fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.7 by American Megatrends
[    0.000000] efi: ACPI=0xbcde1000 ACPI 2.0=0xbcde1014 TPMFinalLog=0xbcdab000 SMBIOS=0xbdbf0000 SMBIOS 3.0=0xbdbef000 MEMATTR=0xb83e4018 ESRT=0xb8c3b098 INITRD=0xb4ce0f18 RNG=0xbc6f7018 TPMEventLog=0xbc6f6018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem298: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem299: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved
[    0.000000] efi: Remove mem300: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
[    0.000000] e820: remove [mem 0xfd600000-0xfd7fffff] reserved
[    0.000000] efi: Not removing mem301: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem302: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem303: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem304: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem305: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem306: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem307: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[    0.000000] efi: Not removing mem308: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[    0.000000] efi: Not removing mem309: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[    0.000000] efi: Remove mem310: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. B550M AORUS ELITE/B550M AORUS ELITE, BIOS F21 10/28/2025
[    0.000000] DMI: Memory slots populated: 2/4
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3693.189 MHz processor
[    0.000115] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000116] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000121] last_pfn = 0x83f380 max_arch_pfn = 0x400000000
[    0.000126] total RAM covered: 3071M
[    0.000210] Found optimal setting for mtrr clean up
[    0.000210]  gran_size: 64K 	chunk_size: 64M 	num_reg: 3  	lose cover RAM: 0G
[    0.000212] MTRR map: 8 entries (4 fixed + 4 variable; max 21), built from 9 variable MTRRs
[    0.000213] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000369] e820: update [mem 0xbcb80000-0xbcb8ffff] usable ==> reserved
[    0.000372] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000374] last_pfn = 0xbf000 max_arch_pfn = 0x400000000
[    0.002994] esrt: Reserving ESRT space from 0x00000000b8c3b098 to 0x00000000b8c3b0d0.
[    0.003000] e820: update [mem 0xb8c3b000-0xb8c3bfff] usable ==> reserved
[    0.003026] Using GB pages for direct mapping
[    0.003185] Secure boot disabled
[    0.003185] RAMDISK: [mem 0x750d0000-0x7fffffff]
[    0.003197] ACPI: Early table checksum verification disabled
[    0.003199] ACPI: RSDP 0x00000000BCDE1014 000024 (v02 ALASKA)
[    0.003202] ACPI: XSDT 0x00000000BCDE0728 0000CC (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003205] ACPI: FACP 0x00000000BC6FB000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.003208] ACPI: DSDT 0x00000000BC6DA000 0069CC (v02 ALASKA A M I    01072009 INTL 20190509)
[    0.003210] ACPI: FACS 0x00000000BCDDB000 000040
[    0.003211] ACPI: SSDT 0x00000000BC70A000 00B7D2 (v02 GBT    GSWApp   00000001 INTL 20190509)
[    0.003212] ACPI: SSDT 0x00000000BC701000 008CE9 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.003214] ACPI: SSDT 0x00000000BC6FD000 003D7C (v02 AMD    AMD AOD  00000001 INTL 20190509)
[    0.003215] ACPI: SSDT 0x00000000BC6FC000 0001AD (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.003216] ACPI: FIDT 0x00000000BC6F4000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003217] ACPI: MCFG 0x00000000BC6F3000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.003219] ACPI: HPET 0x00000000BC6F2000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.003220] ACPI: IVRS 0x00000000BC6F1000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003221] ACPI: FPDT 0x00000000BC6F0000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003223] ACPI: TPM2 0x00000000BC6EF000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.003224] ACPI: PCCT 0x00000000BC6EE000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003225] ACPI: SSDT 0x00000000BC6EA000 0030FB (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003227] ACPI: CRAT 0x00000000BC6E9000 000B90 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003228] ACPI: CDIT 0x00000000BC6E8000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003229] ACPI: SSDT 0x00000000BC6E7000 000625 (v02 AMD    ArticDGP 00000001 INTL 20190509)
[    0.003230] ACPI: SSDT 0x00000000BC6E3000 003A23 (v02 AMD    ArticN   00000001 INTL 20190509)
[    0.003232] ACPI: WSMT 0x00000000BC6E2000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003233] ACPI: APIC 0x00000000BC6E1000 00015E (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.003234] ACPI: SSDT 0x00000000BC6F9000 00147F (v02 AMD    ArticC   00000001 INTL 20190509)
[    0.003236] ACPI: SSDT 0x00000000BC6F8000 0000BF (v01 AMD    AmdTable 00001000 INTL 20190509)
[    0.003237] ACPI: Reserving FACP table memory at [mem 0xbc6fb000-0xbc6fb113]
[    0.003237] ACPI: Reserving DSDT table memory at [mem 0xbc6da000-0xbc6e09cb]
[    0.003238] ACPI: Reserving FACS table memory at [mem 0xbcddb000-0xbcddb03f]
[    0.003238] ACPI: Reserving SSDT table memory at [mem 0xbc70a000-0xbc7157d1]
[    0.003239] ACPI: Reserving SSDT table memory at [mem 0xbc701000-0xbc709ce8]
[    0.003239] ACPI: Reserving SSDT table memory at [mem 0xbc6fd000-0xbc700d7b]
[    0.003239] ACPI: Reserving SSDT table memory at [mem 0xbc6fc000-0xbc6fc1ac]
[    0.003240] ACPI: Reserving FIDT table memory at [mem 0xbc6f4000-0xbc6f409b]
[    0.003240] ACPI: Reserving MCFG table memory at [mem 0xbc6f3000-0xbc6f303b]
[    0.003241] ACPI: Reserving HPET table memory at [mem 0xbc6f2000-0xbc6f2037]
[    0.003241] ACPI: Reserving IVRS table memory at [mem 0xbc6f1000-0xbc6f11a3]
[    0.003241] ACPI: Reserving FPDT table memory at [mem 0xbc6f0000-0xbc6f0043]
[    0.003242] ACPI: Reserving TPM2 table memory at [mem 0xbc6ef000-0xbc6ef04b]
[    0.003242] ACPI: Reserving PCCT table memory at [mem 0xbc6ee000-0xbc6ee06d]
[    0.003243] ACPI: Reserving SSDT table memory at [mem 0xbc6ea000-0xbc6ed0fa]
[    0.003243] ACPI: Reserving CRAT table memory at [mem 0xbc6e9000-0xbc6e9b8f]
[    0.003243] ACPI: Reserving CDIT table memory at [mem 0xbc6e8000-0xbc6e8028]
[    0.003244] ACPI: Reserving SSDT table memory at [mem 0xbc6e7000-0xbc6e7624]
[    0.003244] ACPI: Reserving SSDT table memory at [mem 0xbc6e3000-0xbc6e6a22]
[    0.003245] ACPI: Reserving WSMT table memory at [mem 0xbc6e2000-0xbc6e2027]
[    0.003245] ACPI: Reserving APIC table memory at [mem 0xbc6e1000-0xbc6e115d]
[    0.003245] ACPI: Reserving SSDT table memory at [mem 0xbc6f9000-0xbc6fa47e]
[    0.003246] ACPI: Reserving SSDT table memory at [mem 0xbc6f8000-0xbc6f80be]
[    0.003285] No NUMA configuration found
[    0.003286] Faking a node at [mem 0x0000000000000000-0x000000083f37ffff]
[    0.003290] NODE_DATA(0) allocated [mem 0x83f3552c0-0x83f37ffff]
[    0.003422] Zone ranges:
[    0.003423]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.003424]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.003424]   Normal   [mem 0x0000000100000000-0x000000083f37ffff]
[    0.003425]   Device   empty
[    0.003425] Movable zone start for each node
[    0.003426] Early memory node ranges
[    0.003426]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.003427]   node   0: [mem 0x0000000000100000-0x0000000009cdefff]
[    0.003428]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.003428]   node   0: [mem 0x000000000a20e000-0x000000000affffff]
[    0.003429]   node   0: [mem 0x000000000b020000-0x00000000b9a71fff]
[    0.003429]   node   0: [mem 0x00000000bddff000-0x00000000beffffff]
[    0.003430]   node   0: [mem 0x0000000100000000-0x000000083f37ffff]
[    0.003432] Initmem setup node 0 [mem 0x0000000000001000-0x000000083f37ffff]
[    0.003435] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.003444] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.003515] On node 0, zone DMA32: 801 pages in unavailable ranges
[    0.003522] On node 0, zone DMA32: 14 pages in unavailable ranges
[    0.005242] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.005321] On node 0, zone DMA32: 17293 pages in unavailable ranges
[    0.031181] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.031195] On node 0, zone Normal: 3200 pages in unavailable ranges
[    0.031506] ACPI: PM-Timer IO Port: 0x808
[    0.031512] CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
[    0.031514] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.031523] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.031526] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    0.031528] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.031529] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.031531] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.031532] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.031536] CPU topo: Max. logical packages:   1
[    0.031537] CPU topo: Max. logical dies:       1
[    0.031537] CPU topo: Max. dies per package:   1
[    0.031540] CPU topo: Max. threads per core:   2
[    0.031540] CPU topo: Num. cores per package:     6
[    0.031540] CPU topo: Num. threads per package:  12
[    0.031540] CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
[    0.031541] CPU topo: Rejected CPUs 20
[    0.031557] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.031558] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.031559] PM: hibernation: Registered nosave memory: [mem 0x09cdf000-0x09ffffff]
[    0.031560] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[    0.031561] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.031562] PM: hibernation: Registered nosave memory: [mem 0xb8c3b000-0xb8c3bfff]
[    0.031563] PM: hibernation: Registered nosave memory: [mem 0xb9a72000-0xbddfefff]
[    0.031564] PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xffffffff]
[    0.031564] [mem 0xc0000000-0xfe9fffff] available for PCI devices
[    0.031566] Booting paravirtualized kernel on bare hardware
[    0.031568] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.035173] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.035465] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    0.035469] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[    0.035471] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
[    0.035485] Kernel command line: root=UUID=e4428bff-82f3-4abe-865a-f05b385ec8c3 loglevel=3 quiet acpi_enforce_resources=lax initrd=\initramfs-linux.img
[    0.035537] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[    0.037274] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.038145] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.038216] software IO TLB: area num 16.
[    0.045096] Fallback order for Node 0: 0 
[    0.045098] Built 1 zonelists, mobility grouping on.  Total pages: 8363075
[    0.045099] Policy zone: Normal
[    0.045230] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.081293] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.089408] ftrace: allocating 56535 entries in 224 pages
[    0.089409] ftrace: allocated 224 pages with 3 groups
[    0.089463] Dynamic Preempt: full
[    0.089500] rcu: Preemptible hierarchical RCU implementation.
[    0.089500] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
[    0.089501] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.089502] 	Trampoline variant of Tasks RCU enabled.
[    0.089502] 	Rude variant of Tasks RCU enabled.
[    0.089502] 	Tracing variant of Tasks RCU enabled.
[    0.089503] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.089503] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.089509] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.089510] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.089511] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.092533] NR_IRQS: 524544, nr_irqs: 1064, preallocated irqs: 16
[    0.092706] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.092784] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.092810] Console: colour dummy device 80x25
[    0.092812] printk: legacy console [tty0] enabled
[    0.092839] ACPI: Core revision 20250404
[    0.092930] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.092943] APIC: Switch to symmetric I/O mode setup
[    0.093241] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:0xa0
[    0.093242] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:0xa0
[    0.093243] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:0xa0
[    0.093244] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:0xa0
[    0.093244] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
[    0.259545] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.260057] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.264936] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a786511f1d, max_idle_ns: 881590427825 ns
[    0.264939] Calibrating delay loop (skipped), value calculated using timer frequency.. 7386.37 BogoMIPS (lpj=3693189)
[    0.264950] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.264996] LVT offset 1 assigned for vector 0xf9
[    0.265140] LVT offset 2 assigned for vector 0xf4
[    0.265180] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.265181] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.265183] process: using mwait in idle threads
[    0.265184] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[    0.265188] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.265188] Transient Scheduler Attacks: Mitigation: Clear CPU buffers
[    0.265189] Spectre V2 : Mitigation: Retpolines
[    0.265190] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.265190] Speculative Return Stack Overflow: Mitigation: Safe RET
[    0.265191] VMSCAPE: Mitigation: IBPB before exit to userspace
[    0.265191] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.265192] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[    0.265192] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.265193] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.265194] active return thunk: srso_alias_return_thunk
[    0.265200] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.265201] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.265202] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.265202] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.265203] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.265203] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[    0.265204] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.265205] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.265206] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.265206] x86/fpu: xstate_offset[12]:  856, xstate_sizes[12]:   24
[    0.265207] x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
[    0.289934] Freeing SMP alternatives memory: 56K
[    0.289939] pid_max: default: 32768 minimum: 301
[    0.289972] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[    0.290040] landlock: Up and running.
[    0.290043] Yama: becoming mindful.
[    0.290238] LSM support for eBPF active
[    0.290281] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.290309] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.392695] smpboot: CPU0: AMD Ryzen 5 5600X 6-Core Processor (family: 0x19, model: 0x21, stepping: 0x2)
[    0.392865] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.392870] ... version:                0
[    0.392871] ... bit width:              48
[    0.392872] ... generic registers:      6
[    0.392873] ... value mask:             0000ffffffffffff
[    0.392874] ... max period:             00007fffffffffff
[    0.392875] ... fixed-purpose events:   0
[    0.392875] ... event mask:             000000000000003f
[    0.392938] signal: max sigframe size: 3376
[    0.392938] rcu: Hierarchical SRCU implementation.
[    0.392938] rcu: 	Max phase no-delay instances is 400.
[    0.392938] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[    0.396360] MCE: In-kernel MCE decoding enabled.
[    0.396396] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.396483] smp: Bringing up secondary CPUs ...
[    0.396566] smpboot: x86: Booting SMP configuration:
[    0.396567] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.405045] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.409975] smp: Brought up 1 node, 12 CPUs
[    0.409975] smpboot: Total of 12 processors activated (88636.53 BogoMIPS)
[    0.411057] Memory: 32550472K/33452300K available (20065K kernel code, 2946K rwdata, 16204K rodata, 4688K init, 4880K bss, 880968K reserved, 0K cma-reserved)
[    0.412244] devtmpfs: initialized
[    0.412244] x86/mm: Memory block size: 128MB
[    0.415537] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[    0.415537] ACPI: PM: Registering ACPI NVS region [mem 0xbc716000-0xbcdf7fff] (7217152 bytes)
[    0.415537] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.415537] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.415537] futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
[    0.415537] pinctrl core: initialized pinctrl subsystem
[    0.415940] PM: RTC time: 13:34:13, date: 2025-11-26
[    0.416315] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.416579] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.416709] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.416836] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.416842] audit: initializing netlink subsys (disabled)
[    0.416847] audit: type=2000 audit(1764164052.157:1): state=initialized audit_enabled=0 res=1
[    0.416968] thermal_sys: Registered thermal governor 'fair_share'
[    0.416969] thermal_sys: Registered thermal governor 'bang_bang'
[    0.416971] thermal_sys: Registered thermal governor 'step_wise'
[    0.416972] thermal_sys: Registered thermal governor 'user_space'
[    0.416973] thermal_sys: Registered thermal governor 'power_allocator'
[    0.416982] cpuidle: using governor ladder
[    0.416986] cpuidle: using governor menu
[    0.417012] Detected 1 PCC Subspaces
[    0.417013] Registering PCC driver as Mailbox controller
[    0.417088] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.417088] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[    0.417090] PCI: Using configuration type 1 for base access
[    0.417214] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.421116] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.421117] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.421119] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.421121] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.421524] raid6: skipped pq benchmark and selected avx2x4
[    0.421524] raid6: using avx2x2 recovery algorithm
[    0.421524] ACPI: Added _OSI(Module Device)
[    0.421524] ACPI: Added _OSI(Processor Device)
[    0.421524] ACPI: Added _OSI(Processor Aggregator Device)
[    0.447488] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.449787] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.461468] ACPI: Interpreter enabled
[    0.461484] ACPI: PM: (supports S0 S3 S4 S5)
[    0.461486] ACPI: Using IOAPIC for interrupt routing
[    0.463049] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.463051] PCI: Ignoring E820 reservations for host bridge windows
[    0.463574] ACPI: Enabled 8 GPEs in block 00 to 1F
[    0.478411] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.478416] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.478525] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.478723] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.478732] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.479264] PCI host bridge to bus 0000:00
[    0.479267] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.479270] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.479271] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.479273] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.479274] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.479276] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
[    0.479277] pci_bus 0000:00: root bus resource [mem 0x840000000-0x7fffffffff window]
[    0.479279] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.479291] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    0.479391] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 conventional PCI endpoint
[    0.479489] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.479552] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.479566] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.479571] pci 0000:00:01.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.479623] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.479748] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.479761] pci 0000:00:01.2: PCI bridge to [bus 02-05]
[    0.479765] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.479768] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfc7fffff]
[    0.479779] pci 0000:00:01.2: enabling Extended Tags
[    0.479821] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.479962] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.480025] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.480086] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.480099] pci 0000:00:03.1: PCI bridge to [bus 06]
[    0.480103] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.480105] pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.480111] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c01ffffff 64bit pref]
[    0.480157] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.480854] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.480919] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.480983] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.481042] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    0.481054] pci 0000:00:07.1: PCI bridge to [bus 07]
[    0.481066] pci 0000:00:07.1: enabling Extended Tags
[    0.481099] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.481216] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.481277] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    0.481290] pci 0000:00:08.1: PCI bridge to [bus 08]
[    0.481294] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc4fffff]
[    0.481304] pci 0000:00:08.1: enabling Extended Tags
[    0.481341] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.481481] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    0.481590] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    0.481710] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 conventional PCI endpoint
[    0.481749] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 conventional PCI endpoint
[    0.481789] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 conventional PCI endpoint
[    0.481828] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 conventional PCI endpoint
[    0.481867] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 conventional PCI endpoint
[    0.481905] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 conventional PCI endpoint
[    0.481953] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 conventional PCI endpoint
[    0.481993] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 conventional PCI endpoint
[    0.482082] pci 0000:01:00.0: [144d:a80c] type 00 class 0x010802 PCIe Endpoint
[    0.482114] pci 0000:01:00.0: BAR 0 [mem 0xfc800000-0xfc803fff 64bit]
[    0.482303] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.482371] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330 PCIe Legacy Endpoint
[    0.482407] pci 0000:02:00.0: BAR 0 [mem 0xfc7a0000-0xfc7a7fff 64bit]
[    0.482418] pci 0000:02:00.0: enabling Extended Tags
[    0.482471] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.482621] pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601 PCIe Legacy Endpoint
[    0.482658] pci 0000:02:00.1: BAR 5 [mem 0xfc780000-0xfc79ffff]
[    0.482661] pci 0000:02:00.1: ROM [mem 0xfc700000-0xfc77ffff pref]
[    0.482667] pci 0000:02:00.1: enabling Extended Tags
[    0.482708] pci 0000:02:00.1: PME# supported from D3hot D3cold
[    0.482816] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.482840] pci 0000:02:00.2: PCI bridge to [bus 03-05]
[    0.482846] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.482849] pci 0000:02:00.2:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.482868] pci 0000:02:00.2: enabling Extended Tags
[    0.482914] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.483049] pci 0000:00:01.2: PCI bridge to [bus 02-05]
[    0.483180] pci 0000:03:04.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.483205] pci 0000:03:04.0: PCI bridge to [bus 04]
[    0.483214] pci 0000:03:04.0:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.483235] pci 0000:03:04.0: enabling Extended Tags
[    0.483291] pci 0000:03:04.0: PME# supported from D3hot D3cold
[    0.483424] pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.483449] pci 0000:03:09.0: PCI bridge to [bus 05]
[    0.483455] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    0.483458] pci 0000:03:09.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.483480] pci 0000:03:09.0: enabling Extended Tags
[    0.483535] pci 0000:03:09.0: PME# supported from D3hot D3cold
[    0.483667] pci 0000:02:00.2: PCI bridge to [bus 03-05]
[    0.483734] pci 0000:04:00.0: [144d:a809] type 00 class 0x010802 PCIe Endpoint
[    0.483794] pci 0000:04:00.0: BAR 0 [mem 0xfc600000-0xfc603fff 64bit]
[    0.484036] pci 0000:04:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:03:04.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.484110] pci 0000:03:04.0: PCI bridge to [bus 04]
[    0.484197] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[    0.484273] pci 0000:05:00.0: BAR 0 [io  0xf000-0xf0ff]
[    0.484280] pci 0000:05:00.0: BAR 2 [mem 0xfc504000-0xfc504fff 64bit]
[    0.484286] pci 0000:05:00.0: BAR 4 [mem 0xfc500000-0xfc503fff 64bit]
[    0.484431] pci 0000:05:00.0: supports D1 D2
[    0.484432] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.484673] pci 0000:03:09.0: PCI bridge to [bus 05]
[    0.484757] pci 0000:06:00.0: [10de:2504] type 00 class 0x030000 PCIe Legacy Endpoint
[    0.484780] pci 0000:06:00.0: BAR 0 [mem 0xfb000000-0xfbffffff]
[    0.484783] pci 0000:06:00.0: BAR 1 [mem 0x7800000000-0x7bffffffff 64bit pref]
[    0.484786] pci 0000:06:00.0: BAR 3 [mem 0x7c00000000-0x7c01ffffff 64bit pref]
[    0.484788] pci 0000:06:00.0: BAR 5 [io  0xe000-0xe07f]
[    0.484790] pci 0000:06:00.0: ROM [mem 0xfc000000-0xfc07ffff pref]
[    0.484836] pci 0000:06:00.0: PME# supported from D0 D3hot
[    0.485003] pci 0000:06:00.1: [10de:228e] type 00 class 0x040300 PCIe Endpoint
[    0.485025] pci 0000:06:00.1: BAR 0 [mem 0xfc080000-0xfc083fff]
[    0.485166] pci 0000:00:03.1: PCI bridge to [bus 06]
[    0.485212] pci 0000:07:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    0.485234] pci 0000:07:00.0: enabling Extended Tags
[    0.485371] pci 0000:00:07.1: PCI bridge to [bus 07]
[    0.485427] pci 0000:08:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    0.485452] pci 0000:08:00.0: enabling Extended Tags
[    0.485573] pci 0000:08:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    0.485594] pci 0000:08:00.1: BAR 2 [mem 0xfc300000-0xfc3fffff]
[    0.485597] pci 0000:08:00.1: BAR 5 [mem 0xfc408000-0xfc409fff]
[    0.485602] pci 0000:08:00.1: enabling Extended Tags
[    0.485711] pci 0000:08:00.3: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
[    0.485732] pci 0000:08:00.3: BAR 0 [mem 0xfc200000-0xfc2fffff 64bit]
[    0.485739] pci 0000:08:00.3: enabling Extended Tags
[    0.485775] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[    0.485887] pci 0000:08:00.4: [1022:1487] type 00 class 0x040300 PCIe Endpoint
[    0.485906] pci 0000:08:00.4: BAR 0 [mem 0xfc400000-0xfc407fff]
[    0.485914] pci 0000:08:00.4: enabling Extended Tags
[    0.485955] pci 0000:08:00.4: PME# supported from D0 D3hot D3cold
[    0.486073] pci 0000:00:08.1: PCI bridge to [bus 08]
[    0.486592] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.486653] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.486707] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.486772] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.486831] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.486881] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.486930] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.486990] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.488427] iommu: Default domain type: Translated
[    0.488427] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.488427] SCSI subsystem initialized
[    0.488427] libata version 3.00 loaded.
[    0.488427] ACPI: bus type USB registered
[    0.488427] usbcore: registered new interface driver usbfs
[    0.488427] usbcore: registered new interface driver hub
[    0.488427] usbcore: registered new device driver usb
[    0.488427] EDAC MC: Ver: 3.0.0
[    0.488427] efivars: Registered efivars operations
[    0.489123] NetLabel: Initializing
[    0.489124] NetLabel:  domain hash size = 128
[    0.489125] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.489140] NetLabel:  unlabeled traffic allowed by default
[    0.489145] mctp: management component transport protocol core
[    0.489146] NET: Registered PF_MCTP protocol family
[    0.489156] PCI: Using ACPI for IRQ routing
[    0.492459] PCI: pci_cache_line_size set to 64 bytes
[    0.492510] e820: reserve RAM buffer [mem 0x09cdf000-0x0bffffff]
[    0.492512] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.492513] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.492514] e820: reserve RAM buffer [mem 0xb8c3b000-0xbbffffff]
[    0.492515] e820: reserve RAM buffer [mem 0xb9a72000-0xbbffffff]
[    0.492516] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
[    0.492517] e820: reserve RAM buffer [mem 0x83f380000-0x83fffffff]
[    0.492584] pci 0000:06:00.0: vgaarb: setting as boot VGA device
[    0.492584] pci 0000:06:00.0: vgaarb: bridge control possible
[    0.492584] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.492584] vgaarb: loaded
[    0.492584] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.492584] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.493996] clocksource: Switched to clocksource tsc-early
[    0.494143] VFS: Disk quotas dquot_6.6.0
[    0.494153] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.494202] pnp: PnP ACPI init
[    0.494305] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.494409] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
[    0.494688] system 00:03: [io  0x0a00-0x0a2f] has been reserved
[    0.494691] system 00:03: [io  0x0a30-0x0a3f] has been reserved
[    0.494693] system 00:03: [io  0x0a40-0x0a4f] has been reserved
[    0.494696] system 00:03: [mem 0xfe000000-0xfe00ffff] has been reserved
[    0.495156] pnp 00:06: [dma 0 disabled]
[    0.495434] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.495437] system 00:07: [io  0x040b] has been reserved
[    0.495438] system 00:07: [io  0x04d6] has been reserved
[    0.495440] system 00:07: [io  0x0c00-0x0c01] has been reserved
[    0.495441] system 00:07: [io  0x0c14] has been reserved
[    0.495443] system 00:07: [io  0x0c50-0x0c51] has been reserved
[    0.495445] system 00:07: [io  0x0c52] has been reserved
[    0.495446] system 00:07: [io  0x0c6c] has been reserved
[    0.495448] system 00:07: [io  0x0c6f] has been reserved
[    0.495449] system 00:07: [io  0x0cd8-0x0cdf] has been reserved
[    0.495451] system 00:07: [io  0x0800-0x089f] has been reserved
[    0.495452] system 00:07: [io  0x0b00-0x0b0f] has been reserved
[    0.495454] system 00:07: [io  0x0b20-0x0b3f] has been reserved
[    0.495456] system 00:07: [io  0x0900-0x090f] has been reserved
[    0.495457] system 00:07: [io  0x0910-0x091f] has been reserved
[    0.495459] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.495461] system 00:07: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.495463] system 00:07: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.495465] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.495466] system 00:07: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.495468] system 00:07: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.495470] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.496173] pnp: PnP ACPI: found 8 devices
[    0.501942] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.502011] NET: Registered PF_INET protocol family
[    0.502126] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.513424] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.513448] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.513544] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.513758] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.513837] TCP: Hash tables configured (established 262144 bind 65536)
[    0.513925] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.513999] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[    0.514092] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[    0.514189] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.514194] NET: Registered PF_XDP protocol family
[    0.514204] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.514208] pci 0000:00:01.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.514214] pci 0000:03:04.0: PCI bridge to [bus 04]
[    0.514218] pci 0000:03:04.0:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.514226] pci 0000:03:09.0: PCI bridge to [bus 05]
[    0.514228] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    0.514232] pci 0000:03:09.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.514239] pci 0000:02:00.2: PCI bridge to [bus 03-05]
[    0.514242] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.514246] pci 0000:02:00.2:   bridge window [mem 0xfc500000-0xfc6fffff]
[    0.514253] pci 0000:00:01.2: PCI bridge to [bus 02-05]
[    0.514255] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.514257] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfc7fffff]
[    0.514262] pci 0000:00:03.1: PCI bridge to [bus 06]
[    0.514264] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.514267] pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.514269] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c01ffffff 64bit pref]
[    0.514273] pci 0000:00:07.1: PCI bridge to [bus 07]
[    0.514279] pci 0000:00:08.1: PCI bridge to [bus 08]
[    0.514282] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc4fffff]
[    0.514286] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.514288] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.514289] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.514291] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.514292] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.514294] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
[    0.514295] pci_bus 0000:00: resource 10 [mem 0x840000000-0x7fffffffff window]
[    0.514297] pci_bus 0000:01: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.514298] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.514300] pci_bus 0000:02: resource 1 [mem 0xfc500000-0xfc7fffff]
[    0.514301] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.514303] pci_bus 0000:03: resource 1 [mem 0xfc500000-0xfc6fffff]
[    0.514304] pci_bus 0000:04: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.514306] pci_bus 0000:05: resource 0 [io  0xf000-0xffff]
[    0.514307] pci_bus 0000:05: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.514309] pci_bus 0000:06: resource 0 [io  0xe000-0xefff]
[    0.514310] pci_bus 0000:06: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.514311] pci_bus 0000:06: resource 2 [mem 0x7800000000-0x7c01ffffff 64bit pref]
[    0.514313] pci_bus 0000:08: resource 1 [mem 0xfc200000-0xfc4fffff]
[    0.514508] pci 0000:06:00.1: extending delay after power-on from D3hot to 20 msec
[    0.514529] pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
[    0.514677] PCI: CLS 64 bytes, default 64
[    0.514691] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.514724] Trying to unpack rootfs image as initramfs...
[    0.514748] pci 0000:00:01.0: Adding to iommu group 0
[    0.514766] pci 0000:00:01.1: Adding to iommu group 1
[    0.514784] pci 0000:00:01.2: Adding to iommu group 2
[    0.514808] pci 0000:00:02.0: Adding to iommu group 3
[    0.514832] pci 0000:00:03.0: Adding to iommu group 4
[    0.514850] pci 0000:00:03.1: Adding to iommu group 5
[    0.514874] pci 0000:00:04.0: Adding to iommu group 6
[    0.514898] pci 0000:00:05.0: Adding to iommu group 7
[    0.514922] pci 0000:00:07.0: Adding to iommu group 8
[    0.514941] pci 0000:00:07.1: Adding to iommu group 9
[    0.514967] pci 0000:00:08.0: Adding to iommu group 10
[    0.514984] pci 0000:00:08.1: Adding to iommu group 11
[    0.515016] pci 0000:00:14.0: Adding to iommu group 12
[    0.515033] pci 0000:00:14.3: Adding to iommu group 12
[    0.515110] pci 0000:00:18.0: Adding to iommu group 13
[    0.515127] pci 0000:00:18.1: Adding to iommu group 13
[    0.515153] pci 0000:00:18.2: Adding to iommu group 13
[    0.515169] pci 0000:00:18.3: Adding to iommu group 13
[    0.515186] pci 0000:00:18.4: Adding to iommu group 13
[    0.515203] pci 0000:00:18.5: Adding to iommu group 13
[    0.515219] pci 0000:00:18.6: Adding to iommu group 13
[    0.515237] pci 0000:00:18.7: Adding to iommu group 13
[    0.515255] pci 0000:01:00.0: Adding to iommu group 14
[    0.515293] pci 0000:02:00.0: Adding to iommu group 15
[    0.515313] pci 0000:02:00.1: Adding to iommu group 15
[    0.515332] pci 0000:02:00.2: Adding to iommu group 15
[    0.515339] pci 0000:03:04.0: Adding to iommu group 15
[    0.515345] pci 0000:03:09.0: Adding to iommu group 15
[    0.515352] pci 0000:04:00.0: Adding to iommu group 15
[    0.515359] pci 0000:05:00.0: Adding to iommu group 15
[    0.515390] pci 0000:06:00.0: Adding to iommu group 16
[    0.515411] pci 0000:06:00.1: Adding to iommu group 16
[    0.515428] pci 0000:07:00.0: Adding to iommu group 17
[    0.515446] pci 0000:08:00.0: Adding to iommu group 18
[    0.515465] pci 0000:08:00.1: Adding to iommu group 19
[    0.515484] pci 0000:08:00.3: Adding to iommu group 20
[    0.515503] pci 0000:08:00.4: Adding to iommu group 21
[    0.517286] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
[    0.517295] AMD-Vi: Interrupt remapping enabled
[    0.517362] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.517364] software IO TLB: mapped [mem 0x00000000b0a10000-0x00000000b4a10000] (64MB)
[    0.517417] LVT offset 0 assigned for vector 0x400
[    0.518431] perf: AMD IBS detected (0x000003ff)
[    0.518437] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.542492] Initialise system trusted keyrings
[    0.542502] Key type blacklist registered
[    0.542546] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.542820] fuse: init (API version 7.44)
[    0.542907] integrity: Platform Keyring initialized
[    0.542911] integrity: Machine keyring initialized
[    0.554180] xor: automatically using best checksumming function   avx       
[    0.554185] Key type asymmetric registered
[    0.554187] Asymmetric key parser 'x509' registered
[    0.554210] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.554268] io scheduler mq-deadline registered
[    0.554270] io scheduler kyber registered
[    0.554286] io scheduler bfq registered
[    0.555272] ledtrig-cpu: registered to indicate activity on CPUs
[    0.555390] pcieport 0000:00:01.1: PME: Signaling with IRQ 27
[    0.555542] pcieport 0000:00:01.2: PME: Signaling with IRQ 28
[    0.555700] pcieport 0000:00:03.1: PME: Signaling with IRQ 29
[    0.555949] pcieport 0000:00:07.1: PME: Signaling with IRQ 31
[    0.556007] pcieport 0000:00:07.1: AER: enabled with IRQ 31
[    0.556135] pcieport 0000:00:08.1: PME: Signaling with IRQ 32
[    0.556204] pcieport 0000:00:08.1: AER: enabled with IRQ 32
[    0.556937] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.556966] ACPI: button: Power Button [PWRB]
[    0.557013] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.560155] ACPI: button: Power Button [PWRF]
[    0.560560] Monitor-Mwait will be used to enter C-1 state
[    0.564122] Estimated ratio of average max frequency by base frequency (times 1024): 1155
[    0.592902] Freeing initrd memory: 179392K
[    1.570498] tsc: Refined TSC clocksource calibration: 3693.060 MHz
[    1.570507] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a77744cfd5, max_idle_ns: 881590969987 ns
[    1.570532] clocksource: Switched to clocksource tsc
[    2.589601] ACPI: \_TZ_.TZ10: _PSL evaluation failure
[    2.589882] thermal LNXTHERM:00: registered as thermal_zone0
[    2.589884] ACPI: thermal: Thermal Zone [TZ10] (17 C)
[    2.589966] ACPI: \_TZ_.UAD0: _PSL evaluation failure
[    2.590032] thermal LNXTHERM:01: registered as thermal_zone1
[    2.590034] ACPI: thermal: Thermal Zone [UAD0] (17 C)
[    2.590261] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.590440] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.593434] Non-volatile memory driver v1.3
[    2.593436] Linux agpgart interface v0.103
[    2.668328] tpm_crb MSFT0101:00: Disabling hwrng
[    2.668831] ACPI: bus type drm_connector registered
[    2.670393] ahci 0000:02:00.1: enabling device (0000 -> 0002)
[    2.670509] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[    2.670561] ahci 0000:02:00.1: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    2.670563] ahci 0000:02:00.1: 6/6 ports implemented (port mask 0x3f)
[    2.670564] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    2.671045] scsi host0: ahci
[    2.671194] scsi host1: ahci
[    2.671364] scsi host2: ahci
[    2.671475] scsi host3: ahci
[    2.671586] scsi host4: ahci
[    2.671677] scsi host5: ahci
[    2.671719] ata1: SATA max UDMA/133 abar m131072@0xfc780000 port 0xfc780100 irq 38 lpm-pol 1 ext
[    2.671722] ata2: SATA max UDMA/133 abar m131072@0xfc780000 port 0xfc780180 irq 38 lpm-pol 1 ext
[    2.671724] ata3: SATA max UDMA/133 abar m131072@0xfc780000 port 0xfc780200 irq 38 lpm-pol 1 ext
[    2.671727] ata4: SATA max UDMA/133 abar m131072@0xfc780000 port 0xfc780280 irq 38 lpm-pol 1 ext
[    2.671729] ata5: SATA max UDMA/133 abar m131072@0xfc780000 port 0xfc780300 irq 38 lpm-pol 1 ext
[    2.671731] ata6: SATA max UDMA/133 abar m131072@0xfc780000 port 0xfc780380 irq 38 lpm-pol 1 ext
[    2.671866] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    2.671871] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    2.727289] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[    2.727582] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    2.727585] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    2.727587] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.727666] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    2.727668] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.727670] usb usb1: Product: xHCI Host Controller
[    2.727671] usb usb1: Manufacturer: Linux 6.17.8-arch1-1 xhci-hcd
[    2.727673] usb usb1: SerialNumber: 0000:02:00.0
[    2.727790] hub 1-0:1.0: USB hub found
[    2.727805] hub 1-0:1.0: 10 ports detected
[    2.728164] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.728185] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    2.728187] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.728188] usb usb2: Product: xHCI Host Controller
[    2.728190] usb usb2: Manufacturer: Linux 6.17.8-arch1-1 xhci-hcd
[    2.728191] usb usb2: SerialNumber: 0000:02:00.0
[    2.728281] hub 2-0:1.0: USB hub found
[    2.728293] hub 2-0:1.0: 4 ports detected
[    2.728526] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    2.728530] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 3
[    2.728636] xhci_hcd 0000:08:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[    2.728890] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    2.728893] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
[    2.728895] xhci_hcd 0000:08:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    2.728925] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    2.728927] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.728929] usb usb3: Product: xHCI Host Controller
[    2.728930] usb usb3: Manufacturer: Linux 6.17.8-arch1-1 xhci-hcd
[    2.728931] usb usb3: SerialNumber: 0000:08:00.3
[    2.729031] hub 3-0:1.0: USB hub found
[    2.729039] hub 3-0:1.0: 4 ports detected
[    2.729207] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.729231] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    2.729232] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.729234] usb usb4: Product: xHCI Host Controller
[    2.729235] usb usb4: Manufacturer: Linux 6.17.8-arch1-1 xhci-hcd
[    2.729236] usb usb4: SerialNumber: 0000:08:00.3
[    2.729328] hub 4-0:1.0: USB hub found
[    2.729335] hub 4-0:1.0: 4 ports detected
[    2.729538] usbcore: registered new interface driver usbserial_generic
[    2.729543] usbserial: USB Serial support registered for generic
[    2.729601] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    2.730000] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.730026] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.730139] rtc_cmos 00:02: RTC can wake from S4
[    2.730372] rtc_cmos 00:02: registered as rtc0
[    2.730401] rtc_cmos 00:02: setting system clock to 2025-11-26T13:34:15 UTC (1764164055)
[    2.730425] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    2.743351] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[    2.743353] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[    2.744037] fbcon: Deferring console take-over
[    2.744039] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    2.744075] hid: raw HID events driver (C) Jiri Kosina
[    2.744094] usbcore: registered new interface driver usbhid
[    2.744095] usbhid: USB HID core driver
[    2.744146] drop_monitor: Initializing network drop monitor service
[    2.744230] NET: Registered PF_INET6 protocol family
[    2.744432] Segment Routing with IPv6
[    2.744433] RPL Segment Routing with IPv6
[    2.744440] In-situ OAM (IOAM) with IPv6
[    2.744455] NET: Registered PF_PACKET protocol family
[    2.745343] x86/amd: Previous system reset reason [0x00080800]: software wrote 0x6 to reset control register 0xCF9
[    2.745350] microcode: Current revision: 0x0a201213
[    2.745526] resctrl: L3 allocation detected
[    2.745527] resctrl: MB allocation detected
[    2.745528] resctrl: L3 monitoring detected
[    2.745545] IPI shorthand broadcast: enabled
[    2.748151] sched_clock: Marking stable (2581001098, 166209916)->(2759772002, -12560988)
[    2.748315] registered taskstats version 1
[    2.748732] Loading compiled-in X.509 certificates
[    2.753470] Loaded X.509 cert 'Build time autogenerated kernel key: c03c1fe1402d6c6e461f97d145a2c0ada6431430'
[    2.756565] zswap: loaded using pool zstd/zsmalloc
[    2.756606] Demotion targets for Node 0: null
[    2.756718] Key type .fscrypt registered
[    2.756719] Key type fscrypt-provisioning registered
[    2.757124] Btrfs loaded, zoned=yes, fsverity=yes
[    2.757152] Key type big_key registered
[    2.757448] PM:   Magic number: 1:394:585
[    2.757473] pci_bus 0000:06: hash matches
[    2.758197] RAS: Correctable Errors collector initialized.
[    2.761682] clk: Disabling unused clocks
[    2.761684] PM: genpd: Disabling unused power domains
[    2.962493] usb 3-2: new full-speed USB device number 2 using xhci_hcd
[    3.023509] usb 1-10: new full-speed USB device number 2 using xhci_hcd
[    3.112053] usb 3-2: New USB device found, idVendor=046d, idProduct=c08c, bcdDevice=28.02
[    3.112058] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.112061] usb 3-2: Product: G PRO Gaming Mouse
[    3.112063] usb 3-2: Manufacturer: Logitech
[    3.112065] usb 3-2: SerialNumber: 0D7131673133
[    3.130048] input: Logitech G PRO Gaming Mouse as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-2/3-2:1.0/0003:046D:C08C.0001/input/input4
[    3.130130] hid-generic 0003:046D:C08C.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech G PRO Gaming Mouse] on usb-0000:08:00.3-2/input0
[    3.138123] input: Logitech G PRO Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-2/3-2:1.1/0003:046D:C08C.0002/input/input5
[    3.138244] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.138993] ata1.00: ATA-9: SanDisk SDSSDHII480G, X31200RL, max UDMA/133
[    3.139038] ata1.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    3.140032] ata1.00: Features: Dev-Sleep HIPM DIPM
[    3.141796] ata1.00: configured for UDMA/133
[    3.151895] ahci 0000:02:00.1: port does not support device sleep
[    3.152002] scsi 0:0:0:0: Direct-Access     ATA      SanDisk SDSSDHII 00RL PQ: 0 ANSI: 5
[    3.152294] sd 0:0:0:0: [sda] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[    3.152303] sd 0:0:0:0: [sda] Write Protect is off
[    3.152306] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.152318] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.152339] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    3.163455]  sda: sda1
[    3.163524] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.188336] hid-generic 0003:046D:C08C.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [Logitech G PRO Gaming Mouse] on usb-0000:08:00.3-2/input1
[    3.300322] usb 3-3: new full-speed USB device number 3 using xhci_hcd
[    3.395901] usb 1-10: New USB device found, idVendor=048d, idProduct=5702, bcdDevice= 0.01
[    3.395907] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.395909] usb 1-10: Product: ITE Device
[    3.395911] usb 1-10: Manufacturer: ITE Tech. Inc.
[    3.410931] hid-generic 0003:048D:5702.0003: hiddev97,hidraw2: USB HID v1.12 Device [ITE Tech. Inc. ITE Device] on usb-0000:02:00.0-10/input0
[    3.441933] usb 3-3: New USB device found, idVendor=352d, idProduct=2382, bcdDevice= 0.12
[    3.441939] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.441941] usb 3-3: Product: Drunkdeer G65 ANSI
[    3.441943] usb 3-3: Manufacturer: Drunkdeer
[    3.441945] usb 3-3: SerialNumber: RYMicro
[    3.459080] input: Drunkdeer Drunkdeer G65 ANSI as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-3/3-3:1.0/0003:352D:2382.0004/input/input8
[    3.509771] hid-generic 0003:352D:2382.0004: input,hidraw3: USB HID v10.01 Keyboard [Drunkdeer Drunkdeer G65 ANSI] on usb-0000:08:00.3-3/input0
[    3.517232] input: Drunkdeer Drunkdeer G65 ANSI Keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-3/3-3:1.1/0003:352D:2382.0005/input/input9
[    3.568622] input: Drunkdeer Drunkdeer G65 ANSI Mouse as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-3/3-3:1.1/0003:352D:2382.0005/input/input11
[    3.568717] hid-generic 0003:352D:2382.0005: input,hiddev98,hidraw4: USB HID v1.11 Keyboard [Drunkdeer Drunkdeer G65 ANSI] on usb-0000:08:00.3-3/input1
[    3.610508] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.611396] ata2.00: HPA detected: current 1953523055, native 1953525168
[    3.611402] ata2.00: ATA-8: TOSHIBA DT01ACA100, MS2OA750, max UDMA/133
[    3.611661] ata2.00: 1953523055 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    3.612556] ata2.00: configured for UDMA/133
[    3.623139] scsi 1:0:0:0: Direct-Access     ATA      TOSHIBA DT01ACA1 A750 PQ: 0 ANSI: 5
[    3.623413] sd 1:0:0:0: [sdb] 1953523055 512-byte logical blocks: (1.00 TB/932 GiB)
[    3.623416] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    3.623425] sd 1:0:0:0: [sdb] Write Protect is off
[    3.623427] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.623439] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.623461] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[    3.668951]  sdb: sdb1
[    3.669068] sd 1:0:0:0: [sdb] Attached SCSI disk
[    3.680463] usb 3-4: new full-speed USB device number 4 using xhci_hcd
[    4.082526] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.084202] ata3.00: ATA-8: ST500DM002-1BD142, KC48, max UDMA/133
[    4.084207] ata3.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32)
[    4.085752] ata3.00: configured for UDMA/133
[    4.096419] scsi 2:0:0:0: Direct-Access     ATA      ST500DM002-1BD14 KC48 PQ: 0 ANSI: 5
[    4.096691] sd 2:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    4.096695] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[    4.096703] sd 2:0:0:0: [sdc] Write Protect is off
[    4.096705] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    4.096717] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.096739] sd 2:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes
[    4.127499]  sdc: sdc1
[    4.127607] sd 2:0:0:0: [sdc] Attached SCSI disk
[    4.399770] ata4: SATA link down (SStatus 0 SControl 300)
[    4.617961] usb 3-4: New USB device found, idVendor=1532, idProduct=056a, bcdDevice=10.40
[    4.617966] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.617969] usb 3-4: Product: Razer Seiren V3 Mini
[    4.617971] usb 3-4: Manufacturer: Razer Inc.
[    4.721404] input: Razer Inc. Razer Seiren V3 Mini as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.2/0003:1532:056A.0006/input/input12
[    4.772580] hid-generic 0003:1532:056A.0006: input,hidraw5: USB HID v1.11 Device [Razer Inc. Razer Seiren V3 Mini] on usb-0000:08:00.3-4/input2
[    5.450505] ata5: failed to resume link (SControl 0)
[    5.450521] ata5: SATA link down (SStatus 0 SControl 0)
[    5.767805] ata6: SATA link down (SStatus 0 SControl 300)
[    5.779576] Freeing unused decrypted memory: 2028K
[    5.780122] Freeing unused kernel image (initmem) memory: 4688K
[    5.780132] Write protecting the kernel read-only data: 36864k
[    5.780391] Freeing unused kernel image (text/rodata gap) memory: 412K
[    5.780437] Freeing unused kernel image (rodata/data gap) memory: 180K
[    5.819283] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.819287] rodata_test: all tests were successful
[    5.819291] Run /init as init process
[    5.819292]   with arguments:
[    5.819293]     /init
[    5.819294]   with environment:
[    5.819295]     HOME=/
[    5.819296]     TERM=linux
[    5.945724] nvidia: loading out-of-tree module taints kernel.
[    5.945732] nvidia: module license 'NVIDIA' taints kernel.
[    5.945733] Disabling lock debugging due to kernel taint
[    5.945735] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    5.945736] nvidia: module license taints kernel.
[    6.349973] nvidia-nvlink: Nvlink Core is being initialized, major device number 239

[    6.355363] nvidia 0000:06:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[    6.397266] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  580.105.08  Wed Oct 29 23:15:11 UTC 2025
[    6.422069] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  580.105.08  Wed Oct 29 22:15:26 UTC 2025
[    6.428872] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[    6.525786] [drm] [nvidia-drm] [GPU ID 0x00000600] Loading driver
[    8.259102] [drm] Initialized nvidia-drm 0.0.0 for 0000:06:00.0 on minor 1
[    8.276457] nvidia 0000:06:00.0: vgaarb: deactivate vga console
[    8.314382] fbcon: nvidia-drmdrmfb (fb0) is primary device
[    8.314383] fbcon: Deferring console take-over
[    8.314385] nvidia 0000:06:00.0: [drm] fb0: nvidia-drmdrmfb frame buffer device
[    8.581380] Key type psk registered
[    8.593491] nvme nvme1: pci function 0000:04:00.0
[    8.593492] nvme nvme0: pci function 0000:01:00.0
[    8.597522] nvme nvme0: D3 entry latency set to 10 seconds
[    8.600507] nvme nvme0: 12/0/0 default/read/poll queues
[    8.602609]  nvme0n1: p1 p2 p3
[    8.607146] nvme nvme1: D3 entry latency set to 8 seconds
[    8.629859] nvme nvme1: allocated 64 MiB host memory buffer (1 segment).
[    8.690180] nvme nvme1: 12/0/0 default/read/poll queues
[    8.698966]  nvme1n1: p1 p2 p3
[    9.049281] fbcon: Taking over console
[    9.195948] Console: switching to colour frame buffer device 240x67
[    9.269186] EXT4-fs (nvme0n1p3): orphan cleanup on readonly fs
[    9.269529] EXT4-fs (nvme0n1p3): mounted filesystem e4428bff-82f3-4abe-865a-f05b385ec8c3 ro with ordered data mode. Quota mode: none.
[    9.320803] systemd[1]: systemd 258.2-2-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)
[    9.320809] systemd[1]: Detected architecture x86-64.
[    9.322093] systemd[1]: Hostname set to <dexarch>.
[    9.421228] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    9.506752] systemd[1]: Queued start job for default target Graphical Interface.
[    9.522329] systemd[1]: Created slice Slice /system/dirmngr.
[    9.522652] systemd[1]: Created slice Slice /system/getty.
[    9.522940] systemd[1]: Created slice Slice /system/gpg-agent.
[    9.523240] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[    9.523532] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[    9.523819] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[    9.524102] systemd[1]: Created slice Slice /system/keyboxd.
[    9.524403] systemd[1]: Created slice Slice /system/modprobe.
[    9.524620] systemd[1]: Created slice User and Session Slice.
[    9.524669] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    9.524704] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    9.524841] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    9.524857] systemd[1]: Expecting device /dev/disk/by-uuid/865fc3f2-69b4-4511-8900-35fbeb192816...
[    9.524863] systemd[1]: Expecting device /dev/disk/by-uuid/CD54-216D...
[    9.524870] systemd[1]: Reached target Local Encrypted Volumes.
[    9.524879] systemd[1]: Reached target Login Prompts.
[    9.524885] systemd[1]: Reached target Image Downloads.
[    9.524892] systemd[1]: Reached target Local Integrity Protected Volumes.
[    9.524903] systemd[1]: Reached target Path Units.
[    9.524912] systemd[1]: Reached target Remote File Systems.
[    9.524919] systemd[1]: Reached target Slice Units.
[    9.524936] systemd[1]: Reached target Local Verity Protected Volumes.
[    9.524991] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    9.525581] systemd[1]: Listening on Query the User Interactively for a Password.
[    9.526224] systemd[1]: Listening on Process Core Dump Socket.
[    9.526635] systemd[1]: Listening on Credential Encryption/Decryption.
[    9.527152] systemd[1]: Listening on Factory Reset Management.
[    9.527227] systemd[1]: Listening on Journal Socket (/dev/log).
[    9.527288] systemd[1]: Listening on Journal Sockets.
[    9.527407] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    9.527418] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    9.527469] systemd[1]: Listening on udev Control Socket.
[    9.527500] systemd[1]: Listening on udev Kernel Socket.
[    9.527542] systemd[1]: Listening on udev Varlink Socket.
[    9.527586] systemd[1]: Listening on User Database Manager Socket.
[    9.528180] systemd[1]: Mounting Huge Pages File System...
[    9.528671] systemd[1]: Mounting POSIX Message Queue File System...
[    9.529154] systemd[1]: Mounting Kernel Debug File System...
[    9.529646] systemd[1]: Mounting Kernel Trace File System...
[    9.530221] systemd[1]: Starting Create List of Static Device Nodes...
[    9.530245] systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
[    9.530730] systemd[1]: Mounting Kernel Configuration File System...
[    9.531482] systemd[1]: Starting Load Kernel Module dm_mod...
[    9.531510] systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
[    9.531542] systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
[    9.532285] systemd[1]: Mounting FUSE Control File System...
[    9.533094] systemd[1]: Starting Load Kernel Module loop...
[    9.533765] systemd[1]: Starting File System Check on Root Device...
[    9.533789] 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).
[    9.535101] systemd[1]: Starting Journal Service...
[    9.535967] systemd[1]: Starting Load Kernel Modules...
[    9.535977] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    9.536015] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    9.536536] systemd[1]: Starting Load udev Rules from Credentials...
[    9.537130] systemd[1]: Starting Coldplug All udev Devices...
[    9.538621] systemd[1]: Mounted Huge Pages File System.
[    9.538735] systemd[1]: Mounted POSIX Message Queue File System.
[    9.539107] systemd[1]: Mounted Kernel Debug File System.
[    9.539494] systemd[1]: Mounted Kernel Trace File System.
[    9.539721] systemd[1]: Finished Create List of Static Device Nodes.
[    9.539862] systemd[1]: Mounted Kernel Configuration File System.
[    9.539932] systemd[1]: Mounted FUSE Control File System.
[    9.540524] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    9.541869] loop: module loaded
[    9.542250] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    9.542424] systemd[1]: Finished Load Kernel Module loop.
[    9.543244] systemd[1]: Finished Load udev Rules from Credentials.
[    9.544533] device-mapper: uevent: version 1.0.3
[    9.544615] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    9.545029] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    9.545163] systemd[1]: Finished Load Kernel Module dm_mod.
[    9.545298] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[    9.545337] systemd-journald[348]: Collecting audit messages is disabled.
[    9.547806] i2c_dev: i2c /dev entries driver
[    9.550267] systemd[1]: Finished File System Check on Root Device.
[    9.551278] systemd[1]: Starting Remount Root and Kernel File Systems...
[    9.552750] systemd[1]: Starting User Database Manager...
[    9.555656] it87: it87 driver version <not provided>
[    9.555708] it87: Found IT8628E chip at 0xa40, revision 1
[    9.555734] it87: Beeping is supported
[    9.555739] ACPI Warning: SystemIO range 0x0000000000000A45-0x0000000000000A46 conflicts with OpRegion 0x0000000000000A45-0x0000000000000A46 (\GSA1.SIO1) (20250404/utaddress-204)
[    9.555745] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    9.555746] ACPI: OSL: Resource conflict: System may be unstable or behave erratically
[    9.557242] systemd[1]: Finished Load Kernel Modules.
[    9.557818] systemd[1]: Starting Apply Kernel Variables...
[    9.564489] systemd[1]: Finished Apply Kernel Variables.
[    9.568128] EXT4-fs (nvme0n1p3): re-mounted e4428bff-82f3-4abe-865a-f05b385ec8c3 r/w.
[    9.568744] systemd[1]: Finished Remount Root and Kernel File Systems.
[    9.568974] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    9.569610] systemd[1]: Starting Load/Save OS Random Seed...
[    9.569627] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    9.579299] systemd[1]: Started User Database Manager.
[    9.585117] systemd[1]: Finished Load/Save OS Random Seed.
[    9.597065] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[    9.597159] systemd[1]: Create System Users was skipped because no trigger condition checks were met.
[    9.598282] systemd[1]: Starting Network Time Synchronization...
[    9.598870] systemd[1]: Starting Create Static Device Nodes in /dev...
[    9.616853] systemd[1]: Started Journal Service.
[    9.627436] systemd-journald[348]: Received client request to flush runtime journal.
[    9.885832] mousedev: PS/2 mouse device common for all mice
[    9.924883] mc: Linux media interface: v0.10
[    9.924905] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\GSA1.SMBI) (20250404/utaddress-204)
[    9.924913] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    9.924915] ACPI: OSL: Resource conflict: System may be unstable or behave erratically
[    9.924923] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    9.924925] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    9.927396] ccp 0000:08:00.1: enabling device (0000 -> 0002)
[    9.929801] ccp 0000:08:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    9.929885] ccp 0000:08:00.1: psp enabled
[    9.929934] i2c i2c-6: Successfully instantiated SPD at 0x52
[    9.930688] i2c i2c-6: Successfully instantiated SPD at 0x53
[    9.931149] input: PC Speaker as /devices/platform/pcspkr/input/input13
[    9.931537] ACPI Warning: SystemIO range 0x0000000000000B20-0x0000000000000B28 conflicts with OpRegion 0x0000000000000B20-0x0000000000000B3F (\GSA1.SMG0) (20250404/utaddress-204)
[    9.931542] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    9.931543] ACPI: OSL: Resource conflict: System may be unstable or behave erratically
[    9.931545] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    9.933369] i2c i2c-8: Successfully instantiated SPD at 0x51
[    9.940367] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    9.940434] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    9.941491] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    9.962102] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[    9.962105] RAPL PMU: hw unit of domain package 2^-16 Joules
[    9.962107] RAPL PMU: hw unit of domain core 2^-16 Joules
[    9.970522] Adding 16777212k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:16777212k SS
[    9.992304] r8169 0000:05:00.0 eth0: RTL8168h/8111h, d8:5e:d3:d2:7a:b0, XID 541, IRQ 88
[    9.992309] r8169 0000:05:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    9.994280] ee1004 6-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[    9.996265] ee1004 6-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[    9.997670] r8169 0000:05:00.0 enp5s0: renamed from eth0
[    9.998227] ee1004 8-0051: Failed to select page 0 (-6)
[    9.998251] ee1004 8-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
[   10.036191] snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
[   10.036294] snd_hda_intel 0000:06:00.1: Disabling MSI
[   10.036304] snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
[   10.036400] snd_hda_intel 0000:08:00.4: enabling device (0000 -> 0002)
[   10.043832] kvm_amd: TSC scaling supported
[   10.043834] kvm_amd: Nested Virtualization enabled
[   10.043835] kvm_amd: Nested Paging enabled
[   10.043837] kvm_amd: LBR virtualization supported
[   10.043841] kvm_amd: Virtual VMLOAD VMSAVE supported
[   10.043842] kvm_amd: Virtual GIF supported
[   10.058067] snd_hda_codec_alc662 hdaudioC2D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[   10.058070] snd_hda_codec_alc662 hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   10.058072] snd_hda_codec_alc662 hdaudioC2D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   10.058074] snd_hda_codec_alc662 hdaudioC2D0:    mono: mono_out=0x0
[   10.058075] snd_hda_codec_alc662 hdaudioC2D0:    inputs:
[   10.058077] snd_hda_codec_alc662 hdaudioC2D0:      Rear Mic=0x18
[   10.058079] snd_hda_codec_alc662 hdaudioC2D0:      Front Mic=0x19
[   10.058080] snd_hda_codec_alc662 hdaudioC2D0:      Line=0x1a
[   10.075799] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:08:00.4/sound/card2/input20
[   10.075871] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:08:00.4/sound/card2/input21
[   10.075938] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:08:00.4/sound/card2/input22
[   10.075947] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input16
[   10.075999] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:08:00.4/sound/card2/input23
[   10.076052] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input17
[   10.076064] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:08:00.4/sound/card2/input24
[   10.076122] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input18
[   10.076174] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input19
[   10.086803] amd_atl: AMD Address Translation Library initialized
[   10.089120] intel_rapl_common: Found RAPL domain package
[   10.089122] intel_rapl_common: Found RAPL domain core
[   10.329086] usbcore: registered new interface driver snd-usb-audio
[   10.565228] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   10.809225] Generic FE-GE Realtek PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC)
[   10.943364] r8169 0000:05:00.0 enp5s0: Link is Down
[   12.111634] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   12.114279] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   12.114390] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   12.114514] faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
[   12.114517] cfg80211: failed to load regulatory.db
[   14.082794] r8169 0000:05:00.0 enp5s0: Link is Up - 1Gbps/Full - flow control rx/tx
[  670.052596] nvme nvme0: using unchecked data buffer

Offline

#4 2025-11-26 19:30:27

jl2
Member
From: 47° 18' N 8° 34' E
Registered: 2022-06-01
Posts: 1,301

Re: [SOLVED]systemd-analyze "kernel" phase details

The systemd hook replaces "base" and "udev". i took it out and tested with these two instead but the result was slower by a second.

Just as I though, systemd is bloat tongue

[    9.568128] EXT4-fs (nvme0n1p3): re-mounted e4428bff-82f3-4abe-865a-f05b385ec8c3 r/w.

https://wiki.archlinux.org/title/Improv … tem_mounts

(^ generally the page)


Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...

Upload longer text output like this

Offline

#5 2025-11-26 22:23:14

Hereafter
Member
Registered: 2024-10-23
Posts: 20

Re: [SOLVED]systemd-analyze "kernel" phase details

jl2 wrote:
[    9.568128] EXT4-fs (nvme0n1p3): re-mounted e4428bff-82f3-4abe-865a-f05b385ec8c3 r/w.

https://wiki.archlinux.org/title/Improv … tem_mounts

(^ generally the page)

Thank you!
i went through that page so many times.. how did i miss it?
i went over steps 5 and 6, and the results improved.

Startup finished in 4.502s (firmware) + 656ms (loader) + 3.045s (kernel) + 2.880s (initrd) + 2.177s (userspace) = 13.262s 
graphical.target reached after 2.177s in userspace.

the kernel phase shortened from 5.6s to 3s.
it can definitely go lower, and i have a suspicion that the black screen cut out from the bios logo to the initrd post on boot is the culprit. maybe my resolution changes between them which causes a slight delay before the kernel continues preparations.
with that being said, if there won't be any more suggestions untill tomorrow i'll mark this post as solved, as the act of reducing the kernel phase time was already achieved. thanks again.

Offline

Board footer

Powered by FluxBB