Skip to content

Instantly share code, notes, and snippets.

@JeremyGrosser
Last active December 25, 2024 00:05
Show Gist options
  • Save JeremyGrosser/dff7991668d80220b4a3429590eb59a3 to your computer and use it in GitHub Desktop.
Save JeremyGrosser/dff7991668d80220b4a3429590eb59a3 to your computer and use it in GitHub Desktop.
MSI Prestige 13 AI+ Evo A2VMG-029US Debian notes 2024-11-28

MSI Prestige 13 AI+ Evo A2VMG-029US

Purchased from Costco.com Nov 25 2024 for $1,199.99. Amazon has the variant with 2TB SSD for $1,399.99. I don't think it's soldered, so it shouldn't cost that much to upgrade it later if I need more storage.

BIOS

https://us.msi.com/Business-Productivity/Prestige-13-AI-plus-Evo-A2VM/support?sku_id=95244#bios

Updated to E13Q3IMS.10C with the image from the MSI website. You need to unzip the files before putting them on the USB stick.

The BIOS release notes refer to this device as MS-13Q3, which also shows up in DMI.

Needed to disable CPU C-states to fix stuttering (see below)

Disabled Secure Boot for the Debian installer and custom kernel. Could re-enable if a signed Debian release kernel that works is available.

Debian

Installed from debian-12.8.0-amd64-DVD-1.iso (bookworm) on a USB stick. No networking available in the installer... Missing both firmware and an updated iwlwifi kernel driver.

Wayland/Gnome worked slowly with the bookworm 6.1 kernel, in 800x600 VGA mode with no acceleration. After updating the kernel, gdm3 failed to start. Mashed combos of Ctrl+Alt+Shift+Fn+F2 until I got a login shell on VT.

Used a very old and slow Realtek USB wifi adapter to get new iwlwifi firmware and kernel loaded from the trixie repository after install. Switched to a USB-C gigabit ethernet adapter and dist-upgraded all the way to trixie.

Kernel

Debian trixie kernel did not have the Intel Xe DRM driver enabled, so we need a custom kernel. Lots of other things seem to be improved with the newer kernel too.

Mainline 6.12.0 kernel (28eb75e178d389d325f1666e422bc13bbbb9804c)

  • Started with Debian trixie 6.11.9-1 config
  • yes "" | make oldconfig
  • Enabled CONFIG_DRM_XE and associated flags

Firmware

Debian firmware packages were all outdated by a couple months. Intel merged most of the LNL (Lunar Lake) artifacts we need starting in September 2024.

firmware-intel-graphics
firmware-sof-signed
firmware-iwlwifi

Wifi

latest iwlwifi "bz" firmware (d12506ffda7a36b484ca4e440abacf16f6f32068) git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

Graphics

drm-xe firmware from the drm-firmware intel-staging branch (d12506ffda7a36b484ca4e440abacf16f6f32068) https://gitlab.com/kernel-firmware/drm-firmware/-/tree/intel-staging?ref_type=heads

CONFIG_INTEL_MEI_GSC_PROXY - the Xe2 GSC (Graphics Security Controller) needs to talk to the ME (Management Engine) using this proxy driver for DRM playback. Still fails with this enabled, but it gets a bit further:

xe 0000:00:02.0: [drm] *ERROR* GT1: GSC proxy component not bound!

Audio

rsync v2.11.x sof firmware on top of the firmware-sof-signed directories. /lib/firmware/intel/sof-ipc4-lib didn't exist, needed to be created.

Stuttering

The system seemed to stutter for about a second fairly often. It misses keyboard events during this period.

Disabling CPU C-states in the BIOS fixes the stuttering, so I guess it has something to do with one of the low power states.

The C3 low power state is what causes the stuttering, disable it with:

apt install linux-cpupower
cpupower idle-set -d 3

Intel Sensor Hub

This is a little microcontroller with UART, SPI, I2C, GPIO for accessing things like accelerometers and gyros. The OEM builds firmware for it using an Intel provided SDK.

intel_ish_ipc throws some errors in dmesg after loading firmware. I downloaded the Windows ISH driver from the MSI website and found two .bin files inside it. One of them is very close in size to the firmware file from Debian, so I dropped that in and reloaded the kernel module. No change in behavior. Same thing with the other .bin file.

Zephyr Project supports ISH as a build target, so maybe we can develop an open firmware for it!

Camera

TPS68470

This is a power management IC. The kernel driver has some hardcoded voltage limits depending on the device we're running. Looks like it only has definitions for the Microsoft Surface Go devices (drivers/platform/x86/intel/int3472/tps68470_board_data.c).

I'm pretty sure this regulator powers the camera module and flash, but I don't know how it's wired up and what voltages need to be configured. It might be the same as the Surface Go in the existing driver, but I'm not brave enough to just try it... Don't want to blow up my camera with out of range voltages. The Windows camera driver package from MSI contains iactrllogic64 which I'm pretty sure configures this PMIC. Maybe we can reverse engineer the settings from that.

Once the camera power management is sorted, the ipu7-drivers kernel module needs to be built and installed along with it's firmware and userspace.

NVMe probe failure?

There's a traceback in dmesg that looks like it happens during NVMe PCI probing. It seems to recover from this and I've had no issues with NVMe.

ACPI messages

A bunch of ACPI errors during boot. Some of these might be related to our C-states issues.

EC firmware driver

msi_ec: Firmware version is not supported: '13Q3EMS1.109'

It looks like MSI EC firmwares support different functionality. We'll need to figure out what this firmware expects to get fan control, enable the camera, set LEDs, and read temperature sensors. I don't know if this is something we can derive from the Windows driver or if it's just a guessing game based on similar devices.

WMI events

msi_wmi driver reports unknown events when you press the function keys (Volume Up/Down, Brightness, etc). These keys already seem to be bound properly so I don't think we even need this driver?

@JeremyGrosser
Copy link
Author

JeremyGrosser commented Nov 28, 2024

[    0.000000] Linux version 6.12.0+ (synack@polar) (gcc (Debian 14.2.0-8) 14.2.0, GNU ld (GNU Binutils for Debian) 2.43.1) #1 SMP PREEMPT_DYNAMIC Wed Nov 27 23:37:04 PST 2024
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.12.0+ root=/dev/mapper/lunar--vg-root ro
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000067252fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000067253000-0x000000006b15efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006b15f000-0x000000006b20bfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000006b20c000-0x000000006b2cbfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006b2cc000-0x000000006fffefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006ffff000-0x000000006fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000070000000-0x00000000807fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000001043fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000104400000-0x000000087f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.9 by American Megatrends
[    0.000000] efi: ACPI=0x6b20b000 ACPI 2.0=0x6b20b014 TPMFinalLog=0x6b254000 SMBIOS=0x6ec70000 SMBIOS 3.0=0x6ec6f000 MEMATTR=0x5d693018 ESRT=0x5d6b2e98 MOKvar=0x6fcdc000 INITRD=0x5d6ac618 RNG=0x6b182018 TPMEventLog=0x6b178018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem74: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[    0.000000] efi: Not removing mem75: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem76: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem77: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem79: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem80: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.7.0 present.
[    0.000000] DMI: Micro-Star International Co., Ltd. Prestige 13 AI+ Evo A2VMG/MS-13Q3, BIOS E13Q3IMS.10C 10/30/2024
[    0.000000] DMI: Memory slots populated: 8/8
[    0.000000] tsc: Detected 3300.000 MHz processor
[    0.000000] tsc: Detected 3302.400 MHz TSC
[    0.000004] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000006] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000011] last_pfn = 0x87f800 max_arch_pfn = 0x400000000
[    0.000013] MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
[    0.000015] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000300] x2apic: enabled by BIOS, switching to x2apic ops
[    0.000302] last_pfn = 0x70000 max_arch_pfn = 0x400000000
[    0.005037] esrt: Reserving ESRT space from 0x000000005d6b2e98 to 0x000000005d6b2f98.
[    0.005041] e820: update [mem 0x5d6b2000-0x5d6b2fff] usable ==> reserved
[    0.005052] Using GB pages for direct mapping
[    0.005195] Secure boot disabled
[    0.005195] RAMDISK: [mem 0x4e369000-0x524ecfff]
[    0.005199] ACPI: Early table checksum verification disabled
[    0.005201] ACPI: RSDP 0x000000006B20B014 000024 (v02 MSI_NB)
[    0.005203] ACPI: XSDT 0x000000006B20A728 0001A4 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
[    0.005207] ACPI: FACP 0x000000006B1F3000 000114 (v06 MSI_NB MEGABOOK 01072009 AMI  01000013)
[    0.005210] ACPI: DSDT 0x000000006B1CD000 025AA0 (v02 MSI_NB MEGABOOK 01072009 INTL 20210930)
[    0.005211] ACPI: FACS 0x000000006B2C6000 000040
[    0.005213] ACPI: SSDT 0x000000006B209000 0006E3 (v02 INTEL  PepoSsdt 00001000 INTL 20210930)
[    0.005214] ACPI: SSDT 0x000000006B208000 00011E (v02 INTEL  TxtSsdt  00001000 INTL 20210930)
[    0.005216] ACPI: SSDT 0x000000006B1FD000 00A46A (v02 MiCaTb MiCaTabl 00001000 INTL 20210930)
[    0.005217] ACPI: SSDT 0x000000006B1FC000 000388 (v02 PmaxDv Pmax_Dev 00000001 INTL 20210930)
[    0.005219] ACPI: DTPR 0x000000006B1FB000 000090 (v01                 00000000      00000000)
[    0.005220] ACPI: SSDT 0x000000006B1F5000 005883 (v02 DptfTb DptfTabl 00001000 INTL 20210930)
[    0.005222] ACPI: SSDT 0x000000006B1F4000 000C8A (v02 INTEL  PDatTabl 00001000 INTL 20210930)
[    0.005223] ACPI: FIDT 0x000000006B1CC000 00009C (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.005224] ACPI: MSDM 0x000000006B1CB000 000055 (v03 MSI_NB MEGABOOK 01072009 AMI  01000013)
[    0.005226] ACPI: SSDT 0x000000006B1CA000 0006EC (v02 PmRef  Cpu0Ist  00003000 INTL 20210930)
[    0.005227] ACPI: SSDT 0x000000006B1C9000 0005FB (v02 PmRef  Cpu0Hwp  00003000 INTL 20210930)
[    0.005229] ACPI: SSDT 0x000000006B1C8000 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20210930)
[    0.005230] ACPI: SSDT 0x000000006B1C6000 001BAF (v02 PmRef  ApIst    00003000 INTL 20210930)
[    0.005231] ACPI: SSDT 0x000000006B1C4000 001620 (v02 PmRef  ApHwp    00003000 INTL 20210930)
[    0.005233] ACPI: SSDT 0x000000006B1C2000 001349 (v02 PmRef  ApPsd    00003000 INTL 20210930)
[    0.005234] ACPI: SSDT 0x000000006B1BE000 003BD7 (v02 CpuRef CpuSsdt  00003000 INTL 20210930)
[    0.005235] ACPI: SSDT 0x000000006B1BD000 00006B (v02 MSI_NB MsiNvs   00003000 INTL 20210930)
[    0.005237] ACPI: SSDT 0x000000006B1BA000 002460 (v02 INTEL  IgfxSsdt 00003000 INTL 20210930)
[    0.005238] ACPI: SSDT 0x000000006B1B9000 0000A5 (v02 INTEL  TseSsdt  00001000 INTL 20210930)
[    0.005239] ACPI: SSDT 0x000000006B1B0000 008E92 (v02 INTEL  TcssSsdt 00001000 INTL 20210930)
[    0.005241] ACPI: SSDT 0x000000006B1AF000 0000E0 (v02 INTEL  IpuSsdt  00001000 INTL 20210930)
[    0.005242] ACPI: SSDT 0x000000006B1AD000 00140F (v02 MSI_NB I2Pm_Rvp 00001000 INTL 20210930)
[    0.005243] ACPI: HPET 0x000000006B1AC000 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
[    0.005245] ACPI: APIC 0x000000006B1AA000 0000D8 (v05 MSI_NB MEGABOOK 00000000 AMI  01000013)
[    0.005246] ACPI: MCFG 0x000000006B1A9000 00003C (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
[    0.005247] ACPI: UEFI 0x000000006B23A000 000048 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
[    0.005249] ACPI: LPIT 0x000000006B1A8000 0000CC (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
[    0.005250] ACPI: SSDT 0x000000006B1A7000 000D5C (v02 MSI_NB PtidDevc 00001000 INTL 20210930)
[    0.005252] ACPI: SSDT 0x000000006B1A6000 0001F0 (v02 MSI_NB TbtTypeC 00000000 INTL 20210930)
[    0.005253] ACPI: DBGP 0x000000006B1A5000 000034 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
[    0.005254] ACPI: DBG2 0x000000006B1A4000 000054 (v00 MSI_NB MEGABOOK 01072009 AMI  01000013)
[    0.005256] ACPI: SSDT 0x000000006B1A2000 0012F5 (v02 MSI_NB UsbCTabl 00001000 INTL 20210930)
[    0.005257] ACPI: NHLT 0x000000006B1A1000 0009EC (v00 MSI_NB MEGABOOK 01072009 AMI  01000013)
[    0.005258] ACPI: DMAR 0x000000006B1A0000 0000D8 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
[    0.005260] ACPI: FPDT 0x000000006B19F000 000044 (v01 MSI_NB A M I    01072009 AMI  01000013)
[    0.005261] ACPI: SSDT 0x000000006B19E000 00011E (v02 INTEL  TxtSsdt  00001000 INTL 20210930)
[    0.005262] ACPI: SSDT 0x000000006B19D000 000832 (v02 INTEL  xh_lnl_m 00000000 INTL 20210930)
[    0.005264] ACPI: SSDT 0x000000006B19B000 001122 (v02 SocGpe SocGpe   00003000 INTL 20210930)
[    0.005265] ACPI: SSDT 0x000000006B198000 002463 (v02 SocCmn SocCmn   00003000 INTL 20210930)
[    0.005266] ACPI: SDEV 0x000000006B197000 000046 (v01                 00000000      00000000)
[    0.005268] ACPI: BGRT 0x000000006B196000 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.005269] ACPI: SSDT 0x000000006B188000 00D816 (v02 INTEL  Cnv_Ssdt 00001000 INTL 20210930)
[    0.005270] ACPI: SSDT 0x000000006B186000 0011A0 (v02 INTEL  St00Ssdt 00001000 INTL 20210930)
[    0.005272] ACPI: TPM2 0x000000006B185000 00004C (v04 MSI_NB MEGABOOK 00000001 AMI  00000000)
[    0.005273] ACPI: PHAT 0x000000006B184000 000684 (v01 MSI_NB MEGABOOK 00000005 MSFT 0100000D)
[    0.005275] ACPI: WSMT 0x000000006B1AB000 000028 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.005276] ACPI: BGRT 0x000000006B183000 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.005277] ACPI: Reserving FACP table memory at [mem 0x6b1f3000-0x6b1f3113]
[    0.005278] ACPI: Reserving DSDT table memory at [mem 0x6b1cd000-0x6b1f2a9f]
[    0.005278] ACPI: Reserving FACS table memory at [mem 0x6b2c6000-0x6b2c603f]
[    0.005278] ACPI: Reserving SSDT table memory at [mem 0x6b209000-0x6b2096e2]
[    0.005279] ACPI: Reserving SSDT table memory at [mem 0x6b208000-0x6b20811d]
[    0.005279] ACPI: Reserving SSDT table memory at [mem 0x6b1fd000-0x6b207469]
[    0.005279] ACPI: Reserving SSDT table memory at [mem 0x6b1fc000-0x6b1fc387]
[    0.005280] ACPI: Reserving DTPR table memory at [mem 0x6b1fb000-0x6b1fb08f]
[    0.005280] ACPI: Reserving SSDT table memory at [mem 0x6b1f5000-0x6b1fa882]
[    0.005280] ACPI: Reserving SSDT table memory at [mem 0x6b1f4000-0x6b1f4c89]
[    0.005280] ACPI: Reserving FIDT table memory at [mem 0x6b1cc000-0x6b1cc09b]
[    0.005281] ACPI: Reserving MSDM table memory at [mem 0x6b1cb000-0x6b1cb054]
[    0.005281] ACPI: Reserving SSDT table memory at [mem 0x6b1ca000-0x6b1ca6eb]
[    0.005281] ACPI: Reserving SSDT table memory at [mem 0x6b1c9000-0x6b1c95fa]
[    0.005282] ACPI: Reserving SSDT table memory at [mem 0x6b1c8000-0x6b1c81aa]
[    0.005282] ACPI: Reserving SSDT table memory at [mem 0x6b1c6000-0x6b1c7bae]
[    0.005282] ACPI: Reserving SSDT table memory at [mem 0x6b1c4000-0x6b1c561f]
[    0.005283] ACPI: Reserving SSDT table memory at [mem 0x6b1c2000-0x6b1c3348]
[    0.005283] ACPI: Reserving SSDT table memory at [mem 0x6b1be000-0x6b1c1bd6]
[    0.005283] ACPI: Reserving SSDT table memory at [mem 0x6b1bd000-0x6b1bd06a]
[    0.005284] ACPI: Reserving SSDT table memory at [mem 0x6b1ba000-0x6b1bc45f]
[    0.005284] ACPI: Reserving SSDT table memory at [mem 0x6b1b9000-0x6b1b90a4]
[    0.005284] ACPI: Reserving SSDT table memory at [mem 0x6b1b0000-0x6b1b8e91]
[    0.005284] ACPI: Reserving SSDT table memory at [mem 0x6b1af000-0x6b1af0df]
[    0.005285] ACPI: Reserving SSDT table memory at [mem 0x6b1ad000-0x6b1ae40e]
[    0.005285] ACPI: Reserving HPET table memory at [mem 0x6b1ac000-0x6b1ac037]
[    0.005285] ACPI: Reserving APIC table memory at [mem 0x6b1aa000-0x6b1aa0d7]
[    0.005286] ACPI: Reserving MCFG table memory at [mem 0x6b1a9000-0x6b1a903b]
[    0.005286] ACPI: Reserving UEFI table memory at [mem 0x6b23a000-0x6b23a047]
[    0.005286] ACPI: Reserving LPIT table memory at [mem 0x6b1a8000-0x6b1a80cb]
[    0.005287] ACPI: Reserving SSDT table memory at [mem 0x6b1a7000-0x6b1a7d5b]
[    0.005287] ACPI: Reserving SSDT table memory at [mem 0x6b1a6000-0x6b1a61ef]
[    0.005287] ACPI: Reserving DBGP table memory at [mem 0x6b1a5000-0x6b1a5033]
[    0.005288] ACPI: Reserving DBG2 table memory at [mem 0x6b1a4000-0x6b1a4053]
[    0.005288] ACPI: Reserving SSDT table memory at [mem 0x6b1a2000-0x6b1a32f4]
[    0.005288] ACPI: Reserving NHLT table memory at [mem 0x6b1a1000-0x6b1a19eb]
[    0.005289] ACPI: Reserving DMAR table memory at [mem 0x6b1a0000-0x6b1a00d7]
[    0.005289] ACPI: Reserving FPDT table memory at [mem 0x6b19f000-0x6b19f043]
[    0.005289] ACPI: Reserving SSDT table memory at [mem 0x6b19e000-0x6b19e11d]
[    0.005289] ACPI: Reserving SSDT table memory at [mem 0x6b19d000-0x6b19d831]
[    0.005290] ACPI: Reserving SSDT table memory at [mem 0x6b19b000-0x6b19c121]
[    0.005290] ACPI: Reserving SSDT table memory at [mem 0x6b198000-0x6b19a462]
[    0.005290] ACPI: Reserving SDEV table memory at [mem 0x6b197000-0x6b197045]
[    0.005291] ACPI: Reserving BGRT table memory at [mem 0x6b196000-0x6b196037]
[    0.005291] ACPI: Reserving SSDT table memory at [mem 0x6b188000-0x6b195815]
[    0.005291] ACPI: Reserving SSDT table memory at [mem 0x6b186000-0x6b18719f]
[    0.005292] ACPI: Reserving TPM2 table memory at [mem 0x6b185000-0x6b18504b]
[    0.005292] ACPI: Reserving PHAT table memory at [mem 0x6b184000-0x6b184683]
[    0.005292] ACPI: Reserving WSMT table memory at [mem 0x6b1ab000-0x6b1ab027]
[    0.005293] ACPI: Reserving BGRT table memory at [mem 0x6b183000-0x6b183037]
[    0.005329] APIC: Switched APIC routing to: cluster x2apic
[    0.005550] No NUMA configuration found
[    0.005551] Faking a node at [mem 0x0000000000000000-0x000000087f7fffff]
[    0.005555] NODE_DATA(0) allocated [mem 0x87f7d3680-0x87f7fdfff]
[    0.005687] Zone ranges:
[    0.005688]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.005689]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.005690]   Normal   [mem 0x0000000100000000-0x000000087f7fffff]
[    0.005690]   Device   empty
[    0.005691] Movable zone start for each node
[    0.005692] Early memory node ranges
[    0.005692]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.005693]   node   0: [mem 0x0000000000100000-0x0000000067252fff]
[    0.005693]   node   0: [mem 0x000000006ffff000-0x000000006fffffff]
[    0.005694]   node   0: [mem 0x0000000104400000-0x000000087f7fffff]
[    0.005695] Initmem setup node 0 [mem 0x0000000000001000-0x000000087f7fffff]
[    0.005698] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.005713] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.007361] On node 0, zone DMA32: 36268 pages in unavailable ranges
[    0.007648] On node 0, zone Normal: 17408 pages in unavailable ranges
[    0.007657] On node 0, zone Normal: 2048 pages in unavailable ranges
[    0.008122] ACPI: PM-Timer IO Port: 0x1808
[    0.008128] ACPI: X2APIC_NMI (uid[0xffffffff] high level lint[0x1])
[    0.008166] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.008168] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.008169] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.008171] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.008172] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.008177] e820: update [mem 0x5d3e5000-0x5d595fff] usable ==> reserved
[    0.008185] TSC deadline timer available
[    0.008186] CPU topo: Max. logical packages:   1
[    0.008187] CPU topo: Max. logical dies:       1
[    0.008187] CPU topo: Max. dies per package:   1
[    0.008189] CPU topo: Max. threads per core:   1
[    0.008189] CPU topo: Num. cores per package:     8
[    0.008190] CPU topo: Num. threads per package:   8
[    0.008190] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
[    0.008199] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.008200] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.008201] PM: hibernation: Registered nosave memory: [mem 0x5d3e5000-0x5d595fff]
[    0.008202] PM: hibernation: Registered nosave memory: [mem 0x5d6b2000-0x5d6b2fff]
[    0.008203] PM: hibernation: Registered nosave memory: [mem 0x67253000-0x6b15efff]
[    0.008203] PM: hibernation: Registered nosave memory: [mem 0x6b15f000-0x6b20bfff]
[    0.008203] PM: hibernation: Registered nosave memory: [mem 0x6b20c000-0x6b2cbfff]
[    0.008203] PM: hibernation: Registered nosave memory: [mem 0x6b2cc000-0x6fffefff]
[    0.008204] PM: hibernation: Registered nosave memory: [mem 0x70000000-0x807fffff]
[    0.008204] PM: hibernation: Registered nosave memory: [mem 0x80800000-0xfdffffff]
[    0.008205] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.008205] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.008205] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.008205] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.008206] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.008206] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[    0.008206] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.008206] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[    0.008207] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.008207] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.008207] PM: hibernation: Registered nosave memory: [mem 0x100000000-0x1043fffff]
[    0.008209] [mem 0x80800000-0xfdffffff] available for PCI devices
[    0.008209] Booting paravirtualized kernel on bare hardware
[    0.008211] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.011681] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.011988] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    0.011991] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
[    0.011993] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 
[    0.012002] Kernel command line: BOOT_IMAGE=/vmlinuz-6.12.0+ root=/dev/mapper/lunar--vg-root ro
[    0.012020] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.12.0+", will be passed to user space.
[    0.012030] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[    0.013947] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.014906] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.014968] Fallback order for Node 0: 0 
[    0.014971] Built 1 zonelists, mobility grouping on.  Total pages: 8267250
[    0.014972] Policy zone: Normal
[    0.014977] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.014986] software IO TLB: area num 8.
[    0.027410] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.027433] ftrace: allocating 45666 entries in 179 pages
[    0.032357] ftrace: allocated 179 pages with 5 groups
[    0.032861] Dynamic Preempt: voluntary
[    0.032894] rcu: Preemptible hierarchical RCU implementation.
[    0.032894] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.032896] 	Trampoline variant of Tasks RCU enabled.
[    0.032896] 	Rude variant of Tasks RCU enabled.
[    0.032896] 	Tracing variant of Tasks RCU enabled.
[    0.032897] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.032897] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.032902] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.032903] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.032904] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[    0.035046] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[    0.035311] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.035510] Console: colour dummy device 80x25
[    0.035511] printk: legacy console [tty0] enabled
[    0.035701] ACPI: Core revision 20240827
[    0.036043] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.036140] APIC: Switch to symmetric I/O mode setup
[    0.036142] DMAR: Host address width 38
[    0.036144] DMAR: DRHD base: 0x000000fc800000 flags: 0x0
[    0.036148] DMAR: dmar0: reg_base_addr fc800000 ver 7:1 cap e9de008cee690402 ecap 1aca9a00f0ef5e
[    0.036152] DMAR: DRHD base: 0x000000fc810000 flags: 0x0
[    0.036155] DMAR: dmar1: reg_base_addr fc810000 ver 7:1 cap e9de008cee690402 ecap 1aca9a00f0ef5e
[    0.036159] DMAR: DRHD base: 0x000000fc820000 flags: 0x1
[    0.036165] DMAR: dmar2: reg_base_addr fc820000 ver 7:1 cap e9de008cee690402 ecap 1ac89804f0efda
[    0.036175] DMAR: SATC flags: 0x1
[    0.036178] DMAR-IR: IOAPIC id 2 under DRHD base  0xfc820000 IOMMU 2
[    0.036179] DMAR-IR: HPET id 0 under DRHD base 0xfc820000
[    0.036180] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.037904] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.042589] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.060107] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f9a2767029, max_idle_ns: 440795219692 ns
[    0.060113] Calibrating delay loop (skipped), value calculated using timer frequency.. 6604.80 BogoMIPS (lpj=13209600)
[    0.060179] CPU0: Thermal monitoring enabled (TM1)
[    0.060181] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.060333] CET detected: Indirect Branch Tracking enabled
[    0.060334] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.060336] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.060338] process: using mwait in idle threads
[    0.060340] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.060342] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.060344] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.060345] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.060347] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.060355] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.060357] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.060358] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.060359] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.060361] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.060362] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.060364] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.060365] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.060366] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    0.071900] Freeing SMP alternatives memory: 40K
[    0.071905] pid_max: default: 32768 minimum: 301
[    0.075004] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ima,evm
[    0.075044] landlock: Up and running.
[    0.075045] Yama: becoming mindful.
[    0.075089] AppArmor: AppArmor initialized
[    0.075099] TOMOYO Linux initialized
[    0.075193] LSM support for eBPF active
[    0.075251] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.075287] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.076164] smpboot: CPU0: Intel(R) Core(TM) Ultra 7 258V (family: 0x6, model: 0xbd, stepping: 0x1)
[    0.084134] Performance Events: XSAVE Architectural LBR, no PEBS fmt6+,  AnyThread deprecated, Lunarlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.084302] core: cpu_core PMU driver: 
[    0.084303] ... version:                6
[    0.084304] ... bit width:              48
[    0.084305] ... generic registers:      10
[    0.084306] ... value mask:             0000ffffffffffff
[    0.084307] ... max period:             00007fffffffffff
[    0.084308] ... fixed-purpose events:   4
[    0.084309] ... event mask:             0001000f000003ff
[    0.084322] signal: max sigframe size: 3632
[    0.084332] Estimated ratio of average max frequency by base frequency (times 1024): 1303
[    0.084348] rcu: Hierarchical SRCU implementation.
[    0.084350] rcu: 	Max phase no-delay instances is 1000.
[    0.084372] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.084631] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.084671] smp: Bringing up secondary CPUs ...
[    0.084718] smpboot: x86: Booting SMP configuration:
[    0.084719] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.004632] core: cpu_atom PMU driver: 
[    0.004632] ... version:                6
[    0.004632] ... bit width:              48
[    0.004632] ... generic registers:      8
[    0.004632] ... value mask:             0000ffffffffffff
[    0.004632] ... max period:             00007fffffffffff
[    0.004632] ... fixed-purpose events:   6
[    0.004632] ... event mask:             00000077000000ff
[    0.088221] smp: Brought up 1 node, 8 CPUs
[    0.088221] smpboot: Total of 8 processors activated (52838.40 BogoMIPS)
[    0.105243] node 0 deferred pages initialised in 16ms
[    0.105243] Memory: 32303052K/33069000K available (16384K kernel code, 2502K rwdata, 6864K rodata, 4140K init, 4960K bss, 748536K reserved, 0K cma-reserved)
[    0.105243] devtmpfs: initialized
[    0.105243] x86/mm: Memory block size: 128MB
[    0.105340] ACPI: PM: Registering ACPI NVS region [mem 0x6b20c000-0x6b2cbfff] (786432 bytes)
[    0.105340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.105340] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.105340] pinctrl core: initialized pinctrl subsystem
[    0.108249] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.108584] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.108853] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.109137] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.109145] audit: initializing netlink subsys (disabled)
[    0.109150] audit: type=2000 audit(1732782532.072:1): state=initialized audit_enabled=0 res=1
[    0.109150] thermal_sys: Registered thermal governor 'fair_share'
[    0.109150] thermal_sys: Registered thermal governor 'bang_bang'
[    0.109150] thermal_sys: Registered thermal governor 'step_wise'
[    0.109150] thermal_sys: Registered thermal governor 'user_space'
[    0.109150] thermal_sys: Registered thermal governor 'power_allocator'
[    0.109150] cpuidle: using governor ladder
[    0.109150] cpuidle: using governor menu
[    0.109150] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.109150] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.109150] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[    0.109150] PCI: Using configuration type 1 for base access
[    0.109150] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.109150] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.109150] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.109150] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.109150] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.109150] ACPI: Added _OSI(Module Device)
[    0.109150] ACPI: Added _OSI(Processor Device)
[    0.109150] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.109150] ACPI: Added _OSI(Processor Aggregator Device)
[    0.135632] ACPI: 28 ACPI AML tables successfully acquired and loaded
[    0.152312] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[    0.152314] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[    0.153717] ACPI: EC: EC started
[    0.153718] ACPI: EC: interrupt blocked
[    0.156852] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.156854] ACPI: \_SB_.PC00.LPCB.EC__: Boot DSDT EC used to handle transactions
[    0.156855] ACPI: Interpreter enabled
[    0.156874] ACPI: PM: (supports S0 S3 S4 S5)
[    0.156875] ACPI: Using IOAPIC for interrupt routing
[    0.156891] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.156893] PCI: Ignoring E820 reservations for host bridge windows
[    0.157774] ACPI: Enabled 10 GPEs in block 00 to 7F
[    0.157813] ACPI: Enabled 13 GPEs in block 80 to DF
[    0.159322] ACPI: \_SB_.PC00.RP03.PXSX.WRST: New power resource
[    0.161163] ACPI: \_SB_.PC00.XHCI.RHUB.HS06.BTRT: New power resource
[    0.161192] ACPI: \_SB_.PC00.XHCI.RHUB.HS06.DBTR: New power resource
[    0.165481] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[    0.165888] ACPI: \_SB_.PC00.TBT0: New power resource
[    0.165910] ACPI: \_SB_.PC00.TBT1: New power resource
[    0.165930] ACPI: \_SB_.PC00.D3C_: New power resource
[    0.170212] ACPI: \: Can't tag data node
[    0.170297] ACPI: \: Can't tag data node
[    0.170379] ACPI: \: Can't tag data node
[    0.170458] ACPI: \: Can't tag data node
[    0.170538] ACPI: \: Can't tag data node
[    0.174892] ACPI: \PIN_: New power resource
[    0.175319] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.175322] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.175861] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.176906] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR]
[    0.176907] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.177859] PCI host bridge to bus 0000:00
[    0.177861] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.177863] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.177864] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.177866] pci_bus 0000:00: root bus resource [mem 0x80800000-0xbfffffff window]
[    0.177867] pci_bus 0000:00: root bus resource [mem 0x2000000000-0x3fbfffffff window]
[    0.177869] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.177882] pci 0000:00:00.0: [8086:6400] type 00 class 0x060000 conventional PCI endpoint
[    0.178051] pci 0000:00:02.0: [8086:64a0] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.178097] pci 0000:00:02.0: BAR 0 [mem 0x3010000000-0x3010ffffff 64bit pref]
[    0.178131] pci 0000:00:02.0: BAR 2 [mem 0x2000000000-0x200fffffff 64bit pref]
[    0.178175] pci 0000:00:02.0: ROM [mem 0x8e000000-0x8e1fffff pref]
[    0.178205] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.178396] pci 0000:00:04.0: [8086:641d] type 00 class 0x118000 conventional PCI endpoint
[    0.178407] pci 0000:00:04.0: BAR 0 [mem 0x30162c0000-0x30162dffff 64bit]
[    0.178523] pci 0000:00:05.0: [8086:645d] type 00 class 0x048000 PCIe Root Complex Integrated Endpoint
[    0.178534] pci 0000:00:05.0: BAR 0 [mem 0x3014000000-0x3015ffffff 64bit]
[    0.178546] pci 0000:00:05.0: BAR 4 [mem 0x3016336000-0x3016336fff 64bit]
[    0.178641] pci 0000:00:07.0: [8086:a84e] type 01 class 0x060400 PCIe Root Port
[    0.178680] pci 0000:00:07.0: PCI bridge to [bus 01-2a]
[    0.178686] pci 0000:00:07.0:   bridge window [mem 0x88000000-0x8dffffff]
[    0.178697] pci 0000:00:07.0:   bridge window [mem 0x2810000000-0x300fffffff 64bit pref]
[    0.178797] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.178836] pci 0000:00:07.0: PTM enabled (root), 4ns granularity
[    0.179162] pci 0000:00:07.1: [8086:a84f] type 01 class 0x060400 PCIe Root Port
[    0.179194] pci 0000:00:07.1: PCI bridge to [bus 2b-54]
[    0.179200] pci 0000:00:07.1:   bridge window [mem 0x82000000-0x87ffffff]
[    0.179211] pci 0000:00:07.1:   bridge window [mem 0x2010000000-0x280fffffff 64bit pref]
[    0.179316] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.179362] pci 0000:00:07.1: PTM enabled (root), 4ns granularity
[    0.179680] pci 0000:00:0a.0: [8086:647d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
[    0.179693] pci 0000:00:0a.0: BAR 0 [mem 0x3016310000-0x301631ffff 64bit]
[    0.179718] pci 0000:00:0a.0: enabling Extended Tags
[    0.179801] pci 0000:00:0b.0: [8086:643e] type 00 class 0x120000 PCIe Root Complex Integrated Endpoint
[    0.179812] pci 0000:00:0b.0: BAR 0 [mem 0x3012000000-0x3013ffffff 64bit]
[    0.179824] pci 0000:00:0b.0: BAR 4 [mem 0x3016335000-0x3016335fff 64bit]
[    0.179919] pci 0000:00:0d.0: [8086:a831] type 00 class 0x0c0330 conventional PCI endpoint
[    0.179939] pci 0000:00:0d.0: BAR 0 [mem 0x3016300000-0x301630ffff 64bit]
[    0.180023] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.180193] pci 0000:00:0d.2: [8086:a833] type 00 class 0x0c0340 conventional PCI endpoint
[    0.180213] pci 0000:00:0d.2: BAR 0 [mem 0x3016280000-0x30162bffff 64bit]
[    0.180226] pci 0000:00:0d.2: BAR 2 [mem 0x3016334000-0x3016334fff 64bit]
[    0.180285] pci 0000:00:0d.2: supports D1 D2
[    0.180286] pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.180378] pci 0000:00:12.0: [8086:a845] type 00 class 0x070000 conventional PCI endpoint
[    0.180394] pci 0000:00:12.0: BAR 0 [mem 0x30162f0000-0x30162fffff 64bit]
[    0.180453] pci 0000:00:12.0: PME# supported from D0 D3hot
[    0.180707] pci 0000:00:13.0: [8086:a862] type 00 class 0x078000 conventional PCI endpoint
[    0.180734] pci 0000:00:13.0: BAR 0 [mem 0x3016333000-0x3016333fff 64bit]
[    0.180842] pci 0000:00:13.0: PME# supported from D3hot
[    0.180931] pci 0000:00:14.0: [8086:a87d] type 00 class 0x0c0330 conventional PCI endpoint
[    0.180950] pci 0000:00:14.0: BAR 0 [mem 0x30162e0000-0x30162effff 64bit]
[    0.181020] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.181185] pci 0000:00:14.2: [8086:a87f] type 00 class 0x050000 conventional PCI endpoint
[    0.181210] pci 0000:00:14.2: BAR 0 [mem 0x3016320000-0x3016327fff 64bit]
[    0.181226] pci 0000:00:14.2: BAR 2 [mem 0x3016332000-0x3016332fff 64bit]
[    0.181338] pci 0000:00:14.3: [8086:a840] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
[    0.181355] pci 0000:00:14.3: BAR 0 [mem 0x3016328000-0x301632bfff 64bit]
[    0.181387] pci 0000:00:14.3: enabling Extended Tags
[    0.181433] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.181610] pci 0000:00:15.0: [8086:a878] type 00 class 0x0c8000 conventional PCI endpoint
[    0.181673] pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.181970] pci 0000:00:15.1: [8086:a879] type 00 class 0x0c8000 conventional PCI endpoint
[    0.182029] pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.182268] pci 0000:00:16.0: [8086:a870] type 00 class 0x078000 conventional PCI endpoint
[    0.182308] pci 0000:00:16.0: BAR 0 [mem 0x301632f000-0x301632ffff 64bit]
[    0.182444] pci 0000:00:16.0: PME# supported from D3hot
[    0.182759] pci 0000:00:19.0: [8086:a850] type 00 class 0x0c8000 conventional PCI endpoint
[    0.182817] pci 0000:00:19.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.183107] pci 0000:00:19.1: [8086:a851] type 00 class 0x0c8000 conventional PCI endpoint
[    0.183133] pci 0000:00:19.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
[    0.183338] pci 0000:00:1c.0: [8086:a838] type 01 class 0x060400 PCIe Root Port
[    0.183369] pci 0000:00:1c.0: PCI bridge to [bus 55]
[    0.183375] pci 0000:00:1c.0:   bridge window [mem 0x8e300000-0x8e3fffff]
[    0.183470] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.183515] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.183843] pci 0000:00:1c.4: [8086:a83c] type 01 class 0x060400 PCIe Root Port
[    0.183899] pci 0000:00:1c.4: PCI bridge to [bus 56]
[    0.183911] pci 0000:00:1c.4:   bridge window [mem 0x8e200000-0x8e2fffff]
[    0.184087] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.184174] pci 0000:00:1c.4: PTM enabled (root), 4ns granularity
[    0.184546] pci 0000:00:1f.0: [8086:a807] type 00 class 0x060100 conventional PCI endpoint
[    0.184837] pci 0000:00:1f.3: [8086:a828] type 00 class 0x040100 conventional PCI endpoint
[    0.184883] pci 0000:00:1f.3: BAR 0 [mem 0x3016200000-0x301627ffff 64bit]
[    0.184941] pci 0000:00:1f.3: BAR 4 [mem 0x3016000000-0x30161fffff 64bit]
[    0.185054] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.185124] pci 0000:00:1f.4: [8086:a822] type 00 class 0x0c0500 conventional PCI endpoint
[    0.185146] pci 0000:00:1f.4: BAR 0 [mem 0x301632c000-0x301632c0ff 64bit]
[    0.185173] pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
[    0.185307] pci 0000:00:1f.5: [8086:a823] type 00 class 0x0c8000 conventional PCI endpoint
[    0.185347] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[    0.185540] pci 0000:00:07.0: PCI bridge to [bus 01-2a]
[    0.185593] pci 0000:00:07.1: PCI bridge to [bus 2b-54]
[    0.185651] pci 0000:55:00.0: [10ec:525a] type 00 class 0xff0000 PCIe Endpoint
[    0.185674] pci 0000:55:00.0: BAR 1 [mem 0x8e300000-0x8e300fff]
[    0.185800] pci 0000:55:00.0: supports D1 D2
[    0.185801] pci 0000:55:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.185946] pci 0000:00:1c.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[    0.192151] pci 0000:00:1c.0: PCI bridge to [bus 55]
[    0.192459] pci 0000:56:00.0: [15b7:5017] type 00 class 0x010802 PCIe Endpoint
[    0.192483] pci 0000:56:00.0: BAR 0 [mem 0x8e200000-0x8e203fff 64bit]
[    0.192736] pci 0000:00:1c.4: ASPM: current common clock configuration is inconsistent, reconfiguring
[    0.200315] pci 0000:00:1c.4: PCI bridge to [bus 56]
[    0.201411] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.201458] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.201503] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.201547] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.201591] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.201636] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.201680] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.201724] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.202234] ACPI: \_SB_.PEPD: Duplicate LPS0 _DSM functions (mask: 0x1)
[    0.389174] Low-power S0 idle used by default for system suspend
[    0.391749] ACPI: EC: interrupt unblocked
[    0.391750] ACPI: EC: event unblocked
[    0.391769] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.391770] ACPI: EC: GPE=0x6e
[    0.391771] ACPI: \_SB_.PC00.LPCB.EC__: Boot DSDT EC initialization complete
[    0.391773] ACPI: \_SB_.PC00.LPCB.EC__: EC: Used to handle transactions and events
[    0.391818] iommu: Default domain type: Translated
[    0.391818] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.391818] pps_core: LinuxPPS API ver. 1 registered
[    0.391818] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.391818] PTP clock support registered
[    0.391818] EDAC MC: Ver: 3.0.0
[    0.392297] efivars: Registered efivars operations
[    0.392297] NetLabel: Initializing
[    0.392297] NetLabel:  domain hash size = 128
[    0.392297] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.392297] NetLabel:  unlabeled traffic allowed by default
[    0.392297] PCI: Using ACPI for IRQ routing
[    0.411722] PCI: pci_cache_line_size set to 64 bytes
[    0.412040] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[    0.412215] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.412216] e820: reserve RAM buffer [mem 0x5d3e5000-0x5fffffff]
[    0.412217] e820: reserve RAM buffer [mem 0x5d6b2000-0x5fffffff]
[    0.412218] e820: reserve RAM buffer [mem 0x67253000-0x67ffffff]
[    0.412218] e820: reserve RAM buffer [mem 0x87f800000-0x87fffffff]
[    0.412235] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.412235] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.412235] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.412235] vgaarb: loaded
[    0.412235] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.412235] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    0.414193] clocksource: Switched to clocksource tsc-early
[    0.414678] VFS: Disk quotas dquot_6.6.0
[    0.414684] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.414746] AppArmor: AppArmor Filesystem Enabled
[    0.414752] pnp: PnP ACPI init
[    0.414855] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.414857] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.415231] system 00:02: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.415232] system 00:02: [mem 0xd8000000-0xd8000fff] has been reserved
[    0.415234] system 00:02: [mem 0x00000000-0x00000fff] could not be reserved
[    0.415235] system 00:02: [mem 0xc0000000-0xcfffffff] has been reserved
[    0.415236] system 00:02: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.415238] system 00:02: [mem 0xfc800000-0xfc81ffff] could not be reserved
[    0.415239] system 00:02: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.415240] system 00:02: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.415602] system 00:03: [io  0x2000-0x20fe] has been reserved
[    0.415842] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.415958] pnp: PnP ACPI: found 6 devices
[    0.419337] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.419364] NET: Registered PF_INET protocol family
[    0.419515] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.421151] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.421179] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.421311] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.421554] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.421653] TCP: Hash tables configured (established 262144 bind 65536)
[    0.421748] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.421850] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[    0.421974] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[    0.422057] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.422062] NET: Registered PF_XDP protocol family
[    0.422067] pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 01-2a] add_size 1000
[    0.422070] pci 0000:00:07.1: bridge window [io  0x1000-0x0fff] to [bus 2b-54] add_size 1000
[    0.422076] pci 0000:00:07.0: bridge window [io  0x3000-0x3fff]: assigned
[    0.422078] pci 0000:00:07.1: bridge window [io  0x4000-0x4fff]: assigned
[    0.422080] pci 0000:00:15.0: BAR 0 [mem 0x3011000000-0x3011000fff 64bit]: assigned
[    0.422126] pci 0000:00:15.1: BAR 0 [mem 0x3011001000-0x3011001fff 64bit]: assigned
[    0.422174] pci 0000:00:19.0: BAR 0 [mem 0x3011002000-0x3011002fff 64bit]: assigned
[    0.422220] pci 0000:00:19.1: BAR 0 [mem 0x3011003000-0x3011003fff 64bit]: assigned
[    0.422237] pci 0000:00:1f.5: BAR 0 [mem 0x80800000-0x80800fff]: assigned
[    0.422248] pci 0000:00:07.0: PCI bridge to [bus 01-2a]
[    0.422256] pci 0000:00:07.0:   bridge window [io  0x3000-0x3fff]
[    0.422261] pci 0000:00:07.0:   bridge window [mem 0x88000000-0x8dffffff]
[    0.422265] pci 0000:00:07.0:   bridge window [mem 0x2810000000-0x300fffffff 64bit pref]
[    0.422273] pci 0000:00:07.1: PCI bridge to [bus 2b-54]
[    0.422275] pci 0000:00:07.1:   bridge window [io  0x4000-0x4fff]
[    0.422281] pci 0000:00:07.1:   bridge window [mem 0x82000000-0x87ffffff]
[    0.422285] pci 0000:00:07.1:   bridge window [mem 0x2010000000-0x280fffffff 64bit pref]
[    0.422292] pci 0000:00:1c.0: PCI bridge to [bus 55]
[    0.422297] pci 0000:00:1c.0:   bridge window [mem 0x8e300000-0x8e3fffff]
[    0.422305] pci 0000:00:1c.4: PCI bridge to [bus 56]
[    0.422338] pci 0000:00:1c.4:   bridge window [mem 0x8e200000-0x8e2fffff]
[    0.422358] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.422360] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.422361] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.422362] pci_bus 0000:00: resource 7 [mem 0x80800000-0xbfffffff window]
[    0.422363] pci_bus 0000:00: resource 8 [mem 0x2000000000-0x3fbfffffff window]
[    0.422364] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.422365] pci_bus 0000:01: resource 1 [mem 0x88000000-0x8dffffff]
[    0.422366] pci_bus 0000:01: resource 2 [mem 0x2810000000-0x300fffffff 64bit pref]
[    0.422368] pci_bus 0000:2b: resource 0 [io  0x4000-0x4fff]
[    0.422369] pci_bus 0000:2b: resource 1 [mem 0x82000000-0x87ffffff]
[    0.422370] pci_bus 0000:2b: resource 2 [mem 0x2010000000-0x280fffffff 64bit pref]
[    0.422371] pci_bus 0000:55: resource 1 [mem 0x8e300000-0x8e3fffff]
[    0.422372] pci_bus 0000:56: resource 1 [mem 0x8e200000-0x8e2fffff]
[    0.422933] PCI: CLS 64 bytes, default 64
[    0.422964] DMAR: Intel-IOMMU force enabled due to platform opt in
[    0.422970] DMAR: No RMRR found
[    0.422971] DMAR: No ATSR found
[    0.422972] DMAR: IOMMU feature nwfs inconsistent
[    0.422973] DMAR: IOMMU feature dit inconsistent
[    0.422974] DMAR: IOMMU feature nest inconsistent
[    0.422975] DMAR: IOMMU feature sc_support inconsistent
[    0.422975] DMAR: IOMMU feature dev_iotlb_support inconsistent
[    0.422977] DMAR: dmar1: Using Queued invalidation
[    0.422980] DMAR: dmar0: Using Queued invalidation
[    0.422981] DMAR: dmar2: Using Queued invalidation
[    0.423018] Trying to unpack rootfs image as initramfs...
[    0.423306] pci 0000:00:04.0: Adding to iommu group 0
[    0.423314] pci 0000:00:05.0: Adding to iommu group 1
[    0.423321] pci 0000:00:0a.0: Adding to iommu group 2
[    0.423328] pci 0000:00:0b.0: Adding to iommu group 3
[    0.423383] pci 0000:00:02.0: Adding to iommu group 4
[    0.423431] pci 0000:00:00.0: Adding to iommu group 5
[    0.423446] pci 0000:00:07.0: Adding to iommu group 6
[    0.423455] pci 0000:00:07.1: Adding to iommu group 7
[    0.423466] pci 0000:00:0d.0: Adding to iommu group 8
[    0.423472] pci 0000:00:0d.2: Adding to iommu group 8
[    0.423482] pci 0000:00:12.0: Adding to iommu group 9
[    0.423491] pci 0000:00:13.0: Adding to iommu group 10
[    0.423501] pci 0000:00:14.0: Adding to iommu group 11
[    0.423508] pci 0000:00:14.2: Adding to iommu group 11
[    0.423515] pci 0000:00:14.3: Adding to iommu group 12
[    0.423526] pci 0000:00:15.0: Adding to iommu group 13
[    0.423533] pci 0000:00:15.1: Adding to iommu group 13
[    0.423541] pci 0000:00:16.0: Adding to iommu group 14
[    0.423553] pci 0000:00:19.0: Adding to iommu group 15
[    0.423561] pci 0000:00:19.1: Adding to iommu group 15
[    0.423570] pci 0000:00:1c.0: Adding to iommu group 16
[    0.423578] pci 0000:00:1c.4: Adding to iommu group 17
[    0.423596] pci 0000:00:1f.0: Adding to iommu group 18
[    0.423604] pci 0000:00:1f.3: Adding to iommu group 18
[    0.423613] pci 0000:00:1f.4: Adding to iommu group 18
[    0.423621] pci 0000:00:1f.5: Adding to iommu group 18
[    0.423631] pci 0000:55:00.0: Adding to iommu group 19
[    0.423641] pci 0000:56:00.0: Adding to iommu group 20
[    0.424058] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.424060] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.424061] software IO TLB: mapped [mem 0x0000000057382000-0x000000005b382000] (64MB)
[    0.424075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f9a2767029, max_idle_ns: 440795219692 ns
[    0.424090] clocksource: Switched to clocksource tsc
[    0.424101] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.429106] Initialise system trusted keyrings
[    0.429112] Key type blacklist registered
[    0.429142] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.429146] zbud: loaded
[    0.429187] fuse: init (API version 7.41)
[    0.429261] integrity: Platform Keyring initialized
[    0.429264] integrity: Machine keyring initialized
[    0.433864] Key type asymmetric registered
[    0.433867] Asymmetric key parser 'x509' registered
[    0.917756] Freeing initrd memory: 67088K
[    0.920551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.920578] io scheduler mq-deadline registered
[    0.921585] ledtrig-cpu: registered to indicate activity on CPUs
[    0.921779] pcieport 0000:00:07.0: PME: Signaling with IRQ 126
[    0.921798] pcieport 0000:00:07.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.922060] pcieport 0000:00:07.1: PME: Signaling with IRQ 127
[    0.922076] pcieport 0000:00:07.1: pciehp: Slot #7 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.922290] pcieport 0000:00:1c.0: PME: Signaling with IRQ 128
[    0.922580] pcieport 0000:00:1c.4: PME: Signaling with IRQ 129
[    0.922793] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.930012] thermal LNXTHERM:00: registered as thermal_zone0
[    0.930014] ACPI: thermal: Thermal Zone [THRM] (46 C)
[    0.930111] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.930823] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.931036] serial 0000:00:12.0: enabling device (0000 -> 0002)
[    0.931235] Linux agpgart interface v0.103
[    0.932707] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1D, rev-id 54)
[    1.047797] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.047801] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.049125] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.049186] mousedev: PS/2 mouse device common for all mice
[    1.049205] rtc_cmos rtc_cmos: RTC can wake from S4
[    1.053671] rtc_cmos rtc_cmos: registered as rtc0
[    1.053873] rtc_cmos rtc_cmos: setting system clock to 2024-11-28T08:28:53 UTC (1732782533)
[    1.053899] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    1.054063] intel_pstate: Intel P-state driver initializing
[    1.054571] Hybrid CPU capacity scaling enabled
[    1.054657] intel_pstate: HWP enabled
[    1.054858] Relocating firmware framebuffer to offset 0x0000000000800000[d] within [mem 0x2000000000-0x200fffffff flags 0x14220c]
[    1.054876] efifb: probing for efifb
[    1.054883] efifb: framebuffer at 0x2000800000, using 20252k, total 20250k
[    1.054885] efifb: mode is 2880x1800x32, linelength=11520, pages=1
[    1.054886] efifb: scrolling: redraw
[    1.054887] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.060241] Console: switching to colour frame buffer device 180x56
[    1.065872] fb0: EFI VGA frame buffer device
[    1.065991] NET: Registered PF_INET6 protocol family
[    1.069043] Segment Routing with IPv6
[    1.069268] In-situ OAM (IOAM) with IPv6
[    1.069305] mip6: Mobile IPv6
[    1.069327] NET: Registered PF_PACKET protocol family
[    1.069378] mpls_gso: MPLS GSO support
[    1.069949] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    1.071036] microcode: Current revision: 0x00000114
[    1.071491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.072589] IPI shorthand broadcast: enabled
[    1.073620] sched_clock: Marking stable (1072160072, 632662)->(1075788438, -2995704)
[    1.073952] registered taskstats version 1
[    1.074007] Loading compiled-in X.509 certificates
[    1.083026] Loaded X.509 cert 'Build time autogenerated kernel key: 76c82eea5745cc0597fb2e559116c8f97f07cf2a'
[    1.084150] Demotion targets for Node 0: null
[    1.084450] Key type .fscrypt registered
[    1.084477] Key type fscrypt-provisioning registered
[    1.089278] cryptd: max_cpu_qlen set to 1000
[    1.092749] AES CTR mode by8 optimization enabled
[    1.107948] Key type encrypted registered
[    1.108062] AppArmor: AppArmor sha256 policy hashing enabled
[    1.108353] integrity: Loading X.509 certificate: UEFI:db
[    1.108492] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.108556] integrity: Loading X.509 certificate: UEFI:db
[    1.108606] integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
[    1.108685] integrity: Loading X.509 certificate: UEFI:db
[    1.108732] integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
[    1.110007] ima: Allocated hash algorithm: sha256
[    1.270252] ima: No architecture policies found
[    1.270370] evm: Initialising EVM extended attributes:
[    1.271798] evm: security.selinux
[    1.273455] evm: security.SMACK64 (disabled)
[    1.274886] evm: security.SMACK64EXEC (disabled)
[    1.276268] evm: security.SMACK64TRANSMUTE (disabled)
[    1.278114] evm: security.SMACK64MMAP (disabled)
[    1.279495] evm: security.apparmor
[    1.280885] evm: security.ima
[    1.282199] evm: security.capability
[    1.283468] evm: HMAC attrs: 0x1
[    1.292721] RAS: Correctable Errors collector initialized.
[    1.294170] clk: Disabling unused clocks
[    1.295566] PM: genpd: Disabling unused power domains
[    1.307097] Freeing unused decrypted memory: 2028K
[    1.308820] Freeing unused kernel image (initmem) memory: 4140K
[    1.310494] Write protecting the kernel read-only data: 24576k
[    1.312403] Freeing unused kernel image (rodata/data gap) memory: 1328K
[    1.318589] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.320435] Run /init as init process
[    1.322060]   with arguments:
[    1.322061]     /init
[    1.322062]   with environment:
[    1.322062]     HOME=/
[    1.322063]     TERM=linux
[    1.322063]     BOOT_IMAGE=/vmlinuz-6.12.0+
[    1.411071] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQAK data block query control method not found
[    1.411073] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/PNP0C09:00/PNP0C0D:00/input/input1
[    1.413203] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQAL data block query control method not found
[    1.416797] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WMAJ method block execution control method not found
[    1.421200] rtsx_pci 0000:55:00.0: enabling device (0000 -> 0002)
[    1.425561] ACPI: bus type thunderbolt registered
[    1.432679] ACPI: button: Lid Switch [LID0]
[    1.434841] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.436790] ACPI: button: Sleep Button [SLPB]
[    1.438749] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    1.440753] ACPI: bus type drm_connector registered
[    1.440796] ACPI: button: Power Button [PWRB]
[    1.528786] ACPI: battery: Slot [BAT1] (battery present)
[    1.536270] nvme 0000:56:00.0: platform quirk: setting simple suspend
[    1.539038] hid: raw HID events driver (C) Jiri Kosina
[    1.539163] nvme nvme0: pci function 0000:56:00.0
[    1.544341] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[    1.546946] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    1.548697] ACPI: bus type USB registered
[    1.550281] usbcore: registered new interface driver usbfs
[    1.551787] usbcore: registered new interface driver hub
[    1.553178] usbcore: registered new device driver usb
[    1.564662] intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
[    1.566447] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    1.580176] ------------[ cut here ]------------
[    1.582241] WARNING: CPU: 0 PID: 73 at mm/page_alloc.c:4727 __alloc_pages_noprof+0x2a7/0x310
[    1.583753] Modules linked in: usbcore drm_kms_helper mmc_core sha512_ssse3 hid video nvme intel_ish_ipc(+) intel_lpss_pci(+) sha256_ssse3 sha1_ssse3 nvme_core rtsx_pci drm thunderbolt intel_lpss intel_ishtp idma64 usb_common button battery wmi fan aesni_intel gf128mul crypto_simd cryptd
[    1.584423] intel-lpss 0000:00:19.0: enabling device (0004 -> 0006)
[    1.587711] CPU: 0 UID: 0 PID: 73 Comm: kworker/u34:6 Not tainted 6.12.0+ #1
[    1.591248] Hardware name: Micro-Star International Co., Ltd. Prestige 13 AI+ Evo A2VMG/MS-13Q3, BIOS E13Q3IMS.10C 10/30/2024
[    1.592768] Workqueue: async async_run_entry_fn
[    1.594198] RIP: 0010:__alloc_pages_noprof+0x2a7/0x310
[    1.595699] Code: 24 08 e9 6d fe ff ff e8 27 47 fa ff e9 92 fe ff ff 83 fe 0a 0f 86 d6 fd ff ff 80 3d dd 19 68 01 00 75 09 c6 05 d4 19 68 01 01 <0f> 0b 45 31 ff e9 ef fe ff ff f7 c1 00 00 08 00 75 4a 89 de 40 80
[    1.599567] RSP: 0018:ffffbe29403a3b40 EFLAGS: 00010246
[    1.601507] RAX: 0000000000000000 RBX: 0000000000000cc0 RCX: 0000000000000000
[    1.603476] RDX: 0000000000000000 RSI: 000000000000000e RDI: 0000000000000cc0
[    1.604691] intel-lpss 0000:00:19.1: enabling device (0004 -> 0006)
[    1.605445] RBP: 000000000000000e R08: 0000000000000cc0 R09: ffffa05085a060a0
[    1.609432] R10: ffffbe29403a3bb8 R11: 0000000000000000 R12: 0000000000000000
[    1.611445] R13: 00000000ffffffff R14: 00000000ffffffff R15: 0000000004000000
[    1.613471] FS:  0000000000000000(0000) GS:ffffa057df600000(0000) knlGS:0000000000000000
[    1.615527] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    1.617589] CR2: 000055b6d795e9f8 CR3: 000000011537e005 CR4: 0000000000f70ef0
[    1.619665] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[    1.621734] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[    1.623788] PKRU: 55555554
[    1.625821] Call Trace:
[    1.627845]  <TASK>
[    1.629845]  ? __alloc_pages_noprof+0x2a7/0x310
[    1.631847]  ? __warn.cold+0x93/0xf6
[    1.633831]  ? __alloc_pages_noprof+0x2a7/0x310
[    1.635810]  ? report_bug+0xff/0x140
[    1.637779]  ? handle_bug+0x58/0x90
[    1.639735]  ? exc_invalid_op+0x17/0x70
[    1.641658]  ? asm_exc_invalid_op+0x1a/0x20
[    1.643541]  ? __alloc_pages_noprof+0x2a7/0x310
[    1.645384]  __dma_direct_alloc_pages.isra.0+0x113/0x2d0
[    1.647227]  dma_direct_alloc_pages+0x3f/0x190
[    1.649039]  dma_alloc_noncontiguous+0xb4/0x230
[    1.650839]  nvme_setup_host_mem+0x400/0x480 [nvme]
[    1.652647]  ? nvme_init_ctrl_finish+0x27b/0x300 [nvme_core]
[    1.654445]  nvme_probe.cold+0x110/0x1f6 [nvme]
[    1.656214]  local_pci_probe+0x42/0x90
[    1.657951]  pci_device_probe+0x22f/0x270
[    1.659658]  really_probe+0xdb/0x340
[    1.661364]  ? pm_runtime_barrier+0x54/0x90
[    1.663071]  __driver_probe_device+0x78/0x110
[    1.664769]  driver_probe_device+0x1f/0xa0
[    1.666453]  __driver_attach_async_helper+0x5e/0xe0
[    1.668140]  async_run_entry_fn+0x31/0x130
[    1.669819]  process_one_work+0x174/0x330
[    1.671482]  worker_thread+0x252/0x390
[    1.673133]  ? __pfx_worker_thread+0x10/0x10
[    1.674779]  kthread+0xcf/0x100
[    1.676434]  ? __pfx_kthread+0x10/0x10
[    1.678095]  ret_from_fork+0x31/0x50
[    1.679737]  ? __pfx_kthread+0x10/0x10
[    1.681365]  ret_from_fork_asm+0x1a/0x30
[    1.682983]  </TASK>
[    1.684559] ---[ end trace 0000000000000000 ]---
[    1.688343] nvme nvme0: allocated 32 MiB host memory buffer (8 segments).
[    1.693686] nvme nvme0: 8/0/0 default/read/poll queues
[    1.700745]  nvme0n1: p1 p2 p3
[    1.861121] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    1.862934] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    1.865612] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    1.867173] input: PNP0C50:04 06CB:CEBD Mouse as /devices/pci0000:00/0000:00:19.0/i2c_designware.2/i2c-2/i2c-PNP0C50:04/0018:06CB:CEBD.0001/input/input4
[    1.867704] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    1.868931] input: PNP0C50:04 06CB:CEBD Touchpad as /devices/pci0000:00/0000:00:19.0/i2c_designware.2/i2c-2/i2c-PNP0C50:04/0018:06CB:CEBD.0001/input/input5
[    1.870122] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    1.872016] hid-generic 0018:06CB:CEBD.0001: input,hidraw0: I2C HID v1.00 Mouse [PNP0C50:04 06CB:CEBD] on i2c-PNP0C50:04
[    1.873458] xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
[    1.875921] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[    1.877297] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.878897] usb usb1: Product: xHCI Host Controller
[    1.880490] usb usb1: Manufacturer: Linux 6.12.0+ xhci-hcd
[    1.882079] usb usb1: SerialNumber: 0000:00:0d.0
[    1.883739] hub 1-0:1.0: USB hub found
[    1.885296] hub 1-0:1.0: 1 port detected
[    1.886967] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[    1.888843] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.890436] usb usb2: Product: xHCI Host Controller
[    1.892036] usb usb2: Manufacturer: Linux 6.12.0+ xhci-hcd
[    1.893654] usb usb2: SerialNumber: 0000:00:0d.0
[    1.895330] hub 2-0:1.0: USB hub found
[    1.896949] hub 2-0:1.0: 2 ports detected
[    1.899242] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.901126] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.903840] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    1.905983] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.907818] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.909527] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[    1.911228] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[    1.912945] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.914663] usb usb3: Product: xHCI Host Controller
[    1.916374] usb usb3: Manufacturer: Linux 6.12.0+ xhci-hcd
[    1.918086] usb usb3: SerialNumber: 0000:00:14.0
[    1.919855] hub 3-0:1.0: USB hub found
[    1.921583] hub 3-0:1.0: 8 ports detected
[    1.924134] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[    1.926206] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.927957] usb usb4: Product: xHCI Host Controller
[    1.929704] usb usb4: Manufacturer: Linux 6.12.0+ xhci-hcd
[    1.931452] usb usb4: SerialNumber: 0000:00:14.0
[    1.933272] hub 4-0:1.0: USB hub found
[    1.935014] hub 4-0:1.0: 2 ports detected
[    1.957219] intel_ish_ipc 0000:00:12.0: ISH loader: load firmware: intel/ish/ish_lnlm.bin
[    1.975155] intel_ish_ipc 0000:00:12.0: ISH loader: cmd 2 failed 10
[    1.995731] intel_ish_ipc 0000:00:12.0: ISH loader: cmd 2 failed 10
[    2.018238] intel_ish_ipc 0000:00:12.0: ISH loader: cmd 2 failed 10
[    2.039298] Console: switching to colour dummy device 80x25
[    2.039320] xe 0000:00:02.0: vgaarb: deactivate vga console
[    2.039438] xe 0000:00:02.0: [drm] Found lunarlake (device ID 64a0) display version 20.00 stepping B0
[    2.040023] xe 0000:00:02.0: [drm] Using GuC firmware from xe/lnl_guc_70.bin version 70.36.0
[    2.057349] xe 0000:00:02.0: [drm] Using GuC firmware from xe/lnl_guc_70.bin version 70.36.0
[    2.061793] xe 0000:00:02.0: [drm] Using HuC firmware from xe/lnl_huc.bin version 9.4.13
[    2.063152] xe 0000:00:02.0: [drm] Using GSC firmware from xe/lnl_gsc_1.bin version 104.0.0.1263
[    2.063873] xe 0000:00:02.0: [drm] GT1: can't init GSC proxy due to missing mei component
[    2.067517] input: PNP0C50:04 06CB:CEBD Mouse as /devices/pci0000:00/0000:00:19.0/i2c_designware.2/i2c-2/i2c-PNP0C50:04/0018:06CB:CEBD.0001/input/input7
[    2.067598] input: PNP0C50:04 06CB:CEBD Touchpad as /devices/pci0000:00/0000:00:19.0/i2c_designware.2/i2c-2/i2c-PNP0C50:04/0018:06CB:CEBD.0001/input/input8
[    2.067668] hid-multitouch 0018:06CB:CEBD.0001: input,hidraw0: I2C HID v1.00 Mouse [PNP0C50:04 06CB:CEBD] on i2c-PNP0C50:04
[    2.085401] xe 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
[    2.099997] xe 0000:00:02.0: [drm] Finished loading DMC firmware i915/xe2lpd_dmc.bin (v2.24)
[    2.172638] usb 3-4: new full-speed USB device number 2 using xhci_hcd
[    2.180683] tpm tpm0: auth session is active
[    2.321751] usb 3-4: New USB device found, idVendor=27c6, idProduct=6092, bcdDevice= 1.00
[    2.321756] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.321758] usb 3-4: Product: Goodix USB2.0 MISC
[    2.321760] usb 3-4: Manufacturer: Goodix Technology Co., Ltd.
[    2.321762] usb 3-4: SerialNumber: UID53368CA2_XXXX_MOC_B0
[    2.448637] usb 3-6: new full-speed USB device number 3 using xhci_hcd
[    2.475126] xe 0000:00:02.0: [drm] ccs1 fused off
[    2.475129] xe 0000:00:02.0: [drm] ccs2 fused off
[    2.475131] xe 0000:00:02.0: [drm] ccs3 fused off
[    2.493410] xe 0000:00:02.0: [drm] vcs1 fused off
[    2.493412] xe 0000:00:02.0: [drm] vcs2 fused off
[    2.493414] xe 0000:00:02.0: [drm] vcs3 fused off
[    2.493415] xe 0000:00:02.0: [drm] vcs4 fused off
[    2.493416] xe 0000:00:02.0: [drm] vcs5 fused off
[    2.493417] xe 0000:00:02.0: [drm] vcs6 fused off
[    2.493418] xe 0000:00:02.0: [drm] vcs7 fused off
[    2.493419] xe 0000:00:02.0: [drm] vecs1 fused off
[    2.493421] xe 0000:00:02.0: [drm] vecs2 fused off
[    2.493422] xe 0000:00:02.0: [drm] vecs3 fused off
[    2.569147] [drm] Initialized xe 1.1.0 for 0000:00:02.0 on minor 0
[    2.570999] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.571333] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
[    2.589628] usb 3-6: New USB device found, idVendor=8087, idProduct=0037, bcdDevice= 0.00
[    2.589638] usb 3-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.594163] fbcon: xedrmfb (fb0) is primary device
[    2.662503] xe 0000:00:02.0: [drm] GT1: found GSC cv104.1.0
[    3.850287] xe 0000:00:02.0: [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
[    3.868197] Console: switching to colour frame buffer device 180x56
[    3.889583] xe 0000:00:02.0: [drm] fb0: xedrmfb frame buffer device
[    4.090181] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    4.090202] device-mapper: uevent: version 1.0.3
[    4.090257] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[   19.238335] PM: Image not found (code -22)
[   19.307066] EXT4-fs (dm-1): mounted filesystem 10f02dec-831c-404a-8517-b0efb19ae2c8 ro with ordered data mode. Quota mode: none.
[   19.361184] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[   19.410705] systemd[1]: Inserted module 'autofs4'
[   24.313147] systemd[1]: systemd 257~rc2-3 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)
[   24.329594] systemd[1]: Detected architecture x86-64.
[   24.341103] systemd[1]: Hostname set to <lunar>.
[   24.442169] systemd[1]: bpf-restrict-fs: Failed to load BPF object: No such process
[   24.451693] systemd-ssh-generator[662]: Disabling SSH generator logic, since sshd is not installed.
[   24.568385] systemd[1]: Queued start job for default target graphical.target.
[   24.624070] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   24.629020] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[   24.636943] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice - Encrypted Volume Units Service Slice.
[   24.645082] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[   24.650791] systemd[1]: Created slice user.slice - User and Session Slice.
[   24.655680] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[   24.658989] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   24.661856] systemd[1]: Expecting device dev-disk-by\x2duuid-3020d8ba\x2de830\x2d4fd9\x2db8b4\x2db133f36e81d7.device - /dev/disk/by-uuid/3020d8ba-e830-4fd9-b8b4-b133f36e81d7...
[   24.663782] systemd[1]: Expecting device dev-disk-by\x2duuid-82791681\x2da6d6\x2d47b5\x2db6f6\x2d532d097db20c.device - /dev/disk/by-uuid/82791681-a6d6-47b5-b6f6-532d097db20c...
[   24.664780] systemd[1]: Expecting device dev-disk-by\x2duuid-EAC0\x2d48E0.device - /dev/disk/by-uuid/EAC0-48E0...
[   24.667919] systemd[1]: Expecting device dev-mapper-lunar\x2d\x2dvg\x2dswap_1.device - /dev/mapper/lunar--vg-swap_1...
[   24.668957] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   24.671764] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[   24.672814] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[   24.676093] systemd[1]: Reached target slices.target - Slice Units.
[   24.677168] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   24.680393] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[   24.683642] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[   24.688883] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[   24.690665] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[   24.693596] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[   24.698087] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[   24.700198] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[   24.703530] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   24.703539] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   24.703582] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   24.707613] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[   24.711856] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[   24.744767] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   24.746667] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway.
[   24.747939] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[   24.750719] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   24.752681] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   24.756230] systemd[1]: Starting blk-availability.service - Availability of block devices...
[   24.758657] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[   24.761472] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   24.764791] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   24.767984] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[   24.769930] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[   24.773281] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[   24.776619] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[   24.778971] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[   24.778996] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[   24.779584] systemd[1]: Starting systemd-journald.service - Journal Service...
[   24.785211] pstore: Using crash dump compression: deflate
[   24.787674] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   24.790564] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   24.791749] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   24.794202] pstore: Registered efi_pstore as persistent store backend
[   24.794630] systemd-journald[684]: Collecting audit messages is disabled.
[   24.796609] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   24.796994] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[   24.800713] lp: driver loaded but no devices found
[   24.802729] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   24.804264] ppdev: user-space parallel port driver
[   24.808091] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[   24.810138] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[   24.813822] systemd[1]: Started systemd-journald.service - Journal Service.
[   24.825127] EXT4-fs (dm-1): re-mounted 10f02dec-831c-404a-8517-b0efb19ae2c8 r/w. Quota mode: none.
[   24.850299] systemd-journald[684]: Received client request to flush runtime journal.
[   25.044673] Adding 999420k swap on /dev/mapper/lunar--vg-swap_1.  Priority:-2 extents:1 across:999420k SS
[   25.056129] Consider using thermal netlink events interface
[   25.057327] input: Intel HID events as /devices/platform/INTC107B:00/input/input11
[   25.059398] intel_vsec 0000:00:0a.0: enabling device (0000 -> 0002)
[   25.062762] intel-hid INTC107B:00: platform supports 5 button array
[   25.067139] input: Intel HID 5 button array as /devices/platform/INTC107B:00/input/input12
[   25.074701] ACPI: AC: AC Adapter [ADP1] (off-line)
[   25.079373] pci 0000:00:05.0: Setting to D3hot
[   25.079451] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.HEC.DPTF.FCHG], AE_NOT_FOUND (20240827/psargs-332)
[   25.079461] ACPI Error: Aborting method \_SB.IETM.CHRG.PPSS due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
[   25.085688] int3472-tps68470 i2c-INT3472:06: TPS68470 REVID: 0x21
[   25.088572] int3472-tps68470 i2c-INT3472:06: error -ENODEV: No board-data found for this model
[   25.091599] pci 0000:00:0b.0: Setting to D3hot
[   25.104680] intel_pmc_core INT33A1:00: Assuming a default substate order for this platform
[   25.106671] intel_pmc_core INT33A1:00:  initialized
[   25.166213] input: PC Speaker as /devices/platform/pcspkr/input/input13
[   25.171244] input: MSI WMI hotkeys as /devices/virtual/input/input14
[   25.216001] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   25.221047] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   25.225515] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   25.228131] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[   25.245058] Bluetooth: Core ver 2.22
[   25.245086] NET: Registered PF_BLUETOOTH protocol family
[   25.245087] Bluetooth: HCI device and connection manager initialized
[   25.245093] Bluetooth: HCI socket layer initialized
[   25.245095] Bluetooth: L2CAP socket layer initialized
[   25.245100] Bluetooth: SCO socket layer initialized
[   25.262565] Intel(R) Wireless WiFi driver for Linux
[   25.262621] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[   25.262626] intel_rapl_common: Found RAPL domain package
[   25.262629] intel_rapl_common: Found RAPL domain core
[   25.262630] intel_rapl_common: Found RAPL domain uncore
[   25.262631] intel_rapl_common: Found RAPL domain dram
[   25.262632] intel_rapl_common: Found RAPL domain psys
[   25.263876] iwlwifi 0000:00:14.3: Detected crf-id 0x2001910, cnv-id 0x1080900 wfpm id 0x80005b20
[   25.263886] iwlwifi 0000:00:14.3: PCI dev a840/1771, rev=0x461, rfid=0x20112200
[   25.263887] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 7 BE201 320MHz
[   25.266513] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.4.191
[   25.266882] iwlwifi 0000:00:14.3: loaded firmware version 94.62990553.0 bz-b0-fm-c0-94.ucode op_mode iwlmvm
[   25.285768] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   25.285776] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   25.285777] RAPL PMU: hw unit of domain package 2^-14 Joules
[   25.285778] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   25.285778] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   25.285778] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   25.290322] proc_thermal_pci 0000:00:04.0: enabling device (0400 -> 0402)
[   25.291612] intel_rapl_common: Found RAPL domain package
[   25.291630] intel_rapl_common: Found RAPL domain dram
[   25.291989] Error: Driver 'pcspkr' is already registered, aborting...
[   25.295075] proc_thermal_pci 0000:00:04.0: msi enabled:1 msix enabled:0
[   25.310597] msi_ec: Firmware version is not supported: '13Q3EMS1.109'
[   25.341353] usbcore: registered new interface driver btusb
[   25.343571] Bluetooth: hci0: Device revision is 0
[   25.343574] Bluetooth: hci0: Secure boot is enabled
[   25.343575] Bluetooth: hci0: OTP lock is disabled
[   25.343576] Bluetooth: hci0: API lock is enabled
[   25.343576] Bluetooth: hci0: Debug lock is disabled
[   25.343576] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   25.343577] Bluetooth: hci0: Bootloader timestamp 2023.33 buildtype 1 build 45995
[   25.343748] Bluetooth: hci0: DSM reset method type: 0x00
[   25.344754] Bluetooth: hci0: Found device firmware: intel/ibt-0190-0291-iml.sfi
[   25.347854] Bluetooth: hci0: Boot Address: 0x30099000
[   25.347856] Bluetooth: hci0: Firmware Version: 160-24.24
[   25.353855] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
[   25.443441] typec port0: bound usb3-port1 (ops connector_ops [usbcore])
[   25.444867] typec port0: bound usb2-port1 (ops connector_ops [usbcore])
[   25.465006] sof-audio-pci-intel-lnl 0000:00:1f.3: enabling device (0000 -> 0002)
[   25.465613] sof-audio-pci-intel-lnl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
[   25.466044] sof-audio-pci-intel-lnl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [xe])
[   25.473061] sof-audio-pci-intel-lnl 0000:00:1f.3: use msi interrupt mode
[   25.473453] Bluetooth: hci0: Waiting for firmware download to complete
[   25.474193] Bluetooth: hci0: Firmware loaded in 123379 usecs
[   25.474836] Bluetooth: hci0: Waiting for device to boot
[   25.477529] Bluetooth: hci0: Device booted in 2662 usecs
[   25.479712] Bluetooth: hci0: dsbr: enable: 0x01 value: 0x0f
[   25.482650] Bluetooth: hci0: Found device firmware: intel/ibt-0190-0291.sfi
[   25.482667] Bluetooth: hci0: Boot Address: 0x10000800
[   25.482669] Bluetooth: hci0: Firmware Version: 160-24.24
[   25.496185] sof-audio-pci-intel-lnl 0000:00:1f.3: hda codecs found, mask 5
[   25.496663] sof-audio-pci-intel-lnl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
[   25.497055] sof-audio-pci-intel-lnl 0000:00:1f.3: NHLT device BT(0) detected, ssp_mask 0x4
[   25.497424] sof-audio-pci-intel-lnl 0000:00:1f.3: BT link detected in NHLT tables: 0x4
[   25.497779] sof-audio-pci-intel-lnl 0000:00:1f.3: DMICs detected in NHLT tables: 4
[   25.500697] sof-audio-pci-intel-lnl 0000:00:1f.3: Firmware paths/files for ipc type 1:
[   25.500699] sof-audio-pci-intel-lnl 0000:00:1f.3:  Firmware file:     intel/sof-ipc4/lnl/sof-lnl.ri
[   25.500700] sof-audio-pci-intel-lnl 0000:00:1f.3:  Firmware lib path: intel/sof-ipc4-lib/lnl
[   25.500701] sof-audio-pci-intel-lnl 0000:00:1f.3:  Topology file:     intel/sof-ipc4-tplg/sof-hda-generic-4ch.tplg
[   25.501057] sof-audio-pci-intel-lnl 0000:00:1f.3: Loaded firmware library: ADSPFW, version: 2.11.1.1
[   25.611428] typec port1: bound usb3-port2 (ops connector_ops [usbcore])
[   25.612924] typec port1: bound usb2-port2 (ops connector_ops [usbcore])
[   25.708014] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[   25.709655] iwlwifi 0000:00:14.3: loaded PNVM version 35c04ca8
[   25.729899] iwlwifi 0000:00:14.3: Detected RF FM, rfid=0x20112200
[   25.790940] sof-audio-pci-intel-lnl 0000:00:1f.3: Booted firmware version: 2.11.1.1
[   25.799417] sof-audio-pci-intel-lnl 0000:00:1f.3: Topology: ABI 3:29:1 Kernel ABI 3:23:1
[   25.801146] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
[   25.801938] sof-audio-pci-intel-lnl 0000:00:1f.3: Loaded firmware library: ADSPFW, version: 2.11.1.1
[   25.818871] iwlwifi 0000:00:14.3: base HW address: 98:bd:80:a5:24:a9
[   25.843423] snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC274: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   25.844245] snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   25.844829] snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   25.845368] snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
[   25.845378] snd_hda_codec_realtek ehdaudio0D0:    inputs:
[   25.845550] snd_hda_codec_realtek ehdaudio0D0:      Mic=0x19
[   25.845885] EXT4-fs (nvme0n1p2): mounting ext2 file system using the ext4 subsystem
[   25.847491] EXT4-fs (nvme0n1p2): mounted filesystem 82791681-a6d6-47b5-b6f6-532d097db20c r/w without journal. Quota mode: none.
[   25.906255] audit: type=1400 audit(1732782558.347:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=891 comm="apparmor_parser"
[   25.906988] audit: type=1400 audit(1732782558.347:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=894 comm="apparmor_parser"
[   25.907896] audit: type=1400 audit(1732782558.347:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=894 comm="apparmor_parser"
[   25.908435] audit: type=1400 audit(1732782558.347:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="mysqld_akonadi" pid=893 comm="apparmor_parser"
[   25.910572] audit: type=1400 audit(1732782558.351:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/akonadiserver" pid=897 comm="apparmor_parser"
[   25.912136] audit: type=1400 audit(1732782558.351:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="postgresql_akonadi" pid=895 comm="apparmor_parser"
[   25.912138] audit: type=1400 audit(1732782558.351:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=899 comm="apparmor_parser"
[   25.912141] audit: type=1400 audit(1732782558.351:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=899 comm="apparmor_parser"
[   25.912143] audit: type=1400 audit(1732782558.351:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=899 comm="apparmor_parser"
[   25.913135] audit: type=1400 audit(1732782558.351:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="mariadbd_akonadi" pid=892 comm="apparmor_parser"
[   25.924165] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
[   26.174114] Process accounting resumed
[   26.192302] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   26.193439] Bluetooth: BNEP filters: protocol multicast
[   26.193447] Bluetooth: BNEP socket layer initialized
[   26.235399] block nvme0n1: No UUID available providing old NGUID
[   26.275035] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[   26.281727] NET: Registered PF_QIPCRTR protocol family
[   26.290364] input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input15
[   26.290944] input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16
[   26.291514] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17
[   26.292050] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18
[   26.292559] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19
[   26.622065] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[   26.736015] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
[   26.738909] warning: `atop' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[   27.184541] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[   27.235091] Bluetooth: hci0: Waiting for firmware download to complete
[   27.236395] Bluetooth: hci0: Firmware loaded in 1712634 usecs
[   27.238459] Bluetooth: hci0: Waiting for device to boot
[   27.272534] Bluetooth: hci0: Device booted in 33317 usecs
[   27.275696] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0190-0291.ddc
[   27.278543] Bluetooth: hci0: Applying Intel DDC parameters completed
[   27.282577] Bluetooth: hci0: Firmware timestamp 2024.23 buildtype 1 build 64160
[   27.282581] Bluetooth: hci0: Firmware SHA1: 0x5cf8faa7
[   27.287549] Bluetooth: hci0: Fseq status: Success (0x00)
[   27.287552] Bluetooth: hci0: Fseq executed: 00.00.04.191
[   27.287554] Bluetooth: hci0: Fseq BT Top: 00.00.04.182
[   27.376032] Bluetooth: MGMT ver 1.23
[   27.385369] NET: Registered PF_ALG protocol family
[   27.402509] Bluetooth: RFCOMM TTY layer initialized
[   27.402875] Bluetooth: RFCOMM socket layer initialized
[   27.403222] Bluetooth: RFCOMM ver 1.11
[   29.081330] rfkill: input handler disabled
[   30.374828] wlo1: authenticate with e8:9c:25:ad:ae:14 (local address=98:bd:80:a5:24:a9)
[   30.375270] wlo1: send auth to e8:9c:25:ad:ae:14 (try 1/3)
[   30.379364] wlo1: authenticated
[   30.384641] wlo1: associate with e8:9c:25:ad:ae:14 (try 1/3)
[   30.389959] wlo1: RX AssocResp from e8:9c:25:ad:ae:14 (capab=0x1011 status=0 aid=20)
[   30.391432] wlo1: associated
[   30.448807] wlo1: Limiting TX power to 30 (30 - 0) dBm as advertised by e8:9c:25:ad:ae:14
[   32.967937] rfkill: input handler enabled
[   35.017147] rfkill: input handler disabled
[   39.202581] msi_wmi: Unknown event received
[   39.522701] msi_wmi: Unknown event received
[   39.715384] msi_wmi: Unknown event received
[   39.998087] msi_wmi: Unknown event received
[   40.222590] msi_wmi: Unknown event received
[   40.482551] msi_wmi: Unknown event received
[   40.663097] msi_wmi: Unknown event received
[   40.834044] msi_wmi: Unknown event received
[   41.433963] msi_wmi: Unknown event received
[   41.770975] msi_wmi: Unknown event received
[   78.795760] msi_wmi: Unknown event received
[  762.933212] msi_wmi: Unknown event received
[  890.263941] msi_wmi: Unknown event received
[  892.488515] msi_wmi: Unknown event received
[ 1411.050360] msi_wmi: Unknown event received
[ 1528.304122] msi_wmi: Unknown event received
[ 1677.031951] msi_wmi: Unknown event received
[ 2165.197288] msi_wmi: Unknown event received
[ 2165.700512] msi_wmi: Unknown event received
[ 2166.496211] msi_wmi: Unknown event received
[ 2216.980247] msi_wmi: Unknown event received
[ 2217.571210] msi_wmi: Unknown event received
[ 2218.135243] msi_wmi: Unknown event received
[ 2218.200064] msi_wmi: Unknown event received
[ 2218.251166] msi_wmi: Unknown event received
[ 2218.303340] msi_wmi: Unknown event received
[ 2218.355019] msi_wmi: Unknown event received
[ 2218.406785] msi_wmi: Unknown event received
[ 2218.463038] msi_wmi: Unknown event received
[ 3222.064679] atkbd serio0: Unknown key pressed (translated set 2, code 0x8e on isa0060/serio0).
[ 3222.064732] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3222.068883] atkbd serio0: Unknown key released (translated set 2, code 0x8e on isa0060/serio0).
[ 3222.068900] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3222.473944] atkbd serio0: Unknown key pressed (translated set 2, code 0x8e on isa0060/serio0).
[ 3222.473981] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3222.478346] atkbd serio0: Unknown key released (translated set 2, code 0x8e on isa0060/serio0).
[ 3222.478361] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3222.868135] atkbd serio0: Unknown key pressed (translated set 2, code 0x8e on isa0060/serio0).
[ 3222.868169] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3222.872134] atkbd serio0: Unknown key released (translated set 2, code 0x8e on isa0060/serio0).
[ 3222.872144] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3223.445505] atkbd serio0: Unknown key pressed (translated set 2, code 0x8e on isa0060/serio0).
[ 3223.445538] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3223.450401] atkbd serio0: Unknown key released (translated set 2, code 0x8e on isa0060/serio0).
[ 3223.450414] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3223.636409] atkbd serio0: Unknown key pressed (translated set 2, code 0x8e on isa0060/serio0).
[ 3223.636439] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3223.641262] atkbd serio0: Unknown key released (translated set 2, code 0x8e on isa0060/serio0).
[ 3223.641274] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3223.816831] atkbd serio0: Unknown key pressed (translated set 2, code 0x8e on isa0060/serio0).
[ 3223.816860] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3223.821689] atkbd serio0: Unknown key released (translated set 2, code 0x8e on isa0060/serio0).
[ 3223.821699] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3224.181872] atkbd serio0: Unknown key pressed (translated set 2, code 0x8e on isa0060/serio0).
[ 3224.181890] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3224.186439] atkbd serio0: Unknown key released (translated set 2, code 0x8e on isa0060/serio0).
[ 3224.186449] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3224.574173] atkbd serio0: Unknown key pressed (translated set 2, code 0x8e on isa0060/serio0).
[ 3224.574203] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3224.579029] atkbd serio0: Unknown key released (translated set 2, code 0x8e on isa0060/serio0).
[ 3224.579040] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3224.790365] atkbd serio0: Unknown key pressed (translated set 2, code 0x8e on isa0060/serio0).
[ 3224.790385] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3224.794755] atkbd serio0: Unknown key released (translated set 2, code 0x8e on isa0060/serio0).
[ 3224.794763] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3225.162370] atkbd serio0: Unknown key pressed (translated set 2, code 0x8e on isa0060/serio0).
[ 3225.162391] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
[ 3225.166394] atkbd serio0: Unknown key released (translated set 2, code 0x8e on isa0060/serio0).
[ 3225.166405] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.

@JeremyGrosser
Copy link
Author

JeremyGrosser commented Nov 28, 2024

root@lunar:/sys/devices/platform/msi-ec/debug# cat ec_dump 
     | _0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _a _b _c _d _e _f
-----+------------------------------------------------
0x0_ | 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1_ | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x2_ | 00 00 00 00 00 00 00 00 0a 05 00 00 00 2c 0b 09
0x3_ | 02 05 00 0d 00 00 50 81 48 12 78 3c d4 01 c0 00
0x4_ | 48 12 37 00 21 13 74 fe 62 0a bc 3c e3 0b 88 45
0x5_ | 11 25 5f 00 00 02 00 00 00 00 00 00 00 00 00 00
0x6_ | 00 00 00 00 00 00 00 00 23 00 25 3c 40 44 48 4c
0x7_ | 6e 25 00 25 3c 46 4b 50 5a 41 20 32 3e 42 46 4a
0x8_ | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x9_ | 00 00 00 00 00 00 00 00 06 32 00 00 00 00 22 00
0xa_ | 31 33 51 33 45 4d 53 31 2e 31 30 39 31 30 33 30
0xb_ | 32 30 32 34 31 33 3a 34 34 3a 31 33 00 00 00 08
0xc_ | 00 00 07 25 00 00 00 00 00 d4 00 00 00 00 00 00
0xd_ | 00 00 c1 81 0d 00 05 80 00 01 00 00 00 01 00 00
0xe_ | e2 0a 00 21 13 00 00 00 00 00 00 00 00 c0 00 00
0xf_ | 00 00 70 00 20 38 00 21 64 00 00 00 00 00 00 00
root@lunar:/sys/devices/platform/msi-ec/debug# cat fw_version 
13Q3EMS1.109

@JeremyGrosser
Copy link
Author

JeremyGrosser commented Nov 29, 2024

After some fiddling with powertop, I came up with the following to put in /etc/rc.local:

#!/bin/sh

cpupower idle-set -d 3 >/dev/null
echo '1500' >/proc/sys/vm/dirty_writeback_centisecs
echo '0' >/proc/sys/kernel/nmi_watchdog

Powertop suggests enabling PM for a bunch of PCIe devices, but it doesn't seem to make a measurable difference on power consumption.

Disabling bluetooth gets you an extra hour of runtime, so do that if you're not actively using it.

ACPI reports about 12 hours runtime with 73% battery on these settings just doing basic web browsing and terminal work. I expect about 15 hours fully charged. Not too bad.

@JeremyGrosser
Copy link
Author

New xe2 and iwlwifi firmware have been merged into linux-firmware's main branch, so I think the sof, ish, ipu, and npu are the only firmwares outside of mainline now.

@JeremyGrosser
Copy link
Author

Kernel 6.13.0-rc1 fixes the GSC issue.

@JeremyGrosser
Copy link
Author

JeremyGrosser commented Dec 16, 2024

It looks like the C3 state pauses were a hardware bug. Patched on linux-stable now. https://bugzilla.kernel.org/show_bug.cgi?id=219364
Confirmed, as of 6.13.0-rc2, I no longer need the cpupower idle-set -d 3 command in rc.local.

@gregoiregentil
Copy link

Yes, C3 has been patched in 6.13-rc2: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/arch/x86/kernel/cpu/intel.c?h=v6.13-rc2#n560

Some complementary info here: https://forum.level1techs.com/t/suspend-w-linux-on-lunar-lake-2024-msi-prestige-13-ai-evo-a2vm/218028

I still can't make work the webcam: intel/ipu7-drivers#17 I'm womdering if ov5675 is not registered correctly because of TPS68470? In any case, some files will have to be stolen

Also, I can't control the keyboard backlight from the OS. And it turns on and off all the time.

@JeremyGrosser
Copy link
Author

JeremyGrosser commented Dec 25, 2024

Dec 24 2024

Thank you for your recent order with Costco.com.

Our records indicate you purchased a laptop from Costco.com with Copilot+ PC capabilities. Some Copilot+ PC experiences were released in late November 2024, while others are still being fine tuned. Timing varies by device and region.

We will be sending you a $25 Costco Digital Shop Card For any inconvenience this may have caused you. You will receive your digital shop card by email within 3 - 5 days.

I guess this means Microsoft is having trouble with their Intel NPU integration? Not really relevant for Linux, but interesting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment