HCL - GPD Duo

---
layout:
  'hcl'
type:
  'Notebook'
hvm:
  'yes'
iommu:
  'yes'
slat:
  'yes'
tpm:
  '1.2 & 2.0 (configurable in BIOS)'
remap:
  'yes'
brand: |
  GPD
model: |
  G1622-01
bios: |
  2.17
cpu: |
  AMD Ryzen AI 9 HX 370 w/ Radeon 890M
cpu-short: |
  AMD Ryzen AI 9 HX 370
chipset: |
  Advanced Micro Devices, Inc. [AMD] Strix/Strix Halo Root Complex [1022:1507]
chipset-short: |
  AMD Strix
gpu: |
  Advanced Micro Devices, Inc. [AMD/ATI] Strix [Radeon 880M / 890M] [1002:150e] (rev c1)
gpu-short: |
  AMD Radeon 890M
network: |
  Intel Corporation Wi-Fi 6E(802.11ax) AX210/AX1675* 2x2 [Typhoon Peak] [8086:2725] (rev 1a)
  Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] (rev 05)
memory: |
  24184
scsi: |

usb: |
  14
certified:
  'no'
versions:
  - works:
      'partial'
    qubes: |
      R4.3-alpha
    xen: |
      4.19.2
    kernel: |
      6.15.2-1
    remark: |
      Currently displays don't turn back on after resuming from S3 sleep.
    credit: |
      alzer89
    link: |
      https://gpd.hk/gpdduo

Remarks

  • Whilst S3 sleep is supported in the BIOS, it is disabled by default, mostly because it is not functional in the slightest.
    • The device will successfully enter S3 sleep, but will not wake up properly.
      • The machine needs to be power cycled after this.
  • S0ix sleep is preferred, and works flawlessly without Xen operating in the background.
    • S2idle sleep does work, however the fans stay spinning, making it difficult to carry machine in a bag, that way you would if device was in S3/S0ix sleep state…
  • Top internal display contains accelerometer which will auto-rotate top display based on orientation of machine (intended for use in “tablet mode”
    • XYZ values readable via iio in sysfs
    • Can be manually configured by OS, as well as in BIOS
      • BIOS overrides OS control, so make sure you configure properly
  • Dual nVME slots are nVME only. SATA drives are not recognised.
  • Bottom internal display EDID defaults to displaying “upside-down”
    • Workaround: video=eDP-1:panel_orientation=upside_down video=DP-3:panel_orientation=normal in GRUB_CMDLINE_LINUX in /etc/default/grub
  • FocalTech Power Button Fingerprint Reader (proprietary, until reverse-engineering is complete) firmware can be installed in sys-usb or dom0 (or both, depending on what you want to do) using this link to GitHub repo should you wish to utilise fingerprint functionality
  • Proximity Sensor, Ambient Light Sensor, Camera Motion Sensor, etc. are all disabled by default, but can be enabled in BIOS should you wish
  • BIOS is shockingly configurable (which is awesome!)
  • Keyboard and Trackpad are PS/2
  • Does appear to be slower than much older AMD CPUs
    • Potentially due to CPU being new, and kernel devs may need time to catch up

Apart from anything mentioned above, everything else appears to be function as expected. Am happy to test anything if anyone wishes, too.

Attachments

HCL_GPD_Duo.yaml (1.0 KB)

Miscellaneous

/usr/local/bin/fix-displays - Script to fix built-in displays. Can be called manually, added as a systemd service, a udev rule, using xeventbind, or as a display-setup-script in lightdm.conf

Script
#!/bin/bash

export DISPLAY=:0
export XAUTHORITY=/run/lightdm/$USER/xauthority
DEBUG_MODE=false

xinput_output="$(xinput)"
connected_displays="$(xrandr | grep " connected " | awk '{ print $1 }')"

for arg in "$@"
do
	if [[ "$arg" == "--debug" ]] || [[ "$arg" == "-d" ]]
	then
		DEBUG_MODE=true
		break
	fi
done

# Fix bottom display
if $DEBUG_MODE
then
	echo "Inverting eDP..."
fi
xrandr --output eDP --mode 1920x1200 --rotate inverted
#xrandr --output eDP --rotate inverted

# Fix position of top display (if present)
if [[ "$connected_displays" == *"DisplayPort-2"* ]]
then
	if $DEBUG_MODE
	then
		echo "Stacking DisplayPort-2 on top of ..."
	fi
	xrandr --output DisplayPort-2 --mode 1920x1200 --above eDP
#	xrandr --output DisplayPort-2 --above eDP
fi



# Map touchscreens and pen inputs to rotated bottom display
if $DEBUG_MODE
then
	echo $connected_displays
fi
for display in $connected_displays
do
	while IFS= read -r line
	do
		if [[ "$display" == "eDP" ]]
		then
			id="$(echo $line | sed -nE -e 's/.*GXTP7380.*id=([0-9]+).*.*/\1/p')"
		elif [[ "$display" == "DisplayPort-2" ]]
		then
			id="$(echo $line | sed -nE -e 's/.*Jieli Technology USB Composite Device.*id=([0-9]+).*.*/\1/p')"
		else
			true
		fi
		if [[ "$line" == *"eyboard"* ]] || [[ "$line" == *"ouchpad" ]] || [[ "$line" == *"rackpad"* ]] || [[ "$line" == *"ouse"* ]]
		then
			if $DEBUG_MODE
			then
				echo "id=$id is invalid.  Skipping..."
			fi
		else
			if [[ -n "$id" ]]
			then
				if $DEBUG_MODE
				then
					echo "Successfully mapped id=$id to $display"
				fi
				xinput map-to-output $id $display 2>/dev/null
			fi
		fi
	done <<< "$xinput_output"
done

Output of udevadm info of all devices in sys-usb:

FocalTech Fingerprint Device
P: /devices/pci0000:00/0000:00:08.0/usb4/4-1
M: 4-1
R: 1
J: c189:385
U: usb
T: usb_device
D: c 189:385
N: bus/usb/004/002
L: 0
V: usb
E: DEVPATH=/devices/pci0000:00/0000:00:08.0/usb4/4-1
E: DEVNAME=/dev/bus/usb/004/002
E: DEVTYPE=usb_device
E: DRIVER=usb
E: PRODUCT=2808/752/203
E: TYPE=255/2/0
E: BUSNUM=004
E: DEVNUM=002
E: MAJOR=189
E: MINOR=385
E: SUBSYSTEM=usb
E: USEC_INITIALIZED=3328553
E: ID_BUS=usb
E: ID_MODEL=FocalTech_Fingerprint_Device
E: ID_MODEL_ENC=FocalTech\x20Fingerprint\x20Device
E: ID_MODEL_ID=0752
E: ID_SERIAL=HOLTEK_FocalTech_Fingerprint_Device
E: ID_VENDOR=HOLTEK
E: ID_VENDOR_ENC=HOLTEK
E: ID_VENDOR_ID=2808
E: ID_REVISION=0203
E: ID_USB_MODEL=FocalTech_Fingerprint_Device
E: ID_USB_MODEL_ENC=FocalTech\x20Fingerprint\x20Device
E: ID_USB_MODEL_ID=0752
E: ID_USB_SERIAL=HOLTEK_FocalTech_Fingerprint_Device
E: ID_USB_VENDOR=HOLTEK
E: ID_USB_VENDOR_ENC=HOLTEK
E: ID_USB_VENDOR_ID=2808
E: ID_USB_REVISION=0203
E: ID_USB_INTERFACES=:0a0000:
E: ID_PATH_WITH_USB_REVISION=pci-0000:00:08.0-usbv2-0:1
E: ID_PATH=pci-0000:00:08.0-usb-0:1
E: ID_PATH_TAG=pci-0000_00_08_0-usb-0_1

Intel AX210 Bluetooth
P: /devices/pci0000:00/0000:00:08.0/usb4/4-5
M: 4-5
R: 5
J: c189:387
U: usb
T: usb_device
D: c 189:387
N: bus/usb/004/004
L: 0
V: usb
E: DEVPATH=/devices/pci0000:00/0000:00:08.0/usb4/4-5
E: DEVNAME=/dev/bus/usb/004/004
E: DEVTYPE=usb_device
E: DRIVER=usb
E: PRODUCT=8087/32/0
E: TYPE=224/1/1
E: BUSNUM=004
E: DEVNUM=004
E: MAJOR=189
E: MINOR=387
E: SUBSYSTEM=usb
E: USEC_INITIALIZED=3848249
E: ID_BUS=usb
E: ID_MODEL=0032
E: ID_MODEL_ENC=0032
E: ID_MODEL_ID=0032
E: ID_SERIAL=8087_0032
E: ID_VENDOR=8087
E: ID_VENDOR_ENC=8087
E: ID_VENDOR_ID=8087
E: ID_REVISION=0000
E: ID_USB_MODEL=0032
E: ID_USB_MODEL_ENC=0032
E: ID_USB_MODEL_ID=0032
E: ID_USB_SERIAL=8087_0032
E: ID_USB_VENDOR=8087
E: ID_USB_VENDOR_ENC=8087
E: ID_USB_VENDOR_ID=8087
E: ID_USB_REVISION=0000
E: ID_USB_INTERFACES=:e00101:
E: ID_VENDOR_FROM_DATABASE=Intel Corp.
E: ID_MODEL_FROM_DATABASE=AX210 Bluetooth
E: ID_PATH_WITH_USB_REVISION=pci-0000:00:08.0-usbv2-0:5
E: ID_PATH=pci-0000:00:08.0-usb-0:5
E: ID_PATH_TAG=pci-0000_00_08_0-usb-0_5

Integrated Camera
P: /devices/pci0000:00/0000:00:08.0/usb4/4-4
M: 4-4
R: 4
J: c189:388
U: usb
T: usb_device
D: c 189:388
N: bus/usb/004/005
L: 0
V: usb
E: DEVPATH=/devices/pci0000:00/0000:00:08.0/usb4/4-4
E: DEVNAME=/dev/bus/usb/004/005
E: DEVTYPE=usb_device
E: DRIVER=usb
E: PRODUCT=2ef4/5820/4
E: TYPE=239/2/1
E: BUSNUM=004
E: DEVNUM=005
E: MAJOR=189
E: MINOR=388
E: SUBSYSTEM=usb
E: USEC_INITIALIZED=101371092
E: ID_BUS=usb
E: ID_MODEL=Integrated_Camera
E: ID_MODEL_ENC=Integrated\x20Camera
E: ID_MODEL_ID=5820
E: ID_SERIAL=_Integrated_Camera_200901010001
E: ID_SERIAL_SHORT=200901010001
E: ID_VENDOR_ENC=\x20
E: ID_VENDOR_ID=2ef4
E: ID_REVISION=0004
E: ID_USB_MODEL=Integrated_Camera
E: ID_USB_MODEL_ENC=Integrated\x20Camera
E: ID_USB_MODEL_ID=5820
E: ID_USB_SERIAL=_Integrated_Camera_200901010001
E: ID_USB_SERIAL_SHORT=200901010001
E: ID_USB_VENDOR_ENC=\x20
E: ID_USB_VENDOR_ID=2ef4
E: ID_USB_REVISION=0004
E: ID_USB_INTERFACES=:0e0100:0e0200:fe0101:
E: ID_PATH_WITH_USB_REVISION=pci-0000:00:08.0-usbv2-0:4
E: ID_PATH=pci-0000:00:08.0-usb-0:4
E: ID_PATH_TAG=pci-0000_00_08_0-usb-0_4
2 Likes

Output of dmesg - 1 of 3

Output
[    0.000000] Linux version 6.15.2-1.qubes.fc41.x86_64 (mockbuild@2a2cfb2c8c0d4a8b9c11285f5af22952) (gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1), GNU ld version 2.43-2.fc41) #1 SMP PREEMPT_DYNAMIC Mon Jun 16 20:43:30 UTC 2025
[    0.000000] Command line: placeholder root=/dev/mapper/qubes_dom0-root ro rd.luks.uuid=luks-d7f15ef1-94fa-4f13-865d-95bade89d092 rd.lvm.lv=qubes_dom0/root rd.lvm.lv=qubes_dom0/swap plymouth.ignore-serial-consoles rhgb quiet rd.qubes.hide_all_usb video=eDP-1:panel_orientation=upside_down video=DP-3:panel_orientation=normal fbcon=rotate:2
[    0.000000] [Firmware Bug]: TSC doesn't count with P0 frequency!
[    0.000000] initrd moved from [mem 0x08000000-0x0c8b1a5d] to [mem 0x0d0b4000-0x11965a5d]
[    0.000000] Released 0 page(s)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x000000000007ffff] usable
[    0.000000] Xen: [mem 0x0000000000080000-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x0000000009a7efff] usable
[    0.000000] Xen: [mem 0x0000000009a7f000-0x0000000009ffffff] reserved
[    0.000000] Xen: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] Xen: [mem 0x000000000a200000-0x000000000a23bfff] ACPI NVS
[    0.000000] Xen: [mem 0x000000000a23c000-0x000000006817efff] usable
[    0.000000] Xen: [mem 0x000000006817f000-0x000000006e17efff] reserved
[    0.000000] Xen: [mem 0x000000006e17f000-0x000000006e27efff] ACPI data
[    0.000000] Xen: [mem 0x000000006e27f000-0x000000007027efff] ACPI NVS
[    0.000000] Xen: [mem 0x000000007027f000-0x00000000783fefff] reserved
[    0.000000] Xen: [mem 0x00000000783ff000-0x0000000079ff6fff] usable
[    0.000000] Xen: [mem 0x0000000079ff7000-0x0000000079ffcfff] reserved
[    0.000000] Xen: [mem 0x0000000079ffd000-0x0000000079ffefff] usable
[    0.000000] Xen: [mem 0x0000000079fff000-0x000000007bffffff] reserved
[    0.000000] Xen: [mem 0x000000007d675000-0x000000007d6fffff] reserved
[    0.000000] Xen: [mem 0x000000007d800000-0x000000007fffffff] reserved
[    0.000000] Xen: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] Xen: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x00000001968c3fff] usable
[    0.000000] Xen: [mem 0x000000067f1c0000-0x00000008a01fffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.9 by American Megatrends
[    0.000000] efi: ACPI=0x6e27e000 ACPI 2.0=0x6e27e014 TPMFinalLog=0x70235000 SMBIOS=0x7804a000 SMBIOS 3.0=0x78049000 (MEMATTR=0x61e61018 unusable) ESRT=0x6e214018 
[    0.000000] SMBIOS 3.7.0 present.
[    0.000000] DMI: GPD G1622-01/G1622-01, BIOS 2.17 03/26/2025
[    0.000000] DMI: Memory slots populated: 4/4
[    0.000000] Hypervisor detected: Xen PV
[    0.000018] Xen PV: Detected 12 vCPUS
[    0.035883] tsc: Fast TSC calibration using PIT
[    0.035885] tsc: Detected 1996.272 MHz processor
[    0.035887] tsc: Detected 1996.227 MHz TSC
[    0.036086] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.036092] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.036112] last_pfn = 0x1968c4 max_arch_pfn = 0x400000000
[    0.036117] MTRR map: 2 entries (0 fixed + 2 variable; max 16), built from 8 variable MTRRs
[    0.036120] MTRRs set to read-only
[    0.036125] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.036129] last_pfn = 0x79fff max_arch_pfn = 0x400000000
[    0.036167] esrt: Reserving ESRT space from 0x000000006e214018 to 0x000000006e214050.
[    0.192129] Secure boot disabled
[    0.192131] RAMDISK: [mem 0x0d0b4000-0x11965fff]
[    0.192138] ACPI: Early table checksum verification disabled
[    0.192149] ACPI: RSDP 0x000000006E27E014 000024 (v02 ALASKA)
[    0.192162] ACPI: XSDT 0x000000006E27D728 00018C (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.192265] ACPI: FACP 0x000000006E271000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.192346] ACPI: DSDT 0x000000006E267000 0092A0 (v02 ALASKA A M I    01072009 INTL 20230331)
[    0.192357] ACPI: FACS 0x000000006FA1A000 000040
[    0.192368] ACPI: MSDM 0x000000006E27C000 000055 (v03 ALASKA A M I    01072009 AMI  01000013)
[    0.192378] ACPI: SSDT 0x000000006E273000 0083FE (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.192389] ACPI: SSDT 0x000000006E272000 000309 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.192400] ACPI: FIDT 0x000000006E266000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.192410] ACPI: MCFG 0x000000006E265000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.192421] ACPI: HPET 0x000000006E264000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.192431] ACPI: UEFI 0x000000006FA18000 000048 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.192441] ACPI: FPDT 0x000000006E263000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.192451] ACPI: ABLT 0x000000006E262000 0002C2 (v00                 00000000      00000000)
[    0.192462] ACPI: VFCT 0x000000006E25D000 004484 (v01 ALASKA A M I    00000001 AMD  33504F47)
[    0.192472] ACPI: SSDT 0x000000006E25B000 00021A (v02 AMD    Hetero   00000001 INTL 20230331)
[    0.192482] ACPI: PCCT 0x000000006E25A000 0000D4 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.192493] ACPI: SSDT 0x000000006E252000 007EA6 (v02 AMD    AMD CPU  00000001 AMD  00000001)
[    0.192503] ACPI: SDEV 0x000000006E251000 0001F2 (v01 AMD    SdevTble 00000001 ACPI 00000002)
[    0.192513] ACPI: TPM2 0x000000006E250000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.192523] ACPI: SSDT 0x000000006E24E000 00169E (v02 AMD    CPMDFIG2 00000001 INTL 20230331)
[    0.192533] ACPI: SSDT 0x000000006E24B000 002AA6 (v02 AMD    CDFAAIG2 00000001 INTL 20230331)
[    0.192543] ACPI: SSDT 0x000000006E249000 001DB7 (v02 AMD    CPMPMF   00000001 INTL 20230331)
[    0.192553] ACPI: SSDT 0x000000006E248000 000782 (v02 AMD    CPMEC    00000001 INTL 20230331)
[    0.192564] ACPI: SSDT 0x000000006E246000 001D2D (v02 AMD    OEMACP   00000001 INTL 20230331)
[    0.192574] ACPI: SSDT 0x000000006E245000 000A70 (v02 AMD    OEMPMF   00000001 INTL 20230331)
[    0.192584] ACPI: SSDT 0x000000006E23B000 009A53 (v02 AMD    CPMCMN   00000001 INTL 20230331)
[    0.192594] ACPI: SSDT 0x000000006E239000 001B4C (v02 AMD    AOD      00000001 INTL 20230331)
[    0.192604] ACPI: WSMT 0x000000006E238000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.192614] ACPI: APIC 0x000000006E237000 000128 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.192624] ACPI: SSDT 0x000000006E236000 00010D (v02 MSFT   MHSP     00000004 INTL 20230331)
[    0.192634] ACPI: IVRS 0x000000006E235000 0001F6 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.192644] ACPI: SSDT 0x000000006E234000 00096A (v02 AMD    CPMMSOSC 00000001 INTL 20230331)
[    0.192654] ACPI: SSDT 0x000000006E233000 000F5C (v02 AMD    CPMACPV8 00000001 INTL 20230331)
[    0.192665] ACPI: SSDT 0x000000006E232000 000500 (v02 AMD    MEMTOOL0 00000002 INTL 20230331)
[    0.192675] ACPI: SSDT 0x000000006E231000 0008ED (v02 AMD    THERMAL0 00000001 INTL 20230331)
[    0.192685] ACPI: SSDT 0x000000006E22F000 00101C (v02 AMD    GPP_PME_ 00000001 INTL 20230331)
[    0.192695] ACPI: SSDT 0x000000006E225000 00972B (v02 AMD    INTGPPC_ 00000001 INTL 20230331)
[    0.192705] ACPI: SSDT 0x000000006E220000 004608 (v02 AMD    INTGPPA_ 00000001 INTL 20230331)
[    0.192715] ACPI: SSDT 0x000000006E21F000 000D46 (v02 AMD    CPMGPIO0 00000001 INTL 20230331)
[    0.192725] ACPI: SSDT 0x000000006E21E000 00008D (v02 AMD    CPMMSLPI 00000001 INTL 20230331)
[    0.192735] ACPI: SSDT 0x000000006E21D000 000509 (v02 AMD    CPMSFAML 00000001 INTL 20230331)
[    0.192745] ACPI: SSDT 0x000000006E21C000 000A13 (v02 AMD    SDCR     00000001 INTL 20230331)
[    0.192755] ACPI: SSDT 0x000000006E21B000 0009CD (v02 AMD    LOM      00000001 INTL 20230331)
[    0.192765] ACPI: SSDT 0x000000006E21A000 000BC1 (v02 AMD    WLAN     00000001 INTL 20230331)
[    0.192775] ACPI: SSDT 0x000000006E219000 000CAE (v02 AMD    NVME     00000001 INTL 20230331)
[    0.192785] ACPI: SSDT 0x000000006E217000 0013E2 (v02 AMD    GpMsSsdt 00000001 INTL 20230331)
[    0.192795] ACPI: SSDT 0x000000006E215000 00177C (v02 AMD    UPEP     00000001 INTL 20230331)
[    0.192805] ACPI: BGRT 0x000000006E25C000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.192810] ACPI: Reserving FACP table memory at [mem 0x6e271000-0x6e271113]
[    0.192813] ACPI: Reserving DSDT table memory at [mem 0x6e267000-0x6e27029f]
[    0.192814] ACPI: Reserving FACS table memory at [mem 0x6fa1a000-0x6fa1a03f]
[    0.192815] ACPI: Reserving MSDM table memory at [mem 0x6e27c000-0x6e27c054]
[    0.192816] ACPI: Reserving SSDT table memory at [mem 0x6e273000-0x6e27b3fd]
[    0.192817] ACPI: Reserving SSDT table memory at [mem 0x6e272000-0x6e272308]
[    0.192818] ACPI: Reserving FIDT table memory at [mem 0x6e266000-0x6e26609b]
[    0.192819] ACPI: Reserving MCFG table memory at [mem 0x6e265000-0x6e26503b]
[    0.192820] ACPI: Reserving HPET table memory at [mem 0x6e264000-0x6e264037]
[    0.192821] ACPI: Reserving UEFI table memory at [mem 0x6fa18000-0x6fa18047]
[    0.192822] ACPI: Reserving FPDT table memory at [mem 0x6e263000-0x6e263043]
[    0.192823] ACPI: Reserving ABLT table memory at [mem 0x6e262000-0x6e2622c1]
[    0.192824] ACPI: Reserving VFCT table memory at [mem 0x6e25d000-0x6e261483]
[    0.192825] ACPI: Reserving SSDT table memory at [mem 0x6e25b000-0x6e25b219]
[    0.192826] ACPI: Reserving PCCT table memory at [mem 0x6e25a000-0x6e25a0d3]
[    0.192827] ACPI: Reserving SSDT table memory at [mem 0x6e252000-0x6e259ea5]
[    0.192828] ACPI: Reserving SDEV table memory at [mem 0x6e251000-0x6e2511f1]
[    0.192829] ACPI: Reserving TPM2 table memory at [mem 0x6e250000-0x6e25004b]
[    0.192830] ACPI: Reserving SSDT table memory at [mem 0x6e24e000-0x6e24f69d]
[    0.192831] ACPI: Reserving SSDT table memory at [mem 0x6e24b000-0x6e24daa5]
[    0.192832] ACPI: Reserving SSDT table memory at [mem 0x6e249000-0x6e24adb6]
[    0.192833] ACPI: Reserving SSDT table memory at [mem 0x6e248000-0x6e248781]
[    0.192834] ACPI: Reserving SSDT table memory at [mem 0x6e246000-0x6e247d2c]
[    0.192835] ACPI: Reserving SSDT table memory at [mem 0x6e245000-0x6e245a6f]
[    0.192836] ACPI: Reserving SSDT table memory at [mem 0x6e23b000-0x6e244a52]
[    0.192837] ACPI: Reserving SSDT table memory at [mem 0x6e239000-0x6e23ab4b]
[    0.192838] ACPI: Reserving WSMT table memory at [mem 0x6e238000-0x6e238027]
[    0.192839] ACPI: Reserving APIC table memory at [mem 0x6e237000-0x6e237127]
[    0.192840] ACPI: Reserving SSDT table memory at [mem 0x6e236000-0x6e23610c]
[    0.192841] ACPI: Reserving IVRS table memory at [mem 0x6e235000-0x6e2351f5]
[    0.192842] ACPI: Reserving SSDT table memory at [mem 0x6e234000-0x6e234969]
[    0.192843] ACPI: Reserving SSDT table memory at [mem 0x6e233000-0x6e233f5b]
[    0.192844] ACPI: Reserving SSDT table memory at [mem 0x6e232000-0x6e2324ff]
[    0.192845] ACPI: Reserving SSDT table memory at [mem 0x6e231000-0x6e2318ec]
[    0.192846] ACPI: Reserving SSDT table memory at [mem 0x6e22f000-0x6e23001b]
[    0.192847] ACPI: Reserving SSDT table memory at [mem 0x6e225000-0x6e22e72a]
[    0.192848] ACPI: Reserving SSDT table memory at [mem 0x6e220000-0x6e224607]
[    0.192849] ACPI: Reserving SSDT table memory at [mem 0x6e21f000-0x6e21fd45]
[    0.192850] ACPI: Reserving SSDT table memory at [mem 0x6e21e000-0x6e21e08c]
[    0.192851] ACPI: Reserving SSDT table memory at [mem 0x6e21d000-0x6e21d508]
[    0.192852] ACPI: Reserving SSDT table memory at [mem 0x6e21c000-0x6e21ca12]
[    0.192853] ACPI: Reserving SSDT table memory at [mem 0x6e21b000-0x6e21b9cc]
[    0.192854] ACPI: Reserving SSDT table memory at [mem 0x6e21a000-0x6e21abc0]
[    0.192855] ACPI: Reserving SSDT table memory at [mem 0x6e219000-0x6e219cad]
[    0.192856] ACPI: Reserving SSDT table memory at [mem 0x6e217000-0x6e2183e1]
[    0.192857] ACPI: Reserving SSDT table memory at [mem 0x6e215000-0x6e21677b]
[    0.192858] ACPI: Reserving BGRT table memory at [mem 0x6e25c000-0x6e25c037]
[    0.193000] APIC: Switched APIC routing to: Xen PV
[    0.193079] NUMA turned off
[    0.193080] Faking a node at [mem 0x0000000000000000-0x00000001968c3fff]
[    0.193105] NODE_DATA(0) allocated [mem 0x797f9280-0x79823fff]
[    0.205671] Zone ranges:
[    0.205673]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.205676]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.205678]   Normal   [mem 0x0000000100000000-0x00000001968c3fff]
[    0.205680]   Device   empty
[    0.205682] Movable zone start for each node
[    0.205686] Early memory node ranges
[    0.205687]   node   0: [mem 0x0000000000001000-0x000000000007ffff]
[    0.205689]   node   0: [mem 0x0000000000100000-0x0000000009a7efff]
[    0.205691]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.205692]   node   0: [mem 0x000000000a23c000-0x000000006817efff]
[    0.205694]   node   0: [mem 0x00000000783ff000-0x0000000079ff6fff]
[    0.205695]   node   0: [mem 0x0000000079ffd000-0x0000000079ffefff]
[    0.205696]   node   0: [mem 0x0000000100000000-0x00000001968c3fff]
[    0.205699] Initmem setup node 0 [mem 0x0000000000001000-0x00000001968c3fff]
[    0.205712] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.205732] On node 0, zone DMA: 128 pages in unavailable ranges
[    0.205882] On node 0, zone DMA32: 1409 pages in unavailable ranges
[    0.207301] On node 0, zone DMA32: 60 pages in unavailable ranges
[    0.207692] On node 0, zone DMA32: 33408 pages in unavailable ranges
[    0.207693] On node 0, zone DMA32: 6 pages in unavailable ranges
[    0.210258] On node 0, zone Normal: 24577 pages in unavailable ranges
[    0.210328] On node 0, zone Normal: 5948 pages in unavailable ranges
[    0.210330] p2m virtual area at (____ptrval____), size is 40000000
[    1.093903] Remapped 616644 page(s)
[    1.093908] Remapped 0 non-RAM page(s)
[    1.095751] ACPI: PM-Timer IO Port: 0x808
[    1.095835] CPU topo: CPU limit of 12 reached. Ignoring further CPUs
[    1.095883] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    1.095927] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    1.095939] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    1.095958] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    1.095965] ACPI: INT_SRC_OVR (bus 0 bus_irq 1 global_irq 1 low edge)
[    1.095969] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    1.096005] ACPI: Using ACPI (MADT) for SMP configuration information
[    1.096009] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    1.096028] CPU topo: Max. logical packages:   1
[    1.096029] CPU topo: Max. logical dies:       1
[    1.096030] CPU topo: Max. dies per package:   1
[    1.096036] CPU topo: Max. threads per core:   1
[    1.096038] CPU topo: Num. cores per package:    12
[    1.096039] CPU topo: Num. threads per package:  12
[    1.096040] CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
[    1.096041] CPU topo: Rejected CPUs 12
[    1.096076] [mem 0x80000000-0xdfffffff] available for PCI devices
[    1.096081] Booting kernel on Xen
[    1.096083] Xen version: 4.19.2 (preserve-AD)
[    1.096089] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    1.110357] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    1.110796] percpu: Embedded 83 pages/cpu s217088 r8192 d114688 u524288
[    1.110807] pcpu-alloc: s217088 r8192 d114688 u524288 alloc=1*2097152
[    1.110811] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
[    1.110820] pcpu-alloc: [0] 08 09 10 11 
[    1.110895] xen: PV spinlocks enabled
[    1.110900] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[    1.110904] Kernel command line: placeholder root=/dev/mapper/qubes_dom0-root ro rd.luks.uuid=luks-d7f15ef1-94fa-4f13-865d-95bade89d092 rd.lvm.lv=qubes_dom0/root rd.lvm.lv=qubes_dom0/swap plymouth.ignore-serial-consoles rhgb quiet rd.qubes.hide_all_usb video=eDP-1:panel_orientation=upside_down video=DP-3:panel_orientation=normal fbcon=rotate:2
[    1.111181] Unknown kernel command line parameters "placeholder rhgb", will be passed to user space.
[    1.111207] random: crng init done
[    1.111209] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[    1.111311] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    1.111365] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.111723] software IO TLB: area num 16.
[    1.138509] Fallback order for Node 0: 0 
[    1.138520] Built 1 zonelists, mobility grouping on.  Total pages: 1048575
[    1.138522] Policy zone: Normal
[    1.138653] mem auto-init: stack:all(zero), heap alloc:on, heap free:on
[    1.138656] mem auto-init: clearing system memory may take some time...
[    1.343550] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    1.361812] ftrace: allocating 59866 entries in 236 pages
[    1.361818] ftrace: allocated 236 pages with 5 groups
[    1.362045] Dynamic Preempt: full
[    1.362321] rcu: Preemptible hierarchical RCU implementation.
[    1.362322] rcu: 	RCU event tracing is enabled.
[    1.362323] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
[    1.362325] 	Trampoline variant of Tasks RCU enabled.
[    1.362326] 	Rude variant of Tasks RCU enabled.
[    1.362327] 	Tracing variant of Tasks RCU enabled.
[    1.362328] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    1.362329] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    1.362362] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    1.362366] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    1.362369] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    1.374599] NR_IRQS: 524544, nr_irqs: 1064, preallocated irqs: 16
[    1.374769] xen:events: Using FIFO-based ABI
[    1.374792] xen: --> pirq=1 -> irq=1 (gsi=1)
[    1.374798] xen: --> pirq=2 -> irq=2 (gsi=2)
[    1.374802] xen: --> pirq=3 -> irq=3 (gsi=3)
[    1.374806] xen: --> pirq=4 -> irq=4 (gsi=4)
[    1.374810] xen: --> pirq=5 -> irq=5 (gsi=5)
[    1.374813] xen: --> pirq=6 -> irq=6 (gsi=6)
[    1.374817] xen: --> pirq=7 -> irq=7 (gsi=7)
[    1.374820] xen: --> pirq=8 -> irq=8 (gsi=8)
[    1.374825] xen: --> pirq=9 -> irq=9 (gsi=9)
[    1.374828] xen: --> pirq=10 -> irq=10 (gsi=10)
[    1.374832] xen: --> pirq=11 -> irq=11 (gsi=11)
[    1.374836] xen: --> pirq=12 -> irq=12 (gsi=12)
[    1.374840] xen: --> pirq=13 -> irq=13 (gsi=13)
[    1.374843] xen: --> pirq=14 -> irq=14 (gsi=14)
[    1.374847] xen: --> pirq=15 -> irq=15 (gsi=15)
[    1.374860] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    1.375290] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    1.375434] Console: colour dummy device 80x25
[    1.375440] printk: legacy console [tty0] enabled
[    1.375488] printk: legacy console [hvc0] enabled
[    1.375603] ACPI: Core revision 20240827
[    1.439807] ACPI BIOS Warning (bug): Incorrect checksum in table [BGRT] - 0x0A, should be 0xFFFFFFAB (20240827/utcksum-58)
[    1.439917] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    1.439925] Xen: using vcpuop timer interface
[    1.439933] installing Xen timer for CPU 0
[    1.440087] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c83ce231, max_idle_ns: 881590625107 ns
[    1.440095] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.45 BogoMIPS (lpj=1996227)
[    1.440188] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 32
[    1.440191] Last level dTLB entries: 4KB 128, 2MB 128, 4MB 64, 1GB 0
[    1.440198] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.440204] Spectre V2 : Mitigation: Retpolines
[    1.440206] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[    1.440210] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.440213] Speculative Store Bypass: Vulnerable
[    1.440218] Speculative Return Stack Overflow: Mitigation: Safe RET
[    1.440244] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    1.440247] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    1.440249] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    1.440251] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    1.440253] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    1.440255] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    1.440258] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    1.440261] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    1.440264] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    1.440266] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    1.440268] x86/fpu: Enabled xstate features 0xe7, context size is 2432 bytes, using 'compacted' format.
[    1.499961] Freeing SMP alternatives memory: 56K
[    1.499991] pid_max: default: 32768 minimum: 301
[    1.500183] LSM: initializing lsm=lockdown,capability,yama,ima,evm
[    1.500278] Yama: becoming mindful.
[    1.500491] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    1.500501] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    1.501765] cpu 0 spinlock event irq 57
[    1.501786] VPMU disabled by hypervisor.
[    1.503722] Performance Events: PMU not available due to virtualization, using software events only.
[    1.503747] signal: max sigframe size: 3376
[    1.503914] rcu: Hierarchical SRCU implementation.
[    1.503920] rcu: 	Max phase no-delay instances is 400.
[    1.504197] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[    1.531146] NMI watchdog: Perf NMI watchdog permanently disabled
[    1.531569] smp: Bringing up secondary CPUs ...
[    1.532495] installing Xen timer for CPU 1
[    1.534127] installing Xen timer for CPU 2
[    1.534669] installing Xen timer for CPU 3
[    1.536217] installing Xen timer for CPU 4
[    1.536774] installing Xen timer for CPU 5
[    1.538356] installing Xen timer for CPU 6
[    1.538893] installing Xen timer for CPU 7
[    1.540288] installing Xen timer for CPU 8
[    1.540808] installing Xen timer for CPU 9
[    1.542443] installing Xen timer for CPU 10
[    1.543010] installing Xen timer for CPU 11
[    0.066228] [Firmware Bug]: CPU   1: APIC ID mismatch. Firmware: 0x0002 APIC: 0x0001
[    1.543281] cpu 1 spinlock event irq 117
[    0.066228] [Firmware Bug]: CPU   2: APIC ID mismatch. Firmware: 0x0004 APIC: 0x0002
[    1.543332] cpu 2 spinlock event irq 118
[    0.066228] [Firmware Bug]: CPU   3: APIC ID mismatch. Firmware: 0x0006 APIC: 0x0003
[    1.544277] cpu 3 spinlock event irq 119
[    0.066228] [Firmware Bug]: CPU   4: APIC ID mismatch. Firmware: 0x0010 APIC: 0x0004
[    1.544315] cpu 4 spinlock event irq 120
[    0.066228] [Firmware Bug]: CPU   5: APIC ID mismatch. Firmware: 0x0012 APIC: 0x0005
[    1.545243] cpu 5 spinlock event irq 121
[    0.066228] [Firmware Bug]: CPU   6: APIC ID mismatch. Firmware: 0x0014 APIC: 0x0006
[    1.545294] cpu 6 spinlock event irq 122
[    0.066228] [Firmware Bug]: CPU   7: APIC ID mismatch. Firmware: 0x0016 APIC: 0x0007
[    1.546098] cpu 7 spinlock event irq 123
[    0.066228] [Firmware Bug]: CPU   8: APIC ID mismatch. CPUID: 0x0008 APIC: 0x0010
[    0.066228] [Firmware Bug]: CPU   8: APIC ID mismatch. Firmware: 0x0018 APIC: 0x0010
[    1.546314] cpu 8 spinlock event irq 124
[    0.066228] [Firmware Bug]: CPU   9: APIC ID mismatch. CPUID: 0x0009 APIC: 0x0011
[    0.066228] [Firmware Bug]: CPU   9: APIC ID mismatch. Firmware: 0x001a APIC: 0x0011
[    1.546330] cpu 9 spinlock event irq 125
[    0.066228] [Firmware Bug]: CPU  10: APIC ID mismatch. CPUID: 0x000a APIC: 0x0012
[    0.066228] [Firmware Bug]: CPU  10: APIC ID mismatch. Firmware: 0x001c APIC: 0x0012
[    1.547295] cpu 10 spinlock event irq 126
[    0.066228] [Firmware Bug]: CPU  11: APIC ID mismatch. CPUID: 0x000b APIC: 0x0013
[    0.066228] [Firmware Bug]: CPU  11: APIC ID mismatch. Firmware: 0x001e APIC: 0x0013
[    1.547311] cpu 11 spinlock event irq 127
[    1.548175] smp: Brought up 1 node, 12 CPUs
[    1.548604] Memory: 3881176K/4194300K available (20853K kernel code, 4429K rwdata, 10448K rodata, 5520K init, 5648K bss, 294032K reserved, 0K cma-reserved)
[    1.548879] devtmpfs: initialized
[    1.549291] x86/mm: Memory block size: 128MB
[    1.553486] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a23bfff] (245760 bytes)
[    1.553506] ACPI: PM: Registering ACPI NVS region [mem 0x6e27f000-0x7027efff] (33554432 bytes)
[    1.555442] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    1.555442] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    1.555442] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    1.555442] pinctrl core: initialized pinctrl subsystem
[    1.556435] PM: RTC time: 22:29:54, date: 2025-07-07
[    1.559028] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    1.559088] xen:grant_table: Grant tables using version 1 layout
[    1.559383] Grant table initialized
[    1.561246] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    1.561263] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    1.561276] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    1.561330] audit: initializing netlink subsys (disabled)
[    1.561360] audit: type=2000 audit(1751927394.305:1): state=initialized audit_enabled=0 res=1
[    1.562115] thermal_sys: Registered thermal governor 'fair_share'
[    1.562120] thermal_sys: Registered thermal governor 'bang_bang'
[    1.562126] thermal_sys: Registered thermal governor 'step_wise'
[    1.562132] thermal_sys: Registered thermal governor 'user_space'
[    1.562244] xen: registering gsi 49 triggering 1 polarity 0
[    1.562302] xen: --> pirq=49 -> irq=49 (gsi=49)
[    1.562371] Detected 1 PCC Subspaces
[    1.562377] Registering PCC driver as Mailbox controller
[    1.566356] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    1.641069] PCI: Using configuration type 1 for base access
[    1.641888] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    1.643616] cryptd: max_cpu_qlen set to 1000
[    1.644215] raid6: skipped pq benchmark and selected avx512x4
[    1.644215] raid6: using avx512x2 recovery algorithm
[    1.644450] ACPI: Added _OSI(Module Device)
[    1.644458] ACPI: Added _OSI(Processor Device)
[    1.644464] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.644470] ACPI: Added _OSI(Processor Aggregator Device)
[    1.772076] ACPI: 30 ACPI AML tables successfully acquired and loaded
[    1.782336] xen: registering gsi 9 triggering 0 polarity 1
[    1.863011] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[    1.863021] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[    1.868725] ACPI: EC: EC started
[    1.868732] ACPI: EC: interrupt blocked
[    1.876469] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.876479] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    1.876486] ACPI: Interpreter enabled
[    1.876531] ACPI: PM: (supports S0 S3 S5)
[    1.876537] ACPI: Using IOAPIC for interrupt routing
[    1.885438] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.885444] PCI: Ignoring E820 reservations for host bridge windows
[    1.888139] ACPI: Enabled 3 GPEs in block 00 to 1F
[    1.904662] ACPI: \_SB_.PCI0.GPP0.PWRS: New power resource
[    1.911951] ACPI: \_SB_.PCI0.GPP0.SWUS.PWRS: New power resource
[    1.919622] ACPI: \_SB_.PCI0.GPP1.PWRS: New power resource
[    1.926956] ACPI: \_SB_.PCI0.GPP1.SWUS.PWRS: New power resource
[    1.928686] ACPI: \_SB_.PCI0.GPP3.P0NV: New power resource
[    1.935646] ACPI: \_SB_.PCI0.GPP4.PWSR: New power resource
[    1.942379] ACPI: \_SB_.PCI0.GPP5.PWSR: New power resource
[    1.947161] ACPI: \_SB_.PCI0.GPP6.PWSR: New power resource
[    1.953500] ACPI: \_SB_.PCI0.GPPA.PWRS: New power resource
[    1.955296] ACPI: \_SB_.PCI0.GPPA.VGA_.PWRS: New power resource
[    1.957631] ACPI: \_SB_.PCI0.GPPA.ACP_.PWRS: New power resource
[    1.960163] ACPI: \_SB_.PCI0.GPPA.AZAL.PWRS: New power resource
[    1.962664] ACPI: \_SB_.PCI0.GPPA.HDAU.PWRS: New power resource
[    1.965256] ACPI: \_SB_.PCI0.GPPA.XHC1.PWRS: New power resource
[    1.974475] ACPI: \_SB_.PCI0.GPPC.XHC0.PWRS: New power resource
[    1.992320] ACPI: \_SB_.PCI0.GPPC.XHC3.PWRS: New power resource
[    2.000835] ACPI: \_SB_.PCI0.GPPC.XHC4.PWRS: New power resource
[    2.009368] ACPI: \_SB_.PCI0.GPPC.NHI0.PWRS: New power resource
[    2.014007] ACPI: \_SB_.PCI0.GPPC.NHI1.PWRS: New power resource
[    2.060163] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    2.060185] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.060681] acpi PNP0A08:00: _OSC: platform does not support [AER LTR DPC]
[    2.061595] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[    2.064413] PCI host bridge to bus 0000:00
[    2.064429] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    2.064439] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    2.064447] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    2.064454] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.064462] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    2.064470] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    2.064477] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfcffffff window]
[    2.064484] pci_bus 0000:00: root bus resource [mem 0x880000000-0x7fffffffff window]
[    2.064492] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.064560] pci 0000:00:00.0: [1022:1507] type 00 class 0x060000 conventional PCI endpoint
[    2.064945] pci 0000:00:00.2: [1022:1508] type 00 class 0x080600 conventional PCI endpoint
[    2.065476] pci 0000:00:01.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
[    2.065830] pci 0000:00:01.1: [1022:150a] type 01 class 0x060400 PCIe Root Port
[    2.066088] pci 0000:00:01.1: PCI bridge to [bus 01-60]
[    2.066111] pci 0000:00:01.1:   bridge window [io  0xa000-0xdfff]
[    2.066126] pci 0000:00:01.1:   bridge window [mem 0xc4000000-0xdbffffff]
[    2.066185] pci 0000:00:01.1:   bridge window [mem 0x5800000000-0x77ffffffff 64bit pref]
[    2.066226] pci 0000:00:01.1: enabling Extended Tags
[    2.066421] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    2.072232] pci 0000:00:01.2: [1022:150a] type 01 class 0x060400 PCIe Root Port
[    2.072491] pci 0000:00:01.2: PCI bridge to [bus 61-c0]
[    2.072514] pci 0000:00:01.2:   bridge window [io  0x6000-0x9fff]
[    2.072527] pci 0000:00:01.2:   bridge window [mem 0xac000000-0xc3ffffff]
[    2.072585] pci 0000:00:01.2:   bridge window [mem 0x3800000000-0x57ffffffff 64bit pref]
[    2.072626] pci 0000:00:01.2: enabling Extended Tags
[    2.072819] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    2.078546] pci 0000:00:02.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
[    2.078891] pci 0000:00:02.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
[    2.078967] pci 0000:00:02.1: PCI bridge to [bus c1]
[    2.078994] pci 0000:00:02.1:   bridge window [mem 0xdcf00000-0xdcffffff]
[    2.079059] pci 0000:00:02.1: enabling Extended Tags
[    2.079236] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    2.079753] pci 0000:00:02.2: [1022:150b] type 01 class 0x060400 PCIe Root Port
[    2.079830] pci 0000:00:02.2: PCI bridge to [bus c2]
[    2.079856] pci 0000:00:02.2:   bridge window [mem 0xdce00000-0xdcefffff]
[    2.080080] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    2.080559] pci 0000:00:02.3: [1022:150b] type 01 class 0x060400 PCIe Root Port
[    2.080636] pci 0000:00:02.3: PCI bridge to [bus c3]
[    2.080662] pci 0000:00:02.3:   bridge window [mem 0xdcd00000-0xdcdfffff]
[    2.080726] pci 0000:00:02.3: enabling Extended Tags
[    2.080901] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    2.081421] pci 0000:00:02.4: [1022:150b] type 01 class 0x060400 PCIe Root Port
[    2.081497] pci 0000:00:02.4: PCI bridge to [bus c4]
[    2.081518] pci 0000:00:02.4:   bridge window [io  0xf000-0xffff]
[    2.081531] pci 0000:00:02.4:   bridge window [mem 0xdcc00000-0xdccfffff]
[    2.081595] pci 0000:00:02.4: enabling Extended Tags
[    2.081770] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    2.082257] pci 0000:00:03.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
[    2.082596] pci 0000:00:03.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
[    2.082669] pci 0000:00:03.1: PCI bridge to [bus c5]
[    2.082749] pci 0000:00:03.1: enabling Extended Tags
[    2.082913] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    2.083373] pci 0000:00:08.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
[    2.083718] pci 0000:00:08.1: [1022:150c] type 01 class 0x060400 PCIe Root Port
[    2.083804] pci 0000:00:08.1: PCI bridge to [bus c6]
[    2.083826] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    2.083839] pci 0000:00:08.1:   bridge window [mem 0xdc000000-0xdc5fffff]
[    2.083869] pci 0000:00:08.1:   bridge window [mem 0x7800000000-0x780fffffff 64bit pref]
[    2.083903] pci 0000:00:08.1: enabling Extended Tags
[    2.084046] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    2.084602] pci 0000:00:08.2: [1022:150c] type 01 class 0x060400 PCIe Root Port
[    2.084685] pci 0000:00:08.2: PCI bridge to [bus c7]
[    2.084711] pci 0000:00:08.2:   bridge window [mem 0xdca00000-0xdcbfffff]
[    2.084741] pci 0000:00:08.2:   bridge window [mem 0x7810000000-0x78100fffff 64bit pref]
[    2.084775] pci 0000:00:08.2: enabling Extended Tags
[    2.084918] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    2.085351] pci 0000:00:08.3: [1022:150c] type 01 class 0x060400 PCIe Root Port
[    2.085424] pci 0000:00:08.3: PCI bridge to [bus c8]
[    2.085450] pci 0000:00:08.3:   bridge window [mem 0xdc600000-0xdc9fffff]
[    2.085506] pci 0000:00:08.3: enabling Extended Tags
[    2.085649] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[    2.087112] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    2.087580] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    2.088106] pci 0000:00:18.0: [1022:16f8] type 00 class 0x060000 conventional PCI endpoint
[    2.088373] pci 0000:00:18.1: [1022:16f9] type 00 class 0x060000 conventional PCI endpoint
[    2.088637] pci 0000:00:18.2: [1022:16fa] type 00 class 0x060000 conventional PCI endpoint
[    2.088905] pci 0000:00:18.3: [1022:16fb] type 00 class 0x060000 conventional PCI endpoint
[    2.089184] pci 0000:00:18.4: [1022:16fc] type 00 class 0x060000 conventional PCI endpoint
[    2.089447] pci 0000:00:18.5: [1022:16fd] type 00 class 0x060000 conventional PCI endpoint
[    2.089710] pci 0000:00:18.6: [1022:16fe] type 00 class 0x060000 conventional PCI endpoint
[    2.089974] pci 0000:00:18.7: [1022:16ff] type 00 class 0x060000 conventional PCI endpoint
[    2.090422] pci 0000:00:01.1: PCI bridge to [bus 01-60]
[    2.090664] pci 0000:00:01.2: PCI bridge to [bus 61-c0]
[    2.091098] pci 0000:c1:00.0: [15b7:5017] type 00 class 0x010802 PCIe Endpoint
[    2.091224] pci 0000:c1:00.0: BAR 0 [mem 0xdcf00000-0xdcf03fff 64bit]
[    2.091936] pci 0000:00:02.1: PCI bridge to [bus c1]
[    2.092266] pci 0000:c2:00.0: [17a0:9755] type 00 class 0x080501 PCIe Endpoint
[    2.092453] pci 0000:c2:00.0: BAR 0 [mem 0xdce00000-0xdce00fff]
[    2.092829] pci 0000:c2:00.0: supports D1 D2
[    2.092836] pci 0000:c2:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.093788] pci 0000:00:02.2: PCI bridge to [bus c2]
[    2.094788] pci 0000:c3:00.0: [8086:2725] type 00 class 0x028000 PCIe Endpoint
[    2.096408] pci 0000:c3:00.0: BAR 0 [mem 0xdcd00000-0xdcd03fff 64bit]
[    2.098424] pci 0000:c3:00.0: PME# supported from D0 D3hot D3cold
[    2.102456] pci 0000:00:02.3: PCI bridge to [bus c3]
[    2.102709] pci 0000:c4:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint
[    2.102840] pci 0000:c4:00.0: BAR 0 [io  0xf000-0xf0ff]
[    2.102857] pci 0000:c4:00.0: BAR 2 [mem 0xdcc00000-0xdcc0ffff 64bit]
[    2.102871] pci 0000:c4:00.0: BAR 4 [mem 0xdcc10000-0xdcc13fff 64bit]
[    2.103085] pci 0000:c4:00.0: supports D1 D2
[    2.103092] pci 0000:c4:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.103722] pci 0000:00:02.4: PCI bridge to [bus c4]
[    2.103894] pci 0000:00:03.1: PCI bridge to [bus c5]
[    2.104201] pci 0000:c6:00.0: [1002:150e] type 00 class 0x038000 PCIe Legacy Endpoint
[    2.104324] pci 0000:c6:00.0: BAR 0 [mem 0x7800000000-0x780fffffff 64bit pref]
[    2.104337] pci 0000:c6:00.0: BAR 2 [mem 0xdc000000-0xdc1fffff 64bit pref]
[    2.104347] pci 0000:c6:00.0: BAR 4 [io  0xe000-0xe0ff]
[    2.104357] pci 0000:c6:00.0: BAR 5 [mem 0xdc500000-0xdc57ffff]
[    2.104384] pci 0000:c6:00.0: enabling Extended Tags
[    2.104566] pci 0000:c6:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.105024] pci 0000:c6:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
[    2.105128] pci 0000:c6:00.1: BAR 0 [mem 0xdc588000-0xdc58bfff]
[    2.105168] pci 0000:c6:00.1: enabling Extended Tags
[    2.105307] pci 0000:c6:00.1: PME# supported from D1 D2 D3hot D3cold
[    2.105693] pci 0000:c6:00.2: [1022:17e0] type 00 class 0x108000 PCIe Endpoint
[    2.105804] pci 0000:c6:00.2: BAR 2 [mem 0xdc400000-0xdc4fffff]
[    2.105820] pci 0000:c6:00.2: BAR 5 [mem 0xdc58e000-0xdc58ffff]
[    2.105846] pci 0000:c6:00.2: enabling Extended Tags
[    2.106366] pci 0000:c6:00.4: [1022:151e] type 00 class 0x0c0330 PCIe Endpoint
[    2.106478] pci 0000:c6:00.4: BAR 0 [mem 0xdc300000-0xdc3fffff 64bit]
[    2.106516] pci 0000:c6:00.4: enabling Extended Tags
[    2.106672] pci 0000:c6:00.4: PME# supported from D0 D3hot D3cold
[    2.107086] pci 0000:c6:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
[    2.107192] pci 0000:c6:00.6: BAR 0 [mem 0xdc580000-0xdc587fff]
[    2.107232] pci 0000:c6:00.6: enabling Extended Tags
[    2.107370] pci 0000:c6:00.6: PME# supported from D0 D3hot D3cold
[    2.107744] pci 0000:c6:00.7: [1022:164a] type 00 class 0x118000 PCIe Endpoint
[    2.107854] pci 0000:c6:00.7: BAR 2 [mem 0xdc200000-0xdc2fffff]
[    2.107869] pci 0000:c6:00.7: BAR 5 [mem 0xdc58c000-0xdc58dfff]
[    2.107895] pci 0000:c6:00.7: enabling Extended Tags
[    2.108487] pci 0000:00:08.1: PCI bridge to [bus c6]
[    2.108707] pci 0000:c7:00.0: [1022:150d] type 00 class 0x130000 PCIe Endpoint
[    2.108841] pci 0000:c7:00.0: enabling Extended Tags
[    2.109278] pci 0000:c7:00.1: [1022:17f0] type 00 class 0x118000 PCIe Endpoint
[    2.109386] pci 0000:c7:00.1: BAR 0 [mem 0xdca00000-0xdcafffff]
[    2.109396] pci 0000:c7:00.1: BAR 1 [mem 0xdcb00000-0xdcb01fff]
[    2.109408] pci 0000:c7:00.1: BAR 2 [mem 0x7810000000-0x781007ffff 64bit pref]
[    2.109419] pci 0000:c7:00.1: BAR 4 [mem 0xdcb03000-0xdcb03fff]
[    2.109428] pci 0000:c7:00.1: BAR 5 [mem 0xdcb02000-0xdcb02fff]
[    2.109454] pci 0000:c7:00.1: enabling Extended Tags
[    2.110004] pci 0000:00:08.2: PCI bridge to [bus c7]
[    2.110275] pci 0000:c8:00.0: [1022:151f] type 00 class 0x0c0330 PCIe Endpoint
[    2.110387] pci 0000:c8:00.0: BAR 0 [mem 0xdc800000-0xdc8fffff 64bit]
[    2.110424] pci 0000:c8:00.0: enabling Extended Tags
[    2.110590] pci 0000:c8:00.0: PME# supported from D0 D3hot D3cold
[    2.111066] pci 0000:c8:00.3: [1022:151a] type 00 class 0x0c0330 PCIe Endpoint
[    2.111177] pci 0000:c8:00.3: BAR 0 [mem 0xdc700000-0xdc7fffff 64bit]
[    2.111214] pci 0000:c8:00.3: enabling Extended Tags
[    2.111370] pci 0000:c8:00.3: PME# supported from D0 D3hot D3cold
[    2.111782] pci 0000:c8:00.4: [1022:151b] type 00 class 0x0c0330 PCIe Endpoint
[    2.111894] pci 0000:c8:00.4: BAR 0 [mem 0xdc600000-0xdc6fffff 64bit]
[    2.111931] pci 0000:c8:00.4: enabling Extended Tags
[    2.112088] pci 0000:c8:00.4: PME# supported from D0 D3hot D3cold
[    2.112497] pci 0000:c8:00.5: [1022:151c] type 00 class 0x0c0340 PCIe Endpoint
[    2.112608] pci 0000:c8:00.5: BAR 0 [mem 0xdc980000-0xdc9fffff 64bit]
[    2.112645] pci 0000:c8:00.5: enabling Extended Tags
[    2.112798] pci 0000:c8:00.5: PME# supported from D0 D3hot D3cold
[    2.113192] pci 0000:c8:00.6: [1022:151d] type 00 class 0x0c0340 PCIe Endpoint
[    2.113302] pci 0000:c8:00.6: BAR 0 [mem 0xdc900000-0xdc97ffff 64bit]
[    2.113339] pci 0000:c8:00.6: enabling Extended Tags
[    2.113494] pci 0000:c8:00.6: PME# supported from D0 D3hot D3cold
[    2.113955] pci 0000:00:08.3: PCI bridge to [bus c8]
[    2.114473] xen: registering gsi 13 triggering 1 polarity 0
[    2.164995] xen: registering gsi 8 triggering 1 polarity 0
[    2.166250] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    2.166518] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    2.166762] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    2.167046] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    2.167309] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    2.167531] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    2.167752] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    2.167973] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    2.168769] xen: registering gsi 7 triggering 0 polarity 1
[    2.169695] xen: registering gsi 3 triggering 1 polarity 0
[    2.170535] xen: registering gsi 4 triggering 1 polarity 0
[    2.173446] ACPI: Unable to map lapic to logical cpu number
[    2.173446] ACPI: Unable to map lapic to logical cpu number
[    2.173446] ACPI: Unable to map lapic to logical cpu number
[    2.173446] ACPI: Unable to map lapic to logical cpu number
[    2.173540] ACPI: Unable to map lapic to logical cpu number
[    2.173646] ACPI: Unable to map lapic to logical cpu number
[    2.174195] ACPI: Unable to map lapic to logical cpu number
[    2.174306] ACPI: Unable to map lapic to logical cpu number
[    2.174415] ACPI: Unable to map lapic to logical cpu number
[    2.174525] ACPI: Unable to map lapic to logical cpu number
[    2.174638] ACPI: Unable to map lapic to logical cpu number
[    2.174751] ACPI: Unable to map lapic to logical cpu number
[    2.175567] xen: registering gsi 51 triggering 0 polarity 1
[    2.175614] xen: --> pirq=51 -> irq=51 (gsi=51)
[    2.268227] Low-power S0 idle used by default for system suspend
[    2.269064] ACPI: EC: interrupt unblocked
[    2.269069] ACPI: EC: event unblocked
[    2.269082] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    2.269087] ACPI: EC: GPE=0xa
[    2.269092] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    2.269101] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    2.269324] xen:balloon: Initialising balloon driver
[    2.269352] iommu: Default domain type: Translated
[    2.269352] iommu: DMA domain TLB invalidation policy: lazy mode
[    2.269352] SCSI subsystem initialized
[    2.270131] libata version 3.00 loaded.
[    2.270200] ACPI: bus type USB registered
[    2.270249] usbcore: registered new interface driver usbfs
[    2.270271] usbcore: registered new interface driver hub
[    2.270291] usbcore: registered new device driver usb
[    2.327892] pps_core: LinuxPPS API ver. 1 registered
[    2.327899] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.327907] PTP clock support registered
[    2.328126] EDAC MC: Ver: 3.0.0
[    2.329247] efivars: Registered efivars operations
[    2.329645] NetLabel: Initializing
[    2.329649] NetLabel:  domain hash size = 128
[    2.329653] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.329692] NetLabel:  unlabeled traffic allowed by default
[    2.329705] mctp: management component transport protocol core
[    2.329709] NET: Registered PF_MCTP protocol family
[    2.329734] PCI: Using ACPI for IRQ routing
[    2.348656] PCI: pci_cache_line_size set to 64 bytes
[    2.349443] resource: Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    2.349448] e820: reserve RAM buffer [mem 0x09a7f000-0x0bffffff]
[    2.349475] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    2.349479] e820: reserve RAM buffer [mem 0x6817f000-0x6bffffff]
[    2.349483] e820: reserve RAM buffer [mem 0x79ff7000-0x7bffffff]
[    2.349487] e820: reserve RAM buffer [mem 0x79fff000-0x7bffffff]
[    2.349491] e820: reserve RAM buffer [mem 0x1968c4000-0x197ffffff]
[    2.349530] vgaarb: loaded
[    2.350176] clocksource: Switched to clocksource tsc-early
[    2.350505] VFS: Disk quotas dquot_6.6.0
[    2.350524] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.350565] hugetlbfs: disabling because there are no supported hugepage sizes
[    2.350650] pnp: PnP ACPI init
[    2.351847] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    2.351855] system 00:01: [io  0x040b] has been reserved
[    2.351861] system 00:01: [io  0x04d6] has been reserved
[    2.351865] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    2.351870] system 00:01: [io  0x0c14] has been reserved
[    2.351875] system 00:01: [io  0x0c50-0x0c51] has been reserved
[    2.351879] system 00:01: [io  0x0c52] has been reserved
[    2.351884] system 00:01: [io  0x0c6c] has been reserved
[    2.351889] system 00:01: [io  0x0c6f] has been reserved
[    2.351893] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
[    2.351898] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
[    2.351902] system 00:01: [io  0x0cd4-0x0cd5] has been reserved
[    2.351907] system 00:01: [io  0x0cd6-0x0cd7] has been reserved
[    2.351912] system 00:01: [io  0x0cd8-0x0cdf] has been reserved
[    2.351916] system 00:01: [io  0x0800-0x089f] has been reserved
[    2.351921] system 00:01: [io  0x0b00-0x0b0f] has been reserved
[    2.351926] system 00:01: [io  0x0b20-0x0b3f] has been reserved
[    2.351930] system 00:01: [io  0x0900-0x090f] has been reserved
[    2.351935] system 00:01: [io  0x0910-0x091f] has been reserved
[    2.351941] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    2.351946] system 00:01: [mem 0xfec01000-0xfec01fff] could not be reserved
[    2.351953] system 00:01: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    2.351959] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    2.351964] system 00:01: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    2.351970] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
[    2.351975] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    2.367906] xen: registering gsi 1 triggering 1 polarity 1
[    2.368693] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved
[    2.371067] pnp: PnP ACPI: found 4 devices
[    2.383488] PM-Timer failed consistency check  (0xffffff) - aborting.
[    2.383613] NET: Registered PF_INET protocol family
[    2.383658] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    2.384267] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    2.384275] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    2.384293] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    2.384316] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    2.384343] TCP: Hash tables configured (established 16384 bind 16384)
[    2.384437] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)
[    2.384463] UDP hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    2.384475] UDP-Lite hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    2.384570] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.384583] NET: Registered PF_XDP protocol family
[    2.384597] pci 0000:00:02.2: bridge window [io  0x1000-0x0fff] to [bus c2] add_size 1000
[    2.384606] pci 0000:00:02.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c2] add_size 200000 add_align 100000
[    2.384615] pci 0000:00:03.1: bridge window [io  0x1000-0x0fff] to [bus c5] add_size 1000
[    2.384620] pci 0000:00:03.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus c5] add_size 200000 add_align 100000
[    2.384626] pci 0000:00:03.1: bridge window [mem 0x00100000-0x000fffff] to [bus c5] add_size 200000 add_align 100000
[    2.384649] pci 0000:00:02.2: bridge window [mem 0x880000000-0x8801fffff 64bit pref]: assigned
[    2.384655] pci 0000:00:03.1: bridge window [mem 0x80000000-0x801fffff]: assigned
[    2.384661] pci 0000:00:03.1: bridge window [mem 0x880200000-0x8803fffff 64bit pref]: assigned
[    2.384668] pci 0000:00:02.2: bridge window [io  0x1000-0x1fff]: assigned
[    2.384674] pci 0000:00:03.1: bridge window [io  0x2000-0x2fff]: assigned
[    2.384682] pci 0000:00:01.1: PCI bridge to [bus 01-60]
[    2.384697] pci 0000:00:01.1:   bridge window [io  0xa000-0xdfff]
[    2.384761] pci 0000:00:01.1:   bridge window [mem 0xc4000000-0xdbffffff]
[    2.384811] pci 0000:00:01.1:   bridge window [mem 0x5800000000-0x77ffffffff 64bit pref]
[    2.384912] pci 0000:00:01.2: PCI bridge to [bus 61-c0]
[    2.384919] pci 0000:00:01.2:   bridge window [io  0x6000-0x9fff]
[    2.384986] pci 0000:00:01.2:   bridge window [mem 0xac000000-0xc3ffffff]
[    2.385036] pci 0000:00:01.2:   bridge window [mem 0x3800000000-0x57ffffffff 64bit pref]
[    2.385150] pci 0000:00:02.1: PCI bridge to [bus c1]
[    2.385161] pci 0000:00:02.1:   bridge window [mem 0xdcf00000-0xdcffffff]
[    2.385178] pci 0000:00:02.2: PCI bridge to [bus c2]
[    2.385185] pci 0000:00:02.2:   bridge window [io  0x1000-0x1fff]
[    2.385196] pci 0000:00:02.2:   bridge window [mem 0xdce00000-0xdcefffff]
[    2.385206] pci 0000:00:02.2:   bridge window [mem 0x880000000-0x8801fffff 64bit pref]
[    2.385248] pci 0000:00:02.3: PCI bridge to [bus c3]
[    2.385267] pci 0000:00:02.3:   bridge window [mem 0xdcd00000-0xdcdfffff]
[    2.385284] pci 0000:00:02.4: PCI bridge to [bus c4]
[    2.385291] pci 0000:00:02.4:   bridge window [io  0xf000-0xffff]
[    2.385302] pci 0000:00:02.4:   bridge window [mem 0xdcc00000-0xdccfffff]
[    2.385319] pci 0000:00:03.1: PCI bridge to [bus c5]
[    2.385325] pci 0000:00:03.1:   bridge window [io  0x2000-0x2fff]
[    2.385335] pci 0000:00:03.1:   bridge window [mem 0x80000000-0x801fffff]
[    2.385344] pci 0000:00:03.1:   bridge window [mem 0x880200000-0x8803fffff 64bit pref]
[    2.385359] pci 0000:00:08.1: PCI bridge to [bus c6]
[    2.385365] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    2.385375] pci 0000:00:08.1:   bridge window [mem 0xdc000000-0xdc5fffff]
[    2.385384] pci 0000:00:08.1:   bridge window [mem 0x7800000000-0x780fffffff 64bit pref]
[    2.385397] pci 0000:00:08.2: PCI bridge to [bus c7]
[    2.385407] pci 0000:00:08.2:   bridge window [mem 0xdca00000-0xdcbfffff]
[    2.385415] pci 0000:00:08.2:   bridge window [mem 0x7810000000-0x78100fffff 64bit pref]
[    2.385429] pci 0000:00:08.3: PCI bridge to [bus c8]
[    2.385439] pci 0000:00:08.3:   bridge window [mem 0xdc600000-0xdc9fffff]
[    2.385456] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    2.385462] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    2.385466] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    2.385471] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    2.385475] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    2.385480] pci_bus 0000:00: resource 9 [mem 0x80000000-0xdfffffff window]
[    2.385485] pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfcffffff window]
[    2.385489] pci_bus 0000:00: resource 11 [mem 0x880000000-0x7fffffffff window]
[    2.385494] pci_bus 0000:01: resource 0 [io  0xa000-0xdfff]
[    2.385499] pci_bus 0000:01: resource 1 [mem 0xc4000000-0xdbffffff]
[    2.385503] pci_bus 0000:01: resource 2 [mem 0x5800000000-0x77ffffffff 64bit pref]
[    2.385508] pci_bus 0000:61: resource 0 [io  0x6000-0x9fff]
[    2.385513] pci_bus 0000:61: resource 1 [mem 0xac000000-0xc3ffffff]
[    2.385517] pci_bus 0000:61: resource 2 [mem 0x3800000000-0x57ffffffff 64bit pref]
[    2.385522] pci_bus 0000:c1: resource 1 [mem 0xdcf00000-0xdcffffff]
[    2.385527] pci_bus 0000:c2: resource 0 [io  0x1000-0x1fff]
[    2.385531] pci_bus 0000:c2: resource 1 [mem 0xdce00000-0xdcefffff]
[    2.385536] pci_bus 0000:c2: resource 2 [mem 0x880000000-0x8801fffff 64bit pref]
[    2.385541] pci_bus 0000:c3: resource 1 [mem 0xdcd00000-0xdcdfffff]
[    2.385545] pci_bus 0000:c4: resource 0 [io  0xf000-0xffff]
[    2.385550] pci_bus 0000:c4: resource 1 [mem 0xdcc00000-0xdccfffff]
[    2.385554] pci_bus 0000:c5: resource 0 [io  0x2000-0x2fff]
[    2.385559] pci_bus 0000:c5: resource 1 [mem 0x80000000-0x801fffff]
[    2.385563] pci_bus 0000:c5: resource 2 [mem 0x880200000-0x8803fffff 64bit pref]
[    2.385568] pci_bus 0000:c6: resource 0 [io  0xe000-0xefff]
[    2.385572] pci_bus 0000:c6: resource 1 [mem 0xdc000000-0xdc5fffff]
[    2.385577] pci_bus 0000:c6: resource 2 [mem 0x7800000000-0x780fffffff 64bit pref]
[    2.385582] pci_bus 0000:c7: resource 1 [mem 0xdca00000-0xdcbfffff]
[    2.385586] pci_bus 0000:c7: resource 2 [mem 0x7810000000-0x78100fffff 64bit pref]
[    2.385591] pci_bus 0000:c8: resource 1 [mem 0xdc600000-0xdc9fffff]
[    2.386056] pci 0000:00:02.2: mask Replay Timer Timeout Correctable Errors due to 0000:c2:00.0 hardware defect
1 Like

Output of dmesg - 2 of 3

Output
[    2.386356] pci 0000:c6:00.1: D0 power state depends on 0000:c6:00.0
[    2.386583] xen: registering gsi 36 triggering 0 polarity 1
[    2.386621] xen: --> pirq=36 -> irq=36 (gsi=36)
[    2.386678] xen: registering gsi 38 triggering 0 polarity 1
[    2.386701] xen: --> pirq=38 -> irq=38 (gsi=38)
[    2.387318] xen: registering gsi 36 triggering 0 polarity 1
[    2.387324] Already setup the GSI :36
[    2.387368] xen: registering gsi 47 triggering 0 polarity 1
[    2.387398] xen: --> pirq=47 -> irq=47 (gsi=47)
[    2.387906] xen: registering gsi 44 triggering 0 polarity 1
[    2.387929] xen: --> pirq=44 -> irq=44 (gsi=44)
[    2.388433] xen: registering gsi 45 triggering 0 polarity 1
[    2.388456] xen: --> pirq=45 -> irq=45 (gsi=45)
[    2.388942] PCI: CLS 64 bytes, default 64
[    2.388976] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.388980] software IO TLB: mapped [mem 0x0000000191f00000-0x0000000195f00000] (64MB)
[    2.389071] Trying to unpack rootfs image as initramfs...
[    2.389253] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398c83ce231, max_idle_ns: 881590625107 ns
[    2.389329] clocksource: Switched to clocksource tsc
[    2.398666] Initialise system trusted keyrings
[    2.398689] Key type blacklist registered
[    2.398813] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    2.399778] integrity: Platform Keyring initialized
[    2.399786] integrity: Machine keyring initialized
[    3.101505] Freeing initrd memory: 74440K
[    3.143576] NET: Registered PF_ALG protocol family
[    3.143586] xor: automatically using best checksumming function   avx       
[    3.143591] Key type asymmetric registered
[    3.143596] Asymmetric key parser 'x509' registered
[    3.143661] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    3.143829] io scheduler mq-deadline registered
[    3.143834] io scheduler kyber registered
[    3.143864] io scheduler bfq registered
[    3.146111] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    3.148706] pcieport 0000:00:01.1: PME: Signaling with IRQ 136
[    3.149037] pcieport 0000:00:01.2: PME: Signaling with IRQ 137
[    3.149289] pcieport 0000:00:02.1: PME: Signaling with IRQ 138
[    3.149612] pcieport 0000:00:02.2: PME: Signaling with IRQ 139
[    3.149914] pcieport 0000:00:02.3: PME: Signaling with IRQ 140
[    3.150209] pcieport 0000:00:02.4: PME: Signaling with IRQ 141
[    3.150506] pcieport 0000:00:03.1: PME: Signaling with IRQ 142
[    3.150770] pcieport 0000:00:08.1: PME: Signaling with IRQ 143
[    3.151077] xen: registering gsi 36 triggering 0 polarity 1
[    3.151096] Already setup the GSI :36
[    3.151224] pcieport 0000:00:08.2: PME: Signaling with IRQ 144
[    3.151513] pcieport 0000:00:08.3: PME: Signaling with IRQ 145
[    3.154342] ACPI: AC: AC Adapter [ACAD] (off-line)
[    3.154453] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    3.154494] ACPI: button: Power Button [PWRB]
[    3.154559] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    3.155359] ACPI: button: Lid Switch [LID0]
[    3.156125] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    3.156423] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    3.156763] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    3.157086] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    3.157449] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    3.157750] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    3.158077] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    3.158513] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    3.158918] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    3.159335] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    3.159738] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    3.160084] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    3.162528] thermal LNXTHERM:00: registered as thermal_zone0
[    3.162536] ACPI: thermal: Thermal Zone [TZ01] (46 C)
[    3.164782] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    3.172606] hpet_acpi_add: no address or irqs in _CRS
[    3.172717] Non-volatile memory driver v1.3
[    3.172734] Linux agpgart interface v0.103
[    3.191163] ACPI: battery: Slot [BATT] (battery present)
[    3.232138] tpm_crb MSFT0101:00: Disabling hwrng
[    3.235685] ACPI: bus type drm_connector registered
[    3.240177] usbcore: registered new interface driver usbserial_generic
[    3.240194] usbserial: USB Serial support registered for generic
[    3.240269] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    3.240276] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    3.241096] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.241262] mousedev: PS/2 mouse device common for all mice
[    3.241631] rtc_cmos 00:00: RTC can wake from S4
[    3.242188] rtc_cmos 00:00: registered as rtc0
[    3.242261] rtc_cmos 00:00: setting system clock to 2025-07-07T22:29:55 UTC (1751927395)
[    3.242364] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
[    3.242427] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    3.242461] device-mapper: uevent: version 1.0.3
[    3.242666] device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
[    3.242989] amd_pstate: The CPPC feature is supported but currently disabled by the BIOS.
               Please enable it if your BIOS has the CPPC option.
[    3.243375] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    3.245781] amd_pstate: failed to register with return -19
[    3.246923] sysfb: VRAM smaller than advertised
[    3.247024] efifb: probing for efifb
[    3.253156] efifb: No BGRT, not showing boot graphics
[    3.253162] efifb: framebuffer at 0x7800000000, using 20252k, total 20250k
[    3.253169] efifb: mode is 2880x1800x32, linelength=11520, pages=1
[    3.253176] efifb: scrolling: redraw
[    3.253181] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    3.253216] fbcon: Deferring console take-over
[    3.253223] fb0: EFI VGA frame buffer device
[    3.253394] ccp 0000:c6:00.2: enabling device (0000 -> 0002)
[    3.253448] xen: registering gsi 37 triggering 0 polarity 1
[    3.253508] xen: --> pirq=37 -> irq=37 (gsi=37)
[    3.255317] ccp 0000:c6:00.2: tee: ring init command failed (0x00000005)
[    3.255331] ccp 0000:c6:00.2: tee: failed to init ring buffer
[    3.255338] ccp 0000:c6:00.2: tee initialization failed
[    3.255377] ccp 0000:c6:00.2: psp initialization failed
[    3.255499] hid: raw HID events driver (C) Jiri Kosina
[    3.255653] usbcore: registered new interface driver usbhid
[    3.255660] usbhid: USB HID core driver
[    3.256099] drop_monitor: Initializing network drop monitor service
[    3.256361] Initializing XFRM netlink socket
[    3.256444] NET: Registered PF_INET6 protocol family
[    3.270958] Segment Routing with IPv6
[    3.270967] RPL Segment Routing with IPv6
[    3.271000] In-situ OAM (IOAM) with IPv6
[    3.271066] mip6: Mobile IPv6
[    3.271081] NET: Registered PF_PACKET protocol family
[    3.273753] IPI shorthand broadcast: enabled
[    3.285330] sched_clock: Marking stable (3220004677, 65228600)->(3292880148, -7646871)
[    3.286188] registered taskstats version 1
[    3.288363] Loading compiled-in X.509 certificates
[    3.299828] Loaded X.509 cert 'Build time autogenerated kernel key: 0953c4e72b6c140eb1dfee67869cf7a12e60c66f'
[    3.317507] Demotion targets for Node 0: null
[    3.317520] page_owner is disabled
[    3.317598] Key type .fscrypt registered
[    3.317602] Key type fscrypt-provisioning registered
[    3.318879] Btrfs loaded, zoned=yes, fsverity=yes
[    3.318945] Key type big_key registered
[    3.318962] Key type trusted registered
[    3.386348] Key type encrypted registered
[    3.386447] integrity: Loading X.509 certificate: UEFI:db
[    3.386491] integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
[    3.386495] integrity: Loading X.509 certificate: UEFI:db
[    3.386527] integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
[    3.386531] integrity: Loading X.509 certificate: UEFI:db
[    3.386562] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    3.386566] integrity: Loading X.509 certificate: UEFI:db
[    3.386594] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    3.386599] integrity: Loading X.509 certificate: UEFI:db
[    3.386812] integrity: Loaded X.509 cert 'OEM 3rd-Part DB: 0773ff5e1546caa5440ca0ff4a55b948'
[    3.389040] Loading compiled-in module X.509 certificates
[    3.389648] Loaded X.509 cert 'Build time autogenerated kernel key: 0953c4e72b6c140eb1dfee67869cf7a12e60c66f'
[    3.389655] ima: Allocated hash algorithm: sha256
[    3.473188] ima: No architecture policies found
[    3.473269] evm: Initialising EVM extended attributes:
[    3.473273] evm: security.selinux
[    3.473277] evm: security.SMACK64 (disabled)
[    3.473281] evm: security.SMACK64EXEC (disabled)
[    3.473284] evm: security.SMACK64TRANSMUTE (disabled)
[    3.473288] evm: security.SMACK64MMAP (disabled)
[    3.473291] evm: security.apparmor
[    3.473295] evm: security.ima
[    3.473298] evm: security.capability
[    3.473302] evm: HMAC attrs: 0x1
[    3.495513] alg: No test for 842 (842-scomp)
[    3.509492] PM:   Magic number: 1:792:501
[    3.509920] RAS: Correctable Errors collector initialized.
[    3.512829] clk: Disabling unused clocks
[    3.512846] PM: genpd: Disabling unused power domains
[    3.517807] Freeing unused decrypted memory: 2028K
[    3.523788] Freeing unused kernel image (initmem) memory: 5520K
[    3.523812] Write protecting the kernel read-only data: 34816k
[    3.562429] Freeing unused kernel image (text/rodata gap) memory: 1672K
[    3.564954] Freeing unused kernel image (rodata/data gap) memory: 1840K
[    3.564982] Run /init as init process
[    3.564988]   with arguments:
[    3.564994]     /init
[    3.565000]     placeholder
[    3.565005]     rhgb
[    3.565010]   with environment:
[    3.565015]     HOME=/
[    3.565021]     TERM=linux
[    3.628368] systemd[1]: Successfully made /usr/ read-only.
[    3.629008] systemd[1]: systemd 256.15-1.fc41 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +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 +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)
[    3.629023] systemd[1]: Detected virtualization xen.
[    3.629047] systemd[1]: Detected architecture x86-64.
[    3.629057] systemd[1]: Running in initrd.
[    3.630128] systemd[1]: No hostname configured, using default hostname.
[    3.630397] systemd[1]: Hostname set to <localhost>.
[    3.928428] systemd[1]: Queued start job for default target initrd.target.
[    3.968254] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice - Slice /system/systemd-cryptsetup.
[    3.968468] systemd[1]: Expecting device dev-disk-by\x2duuid-d7f15ef1\x2d94fa\x2d4f13\x2d865d\x2d95bade89d092.device - /dev/disk/by-uuid/d7f15ef1-94fa-4f13-865d-95bade89d092...
[    3.968494] systemd[1]: Expecting device dev-mapper-qubes_dom0\x2droot.device - /dev/mapper/qubes_dom0-root...
[    3.968577] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[    3.968662] systemd[1]: Reached target slices.target - Slice Units.
[    3.968708] systemd[1]: Reached target swap.target - Swaps.
[    3.968758] systemd[1]: Reached target timers.target - Timer Units.
[    3.969083] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    3.969388] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[    3.969670] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    3.969843] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    3.969884] systemd[1]: Reached target sockets.target - Socket Units.
[    3.972957] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    3.973158] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.
[    3.978906] systemd[1]: Starting systemd-journald.service - Journal Service...
[    3.982019] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    3.984505] systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...
[    3.992351] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    3.995374] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    4.004043] alua: device handler registered
[    4.005349] emc: device handler registered
[    4.006873] rdac: device handler registered
[    4.009191] xen:xen_evtchn: Event-channel device installed
[    4.024804] xen_pciback: backend is vpci
[    4.029822] xen_acpi_processor: Uploading Xen processor PM info
[    4.030428] systemd-journald[397]: Collecting audit messages is disabled.
[    4.035967] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    4.039085] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    4.071223] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[    4.072282] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    4.075139] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    4.101527] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[    4.104222] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    4.160123] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    4.161195] systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup.
[    4.161528] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
[    4.161571] systemd[1]: Reached target local-fs.target - Local File Systems.
[    4.161787] systemd[1]: dracut-cmdline-ask.service - dracut ask for additional cmdline parameters was skipped because no trigger condition checks were met.
[    4.164811] systemd[1]: Starting dracut-cmdline.service - dracut cmdline hook...
[    4.195182] systemd[1]: Started systemd-journald.service - Journal Service.
[    4.454819] pciback 0000:c3:00.0: xen_pciback: seizing device
[    4.456090] pciback 0000:c3:00.0: enabling device (0000 -> 0002)
[    4.456322] xen: registering gsi 44 triggering 0 polarity 1
[    4.456344] Already setup the GSI :44
[    4.566767] pciback 0000:c4:00.0: xen_pciback: seizing device
[    4.566918] xen: registering gsi 46 triggering 0 polarity 1
[    4.566987] xen: --> pirq=46 -> irq=46 (gsi=46)
[    4.567182] pcieport 0000:00:02.4: unlocked secondary bus reset via: __pci_reset_function_locked+0x61/0x100
[    4.701163] pciback 0000:c6:00.4: xen_pciback: seizing device
[    4.701351] xen: registering gsi 38 triggering 0 polarity 1
[    4.701374] Already setup the GSI :38
[    4.729873] pciback 0000:c8:00.0: xen_pciback: seizing device
[    4.730007] xen: registering gsi 47 triggering 0 polarity 1
[    4.730030] Already setup the GSI :47
[    4.756936] pciback 0000:c8:00.3: xen_pciback: seizing device
[    4.757071] xen: registering gsi 44 triggering 0 polarity 1
[    4.757094] Already setup the GSI :44
[    4.784504] pciback 0000:c8:00.4: xen_pciback: seizing device
[    4.784618] xen: registering gsi 45 triggering 0 polarity 1
[    4.784628] Already setup the GSI :45
[    4.812372] pciback 0000:c8:00.5: xen_pciback: seizing device
[    4.812487] xen: registering gsi 46 triggering 0 polarity 1
[    4.812499] Already setup the GSI :46
[    4.868853] pciback 0000:c8:00.6: xen_pciback: seizing device
[    4.868997] xen: registering gsi 47 triggering 0 polarity 1
[    4.869020] Already setup the GSI :47
[    6.339803] pcie_mp2_amd 0000:c6:00.7: enabling device (0000 -> 0002)
[    6.339881] xen: registering gsi 37 triggering 0 polarity 1
[    6.339910] Already setup the GSI :37
[    6.347672] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    6.347953] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    6.348268] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    6.427018] input: GXTP7380:00 27C6:0113 Touchscreen as /devices/platform/AMDI0010:01/i2c-1/i2c-GXTP7380:00/0018:27C6:0113.0001/input/input3
[    6.427632] input: GXTP7380:00 27C6:0113 Stylus as /devices/platform/AMDI0010:01/i2c-1/i2c-GXTP7380:00/0018:27C6:0113.0001/input/input4
[    6.427978] input: GXTP7380:00 27C6:0113 as /devices/platform/AMDI0010:01/i2c-1/i2c-GXTP7380:00/0018:27C6:0113.0001/input/input5
[    6.428169] input: GXTP7380:00 27C6:0113 Keyboard as /devices/platform/AMDI0010:01/i2c-1/i2c-GXTP7380:00/0018:27C6:0113.0001/input/input6
[    6.428427] hid-generic 0018:27C6:0113.0001: input,hidraw0: I2C HID v1.00 Keyboard [GXTP7380:00 27C6:0113] on i2c-GXTP7380:00
[    6.559931] input: SP3105FT:00 0911:5288 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-SP3105FT:00/0018:0911:5288.0002/input/input8
[    6.797057] input: SP3105FT:00 0911:5288 Keyboard as /devices/platform/AMDI0010:00/i2c-0/i2c-SP3105FT:00/0018:0911:5288.0002/input/input10
[    6.806985] hid-multitouch 0018:0911:5288.0002: input,hidraw1: I2C HID v1.00 Mouse [SP3105FT:00 0911:5288] on i2c-SP3105FT:00
[    6.810048] Key type psk registered
[    6.821209] amdxdna 0000:c7:00.1: enabling device (0000 -> 0002)
[    6.821292] xen: registering gsi 43 triggering 0 polarity 1
[    6.821353] xen: --> pirq=43 -> irq=43 (gsi=43)
[    6.823423] amdxdna 0000:c7:00.1: [drm] *ERROR* aie2_init: Enable PASID failed, ret -19
[    6.824450] amdxdna 0000:c7:00.1: [drm] *ERROR* amdxdna_probe: Hardware init failed, ret -19
[    6.829164] sdhci: Secure Digital Host Controller Interface driver
[    6.829185] sdhci: Copyright(c) Pierre Ossman
[    6.829745] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    6.832204] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/LNXVIDEO:00/input/input11
[    6.840147] nvme 0000:c1:00.0: platform quirk: setting simple suspend
[    6.840365] nvme nvme0: pci function 0000:c1:00.0
[    6.840596] xen: registering gsi 36 triggering 0 polarity 1
[    6.840615] Already setup the GSI :36
[    6.841909] sdhci-pci 0000:c2:00.0: SDHCI controller found [17a0:9755] (rev 1)
[    6.842085] sdhci-pci 0000:c2:00.0: enabling device (0000 -> 0002)
[    6.842184] xen: registering gsi 40 triggering 0 polarity 1
[    6.842306] xen: --> pirq=40 -> irq=40 (gsi=40)
[    6.853032] input: GXTP7380:00 27C6:0113 as /devices/platform/AMDI0010:01/i2c-1/i2c-GXTP7380:00/0018:27C6:0113.0001/input/input12
[    6.853378] input: GXTP7380:00 27C6:0113 Stylus as /devices/platform/AMDI0010:01/i2c-1/i2c-GXTP7380:00/0018:27C6:0113.0001/input/input13
[    6.853667] input: GXTP7380:00 27C6:0113 UNKNOWN as /devices/platform/AMDI0010:01/i2c-1/i2c-GXTP7380:00/0018:27C6:0113.0001/input/input14
[    6.853861] input: GXTP7380:00 27C6:0113 Keyboard as /devices/platform/AMDI0010:01/i2c-1/i2c-GXTP7380:00/0018:27C6:0113.0001/input/input15
[    6.854086] hid-multitouch 0018:27C6:0113.0001: input,hidraw0: I2C HID v1.00 Keyboard [GXTP7380:00 27C6:0113] on i2c-GXTP7380:00
[    6.891965] nvme nvme0: allocated 32 MiB host memory buffer (8 segments).
[    6.894850] mmc0: SDHCI controller on PCI [0000:c2:00.0] using ADMA 64-bit
[    6.904797] nvme nvme0: 12/0/0 default/read/poll queues
[    6.911068]  nvme0n1: p1 p2 p3
[    8.637270] [drm] amdgpu kernel modesetting enabled.
[    8.654366] amdgpu: Virtual CRAT table created for CPU
[    8.654388] amdgpu: Topology: Add CPU node
[    8.654750] amdgpu 0000:c6:00.0: enabling device (0006 -> 0007)
[    8.654775] xen: registering gsi 39 triggering 0 polarity 1
[    8.654812] xen: --> pirq=39 -> irq=39 (gsi=39)
[    8.654848] [drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x150E 0x1002:0x0124 0xC1).
[    8.659929] [drm] register mmio base: 0xDC500000
[    8.659932] [drm] register mmio size: 524288
[    8.663375] amdgpu 0000:c6:00.0: amdgpu: detected ip block number 0 <soc21_common>
[    8.663380] amdgpu 0000:c6:00.0: amdgpu: detected ip block number 1 <gmc_v11_0>
[    8.663382] amdgpu 0000:c6:00.0: amdgpu: detected ip block number 2 <ih_v6_1>
[    8.663384] amdgpu 0000:c6:00.0: amdgpu: detected ip block number 3 <psp>
[    8.663387] amdgpu 0000:c6:00.0: amdgpu: detected ip block number 4 <smu>
[    8.663389] amdgpu 0000:c6:00.0: amdgpu: detected ip block number 5 <dm>
[    8.663391] amdgpu 0000:c6:00.0: amdgpu: detected ip block number 6 <gfx_v11_0>
[    8.663394] amdgpu 0000:c6:00.0: amdgpu: detected ip block number 7 <sdma_v6_0>
[    8.663396] amdgpu 0000:c6:00.0: amdgpu: detected ip block number 8 <vcn_v4_0_5>
[    8.663398] amdgpu 0000:c6:00.0: amdgpu: detected ip block number 9 <jpeg_v4_0_5>
[    8.663400] amdgpu 0000:c6:00.0: amdgpu: detected ip block number 10 <mes_v11_0>
[    8.663403] amdgpu 0000:c6:00.0: amdgpu: detected ip block number 11 <vpe_v6_1>
[    8.663405] amdgpu 0000:c6:00.0: amdgpu: detected ip block number 12 <isp_ip>
[    8.665935] amdgpu 0000:c6:00.0: amdgpu: Fetched VBIOS from VFCT
[    8.665938] amdgpu: ATOM BIOS: 113-STRIXEMU-001
[    8.669018] amdgpu 0000:c6:00.0: amdgpu: VPE: collaborate mode false
[    8.669053] amdgpu 0000:c6:00.0: amdgpu: [drm] Optional firmware "amdgpu/isp_4_1_0.bin" was not found
[    8.670584] amdgpu 0000:c6:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    8.670643] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    8.670667] amdgpu 0000:c6:00.0: amdgpu: VRAM: 8192M 0x0000008000000000 - 0x00000081FFFFFFFF (8192M used)
[    8.670670] amdgpu 0000:c6:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
[    8.670689] [drm] Detected VRAM RAM=8192M, BAR=8192M
[    8.670691] [drm] RAM width 128bits LPDDR5
[    9.372827] [drm] amdgpu: 8192M of VRAM memory ready
[    9.372831] [drm] amdgpu: 1946M of GTT memory ready.
[    9.372854] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    9.373189] [drm] PCIE GART of 512M enabled (table at 0x00000081FFB00000).
[    9.374215] [drm] Loading DMUB firmware via PSP: version=0x09002400
[    9.374526] amdgpu 0000:c6:00.0: amdgpu: Found VCN firmware Version ENC: 1.23 DEC: 9 VEP: 0 Revision: 16
[    9.399060] amdgpu 0000:c6:00.0: amdgpu: reserve 0x8900000 from 0x81e0000000 for PSP TMR
[    9.629475] amdgpu 0000:c6:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    9.633817] amdgpu 0000:c6:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    9.633832] amdgpu 0000:c6:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    9.658681] amdgpu 0000:c6:00.0: amdgpu: SMU is initialized successfully!
[    9.659953] [drm] Display Core v3.2.325 initialized on DCN 3.5
[    9.659962] [drm] DP-HDMI FRL PCON supported
[    9.662795] [drm] DMUB hardware initialized: version=0x09002400
[    9.693682] [drm] cmdline forces connector eDP-1 panel_orientation to 1
[    9.770062] [drm] PSR support 1, DC PSR ver 0, sink PSR ver 1 DPCD caps 0x30 su_y_granularity 4
[    9.770933] [drm] cmdline forces connector DP-3 panel_orientation to 0
[    9.928548] amdgpu: HMM registered 8192MB device memory
[    9.936741] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    9.936822] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[    9.937547] amdgpu: Virtual CRAT table created for GPU
[    9.940653] amdgpu: Topology: Add dGPU node [0x150e:0x1002]
[    9.940663] kfd kfd: amdgpu: added device 1002:150e
[    9.940684] amdgpu 0000:c6:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 8, active_cu_number 16
[    9.940698] amdgpu 0000:c6:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    9.940707] amdgpu 0000:c6:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    9.940714] amdgpu 0000:c6:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    9.940721] amdgpu 0000:c6:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[    9.940728] amdgpu 0000:c6:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[    9.940734] amdgpu 0000:c6:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[    9.940741] amdgpu 0000:c6:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[    9.940748] amdgpu 0000:c6:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[    9.940755] amdgpu 0000:c6:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[    9.940762] amdgpu 0000:c6:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[    9.940769] amdgpu 0000:c6:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[    9.940776] amdgpu 0000:c6:00.0: amdgpu: ring jpeg_dec_0 uses VM inv eng 1 on hub 8
[    9.940783] amdgpu 0000:c6:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
[    9.940790] amdgpu 0000:c6:00.0: amdgpu: ring vpe uses VM inv eng 4 on hub 8
[    9.950048] [drm] ring gfx_32768.1.1 was added
[    9.950569] [drm] ring compute_32768.2.2 was added
[    9.951035] [drm] ring sdma_32768.3.3 was added
[    9.951216] [drm] ring gfx_32768.1.1 ib test pass
[    9.951413] [drm] ring compute_32768.2.2 ib test pass
[    9.951586] [drm] ring sdma_32768.3.3 ib test pass
[    9.955349] amdgpu 0000:c6:00.0: amdgpu: Runtime PM not available
[    9.957870] amdgpu 0000:c6:00.0: amdgpu: [drm] Using custom brightness curve
[    9.962146] amdgpu 0000:c6:00.0: [drm] Registered 4 planes with drm panic
[    9.962157] [drm] Initialized amdgpu 3.63.0 for 0000:c6:00.0 on minor 0
[    9.974385] fbcon: Deferring console take-over
[    9.974397] amdgpu 0000:c6:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[   10.038525] [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed
[   11.993946] hid-generic 0020:1022:0001.0003: hidraw2: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
[   11.994727] hid-generic 0020:1022:0001.0004: hidraw3: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
[   11.995471] hid-generic 0020:1022:0001.0005: hidraw4: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
[   11.996199] hid-generic 0020:1022:0001.0006: hidraw5: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
[   12.001949] hid-sensor-hub 0020:1022:0001.0003: hidraw2: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
[   12.002795] hid-sensor-hub 0020:1022:0001.0004: hidraw3: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
[   12.003574] hid-sensor-hub 0020:1022:0001.0005: hidraw4: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
[   12.004537] hid-sensor-hub 0020:1022:0001.0006: hidraw5: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
[   34.532680] EXT4-fs (dm-4): orphan cleanup on readonly fs
[   34.533074] EXT4-fs (dm-4): mounted filesystem daf5dd12-35fe-4d3a-862c-99f8dae5a1be ro with ordered data mode. Quota mode: none.
[   35.023037] systemd-journald[397]: Received SIGTERM from PID 1 (systemd).
[   35.243604] systemd[1]: RTC configured in localtime, applying delta of 600 minutes to system time.
[   35.278007] systemd[1]: systemd 256.15-1.fc41 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +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 +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)
[   35.278022] systemd[1]: Detected virtualization xen.
[   35.278059] systemd[1]: Detected architecture x86-64.
[   35.282552] systemd[1]: Hostname set to <dom0>.
[   35.445857] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported.
[   35.549491] zram: Added device: zram0
[   35.797061] systemd[1]: /usr/lib/systemd/system/qubesd.service:10: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[   35.815024] systemd[1]: /usr/lib/systemd/system/qubes-qmemman.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[   35.819028] systemd[1]: /usr/lib/systemd/system/qubes-db-dom0.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[   35.820933] systemd[1]: /usr/lib/systemd/system/qubes-core.service:8: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[   36.210268] systemd[1]: run-credentials-systemd\x2djournald.service.mount: Deactivated successfully.
[   36.211330] systemd[1]: systemd-ask-password-plymouth.service: Deactivated successfully.
[   36.212462] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   36.212898] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[   36.219811] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   36.221793] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   36.222929] systemd[1]: Created slice system-qubes\x2dvm.slice - Slice /system/qubes-vm.
[   36.223989] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[   36.225045] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[   36.226087] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[   36.226804] systemd[1]: Created slice user.slice - User and Session Slice.
[   36.226895] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[   36.227480] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   36.227569] systemd[1]: Expecting device dev-disk-by\x2duuid-19c1cd61\x2d5384\x2d48f2\x2d9415\x2dc88632250355.device - /dev/disk/by-uuid/19c1cd61-5384-48f2-9415-c88632250355...
[   36.227623] systemd[1]: Expecting device dev-disk-by\x2duuid-A2BA\x2d8EB8.device - /dev/disk/by-uuid/A2BA-8EB8...
[   36.227673] systemd[1]: Expecting device dev-hvc0.device - /dev/hvc0...
[   36.227754] systemd[1]: Expecting device dev-zram0.device - /dev/zram0...
[   36.227819] systemd[1]: Reached target blockdev@dev-mapper-luks\x2dd7f15ef1\x2d94fa\x2d4f13\x2d865d\x2d95bade89d092.target - Block Device Preparation for /dev/mapper/luks-d7f15ef1-94fa-4f13-865d-95bade89d092.
[   36.227933] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[   36.228009] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[   36.228066] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[   36.228138] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   36.228270] systemd[1]: Reached target remote-cryptsetup.target - Remote Encrypted Volumes.
[   36.228344] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[   36.228414] systemd[1]: Reached target slices.target - Slice Units.
[   36.228531] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   36.228827] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[   36.233740] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[   36.236514] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[   36.236728] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[   36.237538] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[   36.237693] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   36.237735] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   36.237929] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   36.238128] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[   36.238376] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[   36.243375] systemd[1]: Activating swap dev-disk-by\x2duuid-a72bf0f9\x2d404b\x2d4287\x2dac65\x2d55bdf31b151a.swap - /dev/disk/by-uuid/a72bf0f9-404b-4287-ac65-55bdf31b151a...
[   36.244216] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[   36.247332] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   36.249781] systemd[1]: Mounting proc-xen.mount - Mount /proc/xen files...
[   36.252836] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   36.255701] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   36.276176] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   36.279688] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   36.283429] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[   36.283478] Adding 4116476k swap on /dev/mapper/qubes_dom0-swap.  Priority:-2 extents:1 across:4116476k SS
[   36.286911] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[   36.290863] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[   36.294591] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[   36.298140] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[   36.301578] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[   36.301803] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[   36.301998] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[   36.302862] 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).
[   36.310387] systemd[1]: Starting systemd-journald.service - Journal Service...
[   36.315182] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   36.318469] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[   36.318609] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   36.321669] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   36.321965] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   36.325136] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[   36.328885] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   36.330142] loop: module loaded
[   36.330419] fuse: init (API version 7.43)
[   36.346648] systemd[1]: Activated swap dev-disk-by\x2duuid-a72bf0f9\x2d404b\x2d4287\x2dac65\x2d55bdf31b151a.swap - /dev/disk/by-uuid/a72bf0f9-404b-4287-ac65-55bdf31b151a.
[   36.355263] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[   36.355698] systemd[1]: Mounted proc-xen.mount - Mount /proc/xen files.
[   36.356052] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[   36.356412] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[   36.357441] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[   36.358472] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   36.359135] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[   36.360306] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[   36.360941] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[   36.361053] systemd-journald[1551]: Collecting audit messages is enabled.
[   36.361938] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   36.362575] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[   36.362761] audit: type=1130 audit(1751891428.619:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.362783] audit: type=1131 audit(1751891428.619:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.363628] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[   36.364287] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[   36.364448] audit: type=1130 audit(1751891428.621:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.364464] audit: type=1131 audit(1751891428.621:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.365306] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   36.365911] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[   36.366066] audit: type=1130 audit(1751891428.622:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.366082] audit: type=1131 audit(1751891428.622:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.366912] systemd[1]: modprobe@loop.service: Deactivated successfully.
[   36.367554] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[   36.367698] audit: type=1130 audit(1751891428.624:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.367714] audit: type=1131 audit(1751891428.624:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.368551] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[   36.368703] audit: type=1130 audit(1751891428.625:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.369523] systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line.
[   36.369675] audit: type=1130 audit(1751891428.626:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-network-generator comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.370486] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[   36.372406] systemd[1]: Reached target network-pre.target - Preparation for Network.
[   36.373594] systemd-journald[1551]: /run/log/journal/f6edde6256134564a5dd3da6fd80976c/system.journal: Realtime clock jumped backwards relative to last journal entry, rotating.
[   36.375846] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[   36.379253] systemd[1]: Started dm-event.service - Device-mapper event daemon.
[   36.379732] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[   36.382703] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[   36.385791] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[   36.388427] systemd[1]: Started systemd-journald.service - Journal Service.
[   36.398514] EXT4-fs (dm-4): re-mounted daf5dd12-35fe-4d3a-862c-99f8dae5a1be r/w.
[   36.495083] systemd-journald[1551]: Received client request to flush runtime journal.
[   36.498179] systemd-journald[1551]: File /var/log/journal/f6edde6256134564a5dd3da6fd80976c/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   36.553790] systemd-journald[1551]: /var/log/journal/f6edde6256134564a5dd3da6fd80976c/system.journal: Realtime clock jumped backwards relative to last journal entry, rotating.
[   36.553814] systemd-journald[1551]: Rotating system journal.
[   37.287762] zram0: detected capacity change from 0 to 7970816
[   37.454265] amd-tee driver: tee not present
[   37.479429] Adding 3985404k swap on /dev/zram0.  Priority:100 extents:1 across:3985404k SSDsc
1 Like

Output of dmesg - 3 of 3

Output
[   37.604946] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   37.604963] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   37.687366] amd-pmf AMDI0103:00: No Smart PC policy present
[   37.687409] amd-pmf AMDI0103:00: registered PMF device successfully
[   37.849573] input: PC Speaker as /devices/platform/pcspkr/input/input16
[   37.851294] ACPI: bus type thunderbolt registered
[   37.857495] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   37.857725] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   37.857882] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   37.858522] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   37.858533] cfg80211: failed to load regulatory.db
[   37.897639] Intel(R) Wireless WiFi driver for Linux
[   37.923431] i2c i2c-19: SMBus Timeout!
[   37.923460] i2c i2c-19: Failed reset at end of transaction (01)
[   37.923529] i2c i2c-19: Failed! (01)
[   37.923565] i2c i2c-19: Failed! (01)
[   37.923597] i2c i2c-19: Failed! (01)
[   37.923725] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   37.924346] i2c i2c-21: Successfully instantiated SPD at 0x50
[   37.924947] i2c i2c-21: Successfully instantiated SPD at 0x51
[   37.933552] i2c i2c-21: Successfully instantiated SPD at 0x52
[   37.938552] i2c i2c-21: Successfully instantiated SPD at 0x53
[   37.946812] amd_atl: AMD Address Translation Library initialized
[   38.016195] snd_hda_intel 0000:c6:00.1: enabling device (0000 -> 0002)
[   38.016259] xen: registering gsi 36 triggering 0 polarity 1
[   38.016277] Already setup the GSI :36
[   38.016323] snd_hda_intel 0000:c6:00.1: Handle vga_switcheroo audio client
[   38.016511] snd_hda_intel 0000:c6:00.6: enabling device (0000 -> 0002)
[   38.016526] xen: registering gsi 36 triggering 0 polarity 1
[   38.016530] Already setup the GSI :36
[   38.020369] i2c i2c-19: Failed! (01)
[   38.020404] i2c i2c-19: Failed! (01)
[   38.020434] i2c i2c-19: Failed! (01)
[   38.020463] i2c i2c-19: Failed! (01)
[   38.020491] i2c i2c-19: Failed! (01)
[   38.020522] i2c i2c-19: Failed! (01)
[   38.020551] i2c i2c-19: Failed! (01)
[   38.020579] i2c i2c-19: Failed! (01)
[   38.020611] i2c i2c-20: Failed! (01)
[   38.020640] i2c i2c-20: Failed! (01)
[   38.020678] i2c i2c-20: Failed! (01)
[   38.020714] i2c i2c-20: Failed! (03)
[   38.029298] snd_hda_intel 0000:c6:00.1: bound 0000:c6:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   38.032601] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:c6:00.1/sound/card0/input17
[   38.032695] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:c6:00.1/sound/card0/input18
[   38.032771] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:c6:00.1/sound/card0/input19
[   38.032838] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:c6:00.1/sound/card0/input20
[   38.058984] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC245: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:speaker
[   38.059005] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   38.059015] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   38.059023] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   38.059030] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   38.059037] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[   38.059044] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[   38.101894] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:c6:00.6/sound/card1/input21
[   38.102050] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:c6:00.6/sound/card1/input22
[   38.274525] EXT4-fs (nvme0n1p2): mounted filesystem 19c1cd61-5384-48f2-9415-c88632250355 r/w with ordered data mode. Quota mode: none.
[   38.975160] nvme nvme0: using unchecked data buffer
[   38.994373] block nvme0n1: No UUID available providing old NGUID
[   45.126834] kauditd_printk_skb: 82 callbacks suppressed
[   45.126844] audit: type=1130 audit(1751891437.383:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubesd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   45.135154] audit: type=1130 audit(1751891437.391:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-qrexec-policy-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   45.517692] audit: type=1103 audit(1751891437.774:96): pid=3490 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   45.537666] audit: type=1105 audit(1751891437.794:97): pid=3490 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   45.582491] audit: type=1334 audit(1751891437.839:98): prog-id=48 op=LOAD
[   45.582759] audit: type=1334 audit(1751891437.839:99): prog-id=49 op=LOAD
[   45.582801] audit: type=1334 audit(1751891437.839:100): prog-id=50 op=LOAD
[   45.758634] audit: type=1130 audit(1751891438.015:101): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   46.697290] audit: type=1106 audit(1751891438.953:102): pid=3490 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   46.697370] audit: type=1104 audit(1751891438.954:103): pid=3490 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   48.206291] pciback 0000:c4:00.0: invalid VPD tag 0x00 (size 0) at offset 0; assume missing optional EEPROM
[   49.984674] loop0: detected capacity change from 0 to 1465192
[   50.326937] loop1: detected capacity change from 0 to 1465192
[   50.332375] pciback 0000:c3:00.0: resetting
[   50.443058] pciback 0000:c3:00.0: reset done
[   50.453357] pciback 0000:c3:00.0: xen_pciback: vpci: assign to virtual slot 0
[   50.453568] pciback 0000:c3:00.0: registering for 2
[   50.454536] pciback 0000:c4:00.0: resetting
[   50.584960] pciback 0000:c4:00.0: reset done
[   50.592685] pciback 0000:c4:00.0: xen_pciback: vpci: assign to virtual slot 1
[   50.593092] pciback 0000:c4:00.0: registering for 2
[   50.831016] xen-blkback: backend/vbd/2/51712: using 1 queues, protocol 1 (x86_64-abi) persistent grants
[   50.838158] xen-blkback: backend/vbd/2/51728: using 1 queues, protocol 1 (x86_64-abi) persistent grants
[   50.867319] xen: registering gsi 46 triggering 0 polarity 1
[   50.867361] Already setup the GSI :46
[   50.867989] xen: registering gsi 46 triggering 0 polarity 1
[   50.867999] Already setup the GSI :46
[   50.868418] xen: registering gsi 46 triggering 0 polarity 1
[   50.868427] Already setup the GSI :46
[   50.868908] xen: registering gsi 46 triggering 0 polarity 1
[   50.868916] Already setup the GSI :46
[   50.869398] xen: registering gsi 46 triggering 0 polarity 1
[   50.869406] Already setup the GSI :46
[   50.869774] xen: registering gsi 46 triggering 0 polarity 1
[   50.869782] Already setup the GSI :46
[   50.882203] xen-blkback: backend/vbd/2/51744: using 1 queues, protocol 1 (x86_64-abi) persistent grants
[   50.887075] xen-blkback: backend/vbd/2/51760: using 1 queues, protocol 1 (x86_64-abi) persistent grants
[   51.580279] xen: registering gsi 44 triggering 0 polarity 1
[   51.580341] Already setup the GSI :44
[   51.704508] kauditd_printk_skb: 3 callbacks suppressed
[   51.704517] audit: type=1103 audit(1751891443.961:107): pid=4395 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   51.723847] audit: type=1105 audit(1751891443.980:108): pid=4395 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   51.742931] audit: type=1106 audit(1751891443.999:109): pid=4395 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   51.742959] audit: type=1104 audit(1751891443.999:110): pid=4395 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   51.784968] audit: type=1103 audit(1751891444.041:111): pid=4399 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   51.804910] audit: type=1105 audit(1751891444.061:112): pid=4399 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   54.893994] xen-blkback: backend/vbd/1/51712: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   54.902463] xen-blkback: backend/vbd/1/51728: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   54.911853] xen-blkback: backend/vbd/1/51744: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   54.919376] xen-blkback: backend/vbd/1/51760: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   63.532153] audit: type=1106 audit(1751891455.788:113): pid=4399 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   63.532179] audit: type=1104 audit(1751891455.788:114): pid=4399 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   63.649889] audit: type=1130 audit(1751891455.906:115): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-vm@sys-net comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   65.945699] loop2: detected capacity change from 0 to 1465192
[   66.019473] audit: type=1103 audit(1751891458.276:116): pid=4519 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   66.038698] audit: type=1105 audit(1751891458.295:117): pid=4519 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   66.058870] audit: type=1106 audit(1751891458.315:118): pid=4519 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   66.059012] audit: type=1104 audit(1751891458.315:119): pid=4519 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   66.111102] audit: type=1103 audit(1751891458.367:120): pid=4540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   66.130374] audit: type=1105 audit(1751891458.387:121): pid=4540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   67.004154] xen-blkback: backend/vbd/3/51712: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   67.012629] xen-blkback: backend/vbd/3/51728: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   67.020009] xen-blkback: backend/vbd/3/51744: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   67.024979] xen-blkback: backend/vbd/3/51760: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   72.506307] audit: type=1106 audit(1751891464.762:122): pid=4540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   72.506334] audit: type=1104 audit(1751891464.763:123): pid=4540 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   72.685550] audit: type=1130 audit(1751891464.942:124): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-vm@sys-firewall comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   74.517484] loop3: detected capacity change from 0 to 1465192
[   74.551027] audit: type=1103 audit(1751891466.807:125): pid=4669 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   74.561501] audit: type=1105 audit(1751891466.818:126): pid=4669 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   74.571559] audit: type=1106 audit(1751891466.828:127): pid=4669 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   74.571576] audit: type=1104 audit(1751891466.828:128): pid=4669 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   74.594635] audit: type=1103 audit(1751891466.851:129): pid=4688 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   74.604277] audit: type=1105 audit(1751891466.860:130): pid=4688 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   75.267963] loop4: detected capacity change from 0 to 1465192
[   75.418871] loop5: detected capacity change from 0 to 1465192
[   75.421931] pciback 0000:c6:00.4: resetting
[   75.445360] pciback 0000:c6:00.4: reset done
[   75.450817] pciback 0000:c6:00.4: xen_pciback: vpci: assign to virtual slot 0
[   75.450937] pciback 0000:c6:00.4: registering for 6
[   75.451097] pciback 0000:c8:00.0: resetting
[   75.475425] pciback 0000:c8:00.0: reset done
[   75.477577] pciback 0000:c8:00.0: xen_pciback: vpci: assign to virtual slot 1
[   75.477659] pciback 0000:c8:00.0: registering for 6
[   75.478506] pciback 0000:c8:00.3: resetting
[   75.502792] pciback 0000:c8:00.3: reset done
[   75.505014] pciback 0000:c8:00.3: xen_pciback: vpci: assign to virtual slot 1 func 3
[   75.505102] pciback 0000:c8:00.3: registering for 6
[   75.505916] pciback 0000:c8:00.4: resetting
[   75.530211] pciback 0000:c8:00.4: reset done
[   75.532687] pciback 0000:c8:00.4: xen_pciback: vpci: assign to virtual slot 1 func 4
[   75.532795] pciback 0000:c8:00.4: registering for 6
[   75.533053] pciback 0000:c8:00.5: resetting
[   75.584459] pciback 0000:c8:00.5: reset done
[   75.589301] pciback 0000:c8:00.6: resetting
[   75.589585] pciback 0000:c8:00.5: xen_pciback: vpci: assign to virtual slot 1 func 5
[   75.589712] pciback 0000:c8:00.5: registering for 6
[   75.641196] pciback 0000:c8:00.6: reset done
[   75.645931] pciback 0000:c8:00.6: xen_pciback: vpci: assign to virtual slot 1 func 6
[   75.646105] pciback 0000:c8:00.6: registering for 6
[   75.766672] audit: type=1131 audit(1751891468.023:131): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   75.769924] xen-blkback: backend/vbd/6/51712: using 1 queues, protocol 1 (x86_64-abi) persistent grants
[   75.770336] xen: registering gsi 47 triggering 0 polarity 1
[   75.770361] Already setup the GSI :47
[   75.771098] xen: registering gsi 47 triggering 0 polarity 1
[   75.771104] Already setup the GSI :47
[   75.771317] xen: registering gsi 47 triggering 0 polarity 1
[   75.771321] Already setup the GSI :47
[   75.771525] xen: registering gsi 47 triggering 0 polarity 1
[   75.771529] Already setup the GSI :47
[   75.771722] xen: registering gsi 47 triggering 0 polarity 1
[   75.771725] Already setup the GSI :47
[   75.771924] xen: registering gsi 47 triggering 0 polarity 1
[   75.771927] Already setup the GSI :47
[   75.772127] xen: registering gsi 47 triggering 0 polarity 1
[   75.772131] Already setup the GSI :47
[   75.774020] xen: registering gsi 44 triggering 0 polarity 1
[   75.774024] Already setup the GSI :44
[   75.774277] xen: registering gsi 44 triggering 0 polarity 1
[   75.774280] Already setup the GSI :44
[   75.774409] xen: registering gsi 44 triggering 0 polarity 1
[   75.774413] Already setup the GSI :44
[   75.774535] xen: registering gsi 44 triggering 0 polarity 1
[   75.774539] Already setup the GSI :44
[   75.774664] xen: registering gsi 44 triggering 0 polarity 1
[   75.774667] Already setup the GSI :44
[   75.774791] xen: registering gsi 44 triggering 0 polarity 1
[   75.774796] Already setup the GSI :44
[   75.774921] xen: registering gsi 44 triggering 0 polarity 1
[   75.774924] Already setup the GSI :44
[   75.776175] xen: registering gsi 45 triggering 0 polarity 1
[   75.776179] Already setup the GSI :45
[   75.776508] xen: registering gsi 45 triggering 0 polarity 1
[   75.776512] Already setup the GSI :45
[   75.776695] xen: registering gsi 45 triggering 0 polarity 1
[   75.776699] Already setup the GSI :45
[   75.776881] xen: registering gsi 45 triggering 0 polarity 1
[   75.776885] Already setup the GSI :45
[   75.777054] xen: registering gsi 45 triggering 0 polarity 1
[   75.777057] Already setup the GSI :45
[   75.777243] xen: registering gsi 45 triggering 0 polarity 1
[   75.777247] Already setup the GSI :45
[   75.777426] xen: registering gsi 45 triggering 0 polarity 1
[   75.777429] Already setup the GSI :45
[   75.778762] xen: registering gsi 46 triggering 0 polarity 1
[   75.778768] Already setup the GSI :46
[   75.779022] xen: registering gsi 46 triggering 0 polarity 1
[   75.779025] Already setup the GSI :46
[   75.779162] xen: registering gsi 46 triggering 0 polarity 1
[   75.779166] Already setup the GSI :46
[   75.779484] xen: registering gsi 46 triggering 0 polarity 1
[   75.779488] Already setup the GSI :46
[   75.779612] xen: registering gsi 46 triggering 0 polarity 1
[   75.779616] Already setup the GSI :46
[   75.779733] xen: registering gsi 46 triggering 0 polarity 1
[   75.779737] Already setup the GSI :46
[   75.779843] xen: registering gsi 46 triggering 0 polarity 1
[   75.779846] Already setup the GSI :46
[   75.781161] xen: registering gsi 47 triggering 0 polarity 1
[   75.781165] Already setup the GSI :47
[   75.781408] xen: registering gsi 47 triggering 0 polarity 1
[   75.781412] Already setup the GSI :47
[   75.781537] xen: registering gsi 47 triggering 0 polarity 1
[   75.781540] Already setup the GSI :47
[   75.781658] xen: registering gsi 47 triggering 0 polarity 1
[   75.781662] Already setup the GSI :47
[   75.781780] xen: registering gsi 47 triggering 0 polarity 1
[   75.781784] Already setup the GSI :47
[   75.781903] xen: registering gsi 47 triggering 0 polarity 1
[   75.781906] Already setup the GSI :47
[   75.782025] xen: registering gsi 47 triggering 0 polarity 1
[   75.782029] Already setup the GSI :47
[   75.783648] xen: registering gsi 38 triggering 0 polarity 1
[   75.783652] Already setup the GSI :38
[   75.783953] xen: registering gsi 38 triggering 0 polarity 1
[   75.783956] Already setup the GSI :38
[   75.784140] xen: registering gsi 38 triggering 0 polarity 1
[   75.784144] Already setup the GSI :38
[   75.784321] xen: registering gsi 38 triggering 0 polarity 1
[   75.784324] Already setup the GSI :38
[   75.784501] xen: registering gsi 38 triggering 0 polarity 1
[   75.784505] Already setup the GSI :38
[   75.784678] xen: registering gsi 38 triggering 0 polarity 1
[   75.784682] Already setup the GSI :38
[   75.784853] xen: registering gsi 38 triggering 0 polarity 1
[   75.784857] Already setup the GSI :38
[   75.792007] xen-blkback: backend/vbd/6/51728: using 1 queues, protocol 1 (x86_64-abi) persistent grants
[   75.796314] xen-blkback: backend/vbd/6/51744: using 1 queues, protocol 1 (x86_64-abi) persistent grants
[   75.800293] xen-blkback: backend/vbd/6/51760: using 1 queues, protocol 1 (x86_64-abi) persistent grants
[   75.856501] xen-blkback: backend/vbd/4/51712: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   75.862269] xen-blkback: backend/vbd/4/51728: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   75.866058] xen-blkback: backend/vbd/4/51744: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   75.869631] xen-blkback: backend/vbd/4/51760: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   79.015255] kauditd_printk_skb: 7 callbacks suppressed
[   79.015262] audit: type=1106 audit(1751891471.271:139): pid=4688 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   79.015276] audit: type=1104 audit(1751891471.271:140): pid=4688 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   79.071106] audit: type=1130 audit(1751891471.327:141): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-vm@sys-whonix comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   79.825659] xen-blkback: backend/vbd/5/51712: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   79.829726] xen-blkback: backend/vbd/5/51728: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   79.832181] xen-blkback: backend/vbd/5/51744: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   79.835744] xen-blkback: backend/vbd/5/51760: using 2 queues, protocol 1 (x86_64-abi) persistent grants
[   83.634216] audit: type=1106 audit(1751891475.890:142): pid=4988 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   83.634263] audit: type=1104 audit(1751891475.891:143): pid=4988 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="qubes-gpd-duo" exe="/usr/sbin/runuser" hostname=? addr=? terminal=? res=success'
[   83.692092] audit: type=1130 audit(1751891475.948:144): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-vm@sys-usb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   83.716958] audit: type=1130 audit(1751891475.973:145): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   83.718844] audit: type=1130 audit(1751891475.975:146): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=crond comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   83.779700] audit: type=1130 audit(1751891476.036:147): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   83.785208] audit: type=1334 audit(1751891476.041:148): prog-id=51 op=LOAD
[   84.814443] kauditd_printk_skb: 1 callbacks suppressed
[   84.814454] audit: type=1130 audit(1751891477.071:150): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-quit-wait comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   84.824612] audit: type=1130 audit(1751891477.081:151): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=serial-getty@hvc0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   84.881091] audit: type=1129 audit(1751891477.137:152): pid=5045 uid=0 auid=4294967295 ses=4294967295 msg='old-level=N new-level=5 comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[   84.890041] audit: type=1130 audit(1751891477.146:153): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp-runlevel comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   84.890068] audit: type=1131 audit(1751891477.146:154): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp-runlevel comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   84.942895] audit: type=1103 audit(1751891477.199:155): pid=5052 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/sbin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   85.058984] audit: type=1130 audit(1751891477.315:156): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@995 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   85.127781] audit: type=1101 audit(1751891477.384:157): pid=5068 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix acct="lightdm" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
[   85.127808] audit: type=1103 audit(1751891477.384:158): pid=5068 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=failed'
[   85.128175] audit: type=1006 audit(1751891477.384:159): pid=5068 uid=0 old-auid=4294967295 auid=995 tty=(none) old-ses=4294967295 ses=1 res=1
[   95.595176] kauditd_printk_skb: 8 callbacks suppressed
[   95.595189] audit: type=1100 audit(1751891487.851:166): pid=5154 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_unix,pam_gnome_keyring acct="qubes-gpd-duo" exe="/usr/sbin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   95.605159] audit: type=1101 audit(1751891487.861:167): pid=5154 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix acct="qubes-gpd-duo" exe="/usr/sbin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   95.775776] audit: type=1106 audit(1751891488.032:168): pid=5052 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/sbin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   95.776167] audit: type=1104 audit(1751891488.032:169): pid=5052 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/sbin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   95.868706] audit: type=1103 audit(1751891488.125:170): pid=5154 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_unix,pam_gnome_keyring acct="qubes-gpd-duo" exe="/usr/sbin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   95.868979] audit: type=1006 audit(1751891488.125:171): pid=5154 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   95.868990] audit: type=1300 audit(1751891488.125:171): arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffdd2743f50 a2=4 a3=0 items=0 ppid=5006 pid=5154 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/sbin/lightdm" key=(null)
[   95.869000] audit: type=1327 audit(1751891488.125:171): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003133003230
[   95.971816] audit: type=1130 audit(1751891488.228:172): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   96.023415] audit: type=1101 audit(1751891488.280:173): pid=5191 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix acct="qubes-gpd-duo" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
[   97.000885] systemd-journald[1551]: File /var/log/journal/f6edde6256134564a5dd3da6fd80976c/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[  100.738108] kauditd_printk_skb: 14 callbacks suppressed
[  100.738114] audit: type=1101 audit(1751891492.994:186): pid=5518 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix acct="qubes-gpd-duo" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[  100.743694] audit: type=1123 audit(1751891493.000:187): pid=5518 uid=1000 auid=1000 ses=2 msg='cwd="/home/qubes-gpd-duo" cmd=2F62696E2F73797374656D63746C202D2D6E6F2D626C6F636B2073746172742071756265732D696E7075742D73656E6465722D6B6579626F617264406576656E74392E73657276696365 exe="/usr/bin/sudo" terminal=? res=success'
[  100.744942] audit: type=1110 audit(1751891493.001:188): pid=5518 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[  100.784511] audit: type=1105 audit(1751891493.041:189): pid=5518 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[  100.814656] audit: type=1130 audit(1751891493.071:190): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-input-sender-keyboard@event9 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  100.832098] audit: type=1106 audit(1751891493.088:191): pid=5518 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[  100.832811] audit: type=1104 audit(1751891493.089:192): pid=5518 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[  100.862905] audit: type=1105 audit(1751891493.119:193): pid=5547 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  100.879755] audit: type=1131 audit(1751891493.136:194): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=qubes-input-sender-keyboard@event9 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  100.924779] audit: type=1101 audit(1751891493.181:195): pid=5570 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix acct="qubes-gpd-duo" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success'
[  105.885434] kauditd_printk_skb: 39 callbacks suppressed
[  105.885440] audit: type=1131 audit(1751891498.142:235): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@995 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  105.923188] audit: type=1131 audit(1751891498.179:236): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@995 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  118.106913] audit: type=1131 audit(1751891510.363:237): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  118.126628] audit: type=1334 audit(1751891510.383:238): prog-id=52 op=UNLOAD
[  127.915770] audit: type=1131 audit(1751891520.172:239): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  127.950566] audit: type=1334 audit(1751891520.207:240): prog-id=53 op=UNLOAD
[  146.967171] audit: type=1101 audit(1751891539.223:241): pid=5777 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix acct="qubes-gpd-duo" exe="/usr/bin/sudo" hostname=dom0 addr=? terminal=/dev/pts/0 res=success'
[  146.971759] audit: type=1123 audit(1751891539.228:242): pid=5777 uid=1000 auid=1000 ses=2 msg='cwd="/home/qubes-gpd-duo/Desktop" cmd=76696D202F7573722F6C6F63616C2F62696E2F6669782D646973706C617973 exe="/usr/bin/sudo" terminal=pts/0 res=success'
[  146.975542] audit: type=1110 audit(1751891539.232:243): pid=5777 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=dom0 addr=? terminal=/dev/pts/0 res=success'
[  147.009641] audit: type=1105 audit(1751891539.266:244): pid=5777 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=dom0 addr=? terminal=/dev/pts/0 res=success'
[  176.919220] audit: type=1106 audit(1751891569.175:245): pid=5777 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=dom0 addr=? terminal=/dev/pts/0 res=success'
[  176.919587] audit: type=1104 audit(1751891569.176:246): pid=5777 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=dom0 addr=? terminal=/dev/pts/0 res=success'
[  429.728586] audit: type=1105 audit(1751891821.985:247): pid=5912 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  429.935296] audit: type=1105 audit(1751891822.192:248): pid=5920 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  430.066693] audit: type=1105 audit(1751891822.323:249): pid=5927 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  430.193067] audit: type=1105 audit(1751891822.449:250): pid=5934 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  430.324521] audit: type=1105 audit(1751891822.581:251): pid=5941 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
[  802.684853] audit: type=1101 audit(1751892194.941:252): pid=5983 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix acct="qubes-gpd-duo" exe="/usr/bin/sudo" hostname=dom0 addr=? terminal=/dev/pts/0 res=success'
[  802.688777] audit: type=1123 audit(1751892194.945:253): pid=5983 uid=1000 auid=1000 ses=2 msg='cwd="/home/qubes-gpd-duo/Desktop" cmd="dmesg" exe="/usr/bin/sudo" terminal=pts/0 res=success'
[  802.692369] audit: type=1110 audit(1751892194.949:254): pid=5983 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=dom0 addr=? terminal=/dev/pts/0 res=success'
[  802.724846] audit: type=1105 audit(1751892194.981:255): pid=5983 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=dom0 addr=? terminal=/dev/pts/0 res=success'
2 Likes