You are not logged in.

#1 2025-01-03 16:07:07

Crystal4276
Member
Registered: 2022-09-12
Posts: 17

[Solved] Intel Bluetooth Firmware Loading Error (ibt-17-0-0.sfi)

Description:
Bluetooth stopped working. Just noticed recently.
System unable to load required firmware.

Error:

$ sudo dmesg | grep -i bluetooth
[    5.788369] Bluetooth: hci0: Failed to load Intel firmware file intel/ibt-17-0-0.sfi (-2)

/lib/firmware/intel/ contains (instead of ibt-17-0-0):

ibt-17-0-1.ddc.zst
ibt-17-0-1.sfi.zst

Attempted Fix:

# Decompressed firmware
sudo zstd -d /lib/firmware/intel/ibt-17-0-1.sfi.zst

# Created symlink
sudo ln -s /lib/firmware/intel/ibt-17-0-1.sfi /lib/firmware/intel/ibt-17-0-0.sfi

Result: Firmware loads but produces multiple errors in dmesg output.

Questions:
1. What's the proper way to resolve this firmware mismatch?
2. Is this a kernel or Arch-specific issue?
3. Are there better solutions than symlinking?

System Information:
- Kernel: zen kernel
- Hardware:
00:14.3 Network controller: Intel Corporation Cannon Lake PCH CNVi WiFi (rev 10)
Bus 001 Device 009: ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)


[EDIT] poorly worded description.

Last edited by Crystal4276 (2025-01-04 06:06:06)

Offline

#2 2025-01-03 18:00:56

gromit
Package Maintainer (PM)
From: Germany
Registered: 2024-02-10
Posts: 896
Website

Re: [Solved] Intel Bluetooth Firmware Loading Error (ibt-17-0-0.sfi)

Which version of the firmware and kernel are you using? Is this also an issue with the "regular" linux kernel?

Offline

#3 2025-01-03 18:57:13

loqs
Member
Registered: 2014-03-06
Posts: 18,206

Re: [Solved] Intel Bluetooth Firmware Loading Error (ibt-17-0-0.sfi)

I would suspect if the firmware was required for operation then Bluetooth adapter would not function rather than start to function then cease function after inactivity.  I would hazard a guess that it is an issue with power management of the adapter.
Edit:
https://gitlab.archlinux.org/archlinux/ … -/issues/7
Please also remove the redundant [HELP] from the thread title.

Last edited by loqs (2025-01-03 19:18:57)

Offline

#4 2025-01-03 19:56:33

Crystal4276
Member
Registered: 2022-09-12
Posts: 17

Re: [Solved] Intel Bluetooth Firmware Loading Error (ibt-17-0-0.sfi)

What i meant by inactivity was i did not use any bluetooth device for quite long time and so I didn't notice the issue.
So i don't know which version of the kernel or linux-firmware package introduced this problem

Linux kernel version: 6.12.7-zen1-1-zen

I tried to check with the standard kernel but it looks like that my kernel parameter: pcie_acs_override=downstream,multifunction is preventing the OS to launch.
I'll report back if i manage to boot

Last edited by Crystal4276 (2025-01-03 19:59:17)

Offline

#5 2025-01-03 20:02:57

loqs
Member
Registered: 2014-03-06
Posts: 18,206

Re: [Solved] Intel Bluetooth Firmware Loading Error (ibt-17-0-0.sfi)

Please post the full output of dmesg from a boot with the issue without the symlinked or copied fimrware. Please also try with the linux package as gromit suggested and also the linux-lts package.

git log -- intel/ibt-17-0-0.sfi

Produces no output, meaning that file has never been part of upstream linux-firmware's git repository.

Offline

#6 2025-01-03 20:18:32

Crystal4276
Member
Registered: 2022-09-12
Posts: 17

Re: [Solved] Intel Bluetooth Firmware Loading Error (ibt-17-0-0.sfi)

❯ sudo dmesg | grep -i bluetooth
[sudo] password for crystal:
[    5.768719] Bluetooth: Core ver 2.22
[    5.768731] NET: Registered PF_BLUETOOTH protocol family
[    5.768733] Bluetooth: HCI device and connection manager initialized
[    5.768735] Bluetooth: HCI socket layer initialized
[    5.768737] Bluetooth: L2CAP socket layer initialized
[    5.768739] Bluetooth: SCO socket layer initialized
[    5.821828] Bluetooth: hci0: Bootloader revision 0.0 build 42 week 52 2015
[    5.822834] Bluetooth: hci0: Device revision is 0
[    5.822836] Bluetooth: hci0: Secure boot is disabled
[    5.822837] Bluetooth: hci0: OTP lock is disabled
[    5.822838] Bluetooth: hci0: API lock is disabled
[    5.822839] Bluetooth: hci0: Debug lock is disabled
[    5.822840] Bluetooth: hci0: Minimum firmware build 0 week 0 2000
[    5.822841] Bluetooth: hci0: No device address configured
[    5.823342] Bluetooth: hci0: Failed to load Intel firmware file intel/ibt-17-0-0.sfi (-2)
[    5.823813] Bluetooth: hci0: Reading supported features failed (-56)
[    5.823814] Bluetooth: hci0: Error reading debug features
[    5.823817] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[    5.824837] Bluetooth: hci0: Opcode 0x0c03 failed: -56
[    5.825842] Bluetooth: hci0: Failed to read MSFT supported features (-56)
[    7.494434] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.494437] Bluetooth: BNEP filters: protocol multicast
[    7.494439] Bluetooth: BNEP socket layer initialized

Offline

#7 2025-01-03 20:28:39

Crystal4276
Member
Registered: 2022-09-12
Posts: 17

Re: [Solved] Intel Bluetooth Firmware Loading Error (ibt-17-0-0.sfi)

I tried both the linux and linux-lts kernels and i get the same error and output for : sudo dmesg | grep -i bluetooth

Firmware version:
core/linux-firmware 20241210.b00a7f7e

Last edited by Crystal4276 (2025-01-03 20:33:17)

Offline

#8 2025-01-03 20:31:25

gromit
Package Maintainer (PM)
From: Germany
Registered: 2024-02-10
Posts: 896
Website

Re: [Solved] Intel Bluetooth Firmware Loading Error (ibt-17-0-0.sfi)

Could you please post the complete dmesg and not just a grep on it?

Offline

#9 2025-01-03 20:37:35

Crystal4276
Member
Registered: 2022-09-12
Posts: 17

Re: [Solved] Intel Bluetooth Firmware Loading Error (ibt-17-0-0.sfi)

sudo dmesg
[sudo] password for crystal: 
[    0.000000] microcode: updated early: 0xea -> 0x100, date = 2024-02-05
[    0.000000] Linux version 6.6.69-1-lts (linux-lts@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Thu, 02 Jan 2025 22:00:49 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=d98b1de1-3c86-4fe7-89a7-6e63f0f75472 rw rootfstype=ext4 loglevel=3 nvidia_drm.modeset=1 nvidia_drm.fbdev=1 quiet
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000323c3fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000323c4000-0x00000000323c4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000323c5000-0x00000000323c5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000323c6000-0x000000003c75afff] usable
[    0.000000] BIOS-e820: [mem 0x000000003c75b000-0x000000003dc1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003dc20000-0x000000003e0aafff] usable
[    0.000000] BIOS-e820: [mem 0x000000003e0ab000-0x000000003e1e3fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003e1e4000-0x000000003ee46fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003ee47000-0x000000003eefdfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000003eefe000-0x000000003eefefff] usable
[    0.000000] BIOS-e820: [mem 0x000000003eeff000-0x000000003fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000008bdffffff] usable
[    0.000000] The simpledrm driver will not be probed
[    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 2.0=0x3e0c8000 ACPI=0x3e0c8000 TPMFinalLog=0x3e12e000 SMBIOS=0x3ec38000 SMBIOS 3.0=0x3ec37000 ESRT=0x3ac13d18 MEMATTR=0x3ac09018 
[    0.000000] efi: Remove mem43: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[    0.000000] efi: Not removing mem44: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem45: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem46: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem47: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. Z390 AORUS MASTER/Z390 AORUS MASTER-CF, BIOS F11 11/05/2021
[    0.000000] tsc: Detected 3600.000 MHz processor
[    0.000770] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000772] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000777] last_pfn = 0x8be000 max_arch_pfn = 0x400000000
[    0.000779] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
[    0.000781] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001037] last_pfn = 0x3eeff max_arch_pfn = 0x400000000
[    0.005790] esrt: Reserving ESRT space from 0x000000003ac13d18 to 0x000000003ac13d50.
[    0.005793] e820: update [mem 0x3ac13000-0x3ac13fff] usable ==> reserved
[    0.005803] Using GB pages for direct mapping
[    0.006063] Secure boot disabled
[    0.006063] RAMDISK: [mem 0x358a5000-0x36ba7fff]
[    0.006136] ACPI: Early table checksum verification disabled
[    0.006137] ACPI: RSDP 0x000000003E0C8000 000024 (v02 ALASKA)
[    0.006140] ACPI: XSDT 0x000000003E0C80A8 0000D4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006143] ACPI: FACP 0x000000003E108EB0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.006146] ACPI: DSDT 0x000000003E0C8218 040C95 (v02 ALASKA A M I    01072009 INTL 20160527)
[    0.006148] ACPI: FACS 0x000000003E1E3080 000040
[    0.006150] ACPI: APIC 0x000000003E108FC8 00012C (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.006152] ACPI: FPDT 0x000000003E1090F8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006153] ACPI: FIDT 0x000000003E109140 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006155] ACPI: MCFG 0x000000003E1091E0 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.006157] ACPI: SSDT 0x000000003E109220 000204 (v01 ALASKA A M I    00001000 INTL 20160527)
[    0.006159] ACPI: SSDT 0x000000003E109428 0017D5 (v02 ALASKA A M I    00003000 INTL 20160527)
[    0.006160] ACPI: SSDT 0x000000003E10AC00 00A473 (v01 ALASKA A M I    00000001 INTL 20160527)
[    0.006162] ACPI: SSDT 0x000000003E115078 0031C7 (v02 ALASKA A M I    00003000 INTL 20160527)
[    0.006164] ACPI: SSDT 0x000000003E118240 002358 (v02 ALASKA A M I    00001000 INTL 20160527)
[    0.006166] ACPI: HPET 0x000000003E11A598 000038 (v01 ALASKA A M I    00000002      01000013)
[    0.006167] ACPI: SSDT 0x000000003E11A5D0 000F9E (v02 ALASKA A M I    00001000 INTL 20160527)
[    0.006169] ACPI: SSDT 0x000000003E11B570 002D1B (v02 ALASKA A M I    00000000 INTL 20160527)
[    0.006171] ACPI: UEFI 0x000000003E11E290 000042 (v01 ALASKA A M I    00000002      01000013)
[    0.006173] ACPI: LPIT 0x000000003E11E2D8 00005C (v01 ALASKA A M I    00000002      01000013)
[    0.006175] ACPI: SSDT 0x000000003E11E338 0027DE (v02 ALASKA A M I    00001000 INTL 20160527)
[    0.006176] ACPI: SSDT 0x000000003E120B18 000FFE (v02 ALASKA A M I    00000000 INTL 20160527)
[    0.006178] ACPI: DBGP 0x000000003E121B18 000034 (v01 ALASKA A M I    00000002      01000013)
[    0.006180] ACPI: DBG2 0x000000003E121B50 000054 (v00 ALASKA A M I    00000002      01000013)
[    0.006182] ACPI: DMAR 0x000000003E121BA8 000070 (v01 ALASKA A M I    00000002      01000013)
[    0.006183] ACPI: TPM2 0x000000003E121C18 000034 (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.006185] ACPI: WSMT 0x000000003E121C50 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006187] ACPI: Reserving FACP table memory at [mem 0x3e108eb0-0x3e108fc3]
[    0.006188] ACPI: Reserving DSDT table memory at [mem 0x3e0c8218-0x3e108eac]
[    0.006188] ACPI: Reserving FACS table memory at [mem 0x3e1e3080-0x3e1e30bf]
[    0.006189] ACPI: Reserving APIC table memory at [mem 0x3e108fc8-0x3e1090f3]
[    0.006189] ACPI: Reserving FPDT table memory at [mem 0x3e1090f8-0x3e10913b]
[    0.006190] ACPI: Reserving FIDT table memory at [mem 0x3e109140-0x3e1091db]
[    0.006190] ACPI: Reserving MCFG table memory at [mem 0x3e1091e0-0x3e10921b]
[    0.006191] ACPI: Reserving SSDT table memory at [mem 0x3e109220-0x3e109423]
[    0.006191] ACPI: Reserving SSDT table memory at [mem 0x3e109428-0x3e10abfc]
[    0.006192] ACPI: Reserving SSDT table memory at [mem 0x3e10ac00-0x3e115072]
[    0.006192] ACPI: Reserving SSDT table memory at [mem 0x3e115078-0x3e11823e]
[    0.006193] ACPI: Reserving SSDT table memory at [mem 0x3e118240-0x3e11a597]
[    0.006193] ACPI: Reserving HPET table memory at [mem 0x3e11a598-0x3e11a5cf]
[    0.006194] ACPI: Reserving SSDT table memory at [mem 0x3e11a5d0-0x3e11b56d]
[    0.006194] ACPI: Reserving SSDT table memory at [mem 0x3e11b570-0x3e11e28a]
[    0.006195] ACPI: Reserving UEFI table memory at [mem 0x3e11e290-0x3e11e2d1]
[    0.006195] ACPI: Reserving LPIT table memory at [mem 0x3e11e2d8-0x3e11e333]
[    0.006195] ACPI: Reserving SSDT table memory at [mem 0x3e11e338-0x3e120b15]
[    0.006196] ACPI: Reserving SSDT table memory at [mem 0x3e120b18-0x3e121b15]
[    0.006196] ACPI: Reserving DBGP table memory at [mem 0x3e121b18-0x3e121b4b]
[    0.006197] ACPI: Reserving DBG2 table memory at [mem 0x3e121b50-0x3e121ba3]
[    0.006197] ACPI: Reserving DMAR table memory at [mem 0x3e121ba8-0x3e121c17]
[    0.006198] ACPI: Reserving TPM2 table memory at [mem 0x3e121c18-0x3e121c4b]
[    0.006198] ACPI: Reserving WSMT table memory at [mem 0x3e121c50-0x3e121c77]
[    0.006337] No NUMA configuration found
[    0.006337] Faking a node at [mem 0x0000000000000000-0x00000008bdffffff]
[    0.006339] NODE_DATA(0) allocated [mem 0x8bdffb000-0x8bdffffff]
[    0.006369] Zone ranges:
[    0.006369]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006370]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006371]   Normal   [mem 0x0000000100000000-0x00000008bdffffff]
[    0.006372]   Device   empty
[    0.006373] Movable zone start for each node
[    0.006373] Early memory node ranges
[    0.006373]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.006374]   node   0: [mem 0x0000000000100000-0x00000000323c3fff]
[    0.006375]   node   0: [mem 0x00000000323c6000-0x000000003c75afff]
[    0.006376]   node   0: [mem 0x000000003dc20000-0x000000003e0aafff]
[    0.006376]   node   0: [mem 0x000000003eefe000-0x000000003eefefff]
[    0.006377]   node   0: [mem 0x0000000100000000-0x00000008bdffffff]
[    0.006379] Initmem setup node 0 [mem 0x0000000000001000-0x00000008bdffffff]
[    0.006381] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006394] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.007092] On node 0, zone DMA32: 2 pages in unavailable ranges
[    0.007128] On node 0, zone DMA32: 5317 pages in unavailable ranges
[    0.007152] On node 0, zone DMA32: 3667 pages in unavailable ranges
[    0.031230] On node 0, zone Normal: 4353 pages in unavailable ranges
[    0.031282] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.031583] ACPI: PM-Timer IO Port: 0x1808
[    0.031587] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.031588] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.031589] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.031589] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.031590] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.031590] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.031591] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.031591] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.031592] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.031592] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.031593] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.031593] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.031593] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.031594] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.031594] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.031595] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.031627] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.031629] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.031630] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.031633] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.031633] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.031635] TSC deadline timer available
[    0.031635] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.031645] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.031646] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.031647] PM: hibernation: Registered nosave memory: [mem 0x323c4000-0x323c4fff]
[    0.031647] PM: hibernation: Registered nosave memory: [mem 0x323c5000-0x323c5fff]
[    0.031648] PM: hibernation: Registered nosave memory: [mem 0x3ac13000-0x3ac13fff]
[    0.031649] PM: hibernation: Registered nosave memory: [mem 0x3c75b000-0x3dc1ffff]
[    0.031650] PM: hibernation: Registered nosave memory: [mem 0x3e0ab000-0x3e1e3fff]
[    0.031651] PM: hibernation: Registered nosave memory: [mem 0x3e1e4000-0x3ee46fff]
[    0.031651] PM: hibernation: Registered nosave memory: [mem 0x3ee47000-0x3eefdfff]
[    0.031652] PM: hibernation: Registered nosave memory: [mem 0x3eeff000-0x3fffffff]
[    0.031652] PM: hibernation: Registered nosave memory: [mem 0x40000000-0xfdffffff]
[    0.031653] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.031653] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.031654] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.031654] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.031655] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.031655] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.031656] [mem 0x40000000-0xfdffffff] available for PCI devices
[    0.031657] Booting paravirtualized kernel on bare hardware
[    0.031658] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.035658] setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.036046] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[    0.036050] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[    0.036051] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.036065] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=d98b1de1-3c86-4fe7-89a7-6e63f0f75472 rw rootfstype=ext4 loglevel=3 nvidia_drm.modeset=1 nvidia_drm.fbdev=1 quiet
[    0.036122] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-lts", will be passed to user space.
[    0.036139] random: crng init done
[    0.037667] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.038524] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.038643] Fallback order for Node 0: 0 
[    0.038646] Built 1 zonelists, mobility grouping on.  Total pages: 8236085
[    0.038646] Policy zone: Normal
[    0.038769] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.038773] software IO TLB: area num 16.
[    0.085754] Memory: 32696860K/33467916K available (18432K kernel code, 2150K rwdata, 13100K rodata, 3444K init, 3628K bss, 770796K reserved, 0K cma-reserved)
[    0.085916] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.085933] ftrace: allocating 49264 entries in 193 pages
[    0.091198] ftrace: allocated 193 pages with 3 groups
[    0.091593] Dynamic Preempt: voluntary
[    0.091632] rcu: Preemptible hierarchical RCU implementation.
[    0.091633] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.091633] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.091634] 	Trampoline variant of Tasks RCU enabled.
[    0.091634] 	Rude variant of Tasks RCU enabled.
[    0.091635] 	Tracing variant of Tasks RCU enabled.
[    0.091635] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.091636] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.093761] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[    0.094012] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.094240] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.094264] Console: colour dummy device 80x25
[    0.094265] printk: console [tty0] enabled
[    0.094296] ACPI: Core revision 20230628
[    0.094532] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.094622] APIC: Switch to symmetric I/O mode setup
[    0.094624] DMAR: Host address width 39
[    0.094624] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.094628] DMAR: dmar0: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.094630] DMAR: RMRR base: 0x0000003e885000 end: 0x0000003eacefff
[    0.094631] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 0
[    0.094632] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.094633] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.095995] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.095996] x2apic enabled
[    0.096042] APIC: Switched APIC routing to: cluster x2apic
[    0.100576] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.114587] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e452fbb2f, max_idle_ns: 440795236593 ns
[    0.114590] Calibrating delay loop (skipped), value calculated using timer frequency.. 7202.00 BogoMIPS (lpj=12000000)
[    0.114604] x86/cpu: SGX disabled by BIOS.
[    0.114607] CPU0: Thermal monitoring enabled (TM1)
[    0.114639] process: using mwait in idle threads
[    0.114641] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.114641] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.114644] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.114645] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
[    0.114645] Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
[    0.114646] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.114646] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.114647] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.114647] RETBleed: Mitigation: Enhanced IBRS
[    0.114648] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.114649] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.114652] TAA: Mitigation: TSX disabled
[    0.114653] MMIO Stale Data: Mitigation: Clear CPU buffers
[    0.114655] SRBDS: Mitigation: Microcode
[    0.114658] GDS: Mitigation: Microcode
[    0.114660] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.114661] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.114662] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.114662] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.114662] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.114663] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.114664] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.114665] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.114665] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.128970] Freeing SMP alternatives memory: 40K
[    0.128972] pid_max: default: 32768 minimum: 301
[    0.130343] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[    0.130358] landlock: Up and running.
[    0.130358] Yama: becoming mindful.
[    0.130362] LSM support for eBPF active
[    0.130394] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.130414] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.130691] smpboot: CPU0: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz (family: 0x6, model: 0x9e, stepping: 0xd)
[    0.130772] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[    0.130780] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[    0.130789] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[    0.130797] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.130810] ... version:                4
[    0.130810] ... bit width:              48
[    0.130810] ... generic registers:      4
[    0.130811] ... value mask:             0000ffffffffffff
[    0.130812] ... max period:             00007fffffffffff
[    0.130812] ... fixed-purpose events:   3
[    0.130812] ... event mask:             000000070000000f
[    0.130868] signal: max sigframe size: 2032
[    0.130875] Estimated ratio of average max frequency by base frequency (times 1024): 1365
[    0.130887] rcu: Hierarchical SRCU implementation.
[    0.130888] rcu: 	Max phase no-delay instances is 1000.
[    0.131256] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.131256] smp: Bringing up secondary CPUs ...
[    0.131256] smpboot: x86: Booting SMP configuration:
[    0.131256] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.132409] MMIO Stale Data CPU bug present and SMT on, data leak possible. See [url]https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html[/url] for more details.
[    0.132409] smp: Brought up 1 node, 16 CPUs
[    0.132409] smpboot: Max logical packages: 1
[    0.132409] smpboot: Total of 16 processors activated (115246.00 BogoMIPS)
[    0.135203] devtmpfs: initialized
[    0.135203] x86/mm: Memory block size: 128MB
[    0.135793] ACPI: PM: Registering ACPI NVS region [mem 0x323c4000-0x323c4fff] (4096 bytes)
[    0.135793] ACPI: PM: Registering ACPI NVS region [mem 0x3e0ab000-0x3e1e3fff] (1282048 bytes)
[    0.135793] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.135793] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.135793] pinctrl core: initialized pinctrl subsystem
[    0.135793] PM: RTC time: 20:26:46, date: 2025-01-03
[    0.135793] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.135793] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.135793] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.135793] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.135793] audit: initializing netlink subsys (disabled)
[    0.135793] audit: type=2000 audit(1735936006.039:1): state=initialized audit_enabled=0 res=1
[    0.135793] thermal_sys: Registered thermal governor 'fair_share'
[    0.135793] thermal_sys: Registered thermal governor 'bang_bang'
[    0.135793] thermal_sys: Registered thermal governor 'step_wise'
[    0.135793] thermal_sys: Registered thermal governor 'user_space'
[    0.135793] thermal_sys: Registered thermal governor 'power_allocator'
[    0.135793] cpuidle: using governor ladder
[    0.135793] cpuidle: using governor menu
[    0.135793] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.135793] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.135793] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.135793] PCI: Using configuration type 1 for base access
[    0.138046] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.144679] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.144679] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.144679] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.144679] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.145371] ACPI: Added _OSI(Module Device)
[    0.145371] ACPI: Added _OSI(Processor Device)
[    0.145371] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.145371] ACPI: Added _OSI(Processor Aggregator Device)
[    0.190911] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    2.304851] ACPI: Dynamic OEM Table Load:
[    2.304855] ACPI: SSDT 0xFFFF8CA78105FC00 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    2.305494] ACPI: Dynamic OEM Table Load:
[    2.305497] ACPI: SSDT 0xFFFF8CA781BDA800 00078C (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    2.306442] ACPI: Dynamic OEM Table Load:
[    2.306445] ACPI: SSDT 0xFFFF8CA781063000 000EF1 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    2.307525] ACPI: Dynamic OEM Table Load:
[    2.307528] ACPI: SSDT 0xFFFF8CA781059400 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    2.308163] ACPI: Dynamic OEM Table Load:
[    2.308167] ACPI: SSDT 0xFFFF8CA781059800 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    2.311955] ACPI: _OSC evaluated successfully for all CPUs
[    2.312657] ACPI: Interpreter enabled
[    2.312681] ACPI: PM: (supports S0 S3 S4 S5)
[    2.312682] ACPI: Using IOAPIC for interrupt routing
[    2.313462] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.313463] PCI: Using E820 reservations for host bridge windows
[    2.314231] ACPI: Enabled 7 GPEs in block 00 to 7F
[    2.323477] ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
[    2.325266] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
[    2.325400] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
[    2.325530] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
[    2.329205] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
[    2.330743] ACPI: \_TZ_.FN00: New power resource
[    2.330788] ACPI: \_TZ_.FN01: New power resource
[    2.330829] ACPI: \_TZ_.FN02: New power resource
[    2.330872] ACPI: \_TZ_.FN03: New power resource
[    2.330912] ACPI: \_TZ_.FN04: New power resource
[    2.331210] ACPI: \PIN_: New power resource
[    2.331532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    2.331537] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.331602] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    2.331719] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
[    2.331720] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    2.332440] PCI host bridge to bus 0000:00
[    2.332441] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    2.332442] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.332444] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000effff window]
[    2.332445] pci_bus 0000:00: root bus resource [mem 0x40000000-0xdfffffff window]
[    2.332446] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    2.332446] pci_bus 0000:00: root bus resource [bus 00-fe]
[    2.332507] pci 0000:00:00.0: [8086:3e30] type 00 class 0x060000
[    2.332551] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    2.332578] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    2.332898] pci 0000:00:01.1: [8086:1905] type 01 class 0x060400
[    2.332925] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    2.333353] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
[    2.333366] pci 0000:00:12.0: reg 0x10: [mem 0x54641000-0x54641fff 64bit]
[    2.333493] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
[    2.333505] pci 0000:00:14.0: reg 0x10: [mem 0x54620000-0x5462ffff 64bit]
[    2.333551] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    2.333938] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
[    2.333952] pci 0000:00:14.2: reg 0x10: [mem 0x5463a000-0x5463bfff 64bit]
[    2.333961] pci 0000:00:14.2: reg 0x18: [mem 0x54640000-0x54640fff 64bit]
[    2.334050] pci 0000:00:14.3: [8086:a370] type 00 class 0x028000
[    2.334070] pci 0000:00:14.3: reg 0x10: [mem 0x54634000-0x54637fff 64bit]
[    2.334152] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    2.334278] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
[    2.334295] pci 0000:00:16.0: reg 0x10: [mem 0x5463f000-0x5463ffff 64bit]
[    2.334360] pci 0000:00:16.0: PME# supported from D3hot
[    2.334717] pci 0000:00:17.0: [8086:a352] type 00 class 0x010601
[    2.334727] pci 0000:00:17.0: reg 0x10: [mem 0x54638000-0x54639fff]
[    2.334733] pci 0000:00:17.0: reg 0x14: [mem 0x5463e000-0x5463e0ff]
[    2.334738] pci 0000:00:17.0: reg 0x18: [io  0x4050-0x4057]
[    2.334743] pci 0000:00:17.0: reg 0x1c: [io  0x4040-0x4043]
[    2.334749] pci 0000:00:17.0: reg 0x20: [io  0x4020-0x403f]
[    2.334754] pci 0000:00:17.0: reg 0x24: [mem 0x5463d000-0x5463d7ff]
[    2.334784] pci 0000:00:17.0: PME# supported from D3hot
[    2.335171] pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400
[    2.335238] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    2.335727] pci 0000:00:1b.4: [8086:a32c] type 01 class 0x060400
[    2.335794] pci 0000:00:1b.4: PME# supported from D0 D3hot D3cold
[    2.335815] pci 0000:00:1b.4: PTM enabled (root), 4ns granularity
[    2.336303] pci 0000:00:1b.6: [8086:a32e] type 01 class 0x060400
[    2.336369] pci 0000:00:1b.6: PME# supported from D0 D3hot D3cold
[    2.336390] pci 0000:00:1b.6: PTM enabled (root), 4ns granularity
[    2.336878] pci 0000:00:1c.0: [8086:a338] type 01 class 0x060400
[    2.336944] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    2.337444] pci 0000:00:1c.7: [8086:a33f] type 01 class 0x060400
[    2.337510] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    2.337531] pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
[    2.338021] pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400
[    2.338087] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    2.338108] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    2.338631] pci 0000:00:1f.0: [8086:a305] type 00 class 0x060100
[    2.338958] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
[    2.338987] pci 0000:00:1f.3: reg 0x10: [mem 0x54630000-0x54633fff 64bit]
[    2.339024] pci 0000:00:1f.3: reg 0x20: [mem 0x54100000-0x541fffff 64bit]
[    2.339096] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    2.339855] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
[    2.339877] pci 0000:00:1f.4: reg 0x10: [mem 0x5463c000-0x5463c0ff 64bit]
[    2.339902] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    2.340083] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
[    2.340095] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    2.340190] pci 0000:00:1f.6: [8086:15bc] type 00 class 0x020000
[    2.340212] pci 0000:00:1f.6: reg 0x10: [mem 0x54600000-0x5461ffff]
[    2.340324] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    2.340404] pci 0000:01:00.0: [10de:1e87] type 00 class 0x030000
[    2.340413] pci 0000:01:00.0: reg 0x10: [mem 0x53000000-0x53ffffff]
[    2.340421] pci 0000:01:00.0: reg 0x14: [mem 0x40000000-0x4fffffff 64bit pref]
[    2.340428] pci 0000:01:00.0: reg 0x1c: [mem 0x50000000-0x51ffffff 64bit pref]
[    2.340434] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    2.340439] pci 0000:01:00.0: reg 0x30: [mem 0x54000000-0x5407ffff pref]
[    2.340453] pci 0000:01:00.0: BAR 1: assigned to efifb
[    2.340456] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    2.340488] pci 0000:01:00.0: PME# supported from D0 D3hot
[    2.340539] pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    2.340621] pci 0000:01:00.1: [10de:10f8] type 00 class 0x040300
[    2.340629] pci 0000:01:00.1: reg 0x10: [mem 0x54080000-0x54083fff]
[    2.340721] pci 0000:01:00.2: [10de:1ad8] type 00 class 0x0c0330
[    2.340733] pci 0000:01:00.2: reg 0x10: [mem 0x52000000-0x5203ffff 64bit pref]
[    2.340745] pci 0000:01:00.2: reg 0x1c: [mem 0x52040000-0x5204ffff 64bit pref]
[    2.340787] pci 0000:01:00.2: PME# supported from D0 D3hot
[    2.340829] pci 0000:01:00.3: [10de:1ad9] type 00 class 0x0c8000
[    2.340837] pci 0000:01:00.3: reg 0x10: [mem 0x54084000-0x54084fff]
[    2.340889] pci 0000:01:00.3: PME# supported from D0 D3hot
[    2.340941] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.340943] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    2.340944] pci 0000:00:01.0:   bridge window [mem 0x53000000-0x540fffff]
[    2.340946] pci 0000:00:01.0:   bridge window [mem 0x40000000-0x520fffff 64bit pref]
[    2.340971] pci 0000:02:00.0: [144d:a804] type 00 class 0x010802
[    2.340980] pci 0000:02:00.0: reg 0x10: [mem 0x54500000-0x54503fff 64bit]
[    2.341114] pci 0000:00:01.1: PCI bridge to [bus 02]
[    2.341116] pci 0000:00:01.1:   bridge window [mem 0x54500000-0x545fffff]
[    2.341194] acpiphp: Slot [1] registered
[    2.341202] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    2.341305] pci 0000:04:00.0: [1987:5016] type 00 class 0x010802
[    2.341351] pci 0000:04:00.0: reg 0x10: [mem 0x54400000-0x54403fff 64bit]
[    2.341868] pci 0000:04:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1b.4 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    2.342054] pci 0000:00:1b.4: PCI bridge to [bus 04]
[    2.342057] pci 0000:00:1b.4:   bridge window [mem 0x54400000-0x544fffff]
[    2.342121] pci 0000:00:1b.6: PCI bridge to [bus 05]
[    2.342193] acpiphp: Slot [1-1] registered
[    2.342202] pci 0000:00:1c.0: PCI bridge to [bus 06]
[    2.342284] pci 0000:07:00.0: [1b73:1100] type 00 class 0x0c0330
[    2.342304] pci 0000:07:00.0: reg 0x10: [mem 0x54300000-0x5430ffff 64bit]
[    2.342317] pci 0000:07:00.0: reg 0x18: [mem 0x54311000-0x54311fff 64bit]
[    2.342330] pci 0000:07:00.0: reg 0x20: [mem 0x54310000-0x54310fff 64bit]
[    2.342392] pci 0000:07:00.0: supports D1
[    2.342393] pci 0000:07:00.0: PME# supported from D0 D1 D3hot
[    2.342473] pci 0000:00:1c.7: PCI bridge to [bus 07]
[    2.342476] pci 0000:00:1c.7:   bridge window [mem 0x54300000-0x543fffff]
[    2.342574] pci 0000:08:00.0: [1987:5018] type 00 class 0x010802
[    2.342621] pci 0000:08:00.0: reg 0x10: [mem 0x54200000-0x54203fff 64bit]
[    2.343206] pci 0000:08:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:1d.0 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    2.343427] pci 0000:00:1d.0: PCI bridge to [bus 08]
[    2.343430] pci 0000:00:1d.0:   bridge window [mem 0x54200000-0x542fffff]
[    2.344584] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    2.344610] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    2.344632] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    2.344653] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    2.344674] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    2.344695] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    2.344715] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    2.344736] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    2.347375] iommu: Default domain type: Translated
[    2.347375] iommu: DMA domain TLB invalidation policy: lazy mode
[    2.347375] SCSI subsystem initialized
[    2.347375] libata version 3.00 loaded.
[    2.347375] ACPI: bus type USB registered
[    2.347375] usbcore: registered new interface driver usbfs
[    2.347375] usbcore: registered new interface driver hub
[    2.347375] usbcore: registered new device driver usb
[    2.347375] pps_core: LinuxPPS API ver. 1 registered
[    2.347375] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.347375] PTP clock support registered
[    2.347375] EDAC MC: Ver: 3.0.0
[    2.347375] efivars: Registered efivars operations
[    2.347928] NetLabel: Initializing
[    2.347929] NetLabel:  domain hash size = 128
[    2.347929] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.347939] NetLabel:  unlabeled traffic allowed by default
[    2.347941] mctp: management component transport protocol core
[    2.347941] NET: Registered PF_MCTP protocol family
[    2.347944] PCI: Using ACPI for IRQ routing
[    2.390099] PCI: pci_cache_line_size set to 64 bytes
[    2.390188] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    2.390189] e820: reserve RAM buffer [mem 0x323c4000-0x33ffffff]
[    2.390190] e820: reserve RAM buffer [mem 0x3ac13000-0x3bffffff]
[    2.390191] e820: reserve RAM buffer [mem 0x3c75b000-0x3fffffff]
[    2.390191] e820: reserve RAM buffer [mem 0x3e0ab000-0x3fffffff]
[    2.390192] e820: reserve RAM buffer [mem 0x3eeff000-0x3fffffff]
[    2.390192] e820: reserve RAM buffer [mem 0x8be000000-0x8bfffffff]
[    2.390213] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    2.390213] pci 0000:01:00.0: vgaarb: bridge control possible
[    2.390213] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    2.390213] vgaarb: loaded
[    2.390213] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    2.390213] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    2.393311] clocksource: Switched to clocksource tsc-early
[    2.393378] VFS: Disk quotas dquot_6.6.0
[    2.393385] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.393420] pnp: PnP ACPI init
[    2.393591] system 00:00: [io  0x0a00-0x0a2f] has been reserved
[    2.393593] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    2.393594] system 00:00: [io  0x0a40-0x0a4f] has been reserved
[    2.394097] pnp 00:01: [dma 0 disabled]
[    2.394187] system 00:02: [io  0x0680-0x069f] has been reserved
[    2.394188] system 00:02: [io  0x164e-0x164f] has been reserved
[    2.394261] system 00:04: [io  0x1854-0x1857] has been reserved
[    2.394370] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    2.394372] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    2.394373] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    2.394374] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    2.394375] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    2.394376] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    2.394377] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    2.394378] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    2.394527] system 00:06: [io  0x1800-0x18fe] could not be reserved
[    2.394529] system 00:06: [mem 0xfd000000-0xfd69ffff] has been reserved
[    2.394530] system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    2.394531] system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    2.394532] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    2.394533] system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
[    2.394534] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    2.394589] system 00:07: [io  0x2000-0x20fe] has been reserved
[    2.394589] pnp: PnP ACPI: found 9 devices
[    2.398925] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.398959] NET: Registered PF_INET protocol family
[    2.399040] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    2.400729] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    2.400749] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    2.400821] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    2.401006] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    2.401155] TCP: Hash tables configured (established 262144 bind 65536)
[    2.401222] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    2.401271] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    2.401316] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    2.401362] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.401365] NET: Registered PF_XDP protocol family
[    2.401371] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.401372] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    2.401374] pci 0000:00:01.0:   bridge window [mem 0x53000000-0x540fffff]
[    2.401375] pci 0000:00:01.0:   bridge window [mem 0x40000000-0x520fffff 64bit pref]
[    2.401378] pci 0000:00:01.1: PCI bridge to [bus 02]
[    2.401379] pci 0000:00:01.1:   bridge window [mem 0x54500000-0x545fffff]
[    2.401382] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    2.401394] pci 0000:00:1b.4: PCI bridge to [bus 04]
[    2.401396] pci 0000:00:1b.4:   bridge window [mem 0x54400000-0x544fffff]
[    2.401400] pci 0000:00:1b.6: PCI bridge to [bus 05]
[    2.401406] pci 0000:00:1c.0: PCI bridge to [bus 06]
[    2.401415] pci 0000:00:1c.7: PCI bridge to [bus 07]
[    2.401417] pci 0000:00:1c.7:   bridge window [mem 0x54300000-0x543fffff]
[    2.401421] pci 0000:00:1d.0: PCI bridge to [bus 08]
[    2.401423] pci 0000:00:1d.0:   bridge window [mem 0x54200000-0x542fffff]
[    2.401428] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    2.401429] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    2.401430] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000effff window]
[    2.401431] pci_bus 0000:00: resource 7 [mem 0x40000000-0xdfffffff window]
[    2.401431] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[    2.401432] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    2.401433] pci_bus 0000:01: resource 1 [mem 0x53000000-0x540fffff]
[    2.401434] pci_bus 0000:01: resource 2 [mem 0x40000000-0x520fffff 64bit pref]
[    2.401434] pci_bus 0000:02: resource 1 [mem 0x54500000-0x545fffff]
[    2.401435] pci_bus 0000:04: resource 1 [mem 0x54400000-0x544fffff]
[    2.401436] pci_bus 0000:07: resource 1 [mem 0x54300000-0x543fffff]
[    2.401437] pci_bus 0000:08: resource 1 [mem 0x54200000-0x542fffff]
[    2.401707] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[    2.401721] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    2.401764] pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
[    2.401937] pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
[    2.402116] PCI: CLS 64 bytes, default 64
[    2.402152] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.402153] software IO TLB: mapped [mem 0x0000000036c09000-0x000000003ac09000] (64MB)
[    2.402168] Trying to unpack rootfs image as initramfs...
[    2.411025] Initialise system trusted keyrings
[    2.411030] Key type blacklist registered
[    2.411045] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    2.411050] zbud: loaded
[    2.411128] integrity: Platform Keyring initialized
[    2.411129] integrity: Machine keyring initialized
[    2.415458] Key type asymmetric registered
[    2.415459] Asymmetric key parser 'x509' registered
[    2.415467] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    2.415487] io scheduler mq-deadline registered
[    2.415488] io scheduler kyber registered
[    2.415493] io scheduler bfq registered
[    2.418146] pcieport 0000:00:1b.4: AER: enabled with IRQ 124
[    2.418171] pcieport 0000:00:1b.4: DPC: enabled with IRQ 124
[    2.418172] pcieport 0000:00:1b.4: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    2.418339] pcieport 0000:00:1b.6: AER: enabled with IRQ 125
[    2.418364] pcieport 0000:00:1b.6: DPC: enabled with IRQ 125
[    2.418365] pcieport 0000:00:1b.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    2.418525] pcieport 0000:00:1c.7: AER: enabled with IRQ 127
[    2.418549] pcieport 0000:00:1c.7: DPC: enabled with IRQ 127
[    2.418550] pcieport 0000:00:1c.7: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    2.418705] pcieport 0000:00:1d.0: AER: enabled with IRQ 128
[    2.418727] pcieport 0000:00:1d.0: DPC: enabled with IRQ 128
[    2.418728] pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[    2.418786] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.419527] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    2.419537] ACPI: button: Sleep Button [SLPB]
[    2.419551] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    2.419558] ACPI: button: Power Button [PWRB]
[    2.419571] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    2.419617] ACPI: button: Power Button [PWRF]
[    2.420187] thermal LNXTHERM:00: registered as thermal_zone0
[    2.420189] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    2.420271] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.420786] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.422635] Non-volatile memory driver v1.3
[    2.422636] Linux agpgart interface v0.103
[    2.429417] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    2.429489] ACPI: bus type drm_connector registered
[    2.430670] Freeing initrd memory: 19468K
[    2.431199] ahci 0000:00:17.0: version 3.0
[    2.441605] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    2.441607] ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part ems deso sadm sds apst 
[    2.490906] scsi host0: ahci
[    2.491130] scsi host1: ahci
[    2.491368] scsi host2: ahci
[    2.491541] scsi host3: ahci
[    2.491769] scsi host4: ahci
[    2.492001] scsi host5: ahci
[    2.492036] ata1: SATA max UDMA/133 abar m2048@0x5463d000 port 0x5463d100 irq 129
[    2.492038] ata2: SATA max UDMA/133 abar m2048@0x5463d000 port 0x5463d180 irq 129
[    2.492039] ata3: SATA max UDMA/133 abar m2048@0x5463d000 port 0x5463d200 irq 129
[    2.492040] ata4: SATA max UDMA/133 abar m2048@0x5463d000 port 0x5463d280 irq 129
[    2.492041] ata5: SATA max UDMA/133 abar m2048@0x5463d000 port 0x5463d300 irq 129
[    2.492042] ata6: SATA max UDMA/133 abar m2048@0x5463d000 port 0x5463d380 irq 129
[    2.492143] usbcore: registered new interface driver usbserial_generic
[    2.492145] usbserial: USB Serial support registered for generic
[    2.492403] rtc_cmos 00:03: RTC can wake from S4
[    2.493393] rtc_cmos 00:03: registered as rtc0
[    2.493546] rtc_cmos 00:03: setting system clock to 2025-01-03T20:26:48 UTC (1735936008)
[    2.493562] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
[    2.494002] intel_pstate: Intel P-state driver initializing
[    2.494690] intel_pstate: Disabling energy efficiency optimization
[    2.494690] intel_pstate: HWP enabled
[    2.495012] ledtrig-cpu: registered to indicate activity on CPUs
[    2.495174] efifb: probing for efifb
[    2.495180] efifb: No BGRT, not showing boot graphics
[    2.495180] efifb: framebuffer at 0x40000000, using 23040k, total 23040k
[    2.495181] efifb: mode is 3440x1440x32, linelength=16384, pages=1
[    2.495182] efifb: scrolling: redraw
[    2.495182] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.495203] fbcon: Deferring console take-over
[    2.495204] fb0: EFI VGA frame buffer device
[    2.495219] hid: raw HID events driver (C) Jiri Kosina
[    2.495249] intel_pmc_core INT33A1:00:  initialized
[    2.495311] drop_monitor: Initializing network drop monitor service
[    2.503800] Initializing XFRM netlink socket
[    2.503820] NET: Registered PF_INET6 protocol family
[    2.507823] Segment Routing with IPv6
[    2.507824] RPL Segment Routing with IPv6
[    2.507829] In-situ OAM (IOAM) with IPv6
[    2.507844] NET: Registered PF_PACKET protocol family
[    2.508936] microcode: Microcode Update Driver: v2.2.
[    2.508940] IPI shorthand broadcast: enabled
[    2.510050] sched_clock: Marking stable (2508525146, 410132)->(2519964404, -11029126)
[    2.510223] registered taskstats version 1
[    2.511079] Loading compiled-in X.509 certificates
[    2.513185] Loaded X.509 cert 'Build time autogenerated kernel key: 09b01e69463dc50f5cc1620405d3dd01b91cbd74'
[    2.515212] zswap: loaded using pool zstd/zsmalloc
[    2.516419] Key type .fscrypt registered
[    2.516420] Key type fscrypt-provisioning registered
[    2.517356] PM:   Magic number: 9:689:446
[    2.517388] pcieport 0000:00:1c.7: hash matches
[    2.519672] RAS: Correctable Errors collector initialized.
[    2.519708] clk: Disabling unused clocks
[    2.804209] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.804357] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.804411] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.805764] ata6.00: ATA-10: TOSHIBA HDWF180, GX0B, max UDMA/100
[    2.806310] ata6.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.807619] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.808771] ata6.00: configured for UDMA/100
[    2.810966] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.811566] ata1.00: ATA-10: TOSHIBA HDWF180, GX0B, max UDMA/100
[    2.811730] ata1.00: 15628053168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.812632] ata1.00: configured for UDMA/100
[    2.812884] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA HDWF180  GX0B PQ: 0 ANSI: 5
[    2.813578] sd 0:0:0:0: [sda] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[    2.813587] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.813681] sd 0:0:0:0: [sda] Write Protect is off
[    2.813692] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.813879] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.814052] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    2.833778] ata3.00: ATA-11: WDC WD181KRYZ-01AGBB0, 01.01H01, max UDMA/133
[    2.837888] ata4.00: ATA-11: WDC WD181KRYZ-01AGBB0, 01.01H01, max UDMA/133
[    2.841568] ata2.00: ATA-11: WDC WD181KRYZ-01AGBB0, 01.01H01, max UDMA/133
[    2.842255] ata3.00: 35156656128 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.844359] ata3.00: Features: NCQ-sndrcv NCQ-prio
[    2.846303] ata4.00: 35156656128 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.848438] ata4.00: Features: NCQ-sndrcv NCQ-prio
[    2.849778] ata2.00: 35156656128 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.851625] ata2.00: Features: NCQ-sndrcv NCQ-prio
[    2.857874] ata3.00: configured for UDMA/133
[    2.862097] ata4.00: configured for UDMA/133
[    2.864560] ata2.00: configured for UDMA/133
[    2.864820] scsi 1:0:0:0: Direct-Access     ATA      WDC WD181KRYZ-01 1H01 PQ: 0 ANSI: 5
[    2.865149]  sda: sda1
[    2.865417] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.865819] sd 1:0:0:0: [sdb] 35156656128 512-byte logical blocks: (18.0 TB/16.4 TiB)
[    2.865829] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    2.865847] sd 1:0:0:0: [sdb] Write Protect is off
[    2.865853] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.865878] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.865911] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[    2.865973] scsi 2:0:0:0: Direct-Access     ATA      WDC WD181KRYZ-01 1H01 PQ: 0 ANSI: 5
[    2.867461] sd 2:0:0:0: [sdc] 35156656128 512-byte logical blocks: (18.0 TB/16.4 TiB)
[    2.867469] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[    2.867508] sd 2:0:0:0: [sdc] Write Protect is off
[    2.867515] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.867584] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.867589] scsi 3:0:0:0: Direct-Access     ATA      WDC WD181KRYZ-01 1H01 PQ: 0 ANSI: 5
[    2.867669] sd 2:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes
[    2.868272] sd 3:0:0:0: [sdd] 35156656128 512-byte logical blocks: (18.0 TB/16.4 TiB)
[    2.868281] sd 3:0:0:0: [sdd] 4096-byte physical blocks
[    2.868311] sd 3:0:0:0: [sdd] Write Protect is off
[    2.868321] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.868365] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.868428] sd 3:0:0:0: [sdd] Preferred minimum I/O size 4096 bytes
[    2.881675] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.882214] sd 2:0:0:0: [sdc] Attached SCSI disk
[    2.917270]  sdd: sdd1
[    2.917542] sd 3:0:0:0: [sdd] Attached SCSI disk
[    3.030494] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.034186] ata5.00: ATA-12: WDC WD202KRYZ-01BRNB0, 01.01H01, max UDMA/133
[    3.047308] ata5.00: 39063650304 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.057984] ata5.00: Features: NCQ-sndrcv NCQ-prio
[    3.088058] ata5.00: configured for UDMA/133
[    3.088356] scsi 4:0:0:0: Direct-Access     ATA      WDC WD202KRYZ-01 1H01 PQ: 0 ANSI: 5
[    3.089926] sd 4:0:0:0: [sde] 39063650304 512-byte logical blocks: (20.0 TB/18.2 TiB)
[    3.089936] sd 4:0:0:0: [sde] 4096-byte physical blocks
[    3.089952] sd 4:0:0:0: [sde] Write Protect is off
[    3.089958] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    3.089987] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.090021] sd 4:0:0:0: [sde] Preferred minimum I/O size 4096 bytes
[    3.090047] scsi 5:0:0:0: Direct-Access     ATA      TOSHIBA HDWF180  GX0B PQ: 0 ANSI: 5
[    3.090826] sd 5:0:0:0: [sdf] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[    3.090835] sd 5:0:0:0: [sdf] 4096-byte physical blocks
[    3.090871] sd 5:0:0:0: [sdf] Write Protect is off
[    3.090881] sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[    3.090926] sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.090988] sd 5:0:0:0: [sdf] Preferred minimum I/O size 4096 bytes
[    3.103062] sd 4:0:0:0: [sde] Attached SCSI disk
[    3.156726]  sdf: sdf1
[    3.157008] sd 5:0:0:0: [sdf] Attached SCSI disk
[    3.161058] Freeing unused decrypted memory: 2028K
[    3.162279] Freeing unused kernel image (initmem) memory: 3444K
[    3.162284] Write protecting the kernel read-only data: 32768k
[    3.163173] Freeing unused kernel image (rodata/data gap) memory: 1236K
[    3.171319] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.171321] rodata_test: all tests were successful
[    3.171324] Run /init as init process
[    3.171324]   with arguments:
[    3.171325]     /init
[    3.171325]   with environment:
[    3.171326]     HOME=/
[    3.171326]     TERM=linux
[    3.171326]     BOOT_IMAGE=/vmlinuz-linux-lts
[    3.297308] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.297312] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    3.298379] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    3.298550] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.298553] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.298555] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    3.298593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    3.298595] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.298596] usb usb1: Product: xHCI Host Controller
[    3.298597] usb usb1: Manufacturer: Linux 6.6.69-1-lts xhci-hcd
[    3.298597] usb usb1: SerialNumber: 0000:00:14.0
[    3.298683] hub 1-0:1.0: USB hub found
[    3.298700] hub 1-0:1.0: 16 ports detected
[    3.300462] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[    3.300464] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.300465] usb usb2: Product: xHCI Host Controller
[    3.300466] usb usb2: Manufacturer: Linux 6.6.69-1-lts xhci-hcd
[    3.300467] usb usb2: SerialNumber: 0000:00:14.0
[    3.300553] hub 2-0:1.0: USB hub found
[    3.300574] hub 2-0:1.0: 10 ports detected
[    3.301803] xhci_hcd 0000:01:00.2: xHCI Host Controller
[    3.301806] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 3
[    3.302404] xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
[    3.302497] xhci_hcd 0000:01:00.2: xHCI Host Controller
[    3.302499] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 4
[    3.302502] xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
[    3.302546] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    3.302548] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.302550] usb usb3: Product: xHCI Host Controller
[    3.302551] usb usb3: Manufacturer: Linux 6.6.69-1-lts xhci-hcd
[    3.302551] usb usb3: SerialNumber: 0000:01:00.2
[    3.302610] hub 3-0:1.0: USB hub found
[    3.302618] hub 3-0:1.0: 2 ports detected
[    3.302689] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.302698] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[    3.302699] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.302700] usb usb4: Product: xHCI Host Controller
[    3.302701] usb usb4: Manufacturer: Linux 6.6.69-1-lts xhci-hcd
[    3.302701] usb usb4: SerialNumber: 0000:01:00.2
[    3.302755] hub 4-0:1.0: USB hub found
[    3.302760] hub 4-0:1.0: 4 ports detected
[    3.302931] xhci_hcd 0000:07:00.0: xHCI Host Controller
[    3.302935] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 5
[    3.303106] xhci_hcd 0000:07:00.0: hcc params 0x200071e1 hci version 0x100 quirks 0x0000000000000010
[    3.303307] xhci_hcd 0000:07:00.0: xHCI Host Controller
[    3.303309] xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 6
[    3.303311] xhci_hcd 0000:07:00.0: Host supports USB 3.0 SuperSpeed
[    3.303348] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    3.303350] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.303352] usb usb5: Product: xHCI Host Controller
[    3.303353] usb usb5: Manufacturer: Linux 6.6.69-1-lts xhci-hcd
[    3.303354] usb usb5: SerialNumber: 0000:07:00.0
[    3.303404] hub 5-0:1.0: USB hub found
[    3.303417] hub 5-0:1.0: 4 ports detected
[    3.303520] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.303540] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[    3.303541] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.303542] usb usb6: Product: xHCI Host Controller
[    3.303543] usb usb6: Manufacturer: Linux 6.6.69-1-lts xhci-hcd
[    3.303543] usb usb6: SerialNumber: 0000:07:00.0
[    3.303587] hub 6-0:1.0: USB hub found
[    3.303603] hub 6-0:1.0: 4 ports detected
[    3.307262] nvme nvme2: pci function 0000:08:00.0
[    3.307263] nvme nvme0: pci function 0000:02:00.0
[    3.307281] nvme nvme1: pci function 0000:04:00.0
[    3.312090] nvme nvme2: missing or invalid SUBNQN field.
[    3.312099] nvme nvme1: Shutdown timeout set to 10 seconds
[    3.312109] nvme nvme2: Shutdown timeout set to 10 seconds
[    3.313469] nvme nvme1: 8/0/0 default/read/poll queues
[    3.314054] nvme nvme1: Ignoring bogus Namespace Identifiers
[    3.314414] nvme nvme2: 16/0/0 default/read/poll queues
[    3.315004]  nvme1n1: p1 p2 p3
[    3.326463] nvme nvme0: 7/0/0 default/read/poll queues
[    3.353537]  nvme0n1: p1
[    3.427185] tsc: Refined TSC clocksource calibration: 3599.991 MHz
[    3.427210] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e44b1820a, max_idle_ns: 440795276805 ns
[    3.427281] clocksource: Switched to clocksource tsc
[    3.550516] usb 1-7: new high-speed USB device number 2 using xhci_hcd
[    3.553851] usb 5-2: new high-speed USB device number 2 using xhci_hcd
[    3.607734] fbcon: Taking over console
[    3.607912] Console: switching to colour frame buffer device 215x45
[    3.694448] usb 1-7: New USB device found, idVendor=152a, idProduct=85dd, bcdDevice= 3.15
[    3.694451] usb 1-7: New USB device strings: Mfr=1, Product=3, SerialNumber=2
[    3.694452] usb 1-7: Product: SMSL USB AUDIO
[    3.694453] usb 1-7: Manufacturer: SMSL
[    3.695772] usb 5-2: New USB device found, idVendor=0424, idProduct=2734, bcdDevice= 1.30
[    3.695774] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.695775] usb 5-2: Product: USB2734
[    3.695776] usb 5-2: Manufacturer: Microchip Tech
[    3.696325] hub 5-2:1.0: USB hub found
[    3.696411] hub 5-2:1.0: 5 ports detected
[    3.713297] hid-generic 0003:152A:85DD.0001: hiddev96,hidraw0: USB HID v1.10 Device [SMSL SMSL USB AUDIO] on usb-0000:00:14.0-7/input3
[    3.713311] usbcore: registered new interface driver usbhid
[    3.713312] usbhid: USB HID core driver
[    3.716385] EXT4-fs (nvme1n1p2): mounted filesystem d98b1de1-3c86-4fe7-89a7-6e63f0f75472 r/w with ordered data mode. Quota mode: none.
[    3.817150] usb 6-2: new SuperSpeed USB device number 2 using xhci_hcd
[    3.817363] usb 2-8: new SuperSpeed USB device number 2 using xhci_hcd
[    3.830149] systemd[1]: systemd 257.1-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[    3.830156] systemd[1]: Detected architecture x86-64.
[    3.831389] systemd[1]: Hostname set to <terrier>.
[    3.834296] usb 6-2: New USB device found, idVendor=0424, idProduct=5734, bcdDevice= 1.30
[    3.834301] usb 6-2: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    3.834304] usb 6-2: Product: USB5734
[    3.834305] usb 6-2: Manufacturer: Microchip Tech
[    3.834971] hub 6-2:1.0: USB hub found
[    3.835033] hub 6-2:1.0: 5 ports detected
[    3.836158] usb 2-8: New USB device found, idVendor=2833, idProduct=0083, bcdDevice= 4.19
[    3.836163] usb 2-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.836165] usb 2-8: Product: Quest 2
[    3.836167] usb 2-8: Manufacturer: Oculus
[    3.836168] usb 2-8: SerialNumber: 1WMHHA609E2462
[    3.837921] usb 2-8: Enable of device-initiated U1 failed.
[    3.838151] usb 2-8: Enable of device-initiated U2 failed.
[    3.876400] systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[    3.957235] usb 1-9: new full-speed USB device number 3 using xhci_hcd
[    4.157752] usb 1-9: New USB device found, idVendor=1532, idProduct=0528, bcdDevice= 1.00
[    4.157765] usb 1-9: New USB device strings: Mfr=3, Product=4, SerialNumber=0
[    4.157772] usb 1-9: Product: Razer BlackShark V2 Pro
[    4.157776] usb 1-9: Manufacturer: Razer
[    4.229778] input: Razer Razer BlackShark V2 Pro Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.3/0003:1532:0528.0002/input/input3
[    4.280562] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    4.284075] input: Razer Razer BlackShark V2 Pro as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.3/0003:1532:0528.0002/input/input4
[    4.284321] input: Razer Razer BlackShark V2 Pro as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.3/0003:1532:0528.0002/input/input5
[    4.284877] hid-generic 0003:1532:0528.0002: input,hiddev97,hidraw1: USB HID v1.11 Device [Razer Razer BlackShark V2 Pro] on usb-0000:00:14.0-9/input3
[    4.403810] usb 5-2.3: new full-speed USB device number 3 using xhci_hcd
[    4.407127] usb 1-10: new full-speed USB device number 4 using xhci_hcd
[    4.453678] zram: Added device: zram0
[    4.498427] usb 5-2.3: New USB device found, idVendor=1532, idProduct=0099, bcdDevice= 2.00
[    4.498429] usb 5-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.498430] usb 5-2.3: Product: Razer Basilisk V3
[    4.498431] usb 5-2.3: Manufacturer: Razer
[    4.508367] input: Razer Razer Basilisk V3 as /devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb5/5-2/5-2.3/5-2.3:1.0/0003:1532:0099.0003/input/input6
[    4.508519] hid-generic 0003:1532:0099.0003: input,hidraw2: USB HID v1.11 Mouse [Razer Razer Basilisk V3] on usb-0000:07:00.0-2.3/input0
[    4.509264] input: Razer Razer Basilisk V3 Keyboard as /devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb5/5-2/5-2.3/5-2.3:1.1/0003:1532:0099.0004/input/input7
[    4.532177] systemd[1]: Queued start job for default target Graphical Interface.
[    4.553111] usb 1-10: New USB device found, idVendor=1532, idProduct=007b, bcdDevice= 2.00
[    4.553114] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.553115] usb 1-10: Product: Razer Viper Ultimate Dongle
[    4.553116] usb 1-10: Manufacturer: Razer
[    4.555307] input: Razer Razer Viper Ultimate Dongle as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:1532:007B.0005/input/input9
[    4.563930] input: Razer Razer Basilisk V3 as /devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb5/5-2/5-2.3/5-2.3:1.1/0003:1532:0099.0004/input/input8
[    4.564033] hid-generic 0003:1532:0099.0004: input,hidraw3: USB HID v1.11 Keyboard [Razer Razer Basilisk V3] on usb-0000:07:00.0-2.3/input1
[    4.564128] hid-generic 0003:1532:007B.0005: input,hidraw4: USB HID v1.11 Mouse [Razer Razer Viper Ultimate Dongle] on usb-0000:00:14.0-10/input0
[    4.564538] input: Razer Razer Basilisk V3 as /devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb5/5-2/5-2.3/5-2.3:1.2/0003:1532:0099.0006/input/input10
[    4.565064] input: Razer Razer Viper Ultimate Dongle Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:1532:007B.0007/input/input11
[    4.571088] systemd[1]: Created slice Virtual Machine and Container Slice.
[    4.571645] systemd[1]: Created slice Slice /system/dirmngr.
[    4.571878] systemd[1]: Created slice Slice /system/getty.
[    4.572116] systemd[1]: Created slice Slice /system/gpg-agent.
[    4.572349] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[    4.572585] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[    4.572813] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[    4.573048] systemd[1]: Created slice Slice /system/keyboxd.
[    4.573282] systemd[1]: Created slice Slice /system/modprobe.
[    4.573520] systemd[1]: Created slice Slice /system/systemd-fsck.
[    4.573755] systemd[1]: Created slice Slice /system/systemd-zram-setup.
[    4.573912] systemd[1]: Created slice User and Session Slice.
[    4.573952] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.573981] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.574082] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.574098] systemd[1]: Expecting device /dev/disk/by-label/Alia...
[    4.574102] systemd[1]: Expecting device /dev/disk/by-label/Ceilia...
[    4.574107] systemd[1]: Expecting device /dev/disk/by-label/Chani...
[    4.574111] systemd[1]: Expecting device /dev/disk/by-label/Crystal...
[    4.574116] systemd[1]: Expecting device /dev/disk/by-label/Duncan...
[    4.574120] systemd[1]: Expecting device /dev/disk/by-label/Inia...
[    4.574124] systemd[1]: Expecting device /dev/disk/by-label/SSD...
[    4.574128] systemd[1]: Expecting device /dev/disk/by-label/Steam...
[    4.574132] systemd[1]: Expecting device /dev/disk/by-uuid/4E68-F6F9...
[    4.574137] systemd[1]: Expecting device /dev/disk/by-uuid/d37a777e-ee9c-4e80-881b-c657befa2e44...
[    4.574142] systemd[1]: Expecting device /dev/zram0...
[    4.574149] systemd[1]: Reached target Local Encrypted Volumes.
[    4.574158] systemd[1]: Reached target Login Prompts.
[    4.574168] systemd[1]: Reached target Local Integrity Protected Volumes.
[    4.574184] systemd[1]: Reached target Path Units.
[    4.574194] systemd[1]: Reached target Remote File Systems.
[    4.574201] systemd[1]: Reached target Slice Units.
[    4.574221] systemd[1]: Reached target Local Verity Protected Volumes.
[    4.574270] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.575196] systemd[1]: Listening on Process Core Dump Socket.
[    4.575787] systemd[1]: Listening on Credential Encryption/Decryption.
[    4.575854] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.575915] systemd[1]: Listening on Journal Sockets.
[    4.575949] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.575960] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.576006] systemd[1]: Listening on udev Control Socket.
[    4.576044] systemd[1]: Listening on udev Kernel Socket.
[    4.576785] systemd[1]: Mounting Huge Pages File System...
[    4.577296] systemd[1]: Mounting POSIX Message Queue File System...
[    4.577853] systemd[1]: Mounting Kernel Debug File System...
[    4.578358] systemd[1]: Mounting Kernel Trace File System...
[    4.578981] systemd[1]: Starting Create List of Static Device Nodes...
[    4.579562] systemd[1]: Starting Load Kernel Module configfs...
[    4.580125] systemd[1]: Starting Load Kernel Module dm_mod...
[    4.580693] systemd[1]: Starting Load Kernel Module drm...
[    4.581509] systemd[1]: Starting Load Kernel Module fuse...
[    4.582314] systemd[1]: Starting Load Kernel Module loop...
[    4.582396] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    4.582436] 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).
[    4.583977] systemd[1]: Starting Journal Service...
[    4.584942] systemd[1]: Starting Load Kernel Modules...
[    4.584955] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.585496] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.585535] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.586019] systemd[1]: Starting Load udev Rules from Credentials...
[    4.586537] systemd[1]: Starting Coldplug All udev Devices...
[    4.587707] systemd[1]: Mounted Huge Pages File System.
[    4.587788] systemd[1]: Mounted POSIX Message Queue File System.
[    4.587880] systemd[1]: Mounted Kernel Debug File System.
[    4.587965] systemd[1]: Mounted Kernel Trace File System.
[    4.589577] loop: module loaded
[    4.592756] device-mapper: uevent: version 1.0.3
[    4.592837] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    4.595071] fuse: init (API version 7.39)
[    4.598299] systemd-journald[392]: Collecting audit messages is disabled.
[    4.599057] i2c_dev: i2c /dev entries driver
[    4.605718] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    4.605760] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    4.606914] i2c i2c-0: 2/4 memory slots populated (from DMI)
[    4.607615] i2c i2c-0: Successfully instantiated SPD at 0x51
[    4.608335] i2c i2c-0: Successfully instantiated SPD at 0x53
[    4.637284] systemd[1]: Finished Create List of Static Device Nodes.
[    4.637971] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.640631] EXT4-fs (nvme1n1p2): re-mounted d98b1de1-3c86-4fe7-89a7-6e63f0f75472 r/w. Quota mode: none.
[    4.670539] systemd[1]: Finished Load Kernel Module configfs.
[    4.670889] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    4.680430] nvidia: loading out-of-tree module taints kernel.
[    4.680436] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    4.687260] systemd[1]: Finished Load Kernel Module dm_mod.
[    4.687436] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.723915] systemd[1]: Finished Load Kernel Module drm.
[    4.723942] hid-generic 0003:1532:0099.0006: input,hidraw5: USB HID v1.11 Keyboard [Razer Razer Basilisk V3] on usb-0000:07:00.0-2.3/input2
[    4.724118] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.724354] hid-generic 0003:1532:0099.0008: No inputs registered, leaving
[    4.724432] hid-generic 0003:1532:0099.0008: hidraw6: USB HID v1.11 Device [Razer Razer Basilisk V3] on usb-0000:07:00.0-2.3/input3
[    4.745341] nvidia-nvlink: Nvlink Core is being initialized, major device number 234

[    4.745949] nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
[    4.763858] systemd[1]: Finished Load Kernel Module fuse.
[    4.763997] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    4.780562] input: Razer Razer Viper Ultimate Dongle as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:1532:007B.0007/input/input12
[    4.780660] hid-generic 0003:1532:007B.0007: input,hidraw7: USB HID v1.11 Keyboard [Razer Razer Viper Ultimate Dongle] on usb-0000:00:14.0-10/input1
[    4.781179] input: Razer Razer Viper Ultimate Dongle as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.2/0003:1532:007B.0009/input/input13
[    4.797132] usb 5-2.4: new full-speed USB device number 4 using xhci_hcd
[    4.803916] systemd[1]: Finished Load Kernel Module loop.
[    4.843921] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.862505] NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64  565.77  Release Build  (archlinux-builder@)  
[    4.867697] systemd[1]: Finished Load udev Rules from Credentials.
[    4.888809] usb 5-2.4: New USB device found, idVendor=1532, idProduct=021e, bcdDevice= 2.00
[    4.888813] usb 5-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.888815] usb 5-2.4: Product: Razer Ornata Chroma
[    4.888816] usb 5-2.4: Manufacturer: Razer
[    4.893969] systemd[1]: Finished Coldplug All udev Devices.
[    4.894816] systemd[1]: Mounting FUSE Control File System...
[    4.895301] systemd[1]: Mounting Kernel Configuration File System...
[    4.895474] systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
[    4.896060] systemd[1]: Starting Load/Save OS Random Seed...
[    4.896091] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[    4.896642] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    4.896653] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.898693] input: Razer Razer Ornata Chroma as /devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb5/5-2/5-2.4/5-2.4:1.0/0003:1532:021E.000A/input/input14
[    4.903961] hid-generic 0003:1532:007B.0009: input,hidraw8: USB HID v1.11 Keyboard [Razer Razer Viper Ultimate Dongle] on usb-0000:00:14.0-10/input2
[    4.918389] systemd[1]: Mounted FUSE Control File System.
[    4.918445] systemd[1]: Mounted Kernel Configuration File System.
[    5.027155] usb 1-11: new high-speed USB device number 5 using xhci_hcd
[    5.040628] nvidia-uvm: Loaded the UVM driver, major device number 510.
[    5.051664] Asymmetric key parser 'pkcs8' registered
[    5.094017] systemd[1]: Finished Load/Save OS Random Seed.
[    5.120699] systemd[1]: Finished Load Kernel Modules.
[    5.121658] systemd[1]: Starting Apply Kernel Variables...
[    5.158317] hid-generic 0003:1532:021E.000A: input,hidraw9: USB HID v1.11 Keyboard [Razer Razer Ornata Chroma] on usb-0000:07:00.0-2.4/input0
[    5.160453] input: Razer Razer Ornata Chroma Keyboard as /devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb5/5-2/5-2.4/5-2.4:1.1/0003:1532:021E.000B/input/input15
[    5.168486] usb 1-11: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
[    5.168489] usb 1-11: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    5.168490] usb 1-11: Product: USB2.0 Hub
[    5.169489] hub 1-11:1.0: USB hub found
[    5.169761] hub 1-11:1.0: 4 ports detected
[    5.177656] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[    5.180217] systemd[1]: Starting Create System Users...
[    5.217472] input: Razer Razer Ornata Chroma as /devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb5/5-2/5-2.4/5-2.4:1.1/0003:1532:021E.000B/input/input16
[    5.217802] hid-generic 0003:1532:021E.000B: input,hidraw10: USB HID v1.11 Keyboard [Razer Razer Ornata Chroma] on usb-0000:07:00.0-2.4/input1
[    5.219197] input: Razer Razer Ornata Chroma as /devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb5/5-2/5-2.4/5-2.4:1.2/0003:1532:021E.000C/input/input17
[    5.219566] hid-generic 0003:1532:021E.000C: input,hidraw11: USB HID v1.11 Mouse [Razer Razer Ornata Chroma] on usb-0000:07:00.0-2.4/input2
[    5.254333] systemd[1]: Finished Create System Users.
[    5.281140] systemd[1]: Finished Apply Kernel Variables.
[    5.285253] systemd[1]: Starting Network Name Resolution...
[    5.288783] systemd[1]: Starting Network Time Synchronization...
[    5.290118] systemd[1]: Starting Create Static Device Nodes in /dev...
[    5.293909] usb 1-12: new full-speed USB device number 6 using xhci_hcd
[    5.307202] usb 5-2.5: new high-speed USB device number 5 using xhci_hcd
[    5.377289] systemd[1]: Finished Create Static Device Nodes in /dev.
[    5.377470] systemd[1]: Started Network Time Synchronization.
[    5.377742] systemd[1]: Reached target Preparation for Local File Systems.
[    5.377774] systemd[1]: Reached target System Time Set.
[    5.378650] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    5.394130] systemd[1]: Started Network Name Resolution.
[    5.394170] systemd[1]: Reached target Host and Network Name Lookups.
[    5.400746] usb 5-2.5: New USB device found, idVendor=0424, idProduct=274a, bcdDevice= 2.00
[    5.400749] usb 5-2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.400750] usb 5-2.5: Product: Hub Controller
[    5.400751] usb 5-2.5: Manufacturer: Microchip Tech
[    5.403579] hid-generic 0003:0424:274A.000D: hiddev98,hidraw12: USB HID v1.10 Device [Microchip Tech Hub Controller] on usb-0000:07:00.0-2.5/input0
[    5.423962] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    5.432754] iTCO_vendor_support: vendor-support=0
[    5.433790] ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
[    5.433802] ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[    5.435475] systemd[1]: Found device /dev/zram0.
[    5.438763] systemd[1]: Starting Create swap on /dev/zram0...
[    5.439820] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    5.439908] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    5.441816] usb 1-12: New USB device found, idVendor=048d, idProduct=8297, bcdDevice= 0.03
[    5.441818] usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.441819] usb 1-12: Product: ITE Device(8595)
[    5.441820] usb 1-12: Manufacturer: ITE Tech. Inc.
[    5.443618] hid-generic 0003:048D:8297.000E: hiddev99,hidraw13: USB HID v1.10 Device [ITE Tech. Inc. ITE Device(8595)] on usb-0000:00:14.0-12/input0
[    5.444922] systemd[1]: Reached target Trusted Platform Module.
[    5.461918] systemd[1]: Found device Sabrent Rocket 4 Plus Gaming Steam.
[    5.469480] EDAC ie31200: No ECC support
[    5.469524] EDAC ie31200: No ECC support
[    5.470234] systemd[1]: Found device PCIe SSD primary.
[    5.477386] systemd[1]: Found device PCIe SSD primary.
[    5.490708] nvidia-gpu 0000:01:00.3: enabling device (0000 -> 0002)
[    5.491351] systemd[1]: Found device WDC_WD181KRYZ-01AGBB0 Duncan.
[    5.493980] zram0: detected capacity change from 0 to 8388608
[    5.505006] usb-storage 2-8:1.0: USB Mass Storage device detected
[    5.505080] scsi host6: usb-storage 2-8:1.0
[    5.505172] usbcore: registered new interface driver usb-storage
[    5.509203] input: PC Speaker as /devices/platform/pcspkr/input/input18
[    5.509260] e1000e: Intel(R) PRO/1000 Network Driver
[    5.509261] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    5.509549] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    5.510163] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    5.512402] usbcore: registered new interface driver uas
[    5.512636] gigabyte-wmi DEADBEEF-2001-0000-00A0-C90629100000: No temperature sensors usable
[    5.513586] spi-nor spi0.0: mx25l12805d (16384 Kbytes)
[    5.513753] usb 1-11.1: new low-speed USB device number 7 using xhci_hcd
[    5.515901] Creating 1 MTD partitions on "0000:00:1f.5":
[    5.515903] 0x000000000000-0x000001000000 : "BIOS"
[    5.524050] input: Razer Razer Basilisk V3 as /devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb5/5-2/5-2.3/5-2.3:1.0/0003:1532:0099.0003/input/input19
[    5.524076] razermouse 0003:1532:0099.0003: input,hidraw2: USB HID v1.11 Mouse [Razer Razer Basilisk V3] on usb-0000:07:00.0-2.3/input0
[    5.533068] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for x86_64  565.77  Release Build  (archlinux-builder@)  
[    5.540641] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    5.560568] systemd[1]: Finished Create swap on /dev/zram0.
[    5.565451] systemd[1]: Found device Samsung SSD 960 EVO 1TB SSD.
[    5.569402] systemd[1]: Found device WDC_WD181KRYZ-01AGBB0 Inia.
[    5.573393] systemd[1]: Found device WDC_WD202KRYZ-01BRNB0 Chani.
[    5.580312] systemd[1]: Found device TOSHIBA_HDWF180 Crystal.
[    5.586070] systemd[1]: Found device WDC_WD181KRYZ-01AGBB0 Alia.
[    5.593788] systemd[1]: Found device TOSHIBA_HDWF180 Ceilia.
[    5.603316] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[    5.603779] systemd[1]: Activating swap Compressed Swap on /dev/zram0...
[    5.604327] systemd[1]: Mounting /boot...
[    5.604885] systemd[1]: Mounting /mnt/Alia...
[    5.605407] systemd[1]: Mounting /mnt/Ceilia...
[    5.650684] systemd[1]: Mounting /mnt/Chani...
[    5.651319] systemd[1]: Mounting /mnt/Crystal...
[    5.651909] systemd[1]: Mounting /mnt/Duncan...
[    5.652509] systemd[1]: Mounting /mnt/Inia...
[    5.653118] systemd[1]: Mounting /mnt/SSD...
[    5.653705] systemd[1]: Mounting /mnt/Steam...
[    5.653720] systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
[    5.653786] systemd[1]: Listening on Disk Image Download Service Socket.
[    5.654304] systemd[1]: Starting File System Check on /dev/disk/by-uuid/d37a777e-ee9c-4e80-881b-c657befa2e44...
[    5.654810] systemd[1]: Starting Virtual Console Setup...
[    5.662651] usb 1-11.1: New USB device found, idVendor=045e, idProduct=0008, bcdDevice= 1.00
[    5.662654] usb 1-11.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.662655] usb 1-11.1: Product: Microsoft SideWinder Precision Pro (USB)
[    5.662656] usb 1-11.1: Manufacturer: Microsoft
[    5.668659] EXT4-fs (nvme0n1p1): mounted filesystem ab9191e5-9e8b-4a9d-a6cf-822df37ca161 r/w with ordered data mode. Quota mode: none.
[    5.669414] systemd[1]: Mounted /mnt/SSD.
[    5.672503] Adding 4194300k swap on /dev/zram0.  Priority:100 extents:1 across:4194300k SSDsc
[    5.673534] systemd[1]: Activated swap Compressed Swap on /dev/zram0.
[    5.673561] systemd[1]: Reached target Swaps.
[    5.674140] systemd[1]: Mounting Temporary Directory /tmp...
[    5.680905] input: Razer Razer Basilisk V3 as /devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb5/5-2/5-2.3/5-2.3:1.1/0003:1532:0099.0004/input/input20
[    5.680916] input: Microsoft Microsoft SideWinder Precision Pro (USB) as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.0/0003:045E:0008.000F/input/input21
[    5.683323] EXT4-fs (nvme2n1): mounted filesystem 6dce9c18-f25c-4b53-933f-78d8d0508437 r/w with ordered data mode. Quota mode: none.
[    5.684557] systemd[1]: Mounted /mnt/Steam.
[    5.707457] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.709103] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.709237] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    5.709329] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    5.709330] cfg80211: failed to load regulatory.db
[    5.714631] FAT-fs (nvme1n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    5.715571] systemd[1]: Mounted /boot.
[    5.721542] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    5.721872] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    5.721913] snd_hda_intel 0000:01:00.1: Disabling MSI
[    5.721916] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    5.728448] Intel(R) Wireless WiFi driver for Linux
[    5.728479] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[    5.729305] iwlwifi 0000:00:14.3: Detected crf-id 0x2816, cnv-id 0x1000100 wfpm id 0x80000000
[    5.729314] iwlwifi 0000:00:14.3: PCI dev a370/0034, rev=0x312, rfid=0x105110
[    5.737140] razermouse 0003:1532:0099.0004: input,hidraw3: USB HID v1.11 Keyboard [Razer Razer Basilisk V3] on usb-0000:07:00.0-2.3/input1
[    5.739967] iwlwifi 0000:00:14.3: WRT: Overriding region id 0
[    5.739968] iwlwifi 0000:00:14.3: WRT: Overriding region id 1
[    5.739969] iwlwifi 0000:00:14.3: WRT: Overriding region id 2
[    5.739970] iwlwifi 0000:00:14.3: WRT: Overriding region id 3
[    5.739970] iwlwifi 0000:00:14.3: WRT: Overriding region id 4
[    5.739971] iwlwifi 0000:00:14.3: WRT: Overriding region id 6
[    5.739971] iwlwifi 0000:00:14.3: WRT: Overriding region id 8
[    5.739972] iwlwifi 0000:00:14.3: WRT: Overriding region id 9
[    5.739972] iwlwifi 0000:00:14.3: WRT: Overriding region id 10
[    5.739973] iwlwifi 0000:00:14.3: WRT: Overriding region id 11
[    5.739973] iwlwifi 0000:00:14.3: WRT: Overriding region id 15
[    5.739974] iwlwifi 0000:00:14.3: WRT: Overriding region id 16
[    5.739974] iwlwifi 0000:00:14.3: WRT: Overriding region id 18
[    5.739975] iwlwifi 0000:00:14.3: WRT: Overriding region id 19
[    5.739975] iwlwifi 0000:00:14.3: WRT: Overriding region id 20
[    5.739976] iwlwifi 0000:00:14.3: WRT: Overriding region id 21
[    5.739976] iwlwifi 0000:00:14.3: WRT: Overriding region id 28
[    5.740173] iwlwifi 0000:00:14.3: loaded firmware version 46.7e3e4b69.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
[    5.752689] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
[    5.753575] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1220: line_outs=3 (0x1b/0x15/0x16/0x0/0x0) type:line
[    5.753579] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.753581] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
[    5.753582] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    5.753583] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    5.753584] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    5.753585] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    5.753586] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    5.753587] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    5.753944] EXT4-fs (sdf1): mounted filesystem 3c9436cd-9220-4738-a0cd-449e1f353ace r/w with ordered data mode. Quota mode: none.
[    5.754683] EXT4-fs (sda1): mounted filesystem 04499d2f-0b0f-44d1-9a6e-896641f0eae0 r/w with ordered data mode. Quota mode: none.
[    5.755624] systemd[1]: Mounted /mnt/Crystal.
[    5.757426] systemd[1]: Mounted /mnt/Ceilia.
[    5.767087] usb 1-13: new high-speed USB device number 8 using xhci_hcd
[    5.768938] EXT4-fs (sdc): mounted filesystem f896ed96-0755-46af-b0df-b9d5e42de949 r/w with ordered data mode. Quota mode: none.
[    5.771112] systemd[1]: Mounted /mnt/Inia.
[    5.792335] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[    5.809849] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    5.811073] EXT4-fs (sdb): mounted filesystem fc9d5c58-b483-41cc-ae8f-edff9b9cdbed r/w with ordered data mode. Quota mode: none.
[    5.812544] EXT4-fs (sdd1): mounted filesystem 42f79d0a-5c34-4591-a153-daeabcefea19 r/w with ordered data mode. Quota mode: none.
[    5.812747] systemd[1]: Mounted /mnt/Duncan.
[    5.814359] systemd[1]: Mounted /mnt/Alia.
[    5.815862] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560 160MHz, REV=0x312
[    5.815895] thermal thermal_zone2: failed to read out thermal zone (-61)
[    5.838648] EXT4-fs (sde): mounted filesystem 1fd1ad8e-ba76-4aa1-9670-e47908516a94 r/w with ordered data mode. Quota mode: none.
[    5.841447] systemd[1]: Mounted /mnt/Chani.
[    5.865266] iwlwifi 0000:00:14.3: base HW address: 40:74:e0:f9:46:79, OTP minor version: 0x4
[    5.908252] usb 1-13: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
[    5.908255] usb 1-13: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    5.908256] usb 1-13: Product: USB2.0 Hub
[    5.909286] hub 1-13:1.0: USB hub found
[    5.909568] hub 1-13:1.0: 4 ports detected
[    5.933306] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) b4:2e:99:a2:b3:df
[    5.933308] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    5.933426] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
[    5.935490] e1000e 0000:00:1f.6 eno2: renamed from eth0
[    6.017191] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    6.017836] systemd[1]: Starting Load/Save RF Kill Switch Status...
[    6.033748] usb 1-14: new full-speed USB device number 9 using xhci_hcd
[    6.073913] hid-generic 0003:045E:0008.000F: input,hidraw5: USB HID v1.00 Joystick [Microsoft Microsoft SideWinder Precision Pro (USB)] on usb-0000:00:14.0-11.1/input0
[    6.073949] input: Razer Razer Basilisk V3 as /devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb5/5-2/5-2.3/5-2.3:1.2/0003:1532:0099.0006/input/input33
[    6.117237] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
[    6.117320] input: Razer Razer Viper Ultimate Dongle as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:1532:007B.0005/input/input34
[    6.117332] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
[    6.117425] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[    6.117463] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[    6.174875] usb 1-14: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.00
[    6.174876] usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.188988] mc: Linux media interface: v0.10
[    6.218793] Bluetooth: Core ver 2.22
[    6.223795] NET: Registered PF_BLUETOOTH protocol family
[    6.223796] Bluetooth: HCI device and connection manager initialized
[    6.223798] Bluetooth: HCI socket layer initialized
[    6.223799] Bluetooth: L2CAP socket layer initialized
[    6.223802] Bluetooth: SCO socket layer initialized
[    6.250588] usb 1-7: 1:3 : unsupported format bits 0x100000000
[    6.326270] usbcore: registered new interface driver snd-usb-audio
[    6.330482] usbcore: registered new interface driver btusb
[    6.330588] razermouse 0003:1532:0099.0006: input,hidraw4: USB HID v1.11 Keyboard [Razer Razer Basilisk V3] on usb-0000:07:00.0-2.3/input2
[    6.330636] razermouse 0003:1532:007B.0005: input,hidraw14: USB HID v1.11 Mouse [Razer Razer Viper Ultimate Dongle] on usb-0000:00:14.0-10/input0
[    6.330715] razermouse 0003:1532:0099.0008: No inputs registered, leaving
[    6.330732] razermouse 0003:1532:0099.0008: hidraw6: USB HID v1.11 Device [Razer Razer Basilisk V3] on usb-0000:07:00.0-2.3/input3
[    6.331619] Bluetooth: hci0: Bootloader revision 0.0 build 42 week 52 2015
[    6.332622] Bluetooth: hci0: Device revision is 0
[    6.332623] Bluetooth: hci0: Secure boot is disabled
[    6.332624] Bluetooth: hci0: OTP lock is disabled
[    6.332624] Bluetooth: hci0: API lock is disabled
[    6.332624] Bluetooth: hci0: Debug lock is disabled
[    6.332625] Bluetooth: hci0: Minimum firmware build 0 week 0 2000
[    6.332626] Bluetooth: hci0: No device address configured
[    6.332930] Bluetooth: hci0: Failed to load Intel firmware file intel/ibt-17-0-0.sfi (-2)
[    6.333610] Bluetooth: hci0: Reading supported features failed (-56)
[    6.333611] Bluetooth: hci0: Error reading debug features
[    6.333612] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[    6.334634] Bluetooth: hci0: Opcode 0x0c03 failed: -56
[    6.335638] Bluetooth: hci0: Failed to read MSFT supported features (-56)
[    6.342348] systemd[1]: Starting Load Kernel Module dm_mod...
[    6.342840] systemd[1]: Starting Load Kernel Module loop...
[    6.342861] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    6.342880] 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).
[    6.342913] systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
[    6.342931] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    6.342945] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    6.342953] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    6.403914] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input25
[    6.404080] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[    6.408113] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    6.408132] 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).
[    6.408165] systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
[    6.408182] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    6.408197] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    6.408205] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    6.590667] input: Razer Razer Viper Ultimate Dongle as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.2/0003:1532:007B.0009/input/input35
[    6.607279] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
[    6.607422] input: Razer Razer Viper Ultimate Dongle as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:1532:007B.0007/input/input36
[    6.617209] resource: resource sanity check: requesting [mem 0x00000000000c8000-0x00000000000effff], which spans more than 0000:01:00.0 [mem 0x000c0000-0x000dffff]
[    6.617332] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
[    6.617333] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    6.617333] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.617211] caller RmInitX86EmuState+0x108/0x254 [nvidia] mapping multiple BARs
[    6.617626] scsi 6:0:0:0: Direct-Access     Linux    File-Stor Gadget 0419 PQ: 0 ANSI: 2
[    6.618031] sd 6:0:0:0: Power-on or device reset occurred
[    6.618347] sd 6:0:0:0: [sdg] Media removed, stopped polling
[    6.618548] sd 6:0:0:0: [sdg] Attached SCSI removable disk
[    6.626363] cryptd: max_cpu_qlen set to 1000
[    6.633199] AVX2 version of gcm_enc/dec engaged.
[    6.633229] AES CTR mode by8 optimization enabled
[    6.797225] systemd[1]: Finished File System Check on /dev/disk/by-uuid/d37a777e-ee9c-4e80-881b-c657befa2e44.
[    6.798925] systemd[1]: Started Load/Save RF Kill Switch Status.
[    6.810658] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
[    6.810659] razermouse 0003:1532:007B.0009: input,hidraw7: USB HID v1.11 Keyboard [Razer Razer Viper Ultimate Dongle] on usb-0000:00:14.0-10/input2
[    6.826264] intel_tcc_cooling: Programmable TCC Offset detected
[    6.831950] intel_rapl_common: Found RAPL domain package
[    6.831951] intel_rapl_common: Found RAPL domain core
[    6.867288] razermouse 0003:1532:007B.0007: input,hidraw8: USB HID v1.11 Keyboard [Razer Razer Viper Ultimate Dongle] on usb-0000:00:14.0-10/input1
[    6.867302] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
[    6.890558] systemd[1]: Finished Virtual Console Setup.
[    6.892112] systemd[1]: Mounted Temporary Directory /tmp.
[    6.892226] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    6.927275] systemd[1]: Finished Load Kernel Module dm_mod.
[    6.927412] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    6.960601] systemd[1]: Finished Load Kernel Module loop.
[    6.966255] systemd[1]: Mounting /home...
[    6.966275] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[    7.004655] EXT4-fs (nvme1n1p3): mounted filesystem d37a777e-ee9c-4e80-881b-c657befa2e44 r/w with ordered data mode. Quota mode: none.
[    7.006549] systemd[1]: Mounted /home.
[    7.006593] systemd[1]: Reached target Local File Systems.
[    7.007112] systemd[1]: Listening on Boot Entries Service Socket.
[    7.007679] systemd[1]: Listening on System Extension Image Management.
[    7.008392] systemd[1]: Starting Set Up Additional Binary Formats...
[    7.008407] systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
[    7.012343] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 637 (systemd-binfmt)
[    7.012805] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    7.016960] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    7.063941] systemd[1]: Finished Set Up Additional Binary Formats.
[    7.104156] input: Razer Razer Ornata Chroma as /devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb5/5-2/5-2.4/5-2.4:1.0/0003:1532:021E.000A/input/input37
[    7.109020] systemd[1]: Starting Load Kernel Module dm_mod...
[    7.109493] systemd[1]: Starting Load Kernel Module loop...
[    7.109508] systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
[    7.109524] 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).
[    7.109558] systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
[    7.109575] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    7.109589] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    7.109597] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    7.158333] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    7.179520] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    7.179615] Console: switching to colour dummy device 80x25
[    7.179626] nvidia 0000:01:00.0: vgaarb: deactivate vga console
[    7.180558] systemd[1]: Finished Load Kernel Module dm_mod.
[    7.180764] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    7.197299] systemd[1]: Finished Load Kernel Module loop.
[    7.197376] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[    7.235117] fbcon: nvidia-drmdrmfb (fb0) is primary device
[    7.324075] razerkbd 0003:1532:021E.000A: input,hidraw9: USB HID v1.11 Keyboard [Razer Razer Ornata Chroma] on usb-0000:07:00.0-2.4/input0
[    7.337437] input: Razer Razer Ornata Chroma as /devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb5/5-2/5-2.4/5-2.4:1.1/0003:1532:021E.000B/input/input38
[    7.362171] input: Razer Razer Ornata Chroma as /devices/pci0000:00/0000:00:1c.7/0000:07:00.0/usb5/5-2/5-2.4/5-2.4:1.2/0003:1532:021E.000C/input/input39
[    7.364597] Console: switching to colour frame buffer device 215x45
[    7.375215] nvidia 0000:01:00.0: [drm] fb0: nvidia-drmdrmfb frame buffer device
[    7.420772] razerkbd 0003:1532:021E.000B: input,hidraw10: USB HID v1.11 Keyboard [Razer Razer Ornata Chroma] on usb-0000:07:00.0-2.4/input1
[    7.420869] razerkbd 0003:1532:021E.000C: input,hidraw11: USB HID v1.11 Mouse [Razer Razer Ornata Chroma] on usb-0000:07:00.0-2.4/input2
[    7.433514] systemd[1]: Too many messages being logged to kmsg, ignoring
[    7.433553] mousedev: PS/2 mouse device common for all mice
[    7.469393] systemd-journald[392]: Received client request to flush runtime journal.
[    8.277502] it87: Found IT8792E/IT8795E chip at 0xa60, revision 3
[    8.277585] it87: Beeping is supported
[    8.291125] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.291127] Bluetooth: BNEP filters: protocol multicast
[    8.291129] Bluetooth: BNEP socket layer initialized
[    8.907103] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 1
[    9.201187] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    9.961729] u32 classifier
[    9.961731]     Performance counters on
[    9.961731]     input device check on
[    9.961732]     Actions configured
[   11.542980] e1000e 0000:00:1f.6 eno2: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   11.545262] bridge0: port 1(eno2) entered blocking state
[   11.545268] bridge0: port 1(eno2) entered disabled state
[   11.545289] e1000e 0000:00:1f.6 eno2: entered allmulticast mode
[   11.545386] e1000e 0000:00:1f.6 eno2: entered promiscuous mode
[   11.545464] bridge0: port 1(eno2) entered blocking state
[   11.545468] bridge0: port 1(eno2) entered forwarding state
[   14.336161] capability: warning: `zerotier-one' uses 32-bit capabilities (legacy support in use)
[   14.379618] tun: Universal TUN/TAP device driver, 1.6
[   18.216352] wireguard: WireGuard 1.0.0 loaded. See [url=http://www.wireguard.com]www.wireguard.com[/url] for information.
[   18.216354] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[   46.361568] warning: `wine_sechost_se' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211

~ took 2s 

Last edited by Crystal4276 (2025-01-03 20:39:32)

Offline

#10 2025-01-03 21:04:11

loqs
Member
Registered: 2014-03-06
Posts: 18,206

Re: [Solved] Intel Bluetooth Firmware Loading Error (ibt-17-0-0.sfi)

What is the output of:

# btmgmt
# bluetoothctl show

Offline

#11 2025-01-03 21:13:13

Crystal4276
Member
Registered: 2022-09-12
Posts: 17

Re: [Solved] Intel Bluetooth Firmware Loading Error (ibt-17-0-0.sfi)

❯ bluetoothctl show
No default controller available

for btmgmt, any particular command ?

[mgmt]# info
[mgmt]# Index list with 0 items

(going for sleep, i'll check the thread next morning)

Last edited by Crystal4276 (2025-01-03 21:15:10)

Offline

#12 2025-01-03 21:40:34

KasTasMykolas
Member
Registered: 2022-10-27
Posts: 5

Re: [Solved] Intel Bluetooth Firmware Loading Error (ibt-17-0-0.sfi)

Mhm. Small and stupid thing, but have You tried extracting AND renaming (or just renaming) BOTH of the files (ibt-17-0-1.ddc.zst and ibt-17-0-1.sfi.zst) ?

Naming scheme appears to be ibt-<hw_variant>-<hw_revision>-<fw_revision>.sfi, thus I would not expect anything very bad happening.

Offline

#13 2025-01-04 06:05:10

Crystal4276
Member
Registered: 2022-09-12
Posts: 17

Re: [Solved] Intel Bluetooth Firmware Loading Error (ibt-17-0-0.sfi)

Solved by upgrading zen kernel to the latest this morning. (6.12.8-zen1-1-zen)
Now the firmware is completely different ! (intel/ibt-17-16-1.sfi)
Thanks for looking at it.

[    5.622026] Bluetooth: Core ver 2.22
[    5.622038] NET: Registered PF_BLUETOOTH protocol family
[    5.622039] Bluetooth: HCI device and connection manager initialized
[    5.622041] Bluetooth: HCI socket layer initialized
[    5.622043] Bluetooth: L2CAP socket layer initialized
[    5.622045] Bluetooth: SCO socket layer initialized
[    5.719289] Bluetooth: hci0: Found device firmware: intel/ibt-17-16-1.sfi
[    5.719310] Bluetooth: hci0: Boot Address: 0x40800
[    5.719311] Bluetooth: hci0: Firmware Version: 201-12.24
[    5.719312] Bluetooth: hci0: Firmware already loaded
[    5.720773] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[    7.474231] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.474234] Bluetooth: BNEP filters: protocol multicast
[    7.474235] Bluetooth: BNEP socket layer initialized
[    7.475104] Bluetooth: MGMT ver 1.23
[   14.452097] Bluetooth: RFCOMM TTY layer initialized
[   14.452103] Bluetooth: RFCOMM socket layer initialized
[   14.452106] Bluetooth: RFCOMM ver 1.11

Last edited by Crystal4276 (2025-01-04 06:05:39)

Offline

Board footer

Powered by FluxBB