Skip to content

Instantly share code, notes, and snippets.

@Djabx
Last active March 18, 2024 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Djabx/ef86c7b565559e2fa9a71b730d109a09 to your computer and use it in GitHub Desktop.
Save Djabx/ef86c7b565559e2fa9a71b730d109a09 to your computer and use it in GitHub Desktop.
Issue with BTRFS
# This is a generated file. Do not edit!
#
# To make changes, edit the fileSystems and swapDevices NixOS options
# in your /etc/nixos/configuration.nix file.
#
# <file system> <mount point> <type> <options> <dump> <pass>
# Filesystems.
/dev/disk/by-uuid/e76a680e-8844-4e92-acdc-8037b5c15aa6 / btrfs x-initrd.mount,subvol=@root 0 0
/dev/disk/by-uuid/2E04-81BF /boot/efi vfat defaults 0 2
/dev/disk/by-uuid/e76a680e-8844-4e92-acdc-8037b5c15aa6 /home btrfs subvol=@home 0 0
/dev/disk/by-uuid/e76a680e-8844-4e92-acdc-8037b5c15aa6 /home/alex/.cache btrfs subvol=@alex_cache,noatime,autodefrag,uid=1000 0 0
/dev/disk/by-uuid/e76a680e-8844-4e92-acdc-8037b5c15aa6 /home/alex/.local/share/containers btrfs subvol=@alex_containers,noatime,autodefrag,uid=1000 0 0
/dev/disk/by-uuid/e76a680e-8844-4e92-acdc-8037b5c15aa6 /nix btrfs x-initrd.mount,subvol=@nix,noatime,autodefrag 0 0
/dev/disk/by-uuid/e76a680e-8844-4e92-acdc-8037b5c15aa6 /swap btrfs subvol=@swap,noatime 0 0
/dev/disk/by-uuid/e76a680e-8844-4e92-acdc-8037b5c15aa6 /var/lib/docker btrfs subvol=@root_docker,noatime,autodefrag,uid=1000 0 0
# Swap devices.
/swap/swapfile none swap defaults
# Do not modify this file! It was generated by ‘nixos-generate-config’
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
[...]
fileSystems."/home/alex/.cache" =
{ device = "/dev/disk/by-uuid/e76a680e-8844-4e92-acdc-8037b5c15aa6";
fsType = "btrfs";
options = [ "subvol=@alex_cache" ];
};
-- Boot 0e56a8ef13fa41d18242118ff4e48cec --
mars 17 12:33:31 toto systemd[1]: Mounting /home/alex/.cache...
mars 17 12:33:31 toto mount[925]: mount: /home/alex/.cache: wrong fs type, bad option, bad superblock on /dev/mapper/luks-7f99562e-6fdb-48af-915d-5ca988d73ec7, missing codepage or helper program, or other error.
mars 17 12:33:31 toto mount[925]: dmesg(1) may have more information after failed mount system call.
mars 17 12:33:31 toto systemd[1]: home-alex-.cache.mount: Mount process exited, code=exited, status=32/n/a
mars 17 12:33:31 toto systemd[1]: home-alex-.cache.mount: Failed with result 'exit-code'.
mars 17 12:33:31 toto systemd[1]: Failed to mount /home/alex/.cache.
mars 17 12:34:43 toto systemd[1]: Mounting /home/alex/.cache...
mars 17 12:34:43 toto mount[1102]: mount: /home/alex/.cache: wrong fs type, bad option, bad superblock on /dev/mapper/luks-7f99562e-6fdb-48af-915d-5ca988d73ec7, missing codepage or helper program, or other error.
mars 17 12:34:43 toto mount[1102]: dmesg(1) may have more information after failed mount system call.
mars 17 12:34:43 toto systemd[1]: home-alex-.cache.mount: Mount process exited, code=exited, status=32/n/a
mars 17 12:34:43 toto systemd[1]: home-alex-.cache.mount: Failed with result 'exit-code'.
mars 17 12:34:43 toto systemd[1]: Failed to mount /home/alex/.cache.
mars 17 12:34:59 toto systemd[1]: Mounting /home/alex/.cache...
mars 17 12:34:59 toto mount[1227]: mount: /home/alex/.cache: wrong fs type, bad option, bad superblock on /dev/mapper/luks-7f99562e-6fdb-48af-915d-5ca988d73ec7, missing codepage or helper program, or other error.
mars 17 12:34:59 toto mount[1227]: dmesg(1) may have more information after failed mount system call.
mars 17 12:34:59 toto systemd[1]: home-alex-.cache.mount: Mount process exited, code=exited, status=32/n/a
mars 17 12:34:59 toto systemd[1]: home-alex-.cache.mount: Failed with result 'exit-code'.
mars 17 12:34:59 toto systemd[1]: Failed to mount /home/alex/.cache.
2024-03-17T12:33:30+0100 toto kernel: Linux version 6.8.1 (nixbld@localhost) (gcc (GCC) 12.3.0, GNU ld (GNU Binutils) 2.40) #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar 15 18:19:29 UTC 2024
2024-03-17T12:33:30+0100 toto kernel: Command line: initrd=\efi\nixos\1d5qfsv0l8ak0jglms61r6vn23bdvyym-initrd-linux-6.8.1-initrd.efi init=/nix/store/zvbn623638pazyphn05dfs8f7zzrjfcb-nixos-system-toto-23.11.5408.8ac30a39abc5/init loglevel=4
2024-03-17T12:33:30+0100 toto kernel: BIOS-provided physical RAM map:
2024-03-17T12:33:30+0100 toto kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
2024-03-17T12:33:30+0100 toto kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
2024-03-17T12:33:30+0100 toto kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000965bafff] usable
2024-03-17T12:33:30+0100 toto kernel: BIOS-e820: [mem 0x00000000965bb000-0x000000009789efff] reserved
2024-03-17T12:33:30+0100 toto kernel: BIOS-e820: [mem 0x000000009789f000-0x0000000097a9efff] ACPI NVS
2024-03-17T12:33:30+0100 toto kernel: BIOS-e820: [mem 0x0000000097a9f000-0x0000000097b4efff] ACPI data
2024-03-17T12:33:30+0100 toto kernel: BIOS-e820: [mem 0x0000000097b4f000-0x0000000097b4ffff] usable
2024-03-17T12:33:30+0100 toto kernel: BIOS-e820: [mem 0x0000000097b50000-0x000000009e7fffff] reserved
2024-03-17T12:33:30+0100 toto kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
2024-03-17T12:33:30+0100 toto kernel: BIOS-e820: [mem 0x0000000100000000-0x000000045d7fffff] usable
2024-03-17T12:33:30+0100 toto kernel: NX (Execute Disable) protection: active
2024-03-17T12:33:30+0100 toto kernel: APIC: Static calls initialized
2024-03-17T12:33:30+0100 toto kernel: efi: EFI v2.7 by HP
2024-03-17T12:33:30+0100 toto kernel: efi: ACPI=0x97b4e000 ACPI 2.0=0x97b4e014 TPMFinalLog=0x97a4d000 SMBIOS=0x96d86000 ESRT=0x96d84198 MEMATTR=0x9264d018 RNG=0x97ac1f18 INITRD=0x84eb5f98 TPMEventLog=0x84eb0018
2024-03-17T12:33:30+0100 toto kernel: random: crng init done
2024-03-17T12:33:30+0100 toto kernel: efi: Remove mem53: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
2024-03-17T12:33:30+0100 toto kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
2024-03-17T12:33:30+0100 toto kernel: SMBIOS 3.2 present.
2024-03-17T12:33:30+0100 toto kernel: DMI: HP HP EliteBook 830 G7 Notebook PC/8723, BIOS S70 Ver. 01.08.20 03/12/2022
2024-03-17T12:33:30+0100 toto kernel: tsc: Detected 2200.000 MHz processor
2024-03-17T12:33:30+0100 toto kernel: tsc: Detected 2199.996 MHz TSC
2024-03-17T12:33:30+0100 toto kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
2024-03-17T12:33:30+0100 toto kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
2024-03-17T12:33:30+0100 toto kernel: last_pfn = 0x45d800 max_arch_pfn = 0x400000000
2024-03-17T12:33:30+0100 toto kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
2024-03-17T12:33:30+0100 toto kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
2024-03-17T12:33:30+0100 toto kernel: last_pfn = 0x97b50 max_arch_pfn = 0x400000000
2024-03-17T12:33:30+0100 toto kernel: esrt: Reserving ESRT space from 0x0000000096d84198 to 0x0000000096d84248.
2024-03-17T12:33:30+0100 toto kernel: Using GB pages for direct mapping
2024-03-17T12:33:30+0100 toto kernel: Secure boot disabled
2024-03-17T12:33:30+0100 toto kernel: RAMDISK: [mem 0x7ee3c000-0x80301fff]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Early table checksum verification disabled
2024-03-17T12:33:30+0100 toto kernel: ACPI: RSDP 0x0000000097B4E014 000024 (v02 HPQOEM)
2024-03-17T12:33:30+0100 toto kernel: ACPI: XSDT 0x0000000097AF8188 000154 (v01 HPQOEM SLIC-BPC 00000000 INTL 20160422)
2024-03-17T12:33:30+0100 toto kernel: ACPI: FACP 0x0000000097B4D000 000114 (v06 HPQOEM SLIC-BPC 00000000 HP 00000001)
2024-03-17T12:33:30+0100 toto kernel: ACPI: DSDT 0x0000000097B01000 02A836 (v02 HPQOEM 8723 00000000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: FACS 0x0000000097A46000 000040
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097B4C000 0002D7 (v01 HP NVTEC 00000001 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097B4B000 00012A (v02 HP ShmTable 00000001 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097B48000 0020AD (v02 CpuRef CpuSsdt 00003000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097B47000 000DF9 (v02 CtdpB CtdpB 00001000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097B3A000 00CE82 (v02 AcpiRe PLT_RTD3 00001000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: RTMA 0x0000000097B39000 00009E (v01 HP _HBMART_ 00001000 HP 00000001)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097B37000 001575 (v02 HP UcsiAcpi 00000001 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097B36000 0000FB (v02 HP UcsiCntr 00000001 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097B34000 001CD6 (v01 HP TABLETPC 00001000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: MSDM 0x0000000097B32000 000055 (v03 HPQOEM SLIC-BPC 00000000 HP 00000001)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SLIC 0x0000000097B31000 000176 (v01 HPQOEM SLIC-BPC 00000001 HP 00000001)
2024-03-17T12:33:30+0100 toto kernel: ACPI: WSMT 0x0000000097B30000 000028 (v01 HPQOEM 8723 00000001 HP 00000001)
2024-03-17T12:33:30+0100 toto kernel: ACPI: HPET 0x0000000097B2E000 000038 (v01 HPQOEM 8723 00000001 HP 00000001)
2024-03-17T12:33:30+0100 toto kernel: ACPI: APIC 0x0000000097B2D000 000164 (v04 HPQOEM 8723 00000001 HP 00000001)
2024-03-17T12:33:30+0100 toto kernel: ACPI: MCFG 0x0000000097B2C000 00003C (v01 HPQOEM 8723 00000001 HP 00000001)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097B00000 000746 (v02 HPQOEM PtidDevc 00001000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097AFF000 000848 (v02 HPQOEM HP_XHC_P 00000000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: NHLT 0x0000000097AFD000 001B27 (v00 INTEL CML 20170001 INTL 20160422)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097AF9000 003139 (v02 SaSsdt SaSsdt 00003000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: WSMT 0x0000000097AF7000 000028 (v01 INTEL CML 20170001 INTL 20160422)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097AF6000 0005FB (v02 INTEL Tpm2Tabl 00001000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: TPM2 0x0000000097AF5000 000034 (v04 INTEL CML 20170001 INTL 20160422)
2024-03-17T12:33:30+0100 toto kernel: ACPI: OEML 0x0000000097AF4000 000028 (v03 INTEL CML 20170001 INTL 20160422)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097AEE000 005E64 (v02 DptfTa DptfTabl 00001000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097AE5000 00755C (v01 HPQOEM MS-SSDT 00003000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: LPIT 0x0000000097B2F000 00005C (v01 INTEL CML 20170001 INTL 20160422)
2024-03-17T12:33:30+0100 toto kernel: ACPI: DMAR 0x0000000097AED000 0000C8 (v01 INTEL CML 00000002 INTL 01000013)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097ACC000 01890F (v02 HP HPTBT 00001000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097ACB000 00019B (v01 HP HPNBCONV 00001000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097ACA000 00057D (v01 HP INTTPL 00001000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097AC7000 002049 (v01 HP HPINNBWL 00001000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097AC6000 000032 (v01 HP HPCONDEV 00001000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097AC5000 000069 (v01 HP HPCAHWID 00001000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: ASF! 0x0000000097AC4000 0000A0 (v32 HPQOEM UYAMIHC 20170001 INTL 20160422)
2024-03-17T12:33:30+0100 toto kernel: ACPI: BGRT 0x0000000097AC3000 000038 (v01 INTEL CML 20170001 INTL 20160422)
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0x0000000097B33000 0002F9 (v02 HP PwrCtlEv 00000001 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: FPDT 0x0000000097AC2000 000044 (v01 INTEL CML 20170001 INTL 20160422)
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving FACP table memory at [mem 0x97b4d000-0x97b4d113]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving DSDT table memory at [mem 0x97b01000-0x97b2b835]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving FACS table memory at [mem 0x97a46000-0x97a4603f]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97b4c000-0x97b4c2d6]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97b4b000-0x97b4b129]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97b48000-0x97b4a0ac]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97b47000-0x97b47df8]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97b3a000-0x97b46e81]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving RTMA table memory at [mem 0x97b39000-0x97b3909d]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97b37000-0x97b38574]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97b36000-0x97b360fa]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97b34000-0x97b35cd5]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving MSDM table memory at [mem 0x97b32000-0x97b32054]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SLIC table memory at [mem 0x97b31000-0x97b31175]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving WSMT table memory at [mem 0x97b30000-0x97b30027]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving HPET table memory at [mem 0x97b2e000-0x97b2e037]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving APIC table memory at [mem 0x97b2d000-0x97b2d163]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving MCFG table memory at [mem 0x97b2c000-0x97b2c03b]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97b00000-0x97b00745]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97aff000-0x97aff847]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving NHLT table memory at [mem 0x97afd000-0x97afeb26]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97af9000-0x97afc138]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving WSMT table memory at [mem 0x97af7000-0x97af7027]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97af6000-0x97af65fa]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving TPM2 table memory at [mem 0x97af5000-0x97af5033]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving OEML table memory at [mem 0x97af4000-0x97af4027]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97aee000-0x97af3e63]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97ae5000-0x97aec55b]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving LPIT table memory at [mem 0x97b2f000-0x97b2f05b]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving DMAR table memory at [mem 0x97aed000-0x97aed0c7]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97acc000-0x97ae490e]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97acb000-0x97acb19a]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97aca000-0x97aca57c]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97ac7000-0x97ac9048]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97ac6000-0x97ac6031]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97ac5000-0x97ac5068]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving ASF! table memory at [mem 0x97ac4000-0x97ac409f]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving BGRT table memory at [mem 0x97ac3000-0x97ac3037]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving SSDT table memory at [mem 0x97b33000-0x97b332f8]
2024-03-17T12:33:30+0100 toto kernel: ACPI: Reserving FPDT table memory at [mem 0x97ac2000-0x97ac2043]
2024-03-17T12:33:30+0100 toto kernel: No NUMA configuration found
2024-03-17T12:33:30+0100 toto kernel: Faking a node at [mem 0x0000000000000000-0x000000045d7fffff]
2024-03-17T12:33:30+0100 toto kernel: NODE_DATA(0) allocated [mem 0x45d7f8000-0x45d7fdfff]
2024-03-17T12:33:30+0100 toto kernel: Zone ranges:
2024-03-17T12:33:30+0100 toto kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
2024-03-17T12:33:30+0100 toto kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
2024-03-17T12:33:30+0100 toto kernel: Normal [mem 0x0000000100000000-0x000000045d7fffff]
2024-03-17T12:33:30+0100 toto kernel: Device empty
2024-03-17T12:33:30+0100 toto kernel: Movable zone start for each node
2024-03-17T12:33:30+0100 toto kernel: Early memory node ranges
2024-03-17T12:33:30+0100 toto kernel: node 0: [mem 0x0000000000001000-0x000000000009efff]
2024-03-17T12:33:30+0100 toto kernel: node 0: [mem 0x0000000000100000-0x00000000965bafff]
2024-03-17T12:33:30+0100 toto kernel: node 0: [mem 0x0000000097b4f000-0x0000000097b4ffff]
2024-03-17T12:33:30+0100 toto kernel: node 0: [mem 0x0000000100000000-0x000000045d7fffff]
2024-03-17T12:33:30+0100 toto kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000045d7fffff]
2024-03-17T12:33:30+0100 toto kernel: On node 0, zone DMA: 1 pages in unavailable ranges
2024-03-17T12:33:30+0100 toto kernel: On node 0, zone DMA: 97 pages in unavailable ranges
2024-03-17T12:33:30+0100 toto kernel: On node 0, zone DMA32: 5524 pages in unavailable ranges
2024-03-17T12:33:30+0100 toto kernel: On node 0, zone Normal: 1200 pages in unavailable ranges
2024-03-17T12:33:30+0100 toto kernel: On node 0, zone Normal: 10240 pages in unavailable ranges
2024-03-17T12:33:30+0100 toto kernel: Reserving Intel graphics memory at [mem 0x9c800000-0x9e7fffff]
2024-03-17T12:33:30+0100 toto kernel: ACPI: PM-Timer IO Port: 0x1808
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
2024-03-17T12:33:30+0100 toto kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
2024-03-17T12:33:30+0100 toto kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
2024-03-17T12:33:30+0100 toto kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
2024-03-17T12:33:30+0100 toto kernel: ACPI: Using ACPI (MADT) for SMP configuration information
2024-03-17T12:33:30+0100 toto kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
2024-03-17T12:33:30+0100 toto kernel: e820: update [mem 0x8ddeb000-0x8de33fff] usable ==> reserved
2024-03-17T12:33:30+0100 toto kernel: TSC deadline timer available
2024-03-17T12:33:30+0100 toto kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
2024-03-17T12:33:30+0100 toto kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
2024-03-17T12:33:30+0100 toto kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
2024-03-17T12:33:30+0100 toto kernel: PM: hibernation: Registered nosave memory: [mem 0x8ddeb000-0x8de33fff]
2024-03-17T12:33:30+0100 toto kernel: PM: hibernation: Registered nosave memory: [mem 0x965bb000-0x9789efff]
2024-03-17T12:33:30+0100 toto kernel: PM: hibernation: Registered nosave memory: [mem 0x9789f000-0x97a9efff]
2024-03-17T12:33:30+0100 toto kernel: PM: hibernation: Registered nosave memory: [mem 0x97a9f000-0x97b4efff]
2024-03-17T12:33:30+0100 toto kernel: PM: hibernation: Registered nosave memory: [mem 0x97b50000-0x9e7fffff]
2024-03-17T12:33:30+0100 toto kernel: PM: hibernation: Registered nosave memory: [mem 0x9e800000-0xffffffff]
2024-03-17T12:33:30+0100 toto kernel: [mem 0x9e800000-0xffffffff] available for PCI devices
2024-03-17T12:33:30+0100 toto kernel: Booting paravirtualized kernel on bare hardware
2024-03-17T12:33:30+0100 toto kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
2024-03-17T12:33:30+0100 toto kernel: setup_percpu: NR_CPUS:384 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
2024-03-17T12:33:30+0100 toto kernel: percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288
2024-03-17T12:33:30+0100 toto kernel: pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152
2024-03-17T12:33:30+0100 toto kernel: pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7
2024-03-17T12:33:30+0100 toto kernel: Kernel command line: initrd=\efi\nixos\1d5qfsv0l8ak0jglms61r6vn23bdvyym-initrd-linux-6.8.1-initrd.efi init=/nix/store/zvbn623638pazyphn05dfs8f7zzrjfcb-nixos-system-toto-23.11.5408.8ac30a39abc5/init loglevel=4
2024-03-17T12:33:30+0100 toto kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
2024-03-17T12:33:30+0100 toto kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
2024-03-17T12:33:30+0100 toto kernel: Fallback order for Node 0: 0
2024-03-17T12:33:30+0100 toto kernel: Built 1 zonelists, mobility grouping on. Total pages: 4079557
2024-03-17T12:33:30+0100 toto kernel: Policy zone: Normal
2024-03-17T12:33:30+0100 toto kernel: mem auto-init: stack:all(zero), heap alloc:off, heap free:off
2024-03-17T12:33:30+0100 toto kernel: software IO TLB: area num 8.
2024-03-17T12:33:30+0100 toto kernel: Memory: 16028344K/16577896K available (14336K kernel code, 2321K rwdata, 9464K rodata, 3020K init, 2868K bss, 549292K reserved, 0K cma-reserved)
2024-03-17T12:33:30+0100 toto kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
2024-03-17T12:33:30+0100 toto kernel: ftrace: allocating 40396 entries in 158 pages
2024-03-17T12:33:30+0100 toto kernel: ftrace: allocated 158 pages with 5 groups
2024-03-17T12:33:30+0100 toto kernel: Dynamic Preempt: voluntary
2024-03-17T12:33:30+0100 toto kernel: rcu: Preemptible hierarchical RCU implementation.
2024-03-17T12:33:30+0100 toto kernel: rcu: RCU event tracing is enabled.
2024-03-17T12:33:30+0100 toto kernel: rcu: RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=8.
2024-03-17T12:33:30+0100 toto kernel: Trampoline variant of Tasks RCU enabled.
2024-03-17T12:33:30+0100 toto kernel: Rude variant of Tasks RCU enabled.
2024-03-17T12:33:30+0100 toto kernel: Tracing variant of Tasks RCU enabled.
2024-03-17T12:33:30+0100 toto kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
2024-03-17T12:33:30+0100 toto kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
2024-03-17T12:33:30+0100 toto kernel: NR_IRQS: 24832, nr_irqs: 2048, preallocated irqs: 16
2024-03-17T12:33:30+0100 toto kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
2024-03-17T12:33:30+0100 toto kernel: Console: colour dummy device 80x25
2024-03-17T12:33:30+0100 toto kernel: printk: legacy console [tty0] enabled
2024-03-17T12:33:30+0100 toto kernel: ACPI: Core revision 20230628
2024-03-17T12:33:30+0100 toto kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
2024-03-17T12:33:30+0100 toto kernel: APIC: Switch to symmetric I/O mode setup
2024-03-17T12:33:30+0100 toto kernel: DMAR: Host address width 39
2024-03-17T12:33:30+0100 toto kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
2024-03-17T12:33:30+0100 toto kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
2024-03-17T12:33:30+0100 toto kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
2024-03-17T12:33:30+0100 toto kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
2024-03-17T12:33:30+0100 toto kernel: DMAR: RMRR base: 0x0000009772c000 end: 0x0000009774bfff
2024-03-17T12:33:30+0100 toto kernel: DMAR: RMRR base: 0x0000009c000000 end: 0x0000009e7fffff
2024-03-17T12:33:30+0100 toto kernel: DMAR: RMRR base: 0x00000097792000 end: 0x00000097811fff
2024-03-17T12:33:30+0100 toto kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
2024-03-17T12:33:30+0100 toto kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
2024-03-17T12:33:30+0100 toto kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
2024-03-17T12:33:30+0100 toto kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
2024-03-17T12:33:30+0100 toto kernel: x2apic enabled
2024-03-17T12:33:30+0100 toto kernel: APIC: Switched APIC routing to: cluster x2apic
2024-03-17T12:33:30+0100 toto kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
2024-03-17T12:33:30+0100 toto kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fb62f12e8c, max_idle_ns: 440795238402 ns
2024-03-17T12:33:30+0100 toto kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4399.99 BogoMIPS (lpj=2199996)
2024-03-17T12:33:30+0100 toto kernel: x86/cpu: SGX disabled by BIOS.
2024-03-17T12:33:30+0100 toto kernel: CPU0: Thermal monitoring enabled (TM1)
2024-03-17T12:33:30+0100 toto kernel: process: using mwait in idle threads
2024-03-17T12:33:30+0100 toto kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
2024-03-17T12:33:30+0100 toto kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
2024-03-17T12:33:30+0100 toto kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
2024-03-17T12:33:30+0100 toto kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
2024-03-17T12:33:30+0100 toto kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
2024-03-17T12:33:30+0100 toto kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
2024-03-17T12:33:30+0100 toto kernel: RETBleed: Mitigation: Enhanced IBRS
2024-03-17T12:33:30+0100 toto kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
2024-03-17T12:33:30+0100 toto kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
2024-03-17T12:33:30+0100 toto kernel: TAA: Mitigation: TSX disabled
2024-03-17T12:33:30+0100 toto kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
2024-03-17T12:33:30+0100 toto kernel: SRBDS: Mitigation: Microcode
2024-03-17T12:33:30+0100 toto kernel: GDS: Mitigation: Microcode
2024-03-17T12:33:30+0100 toto kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
2024-03-17T12:33:30+0100 toto kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
2024-03-17T12:33:30+0100 toto kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
2024-03-17T12:33:30+0100 toto kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
2024-03-17T12:33:30+0100 toto kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
2024-03-17T12:33:30+0100 toto kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
2024-03-17T12:33:30+0100 toto kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
2024-03-17T12:33:30+0100 toto kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
2024-03-17T12:33:30+0100 toto kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
2024-03-17T12:33:30+0100 toto kernel: Freeing SMP alternatives memory: 36K
2024-03-17T12:33:30+0100 toto kernel: pid_max: default: 32768 minimum: 301
2024-03-17T12:33:30+0100 toto kernel: LSM: initializing lsm=capability,landlock,yama,selinux,bpf,integrity
2024-03-17T12:33:30+0100 toto kernel: landlock: Up and running.
2024-03-17T12:33:30+0100 toto kernel: Yama: becoming mindful.
2024-03-17T12:33:30+0100 toto kernel: SELinux: Initializing.
2024-03-17T12:33:30+0100 toto kernel: LSM support for eBPF active
2024-03-17T12:33:30+0100 toto kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
2024-03-17T12:33:30+0100 toto kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
2024-03-17T12:33:30+0100 toto kernel: smpboot: CPU0: Intel(R) Core(TM) i5-10310U CPU @ 1.70GHz (family: 0x6, model: 0x8e, stepping: 0xc)
2024-03-17T12:33:30+0100 toto kernel: RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
2024-03-17T12:33:30+0100 toto kernel: RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
2024-03-17T12:33:30+0100 toto kernel: RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
2024-03-17T12:33:30+0100 toto kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
2024-03-17T12:33:30+0100 toto kernel: ... version: 4
2024-03-17T12:33:30+0100 toto kernel: ... bit width: 48
2024-03-17T12:33:30+0100 toto kernel: ... generic registers: 4
2024-03-17T12:33:30+0100 toto kernel: ... value mask: 0000ffffffffffff
2024-03-17T12:33:30+0100 toto kernel: ... max period: 00007fffffffffff
2024-03-17T12:33:30+0100 toto kernel: ... fixed-purpose events: 3
2024-03-17T12:33:30+0100 toto kernel: ... event mask: 000000070000000f
2024-03-17T12:33:30+0100 toto kernel: signal: max sigframe size: 2032
2024-03-17T12:33:30+0100 toto kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1861
2024-03-17T12:33:30+0100 toto kernel: rcu: Hierarchical SRCU implementation.
2024-03-17T12:33:30+0100 toto kernel: rcu: Max phase no-delay instances is 400.
2024-03-17T12:33:30+0100 toto kernel: smp: Bringing up secondary CPUs ...
2024-03-17T12:33:30+0100 toto kernel: smpboot: x86: Booting SMP configuration:
2024-03-17T12:33:30+0100 toto kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
2024-03-17T12:33:30+0100 toto kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
2024-03-17T12:33:30+0100 toto kernel: smp: Brought up 1 node, 8 CPUs
2024-03-17T12:33:30+0100 toto kernel: smpboot: Max logical packages: 1
2024-03-17T12:33:30+0100 toto kernel: smpboot: Total of 8 processors activated (35199.93 BogoMIPS)
2024-03-17T12:33:30+0100 toto kernel: devtmpfs: initialized
2024-03-17T12:33:30+0100 toto kernel: x86/mm: Memory block size: 128MB
2024-03-17T12:33:30+0100 toto kernel: ACPI: PM: Registering ACPI NVS region [mem 0x9789f000-0x97a9efff] (2097152 bytes)
2024-03-17T12:33:30+0100 toto kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
2024-03-17T12:33:30+0100 toto kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
2024-03-17T12:33:30+0100 toto kernel: pinctrl core: initialized pinctrl subsystem
2024-03-17T12:33:30+0100 toto kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
2024-03-17T12:33:30+0100 toto kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
2024-03-17T12:33:30+0100 toto kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
2024-03-17T12:33:30+0100 toto kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
2024-03-17T12:33:30+0100 toto kernel: audit: initializing netlink subsys (disabled)
2024-03-17T12:33:30+0100 toto kernel: audit: type=2000 audit(1710675198.068:1): state=initialized audit_enabled=0 res=1
2024-03-17T12:33:30+0100 toto kernel: thermal_sys: Registered thermal governor 'bang_bang'
2024-03-17T12:33:30+0100 toto kernel: thermal_sys: Registered thermal governor 'step_wise'
2024-03-17T12:33:30+0100 toto kernel: thermal_sys: Registered thermal governor 'user_space'
2024-03-17T12:33:30+0100 toto kernel: cpuidle: using governor menu
2024-03-17T12:33:30+0100 toto kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
2024-03-17T12:33:30+0100 toto kernel: PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
2024-03-17T12:33:30+0100 toto kernel: PCI: not using ECAM ([mem 0xf0000000-0xf7ffffff] not reserved)
2024-03-17T12:33:30+0100 toto kernel: PCI: Using configuration type 1 for base access
2024-03-17T12:33:30+0100 toto kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
2024-03-17T12:33:30+0100 toto kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
2024-03-17T12:33:30+0100 toto kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
2024-03-17T12:33:30+0100 toto kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
2024-03-17T12:33:30+0100 toto kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
2024-03-17T12:33:30+0100 toto kernel: fbcon: Taking over console
2024-03-17T12:33:30+0100 toto kernel: ACPI: Added _OSI(Module Device)
2024-03-17T12:33:30+0100 toto kernel: ACPI: Added _OSI(Processor Device)
2024-03-17T12:33:30+0100 toto kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
2024-03-17T12:33:30+0100 toto kernel: ACPI: Added _OSI(Processor Aggregator Device)
2024-03-17T12:33:30+0100 toto kernel: ACPI: 22 ACPI AML tables successfully acquired and loaded
2024-03-17T12:33:30+0100 toto kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
2024-03-17T12:33:30+0100 toto kernel: ACPI: Dynamic OEM Table Load:
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0xFFFF918581E82000 000581 (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: Dynamic OEM Table Load:
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0xFFFF9185802F7900 0000FC (v02 PmRef Cpu0Psd 00003000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: Dynamic OEM Table Load:
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0xFFFF918581E82800 000778 (v02 PmRef ApIst 00003000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: Dynamic OEM Table Load:
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0xFFFF9185810AE800 0003D7 (v02 PmRef ApHwp 00003000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: Dynamic OEM Table Load:
2024-03-17T12:33:30+0100 toto kernel: ACPI: SSDT 0xFFFF918581E90000 000D22 (v02 PmRef ApPsd 00003000 INTL 20160527)
2024-03-17T12:33:30+0100 toto kernel: ACPI: _OSC evaluated successfully for all CPUs
2024-03-17T12:33:30+0100 toto kernel: ACPI: EC: EC started
2024-03-17T12:33:30+0100 toto kernel: ACPI: EC: interrupt blocked
2024-03-17T12:33:30+0100 toto kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
2024-03-17T12:33:30+0100 toto kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
2024-03-17T12:33:30+0100 toto kernel: ACPI: Interpreter enabled
2024-03-17T12:33:30+0100 toto kernel: ACPI: PM: (supports S0 S3 S4 S5)
2024-03-17T12:33:30+0100 toto kernel: ACPI: Using IOAPIC for interrupt routing
2024-03-17T12:33:30+0100 toto kernel: PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
2024-03-17T12:33:30+0100 toto kernel: PCI: ECAM [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
2024-03-17T12:33:30+0100 toto kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
2024-03-17T12:33:30+0100 toto kernel: PCI: Using E820 reservations for host bridge windows
2024-03-17T12:33:30+0100 toto kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
2024-03-17T12:33:30+0100 toto kernel: ACPI: \_SB_.PCI0.XHC_.RHUB.HS10.BTPR: New power resource
2024-03-17T12:33:30+0100 toto kernel: ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
2024-03-17T12:33:30+0100 toto kernel: ACPI: \_SB_.PCI0.RP05.PXP_: New power resource
2024-03-17T12:33:30+0100 toto kernel: ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
2024-03-17T12:33:30+0100 toto kernel: ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
2024-03-17T12:33:30+0100 toto kernel: ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
2024-03-17T12:33:30+0100 toto kernel: ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
2024-03-17T12:33:30+0100 toto kernel: ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
2024-03-17T12:33:30+0100 toto kernel: ACPI: \PIN_: New power resource
2024-03-17T12:33:30+0100 toto kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
2024-03-17T12:33:30+0100 toto kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
2024-03-17T12:33:30+0100 toto kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
2024-03-17T12:33:30+0100 toto kernel: PCI host bridge to bus 0000:00
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:00: root bus resource [mem 0x9e800000-0xefffffff window]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfdffffff window]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:00: root bus resource [bus 00-7e]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:00.0: [8086:9b61] type 00 class 0x060000 conventional PCI endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:02.0: [8086:9b41] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:02.0: BAR 0 [mem 0xdf000000-0xdfffffff 64bit]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff 64bit pref]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:02.0: BAR 4 [io 0x3000-0x303f]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:04.0: BAR 0 [mem 0x404a100000-0x404a107fff 64bit]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000 conventional PCI endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:12.0: BAR 0 [mem 0x404a113000-0x404a113fff 64bit]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:13.0: [8086:02fc] type 00 class 0x070000 conventional PCI endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:13.0: BAR 0 [mem 0x404a10c000-0x404a10dfff 64bit]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:13.0: PME# supported from D0 D3hot
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330 conventional PCI endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:14.0: BAR 0 [mem 0xe0100000-0xe010ffff 64bit]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000 conventional PCI endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:14.2: BAR 0 [mem 0xe0114000-0xe0115fff 64bit]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:14.2: BAR 2 [mem 0x404a112000-0x404a112fff 64bit]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:14.3: [8086:02f0] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:14.3: BAR 0 [mem 0xe0110000-0xe0113fff 64bit]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000 conventional PCI endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:15.1: [8086:02e9] type 00 class 0x0c8000 conventional PCI endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:16.0: [8086:02e0] type 00 class 0x078000 conventional PCI endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:16.0: BAR 0 [mem 0x404a10f000-0x404a10ffff 64bit]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:16.0: PME# supported from D3hot
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1c.0: [8086:02bc] type 01 class 0x060400 PCIe Root Port
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1c.0: PCI bridge to [bus 01-6a]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1c.0: bridge window [mem 0xb0000000-0xde0fffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1c.0: bridge window [mem 0x4000000000-0x4049ffffff 64bit pref]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1d.0: [8086:02b0] type 01 class 0x060400 PCIe Root Port
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1d.0: PCI bridge to [bus 6b]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1d.0: bridge window [mem 0xe0000000-0xe00fffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100 conventional PCI endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040100 conventional PCI endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1f.3: BAR 0 [mem 0x404a108000-0x404a10bfff 64bit]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1f.3: BAR 4 [mem 0x404a000000-0x404a0fffff 64bit]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500 conventional PCI endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1f.4: BAR 0 [mem 0x404a10e000-0x404a10e0ff 64bit]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000 conventional PCI endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:01:00.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Upstream Port
2024-03-17T12:33:30+0100 toto kernel: pci 0000:01:00.0: PCI bridge to [bus 02-6a]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:01:00.0: bridge window [mem 0xb0000000-0xddffffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:01:00.0: bridge window [mem 0x4000000000-0x4049ffffff 64bit pref]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:01:00.0: enabling Extended Tags
2024-03-17T12:33:30+0100 toto kernel: pci 0000:01:00.0: supports D1 D2
2024-03-17T12:33:30+0100 toto kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1c.0: PCI bridge to [bus 01-6a]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:00.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:00.0: bridge window [mem 0xddf00000-0xddffffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:00.0: enabling Extended Tags
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:00.0: supports D1 D2
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:01.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:01.0: PCI bridge to [bus 04-36]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:01.0: bridge window [mem 0xc7000000-0xddefffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:01.0: bridge window [mem 0x4025000000-0x4049ffffff 64bit pref]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:01.0: enabling Extended Tags
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:01.0: supports D1 D2
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:02.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:02.0: PCI bridge to [bus 37]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:02.0: bridge window [mem 0xc6f00000-0xc6ffffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:02.0: enabling Extended Tags
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:02.0: supports D1 D2
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:04.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:04.0: PCI bridge to [bus 38-6a]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:04.0: bridge window [mem 0xb0000000-0xc6efffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:04.0: bridge window [mem 0x4000000000-0x4024ffffff 64bit pref]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:04.0: enabling Extended Tags
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:04.0: supports D1 D2
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:04.0: PME# supported from D0 D1 D2 D3hot D3cold
2024-03-17T12:33:30+0100 toto kernel: pci 0000:01:00.0: PCI bridge to [bus 02-6a]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:03:00.0: [8086:15eb] type 00 class 0x088000 PCIe Endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:03:00.0: BAR 0 [mem 0xddf00000-0xddf3ffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:03:00.0: BAR 1 [mem 0xddf40000-0xddf40fff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:03:00.0: enabling Extended Tags
2024-03-17T12:33:30+0100 toto kernel: pci 0000:03:00.0: supports D1 D2
2024-03-17T12:33:30+0100 toto kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:01.0: PCI bridge to [bus 04-36]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:37:00.0: [8086:15ec] type 00 class 0x0c0330 PCIe Endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:37:00.0: BAR 0 [mem 0xc6f00000-0xc6f0ffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:37:00.0: enabling Extended Tags
2024-03-17T12:33:30+0100 toto kernel: pci 0000:37:00.0: supports D1 D2
2024-03-17T12:33:30+0100 toto kernel: pci 0000:37:00.0: PME# supported from D0 D1 D2 D3hot D3cold
2024-03-17T12:33:30+0100 toto kernel: pci 0000:37:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:02:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:02.0: PCI bridge to [bus 37]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:04.0: PCI bridge to [bus 38-6a]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:6b:00.0: [144d:a809] type 00 class 0x010802 PCIe Endpoint
2024-03-17T12:33:30+0100 toto kernel: pci 0000:6b:00.0: BAR 0 [mem 0xe0000000-0xe0003fff 64bit]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1d.0: PCI bridge to [bus 6b]
2024-03-17T12:33:30+0100 toto kernel: Low-power S0 idle used by default for system suspend
2024-03-17T12:33:30+0100 toto kernel: ACPI: EC: interrupt unblocked
2024-03-17T12:33:30+0100 toto kernel: ACPI: EC: event unblocked
2024-03-17T12:33:30+0100 toto kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
2024-03-17T12:33:30+0100 toto kernel: ACPI: EC: GPE=0x6e
2024-03-17T12:33:30+0100 toto kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
2024-03-17T12:33:30+0100 toto kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
2024-03-17T12:33:30+0100 toto kernel: iommu: Default domain type: Translated
2024-03-17T12:33:30+0100 toto kernel: iommu: DMA domain TLB invalidation policy: lazy mode
2024-03-17T12:33:30+0100 toto kernel: efivars: Registered efivars operations
2024-03-17T12:33:30+0100 toto kernel: NetLabel: Initializing
2024-03-17T12:33:30+0100 toto kernel: NetLabel: domain hash size = 128
2024-03-17T12:33:30+0100 toto kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
2024-03-17T12:33:30+0100 toto kernel: NetLabel: unlabeled traffic allowed by default
2024-03-17T12:33:30+0100 toto kernel: PCI: Using ACPI for IRQ routing
2024-03-17T12:33:30+0100 toto kernel: PCI: pci_cache_line_size set to 64 bytes
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
2024-03-17T12:33:30+0100 toto kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
2024-03-17T12:33:30+0100 toto kernel: e820: reserve RAM buffer [mem 0x8ddeb000-0x8fffffff]
2024-03-17T12:33:30+0100 toto kernel: e820: reserve RAM buffer [mem 0x965bb000-0x97ffffff]
2024-03-17T12:33:30+0100 toto kernel: e820: reserve RAM buffer [mem 0x97b50000-0x97ffffff]
2024-03-17T12:33:30+0100 toto kernel: e820: reserve RAM buffer [mem 0x45d800000-0x45fffffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:02.0: vgaarb: bridge control possible
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
2024-03-17T12:33:30+0100 toto kernel: vgaarb: loaded
2024-03-17T12:33:30+0100 toto kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
2024-03-17T12:33:30+0100 toto kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
2024-03-17T12:33:30+0100 toto kernel: clocksource: Switched to clocksource tsc-early
2024-03-17T12:33:30+0100 toto kernel: VFS: Disk quotas dquot_6.6.0
2024-03-17T12:33:30+0100 toto kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
2024-03-17T12:33:30+0100 toto kernel: pnp: PnP ACPI init
2024-03-17T12:33:30+0100 toto kernel: system 00:00: [io 0x1800-0x18fe] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:00: [mem 0xfd000000-0xfd69ffff] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:00: [mem 0xfd6b0000-0xfd6cffff] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:00: [mem 0xfd6f0000-0xfdffffff] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:00: [mem 0xfe200000-0xfe7fffff] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:00: [mem 0xff000000-0xffffffff] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:01: [io 0x2000-0x20fe] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:02: [io 0x0680-0x069f] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:02: [io 0x164e-0x164f] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:04: [io 0x1854-0x1857] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:06: [io 0x0200-0x027f] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:06: [mem 0xfedf0000-0xfedfffff] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:07: [mem 0xfee00000-0xfeefffff] has been reserved
2024-03-17T12:33:30+0100 toto kernel: system 00:08: [mem 0xfe038000-0xfe038fff] has been reserved
2024-03-17T12:33:30+0100 toto kernel: pnp: PnP ACPI: found 9 devices
2024-03-17T12:33:30+0100 toto kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
2024-03-17T12:33:30+0100 toto kernel: NET: Registered PF_INET protocol family
2024-03-17T12:33:30+0100 toto kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
2024-03-17T12:33:30+0100 toto kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
2024-03-17T12:33:30+0100 toto kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
2024-03-17T12:33:30+0100 toto kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
2024-03-17T12:33:30+0100 toto kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
2024-03-17T12:33:30+0100 toto kernel: TCP: Hash tables configured (established 131072 bind 65536)
2024-03-17T12:33:30+0100 toto kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
2024-03-17T12:33:30+0100 toto kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
2024-03-17T12:33:30+0100 toto kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
2024-03-17T12:33:30+0100 toto kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
2024-03-17T12:33:30+0100 toto kernel: NET: Registered PF_XDP protocol family
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:01.0: bridge window [io 0x1000-0x0fff] to [bus 04-36] add_size 1000
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:04.0: bridge window [io 0x1000-0x0fff] to [bus 38-6a] add_size 1000
2024-03-17T12:33:30+0100 toto kernel: pci 0000:01:00.0: bridge window [io 0x1000-0x0fff] to [bus 02-6a] add_size 2000
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01-6a] add_size 3000
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:15.0: BAR 0 [mem 0x404a110000-0x404a110fff 64bit]: assigned
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:15.1: BAR 0 [mem 0x404a111000-0x404a111fff 64bit]: assigned
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1c.0: bridge window [io 0x4000-0x6fff]: assigned
2024-03-17T12:33:30+0100 toto kernel: resource: avoiding allocation from e820 entry [mem 0x0009f000-0x000fffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1f.5: BAR 0 [mem 0x9e800000-0x9e800fff]: assigned
2024-03-17T12:33:30+0100 toto kernel: pci 0000:01:00.0: bridge window [io 0x4000-0x5fff]: assigned
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:01.0: bridge window [io 0x4000-0x4fff]: assigned
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:04.0: bridge window [io 0x5000-0x5fff]: assigned
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:00.0: bridge window [mem 0xddf00000-0xddffffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:01.0: PCI bridge to [bus 04-36]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:01.0: bridge window [io 0x4000-0x4fff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:01.0: bridge window [mem 0xc7000000-0xddefffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:01.0: bridge window [mem 0x4025000000-0x4049ffffff 64bit pref]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:02.0: PCI bridge to [bus 37]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:02.0: bridge window [mem 0xc6f00000-0xc6ffffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:04.0: PCI bridge to [bus 38-6a]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:04.0: bridge window [io 0x5000-0x5fff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:04.0: bridge window [mem 0xb0000000-0xc6efffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:02:04.0: bridge window [mem 0x4000000000-0x4024ffffff 64bit pref]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:01:00.0: PCI bridge to [bus 02-6a]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:01:00.0: bridge window [io 0x4000-0x5fff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:01:00.0: bridge window [mem 0xb0000000-0xddffffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:01:00.0: bridge window [mem 0x4000000000-0x4049ffffff 64bit pref]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1c.0: PCI bridge to [bus 01-6a]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1c.0: bridge window [io 0x4000-0x6fff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1c.0: bridge window [mem 0xb0000000-0xde0fffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1c.0: bridge window [mem 0x4000000000-0x4049ffffff 64bit pref]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1d.0: PCI bridge to [bus 6b]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:00:1d.0: bridge window [mem 0xe0000000-0xe00fffff]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:00: resource 7 [mem 0x9e800000-0xefffffff window]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:00: resource 9 [mem 0xfc800000-0xfdffffff window]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:01: resource 0 [io 0x4000-0x6fff]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:01: resource 1 [mem 0xb0000000-0xde0fffff]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:01: resource 2 [mem 0x4000000000-0x4049ffffff 64bit pref]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:02: resource 0 [io 0x4000-0x5fff]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:02: resource 1 [mem 0xb0000000-0xddffffff]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:02: resource 2 [mem 0x4000000000-0x4049ffffff 64bit pref]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:03: resource 1 [mem 0xddf00000-0xddffffff]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:04: resource 0 [io 0x4000-0x4fff]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:04: resource 1 [mem 0xc7000000-0xddefffff]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:04: resource 2 [mem 0x4025000000-0x4049ffffff 64bit pref]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:37: resource 1 [mem 0xc6f00000-0xc6ffffff]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:38: resource 0 [io 0x5000-0x5fff]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:38: resource 1 [mem 0xb0000000-0xc6efffff]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:38: resource 2 [mem 0x4000000000-0x4024ffffff 64bit pref]
2024-03-17T12:33:30+0100 toto kernel: pci_bus 0000:6b: resource 1 [mem 0xe0000000-0xe00fffff]
2024-03-17T12:33:30+0100 toto kernel: pci 0000:37:00.0: enabling device (0000 -> 0002)
2024-03-17T12:33:30+0100 toto kernel: PCI: CLS 0 bytes, default 64
2024-03-17T12:33:30+0100 toto kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
2024-03-17T12:33:30+0100 toto kernel: software IO TLB: mapped [mem 0x0000000089deb000-0x000000008ddeb000] (64MB)
2024-03-17T12:33:30+0100 toto kernel: Trying to unpack rootfs image as initramfs...
2024-03-17T12:33:30+0100 toto kernel: Initialise system trusted keyrings
2024-03-17T12:33:30+0100 toto kernel: workingset: timestamp_bits=40 max_order=22 bucket_order=0
2024-03-17T12:33:30+0100 toto kernel: zbud: loaded
2024-03-17T12:33:30+0100 toto kernel: Key type asymmetric registered
2024-03-17T12:33:30+0100 toto kernel: Asymmetric key parser 'x509' registered
2024-03-17T12:33:30+0100 toto kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
2024-03-17T12:33:30+0100 toto kernel: io scheduler mq-deadline registered
2024-03-17T12:33:30+0100 toto kernel: io scheduler kyber registered
2024-03-17T12:33:30+0100 toto kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
2024-03-17T12:33:30+0100 toto kernel: pcieport 0000:00:1c.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
2024-03-17T12:33:30+0100 toto kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
2024-03-17T12:33:30+0100 toto kernel: pcieport 0000:02:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
2024-03-17T12:33:30+0100 toto kernel: pcieport 0000:02:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
2024-03-17T12:33:30+0100 toto kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
2024-03-17T12:33:30+0100 toto kernel: intel_pstate: Intel P-state driver initializing
2024-03-17T12:33:30+0100 toto kernel: intel_pstate: HWP enabled
2024-03-17T12:33:30+0100 toto kernel: efifb: probing for efifb
2024-03-17T12:33:30+0100 toto kernel: efifb: showing boot graphics
2024-03-17T12:33:30+0100 toto kernel: efifb: framebuffer at 0xa0000000, using 8100k, total 8100k
2024-03-17T12:33:30+0100 toto kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
2024-03-17T12:33:30+0100 toto kernel: efifb: scrolling: redraw
2024-03-17T12:33:30+0100 toto kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
2024-03-17T12:33:30+0100 toto kernel: Console: switching to colour frame buffer device 240x67
2024-03-17T12:33:30+0100 toto kernel: fb0: EFI VGA frame buffer device
2024-03-17T12:33:30+0100 toto kernel: drop_monitor: Initializing network drop monitor service
2024-03-17T12:33:30+0100 toto kernel: NET: Registered PF_INET6 protocol family
2024-03-17T12:33:30+0100 toto kernel: Freeing initrd memory: 21272K
2024-03-17T12:33:30+0100 toto kernel: Segment Routing with IPv6
2024-03-17T12:33:30+0100 toto kernel: In-situ OAM (IOAM) with IPv6
2024-03-17T12:33:30+0100 toto kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
2024-03-17T12:33:30+0100 toto kernel: microcode: Current revision: 0x000000f8
2024-03-17T12:33:30+0100 toto kernel: microcode: Updated early from: 0x000000ec
2024-03-17T12:33:30+0100 toto kernel: IPI shorthand broadcast: enabled
2024-03-17T12:33:30+0100 toto kernel: sched_clock: Marking stable (697001029, 6331678)->(714755708, -11423001)
2024-03-17T12:33:30+0100 toto kernel: registered taskstats version 1
2024-03-17T12:33:30+0100 toto kernel: Loading compiled-in X.509 certificates
2024-03-17T12:33:30+0100 toto kernel: Key type .fscrypt registered
2024-03-17T12:33:30+0100 toto kernel: Key type fscrypt-provisioning registered
2024-03-17T12:33:30+0100 toto kernel: clk: Disabling unused clocks
2024-03-17T12:33:30+0100 toto kernel: Freeing unused decrypted memory: 2028K
2024-03-17T12:33:30+0100 toto kernel: Freeing unused kernel image (initmem) memory: 3020K
2024-03-17T12:33:30+0100 toto kernel: Write protecting the kernel read-only data: 24576k
2024-03-17T12:33:30+0100 toto kernel: Freeing unused kernel image (rodata/data gap) memory: 776K
2024-03-17T12:33:30+0100 toto kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
2024-03-17T12:33:30+0100 toto kernel: Run /init as init process
2024-03-17T12:33:30+0100 toto kernel: with arguments:
2024-03-17T12:33:30+0100 toto kernel: /init
2024-03-17T12:33:30+0100 toto kernel: with environment:
2024-03-17T12:33:30+0100 toto kernel: HOME=/
2024-03-17T12:33:30+0100 toto kernel: TERM=linux
2024-03-17T12:33:30+0100 toto stage-1-init: [Sun Mar 17 11:33:18 UTC 2024] loading module btrfs...
2024-03-17T12:33:30+0100 toto kernel: raid6: avx2x4 gen() 38078 MB/s
2024-03-17T12:33:30+0100 toto kernel: raid6: avx2x2 gen() 39202 MB/s
2024-03-17T12:33:30+0100 toto kernel: raid6: avx2x1 gen() 34838 MB/s
2024-03-17T12:33:30+0100 toto kernel: raid6: using algorithm avx2x2 gen() 39202 MB/s
2024-03-17T12:33:30+0100 toto kernel: raid6: .... xor() 26537 MB/s, rmw enabled
2024-03-17T12:33:30+0100 toto kernel: raid6: using avx2x2 recovery algorithm
2024-03-17T12:33:30+0100 toto kernel: xor: automatically using best checksumming function avx
2024-03-17T12:33:30+0100 toto kernel: Btrfs loaded, zoned=no, fsverity=no
2024-03-17T12:33:30+0100 toto stage-1-init: [Sun Mar 17 11:33:18 UTC 2024] loading module dm_mod...
2024-03-17T12:33:30+0100 toto kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
2024-03-17T12:33:30+0100 toto stage-1-init: [Sun Mar 17 11:33:18 UTC 2024] running udev...
2024-03-17T12:33:30+0100 toto stage-1-init: [Sun Mar 17 11:33:18 UTC 2024] Starting systemd-udevd version 254.6
2024-03-17T12:33:30+0100 toto kernel: rtc_cmos 00:03: RTC can wake from S4
2024-03-17T12:33:30+0100 toto kernel: rtc_cmos 00:03: registered as rtc0
2024-03-17T12:33:30+0100 toto kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
2024-03-17T12:33:30+0100 toto kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
2024-03-17T12:33:30+0100 toto kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
2024-03-17T12:33:30+0100 toto kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
2024-03-17T12:33:30+0100 toto kernel: cryptd: max_cpu_qlen set to 1000
2024-03-17T12:33:30+0100 toto kernel: AVX2 version of gcm_enc/dec engaged.
2024-03-17T12:33:30+0100 toto kernel: AES CTR mode by8 optimization enabled
2024-03-17T12:33:30+0100 toto kernel: ACPI: bus type USB registered
2024-03-17T12:33:30+0100 toto kernel: usbcore: registered new interface driver usbfs
2024-03-17T12:33:30+0100 toto kernel: usbcore: registered new interface driver hub
2024-03-17T12:33:30+0100 toto kernel: usbcore: registered new device driver usb
2024-03-17T12:33:30+0100 toto kernel: nvme nvme0: pci function 0000:6b:00.0
2024-03-17T12:33:30+0100 toto kernel: nvme nvme0: Shutdown timeout set to 8 seconds
2024-03-17T12:33:30+0100 toto kernel: nvme nvme0: allocated 64 MiB host memory buffer.
2024-03-17T12:33:30+0100 toto kernel: nvme nvme0: 8/0/0 default/read/poll queues
2024-03-17T12:33:30+0100 toto kernel: nvme0n1: p1 p2
2024-03-17T12:33:30+0100 toto kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
2024-03-17T12:33:30+0100 toto kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
2024-03-17T12:33:30+0100 toto kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
2024-03-17T12:33:30+0100 toto kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
2024-03-17T12:33:30+0100 toto kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
2024-03-17T12:33:30+0100 toto kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
2024-03-17T12:33:30+0100 toto kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
2024-03-17T12:33:30+0100 toto kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-03-17T12:33:30+0100 toto kernel: usb usb1: Product: xHCI Host Controller
2024-03-17T12:33:30+0100 toto kernel: usb usb1: Manufacturer: Linux 6.8.1 xhci-hcd
2024-03-17T12:33:30+0100 toto kernel: usb usb1: SerialNumber: 0000:00:14.0
2024-03-17T12:33:30+0100 toto kernel: hub 1-0:1.0: USB hub found
2024-03-17T12:33:30+0100 toto kernel: hub 1-0:1.0: 12 ports detected
2024-03-17T12:33:30+0100 toto kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
2024-03-17T12:33:30+0100 toto kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-03-17T12:33:30+0100 toto kernel: usb usb2: Product: xHCI Host Controller
2024-03-17T12:33:30+0100 toto kernel: usb usb2: Manufacturer: Linux 6.8.1 xhci-hcd
2024-03-17T12:33:30+0100 toto kernel: usb usb2: SerialNumber: 0000:00:14.0
2024-03-17T12:33:30+0100 toto kernel: hub 2-0:1.0: USB hub found
2024-03-17T12:33:30+0100 toto kernel: hub 2-0:1.0: 6 ports detected
2024-03-17T12:33:30+0100 toto kernel: xhci_hcd 0000:37:00.0: xHCI Host Controller
2024-03-17T12:33:30+0100 toto kernel: xhci_hcd 0000:37:00.0: new USB bus registered, assigned bus number 3
2024-03-17T12:33:30+0100 toto kernel: xhci_hcd 0000:37:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
2024-03-17T12:33:30+0100 toto kernel: xhci_hcd 0000:37:00.0: xHCI Host Controller
2024-03-17T12:33:30+0100 toto kernel: xhci_hcd 0000:37:00.0: new USB bus registered, assigned bus number 4
2024-03-17T12:33:30+0100 toto kernel: xhci_hcd 0000:37:00.0: Host supports USB 3.1 Enhanced SuperSpeed
2024-03-17T12:33:30+0100 toto kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
2024-03-17T12:33:30+0100 toto kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-03-17T12:33:30+0100 toto kernel: usb usb3: Product: xHCI Host Controller
2024-03-17T12:33:30+0100 toto kernel: usb usb3: Manufacturer: Linux 6.8.1 xhci-hcd
2024-03-17T12:33:30+0100 toto kernel: usb usb3: SerialNumber: 0000:37:00.0
2024-03-17T12:33:30+0100 toto kernel: hub 3-0:1.0: USB hub found
2024-03-17T12:33:30+0100 toto kernel: hub 3-0:1.0: 2 ports detected
2024-03-17T12:33:30+0100 toto kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
2024-03-17T12:33:30+0100 toto kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2024-03-17T12:33:30+0100 toto kernel: usb usb4: Product: xHCI Host Controller
2024-03-17T12:33:30+0100 toto kernel: usb usb4: Manufacturer: Linux 6.8.1 xhci-hcd
2024-03-17T12:33:30+0100 toto kernel: usb usb4: SerialNumber: 0000:37:00.0
2024-03-17T12:33:30+0100 toto kernel: hub 4-0:1.0: USB hub found
2024-03-17T12:33:30+0100 toto kernel: hub 4-0:1.0: 2 ports detected
2024-03-17T12:33:30+0100 toto kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
2024-03-17T12:33:30+0100 toto kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
2024-03-17T12:33:30+0100 toto kernel: tsc: Refined TSC clocksource calibration: 2207.977 MHz
2024-03-17T12:33:30+0100 toto kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fd3a2585d9, max_idle_ns: 440795220917 ns
2024-03-17T12:33:30+0100 toto kernel: clocksource: Switched to clocksource tsc
2024-03-17T12:33:30+0100 toto kernel: usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
2024-03-17T12:33:30+0100 toto kernel: usb 4-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 0.13
2024-03-17T12:33:30+0100 toto kernel: usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2024-03-17T12:33:30+0100 toto kernel: usb 4-2: Product: USB3.2 Hub
2024-03-17T12:33:30+0100 toto kernel: usb 4-2: Manufacturer: Generic
2024-03-17T12:33:30+0100 toto kernel: hub 4-2:1.0: USB hub found
2024-03-17T12:33:30+0100 toto kernel: hub 4-2:1.0: 4 ports detected
2024-03-17T12:33:30+0100 toto kernel: usb 1-2: New USB device found, idVendor=04f2, idProduct=b6bf, bcdDevice= 0.13
2024-03-17T12:33:30+0100 toto kernel: usb 1-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
2024-03-17T12:33:30+0100 toto kernel: usb 1-2: Product: HP HD Camera
2024-03-17T12:33:30+0100 toto kernel: usb 1-2: Manufacturer: Chicony Electronics Co.,Ltd.
2024-03-17T12:33:30+0100 toto kernel: usb 1-2: SerialNumber: 200901010001
2024-03-17T12:33:30+0100 toto kernel: usb 1-6: new high-speed USB device number 3 using xhci_hcd
2024-03-17T12:33:30+0100 toto kernel: usb 4-2.1: new SuperSpeed USB device number 3 using xhci_hcd
2024-03-17T12:33:30+0100 toto kernel: usb 4-2.1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=32.01
2024-03-17T12:33:30+0100 toto kernel: usb 4-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
2024-03-17T12:33:30+0100 toto kernel: usb 4-2.1: Product: USB 10/100/1000 LAN
2024-03-17T12:33:30+0100 toto kernel: usb 4-2.1: Manufacturer: Realtek
2024-03-17T12:33:30+0100 toto kernel: usb 4-2.1: SerialNumber: 10203697D
2024-03-17T12:33:30+0100 toto kernel: usb 1-6: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 0.13
2024-03-17T12:33:30+0100 toto kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2024-03-17T12:33:30+0100 toto kernel: usb 1-6: Product: USB2.1 Hub
2024-03-17T12:33:30+0100 toto kernel: usb 1-6: Manufacturer: Generic
2024-03-17T12:33:30+0100 toto kernel: hub 1-6:1.0: USB hub found
2024-03-17T12:33:30+0100 toto kernel: hub 1-6:1.0: 5 ports detected
2024-03-17T12:33:30+0100 toto kernel: usb 1-6.2: new low-speed USB device number 4 using xhci_hcd
2024-03-17T12:33:30+0100 toto kernel: usb 1-6.2: New USB device found, idVendor=0461, idProduct=574a, bcdDevice= 1.00
2024-03-17T12:33:30+0100 toto kernel: usb 1-6.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2024-03-17T12:33:30+0100 toto kernel: usb 1-6.2: Product: HP 125 USB Optical Mouse
2024-03-17T12:33:30+0100 toto kernel: usb 1-6.2: Manufacturer: PixArt
2024-03-17T12:33:30+0100 toto kernel: hid: raw HID events driver (C) Jiri Kosina
2024-03-17T12:33:30+0100 toto kernel: usbcore: registered new interface driver usbhid
2024-03-17T12:33:30+0100 toto kernel: usbhid: USB HID core driver
2024-03-17T12:33:30+0100 toto kernel: input: PixArt HP 125 USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2:1.0/0003:0461:574A.0001/input/input1
2024-03-17T12:33:30+0100 toto kernel: hid-generic 0003:0461:574A.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt HP 125 USB Optical Mouse] on usb-0000:00:14.0-6.2/input0
2024-03-17T12:33:30+0100 toto kernel: usb 1-6.5: new high-speed USB device number 5 using xhci_hcd
2024-03-17T12:33:30+0100 toto kernel: usb 1-6.5: New USB device found, idVendor=03f0, idProduct=644a, bcdDevice= 1.01
2024-03-17T12:33:30+0100 toto kernel: usb 1-6.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
2024-03-17T12:33:30+0100 toto kernel: usb 1-6.5: Product: HP Universal USB-C Multiport Hub
2024-03-17T12:33:30+0100 toto kernel: usb 1-6.5: Manufacturer: Realtek
2024-03-17T12:33:30+0100 toto stage-1-init: [Sun Mar 17 11:33:24 UTC 2024] Passphrase for /dev/disk/by-uuid/7f99562e-6fdb-48af-915d-5ca988d73ec7:
2024-03-17T12:33:30+0100 toto kernel: Key type encrypted registered
2024-03-17T12:33:30+0100 toto stage-1-init: [Sun Mar 17 11:33:28 UTC 2024] Verifying passphrase for /dev/disk/by-uuid/7f99562e-6fdb-48af-915d-5ca988d73ec7... - success
2024-03-17T12:33:30+0100 toto stage-1-init: [Sun Mar 17 11:33:28 UTC 2024] starting device mapper and LVM...
2024-03-17T12:33:30+0100 toto stage-1-init: [Sun Mar 17 11:33:28 UTC 2024] Scanning for Btrfs filesystems
2024-03-17T12:33:30+0100 toto stage-1-init: [Sun Mar 17 11:33:28 UTC 2024] registered: /dev/mapper/luks-7f99562e-6fdb-48af-915d-5ca988d73ec7
2024-03-17T12:33:30+0100 toto stage-1-init: [Sun Mar 17 11:33:28 UTC 2024] mounting /dev/disk/by-uuid/e76a680e-8844-4e92-acdc-8037b5c15aa6 on /...
2024-03-17T12:33:30+0100 toto kernel: BTRFS: device fsid e76a680e-8844-4e92-acdc-8037b5c15aa6 devid 1 transid 354580 /dev/disk/by-uuid/e76a680e-8844-4e92-acdc-8037b5c15aa6 scanned by mount (271)
2024-03-17T12:33:30+0100 toto kernel: BTRFS info (device dm-0): first mount of filesystem e76a680e-8844-4e92-acdc-8037b5c15aa6
2024-03-17T12:33:30+0100 toto kernel: BTRFS info (device dm-0): using crc32c (crc32c-intel) checksum algorithm
2024-03-17T12:33:30+0100 toto kernel: BTRFS info (device dm-0): using free-space-tree
2024-03-17T12:33:30+0100 toto stage-1-init: [Sun Mar 17 11:33:28 UTC 2024] mounting /dev/disk/by-uuid/e76a680e-8844-4e92-acdc-8037b5c15aa6 on /nix...
2024-03-17T12:33:30+0100 toto kernel: BTRFS info (device dm-0: state M): enabling auto defrag
2024-03-17T12:33:30+0100 toto unknown: booting system configuration /nix/store/zvbn623638pazyphn05dfs8f7zzrjfcb-nixos-system-toto-23.11.5408.8ac30a39abc5
2024-03-17T12:33:30+0100 toto stage-2-init: running activation script...
2024-03-17T12:33:30+0100 toto stage-2-init: setting up /etc...
2024-03-17T12:33:30+0100 toto stage-2-init: removing obsolete symlink ‘/etc/plymouth/logo.png’...
2024-03-17T12:33:30+0100 toto stage-2-init: removing obsolete symlink ‘/etc/plymouth/plugins’...
2024-03-17T12:33:30+0100 toto stage-2-init: removing obsolete symlink ‘/etc/plymouth/plymouthd.conf’...
2024-03-17T12:33:30+0100 toto stage-2-init: removing obsolete symlink ‘/etc/plymouth/plymouthd.defaults’...
2024-03-17T12:33:30+0100 toto stage-2-init: removing obsolete symlink ‘/etc/plymouth/themes’...
2024-03-17T12:33:30+0100 toto systemd[1]: Inserted module 'autofs4'
2024-03-17T12:33:30+0100 toto systemd[1]: systemd 254.6 running in system mode (+PAM +AUDIT -SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
2024-03-17T12:33:30+0100 toto systemd[1]: Detected architecture x86-64.
2024-03-17T12:33:30+0100 toto systemd[1]: Hostname set to <toto>.
2024-03-17T12:33:30+0100 toto systemd[1]: bpf-lsm: LSM BPF program attached
2024-03-17T12:33:30+0100 toto systemd[1]: /etc/systemd/system/cups.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/cups/cups.sock → /run/cups/cups.sock; please update the unit file accordingly.
2024-03-17T12:33:30+0100 toto systemd[1]: Queued start job for default target Graphical Interface.
2024-03-17T12:33:30+0100 toto systemd[1]: Created slice Virtual Machine and Container Slice.
2024-03-17T12:33:30+0100 toto systemd[1]: Created slice Slice /system/getty.
2024-03-17T12:33:30+0100 toto systemd[1]: Created slice Slice /system/modprobe.
2024-03-17T12:33:30+0100 toto systemd[1]: Created slice Slice /system/systemd-fsck.
2024-03-17T12:33:30+0100 toto systemd[1]: Created slice User and Session Slice.
2024-03-17T12:33:30+0100 toto systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
2024-03-17T12:33:30+0100 toto systemd[1]: Started Forward Password Requests to Wall Directory Watch.
2024-03-17T12:33:30+0100 toto systemd[1]: Reached target Local Encrypted Volumes.
2024-03-17T12:33:30+0100 toto systemd[1]: Reached target Containers.
2024-03-17T12:33:30+0100 toto systemd[1]: Reached target Path Units.
2024-03-17T12:33:30+0100 toto systemd[1]: Reached target Remote File Systems.
2024-03-17T12:33:30+0100 toto systemd[1]: Reached target Slice Units.
2024-03-17T12:33:30+0100 toto systemd[1]: Listening on Process Core Dump Socket.
2024-03-17T12:33:30+0100 toto systemd[1]: Listening on Journal Socket (/dev/log).
2024-03-17T12:33:30+0100 toto systemd[1]: Listening on Journal Socket.
2024-03-17T12:33:30+0100 toto systemd[1]: Listening on Userspace Out-Of-Memory (OOM) Killer Socket.
2024-03-17T12:33:30+0100 toto systemd[1]: Listening on udev Control Socket.
2024-03-17T12:33:30+0100 toto systemd[1]: Listening on udev Kernel Socket.
2024-03-17T12:33:30+0100 toto systemd[1]: Mounting Huge Pages File System...
2024-03-17T12:33:30+0100 toto systemd[1]: Mounting POSIX Message Queue File System...
2024-03-17T12:33:30+0100 toto systemd[1]: Mounting Kernel Debug File System...
2024-03-17T12:33:30+0100 toto systemd[1]: Starting Create List of Static Device Nodes...
2024-03-17T12:33:30+0100 toto systemd[1]: Starting Load Kernel Module configfs...
2024-03-17T12:33:30+0100 toto systemd[1]: Starting Load Kernel Module drm...
2024-03-17T12:33:30+0100 toto systemd[1]: Starting Load Kernel Module efi_pstore...
2024-03-17T12:33:30+0100 toto systemd[1]: Starting Load Kernel Module fuse...
2024-03-17T12:33:30+0100 toto systemd[1]: Starting mount-pstore.service...
2024-03-17T12:33:30+0100 toto kernel: pstore: Using crash dump compression: deflate
2024-03-17T12:33:30+0100 toto systemd[1]: Starting Create SUID/SGID Wrappers...
2024-03-17T12:33:30+0100 toto systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
2024-03-17T12:33:30+0100 toto systemd[1]: Starting Journal Service...
2024-03-17T12:33:30+0100 toto systemd[1]: Starting Load Kernel Modules...
2024-03-17T12:33:30+0100 toto systemd[1]: Starting Remount Root and Kernel File Systems...
2024-03-17T12:33:30+0100 toto kernel: pstore: Registered efi_pstore as persistent store backend
2024-03-17T12:33:30+0100 toto systemd[1]: Starting Coldplug All udev Devices...
2024-03-17T12:33:30+0100 toto systemd[1]: Mounted Huge Pages File System.
2024-03-17T12:33:30+0100 toto systemd[1]: Mounted POSIX Message Queue File System.
2024-03-17T12:33:30+0100 toto systemd[1]: Mounted Kernel Debug File System.
2024-03-17T12:33:30+0100 toto systemd[1]: Finished Create List of Static Device Nodes.
2024-03-17T12:33:30+0100 toto systemd[1]: modprobe@configfs.service: Deactivated successfully.
2024-03-17T12:33:30+0100 toto systemd[1]: Finished Load Kernel Module configfs.
2024-03-17T12:33:30+0100 toto systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
2024-03-17T12:33:30+0100 toto systemd[1]: Finished Load Kernel Module efi_pstore.
2024-03-17T12:33:30+0100 toto kernel: fuse: init (API version 7.39)
2024-03-17T12:33:30+0100 toto systemd[1]: Mounting Kernel Configuration File System...
2024-03-17T12:33:30+0100 toto systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
2024-03-17T12:33:30+0100 toto systemd-journald[539]: Collecting audit messages is disabled.
2024-03-17T12:33:30+0100 toto systemd[1]: modprobe@fuse.service: Deactivated successfully.
2024-03-17T12:33:30+0100 toto systemd[1]: Finished Load Kernel Module fuse.
2024-03-17T12:33:30+0100 toto systemd[1]: Mounted Kernel Configuration File System.
2024-03-17T12:33:30+0100 toto systemd[1]: Mounting FUSE Control File System...
2024-03-17T12:33:30+0100 toto systemd[1]: Finished mount-pstore.service.
2024-03-17T12:33:30+0100 toto systemd[1]: Mounted FUSE Control File System.
2024-03-17T12:33:30+0100 toto systemd[1]: Finished Remount Root and Kernel File Systems.
2024-03-17T12:33:30+0100 toto systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
2024-03-17T12:33:30+0100 toto kernel: ACPI: bus type drm_connector registered
2024-03-17T12:33:30+0100 toto systemd[1]: Starting Load/Save OS Random Seed...
2024-03-17T12:33:30+0100 toto systemd[1]: Started Journal Service.
2024-03-17T12:33:30+0100 toto systemd-journald[539]: Received client request to flush runtime journal.
2024-03-17T12:33:30+0100 toto systemd-journald[539]: /var/log/journal/ea0db4e28a104fb58a6211c77be963a6/system.journal: Journal file uses a different sequence number ID, rotating.
2024-03-17T12:33:30+0100 toto systemd-journald[539]: Rotating system journal.
2024-03-17T12:33:30+0100 toto kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
2024-03-17T12:33:30+0100 toto kernel: ACPI: button: Sleep Button [SLPB]
2024-03-17T12:33:30+0100 toto kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
2024-03-17T12:33:30+0100 toto kernel: ACPI: button: Lid Switch [LID]
2024-03-17T12:33:30+0100 toto kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
2024-03-17T12:33:30+0100 toto kernel: ACPI: button: Power Button [PWRB]
2024-03-17T12:33:30+0100 toto kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
2024-03-17T12:33:30+0100 toto kernel: input: Wireless hotkeys as /devices/virtual/input/input6
2024-03-17T12:33:30+0100 toto kernel: ACPI: AC: AC Adapter [AC] (on-line)
2024-03-17T12:33:30+0100 toto kernel: Consider using thermal netlink events interface
2024-03-17T12:33:30+0100 toto kernel: ACPI: button: Power Button [PWRF]
2024-03-17T12:33:30+0100 toto kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: DF4E63B6-3BBC-4858-9737-C74F82F821F3 has zero instances
2024-03-17T12:33:30+0100 toto kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6436-9F42-42C8-BADC-0E9424F20C9A has zero instances
2024-03-17T12:33:30+0100 toto kernel: tpm_tis IFX0785:00: 2.0 TPM (device-id 0x1B, rev-id 22)
2024-03-17T12:33:30+0100 toto kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input7
2024-03-17T12:33:30+0100 toto kernel: intel-hid INT33D5:00: platform supports 5 button array
2024-03-17T12:33:30+0100 toto kernel: input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input8
2024-03-17T12:33:30+0100 toto kernel: ACPI: battery: Slot [BAT0] (battery present)
2024-03-17T12:33:30+0100 toto kernel: wmi_bus wmi_bus-PNP0C14:02: WQZZ data block query control method not found
2024-03-17T12:33:30+0100 toto kernel: intel_pmc_core INT33A1:00: initialized
2024-03-17T12:33:30+0100 toto kernel: BTRFS info: devid 1 device path /dev/disk/by-uuid/e76a680e-8844-4e92-acdc-8037b5c15aa6 changed to /dev/mapper/luks-7f99562e-6fdb-48af-915d-5ca988d73ec7 scanned by mount (701)
2024-03-17T12:33:30+0100 toto kernel: thermal LNXTHERM:00: registered as thermal_zone3
2024-03-17T12:33:30+0100 toto kernel: ACPI: thermal: Thermal Zone [CPUZ] (55 C)
2024-03-17T12:33:30+0100 toto kernel: mousedev: PS/2 mouse device common for all mice
2024-03-17T12:33:30+0100 toto kernel: intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
2024-03-17T12:33:30+0100 toto kernel: thermal LNXTHERM:01: registered as thermal_zone4
2024-03-17T12:33:30+0100 toto kernel: ACPI: thermal: Thermal Zone [GFXZ] (25 C)
2024-03-17T12:33:30+0100 toto kernel: serial 0000:00:13.0: enabling device (0000 -> 0002)
2024-03-17T12:33:30+0100 toto kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
2024-03-17T12:33:30+0100 toto kernel: Linux agpgart interface v0.103
2024-03-17T12:33:30+0100 toto kernel: thermal LNXTHERM:02: registered as thermal_zone6
2024-03-17T12:33:30+0100 toto kernel: ACPI: thermal: Thermal Zone [EXTZ] (43 C)
2024-03-17T12:33:30+0100 toto kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
2024-03-17T12:33:30+0100 toto kernel: i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
2024-03-17T12:33:30+0100 toto kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
2024-03-17T12:33:30+0100 toto kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
2024-03-17T12:33:30+0100 toto kernel: tun: Universal TUN/TAP device driver, 1.6
2024-03-17T12:33:30+0100 toto kernel: thermal LNXTHERM:03: registered as thermal_zone7
2024-03-17T12:33:30+0100 toto kernel: ACPI: thermal: Thermal Zone [LOCZ] (45 C)
2024-03-17T12:33:30+0100 toto kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
2024-03-17T12:33:30+0100 toto kernel: i2c i2c-0: 1/2 memory slots populated (from DMI)
2024-03-17T12:33:30+0100 toto kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
2024-03-17T12:33:30+0100 toto kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
2024-03-17T12:33:30+0100 toto kernel: mc: Linux media interface: v0.10
2024-03-17T12:33:30+0100 toto kernel: thermal LNXTHERM:04: registered as thermal_zone8
2024-03-17T12:33:30+0100 toto kernel: ACPI: thermal: Thermal Zone [BATZ] (31 C)
2024-03-17T12:33:30+0100 toto kernel: thermal LNXTHERM:05: registered as thermal_zone9
2024-03-17T12:33:30+0100 toto kernel: ACPI: thermal: Thermal Zone [CHGZ] (46 C)
2024-03-17T12:33:30+0100 toto kernel: thermal LNXTHERM:06: registered as thermal_zone10
2024-03-17T12:33:30+0100 toto kernel: ACPI: thermal: Thermal Zone [PCHZ] (0 C)
2024-03-17T12:33:30+0100 toto kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
2024-03-17T12:33:30+0100 toto kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
2024-03-17T12:33:30+0100 toto kernel: Adding 16777212k swap on /swap/swapfile. Priority:-2 extents:4 across:16908284k
2024-03-17T12:33:30+0100 toto kernel: ACPI: bus type thunderbolt registered
2024-03-17T12:33:30+0100 toto kernel: thunderbolt 0000:03:00.0: enabling device (0000 -> 0002)
2024-03-17T12:33:30+0100 toto kernel: usbcore: registered new device driver r8152-cfgselector
2024-03-17T12:33:30+0100 toto kernel: videodev: Linux video capture interface: v2.00
2024-03-17T12:33:30+0100 toto kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
2024-03-17T12:33:30+0100 toto kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
2024-03-17T12:33:30+0100 toto kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
2024-03-17T12:33:30+0100 toto kernel: input: SYNA30B1:00 06CB:CE07 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA30B1:00/0018:06CB:CE07.0002/input/input9
2024-03-17T12:33:30+0100 toto kernel: input: SYNA30B1:00 06CB:CE07 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA30B1:00/0018:06CB:CE07.0002/input/input10
2024-03-17T12:33:30+0100 toto kernel: hid-generic 0018:06CB:CE07.0002: input,hidraw1: I2C HID v1.00 Mouse [SYNA30B1:00 06CB:CE07] on i2c-SYNA30B1:00
2024-03-17T12:33:30+0100 toto kernel: hp_wmi: query 0x4 returned error 0x5
2024-03-17T12:33:30+0100 toto kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
2024-03-17T12:33:30+0100 toto kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
2024-03-17T12:33:30+0100 toto kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
2024-03-17T12:33:30+0100 toto kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
2024-03-17T12:33:30+0100 toto kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
2024-03-17T12:33:30+0100 toto kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
2024-03-17T12:33:30+0100 toto kernel: r8152-cfgselector 4-2.1: reset SuperSpeed USB device number 3 using xhci_hcd
2024-03-17T12:33:30+0100 toto kernel: input: HP WMI hotkeys as /devices/virtual/input/input12
2024-03-17T12:33:30+0100 toto kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
2024-03-17T12:33:30+0100 toto kernel: intel_rapl_common: Found RAPL domain package
2024-03-17T12:33:30+0100 toto kernel: intel_rapl_common: Found RAPL domain dram
2024-03-17T12:33:30+0100 toto kernel: Bridge firewalling registered
2024-03-17T12:33:30+0100 toto kernel: intel_rapl_common: Found RAPL domain package
2024-03-17T12:33:30+0100 toto kernel: intel_rapl_common: Found RAPL domain core
2024-03-17T12:33:30+0100 toto kernel: intel_rapl_common: Found RAPL domain uncore
2024-03-17T12:33:30+0100 toto kernel: intel_rapl_common: Found RAPL domain dram
2024-03-17T12:33:30+0100 toto kernel: intel_rapl_common: Found RAPL domain psys
2024-03-17T12:33:30+0100 toto kernel: Intel(R) Wireless WiFi driver for Linux
2024-03-17T12:33:30+0100 toto kernel: r8152 4-2.1:1.0: load rtl8153c-1 v2 08/19/21 successfully
2024-03-17T12:33:30+0100 toto kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
2024-03-17T12:33:30+0100 toto kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
2024-03-17T12:33:30+0100 toto kernel: ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
2024-03-17T12:33:30+0100 toto kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x3617, cnv-id 0x20000302 wfpm id 0x80000000
2024-03-17T12:33:30+0100 toto kernel: iwlwifi 0000:00:14.3: PCI dev 02f0/0070, rev=0x351, rfid=0x10a100
2024-03-17T12:33:30+0100 toto kernel: usb 1-2: Found UVC 1.50 device HP HD Camera (04f2:b6bf)
2024-03-17T12:33:30+0100 toto kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
2024-03-17T12:33:30+0100 toto kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
2024-03-17T12:33:30+0100 toto kernel: r8152 4-2.1:1.0 eth0: v1.12.13
2024-03-17T12:33:30+0100 toto kernel: usbcore: registered new interface driver r8152
2024-03-17T12:33:30+0100 toto kernel: intel_tcc_cooling: Programmable TCC Offset detected
2024-03-17T12:33:30+0100 toto kernel: usbcore: registered new interface driver cdc_ether
2024-03-17T12:33:30+0100 toto kernel: loop: module loaded
2024-03-17T12:33:30+0100 toto kernel: Creating 1 MTD partitions on "0000:00:1f.5":
2024-03-17T12:33:30+0100 toto kernel: 0x000000000000-0x000002000000 : "BIOS"
2024-03-17T12:33:30+0100 toto kernel: usbcore: registered new interface driver r8153_ecm
2024-03-17T12:33:30+0100 toto kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
2024-03-17T12:33:30+0100 toto kernel: iwlwifi 0000:00:14.3: loaded firmware version 77.ad46c98b.0 QuZ-a0-hr-b0-77.ucode op_mode iwlmvm
2024-03-17T12:33:30+0100 toto kernel: pps_core: LinuxPPS API ver. 1 registered
2024-03-17T12:33:30+0100 toto kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
2024-03-17T12:33:30+0100 toto kernel: PTP clock support registered
2024-03-17T12:33:30+0100 toto kernel: r8152 4-2.1:1.0 enp55s0u2u1: renamed from eth0
2024-03-17T12:33:30+0100 toto kernel: usb 1-2: Found UVC 1.50 device HP HD Camera (04f2:b6bf)
2024-03-17T12:33:30+0100 toto kernel: input: SYNA30B1:00 06CB:CE07 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA30B1:00/0018:06CB:CE07.0002/input/input13
2024-03-17T12:33:30+0100 toto kernel: input: SYNA30B1:00 06CB:CE07 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA30B1:00/0018:06CB:CE07.0002/input/input14
2024-03-17T12:33:30+0100 toto kernel: hid-multitouch 0018:06CB:CE07.0002: input,hidraw1: I2C HID v1.00 Mouse [SYNA30B1:00 06CB:CE07] on i2c-SYNA30B1:00
2024-03-17T12:33:30+0100 toto kernel: snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
2024-03-17T12:33:30+0100 toto kernel: snd_soc_skl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
2024-03-17T12:33:31+0100 toto kernel: usbcore: registered new interface driver uvcvideo
2024-03-17T12:33:31+0100 toto kernel: ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=1
2024-03-17T12:33:31+0100 toto kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
2024-03-17T12:33:31+0100 toto kernel: thermal thermal_zone13: failed to read out thermal zone (-61)
2024-03-17T12:33:31+0100 toto kernel: hid-generic 001F:8087:0AC2.0003: hidraw2: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on
2024-03-17T12:33:31+0100 toto kernel: Console: switching to colour dummy device 80x25
2024-03-17T12:33:31+0100 toto kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
2024-03-17T12:33:31+0100 toto kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
2024-03-17T12:33:31+0100 toto kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
2024-03-17T12:33:31+0100 toto kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
2024-03-17T12:33:31+0100 toto kernel: hid-sensor-hub 001F:8087:0AC2.0003: hidraw2: SENSOR HUB HID v2.00 Device [hid-ishtp 8087:0AC2] on
2024-03-17T12:33:31+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
2024-03-17T12:33:31+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
2024-03-17T12:33:31+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: enabling device (0000 -> 0002)
2024-03-17T12:33:31+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
2024-03-17T12:33:31+0100 toto kernel: iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
2024-03-17T12:33:31+0100 toto kernel: iwlwifi 0000:00:14.3: base HW address: 04:6c:59:ee:13:da
2024-03-17T12:33:31+0100 toto kernel: iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
2024-03-17T12:33:32+0100 toto kernel: [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 0
2024-03-17T12:33:32+0100 toto kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
2024-03-17T12:33:32+0100 toto kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16
2024-03-17T12:33:32+0100 toto kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
2024-03-17T12:33:32+0100 toto kernel: i915 display info: display version: 9
2024-03-17T12:33:32+0100 toto kernel: i915 display info: cursor_needs_physical: no
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_cdclk_crawl: no
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_cdclk_squash: no
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_ddi: yes
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_dp_mst: yes
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_dsb: no
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_fpga_dbg: yes
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_gmch: no
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_hotplug: yes
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_hti: no
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_ipc: yes
2024-03-17T12:33:32+0100 toto kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_overlay: no
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_psr: yes
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_psr_hw_tracking: yes
2024-03-17T12:33:32+0100 toto kernel: i915 display info: overlay_needs_physical: no
2024-03-17T12:33:32+0100 toto kernel: i915 display info: supports_tv: no
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_hdcp: yes
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_dmc: yes
2024-03-17T12:33:32+0100 toto kernel: i915 display info: has_dsc: no
2024-03-17T12:33:32+0100 toto kernel: snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
2024-03-17T12:33:32+0100 toto kernel: snd_soc_skl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
2024-03-17T12:33:32+0100 toto kernel: fbcon: i915drmfb (fb0) is primary device
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: use msi interrupt mode
2024-03-17T12:33:32+0100 toto kernel: Console: switching to colour frame buffer device 240x67
2024-03-17T12:33:32+0100 toto kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: hda codecs found, mask 5
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: DMICs detected in NHLT tables: 4
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware paths/files for ipc type 0:
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware file: intel/sof/sof-cml.ri
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Topology file: intel/sof-tplg/sof-hda-generic-4ch.tplg
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware info: version 2:2:0-57864
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware info: version 2:2:0-57864
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
2024-03-17T12:33:32+0100 toto kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
2024-03-17T12:33:32+0100 toto kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
2024-03-17T12:33:32+0100 toto kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC285: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
2024-03-17T12:33:32+0100 toto kernel: snd_hda_codec_realtek ehdaudio0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
2024-03-17T12:33:32+0100 toto kernel: snd_hda_codec_realtek ehdaudio0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
2024-03-17T12:33:32+0100 toto kernel: snd_hda_codec_realtek ehdaudio0D0: mono: mono_out=0x0
2024-03-17T12:33:32+0100 toto kernel: snd_hda_codec_realtek ehdaudio0D0: inputs:
2024-03-17T12:33:32+0100 toto kernel: snd_hda_codec_realtek ehdaudio0D0: Mic=0x19
2024-03-17T12:33:33+0100 toto kernel: input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17
2024-03-17T12:33:33+0100 toto kernel: input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18
2024-03-17T12:33:33+0100 toto kernel: input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19
2024-03-17T12:33:33+0100 toto kernel: input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input20
2024-03-17T12:33:33+0100 toto kernel: input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input21
2024-03-17T12:35:07+0100 toto kernel: watchdog: watchdog0: watchdog did not stop!
2024-03-17T12:35:07+0100 toto systemd-shutdown[1]: Using hardware watchdog 'iTCO_wdt', version 6, device /dev/watchdog0
2024-03-17T12:35:07+0100 toto systemd-shutdown[1]: Watchdog running with a timeout of 10min.
2024-03-17T12:35:07+0100 toto systemd-shutdown[1]: Syncing filesystems and block devices.
2024-03-17T12:35:07+0100 toto systemd-shutdown[1]: Sending SIGTERM to remaining processes...
2024-03-17T12:35:07+0100 toto systemd-journald[539]: Received SIGTERM from PID 1 (systemd-shutdow).
fileSystems."/home/alex/.cache" = {
options = [
"noatime"
"autodefrag"
"uid=1000"
];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment