Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error 'Timed out waiting for device' on boot using boot.initrd.systemd.enable = true #306645

Closed
KiaraGrouwstra opened this issue Apr 24, 2024 · 2 comments

Comments

@KiaraGrouwstra
Copy link
Contributor

KiaraGrouwstra commented Apr 24, 2024

Describe the bug

Using a nixpkgs commit of a1c4f0a or later, boot.initrd.systemd.enable = true for me triggers a boot errorwarning with 2min wait 'Timed out waiting for device'.

Steps To Reproduce

Steps to reproduce the behavior:

  1. follow nixos manual to partition/install with default config
  2. add boot.initrd.systemd.enable = true;
  3. rebuild
  4. reboot
  5. find error 'Timed out waiting for device'

Expected behavior

either boot successfully or use assertions to warn users the config should change

Additional context

this issue started for me from a1c4f0a (#282022). canceling out its addition using boot.blacklistedKernelModules = ["efivarfs"]; fixes the boot for me.
i'm not sure:

  • what this means i messed up on my set-up that caused this
  • how i might use boot.initrd.systemd.package.withEfi (or lib.mkForce on boot.initrd.availableKernelModules) to circumvent this
  • what a proper fix would look like

Notify maintainers

@ElvishJerricco @flokli @kloenk

Metadata

Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 6.1.55, NixOS, 23.05 (Stoat), 23.05.4065.3b79cc4bcd9c`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.13.5`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

log

Apr 25 16:24:18 localhost kernel: Linux version 6.6.22 (nixbld@localhost) (gcc (GCC) 13.2.0, GNU ld (GNU Binutils) 2.41) #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar 15 18:25:07 UTC 2024
Apr 25 16:24:18 localhost kernel: Command line: initrd=\EFI\nixos\p21jn2gpwpd7q3ij5ph5hqhaw0n58k67-initrd-linux-6.6.22-initrd.efi init=/nix/store/l18kw75nrfhca2v5aj579hhvmifxkp7f-nixos-system-nixos-24.05.20240318.a1c4f0a/init root=fstab loglevel=4
Apr 25 16:24:18 localhost kernel: BIOS-provided physical RAM map:
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000099fffff] usable
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x0000000009a00000-0x0000000009dfffff] reserved
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x0000000009f0f000-0x00000000bab68fff] usable
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000fdc00000-0x00000000fdcfffff] reserved
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe0fffff] reserved
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x00000003ae2fffff] usable
Apr 25 16:24:18 localhost kernel: BIOS-e820: [mem 0x00000003ae300000-0x000000042fffffff] reserved
Apr 25 16:24:18 localhost kernel: NX (Execute Disable) protection: active
Apr 25 16:24:18 localhost kernel: APIC: Static calls initialized
Apr 25 16:24:18 localhost kernel: e820: update [mem 0xb43c7018-0xb43d4857] usable ==> usable
Apr 25 16:24:18 localhost kernel: e820: update [mem 0xb43c7018-0xb43d4857] usable ==> usable
Apr 25 16:24:18 localhost kernel: extended physical RAM map:
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000099fffff] usable
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x0000000009a00000-0x0000000009dfffff] reserved
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x0000000009f0f000-0x00000000b43c7017] usable
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000b43c7018-0x00000000b43d4857] usable
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000b43d4858-0x00000000bab68fff] usable
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000fdc00000-0x00000000fdcfffff] reserved
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe0fffff] reserved
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x0000000100000000-0x00000003ae2fffff] usable
Apr 25 16:24:18 localhost kernel: reserve setup_data: [mem 0x00000003ae300000-0x000000042fffffff] reserved
Apr 25 16:24:18 localhost kernel: efi: EFI v2.7 by INSYDE Corp.
Apr 25 16:24:18 localhost kernel: efi: ACPI=0xcdffe000 ACPI 2.0=0xcdffe014 SMBIOS=0xcb615000 SMBIOS 3.0=0xcb613000 MEMATTR=0xb4408018 ESRT=0xb440bd18 RNG=0xcdfaef18 INITRD=0xb43da398 
Apr 25 16:24:18 localhost kernel: random: crng init done
Apr 25 16:24:18 localhost kernel: efi: Remove mem74: MMIO range=[0xf8000000-0xfbffffff] (64MB) from e820 map
Apr 25 16:24:18 localhost kernel: e820: remove [mem 0xf8000000-0xfbffffff] reserved
Apr 25 16:24:18 localhost kernel: efi: Remove mem75: MMIO range=[0xfdc00000-0xfdcfffff] (1MB) from e820 map
Apr 25 16:24:18 localhost kernel: e820: remove [mem 0xfdc00000-0xfdcfffff] reserved
Apr 25 16:24:18 localhost kernel: efi: Remove mem76: MMIO range=[0xfe000000-0xfe0fffff] (1MB) from e820 map
Apr 25 16:24:18 localhost kernel: e820: remove [mem 0xfe000000-0xfe0fffff] reserved
Apr 25 16:24:18 localhost kernel: efi: Not removing mem77: MMIO range=[0xfec00000-0xfec01fff] (8KB) from e820 map
Apr 25 16:24:18 localhost kernel: efi: Not removing mem78: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Apr 25 16:24:18 localhost kernel: efi: Not removing mem79: MMIO range=[0xfec20000-0xfec20fff] (4KB) from e820 map
Apr 25 16:24:18 localhost kernel: efi: Not removing mem80: MMIO range=[0xfed80000-0xfed81fff] (8KB) from e820 map
Apr 25 16:24:18 localhost kernel: efi: Not removing mem81: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Apr 25 16:24:18 localhost kernel: efi: Remove mem82: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Apr 25 16:24:18 localhost kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Apr 25 16:24:18 localhost kernel: SMBIOS 3.3.0 present.
Apr 25 16:24:18 localhost kernel: DMI: LENOVO 82XG/LNVNB161216, BIOS L9CN21WW 06/13/2023
Apr 25 16:24:18 localhost kernel: tsc: Fast TSC calibration using PIT
Apr 25 16:24:18 localhost kernel: tsc: Detected 1996.474 MHz processor
Apr 25 16:24:18 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Apr 25 16:24:18 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Apr 25 16:24:18 localhost kernel: last_pfn = 0x3ae300 max_arch_pfn = 0x400000000
Apr 25 16:24:18 localhost kernel: MTRR map: 8 entries (4 fixed + 4 variable; max 21), built from 9 variable MTRRs
Apr 25 16:24:18 localhost kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Apr 25 16:24:18 localhost kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Apr 25 16:24:18 localhost kernel: esrt: Reserving ESRT space from 0x00000000b440bd18 to 0x00000000b440bda0.
Apr 25 16:24:18 localhost kernel: e820: update [mem 0xb440b000-0xb440bfff] usable ==> reserved
Apr 25 16:24:18 localhost kernel: Using GB pages for direct mapping
Apr 25 16:24:18 localhost kernel: Secure boot disabled
Apr 25 16:24:18 localhost kernel: RAMDISK: [mem 0xafd54000-0xb0ef4fff]
Apr 25 16:24:18 localhost kernel: ACPI: Early table checksum verification disabled
Apr 25 16:24:18 localhost kernel: ACPI: RSDP 0x00000000CDFFE014 000024 (v02 LENOVO)
Apr 25 16:24:18 localhost kernel: ACPI: XSDT 0x00000000CDFC6188 00014C (v01 LENOVO CB-01    00000001      01000013)
Apr 25 16:24:18 localhost kernel: ACPI: FACP 0x00000000CDFE9000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: DSDT 0x00000000CDFD7000 00B5EC (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: FACS 0x00000000CDED6000 000040
Apr 25 16:24:18 localhost kernel: ACPI: UEFI 0x00000000CDF7E000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFFC000 000101 (v02 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFFB000 0007E9 (v02 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFFA000 000033 (v02 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFF9000 000B54 (v02 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFF1000 0072B0 (v02 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFED000 003A21 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: MSDM 0x00000000CDFEC000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: ASF! 0x00000000CDFEB000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: BOOT 0x00000000CDFEA000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: HPET 0x00000000CDFE8000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: APIC 0x00000000CDFE7000 000138 (v03 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: MCFG 0x00000000CDFE6000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SLIC 0x00000000CDFE5000 000176 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFD6000 000080 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: VFCT 0x00000000CDFC8000 00D884 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFC7000 0000F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFC2000 003E88 (v02 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: CRAT 0x00000000CDFFD000 000B68 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: CDIT 0x00000000CDFC1000 000029 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFC0000 000139 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFBF000 00028D (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFBE000 00027E (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFBD000 000D53 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFBB000 0010C5 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFB7000 00362F (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: FPDT 0x00000000CDFB6000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: WSMT 0x00000000CDFB4000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: IVRS 0x00000000CDFE4000 0001A4 (v02 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFE3000 000042 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFB3000 00020A (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFB2000 00099D (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFB1000 0002FB (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFB0000 00007D (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: SSDT 0x00000000CDFAF000 0004DB (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: BGRT 0x00000000CDFB5000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Apr 25 16:24:18 localhost kernel: ACPI: Reserving FACP table memory at [mem 0xcdfe9000-0xcdfe910b]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving DSDT table memory at [mem 0xcdfd7000-0xcdfe25eb]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving FACS table memory at [mem 0xcded6000-0xcded603f]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving UEFI table memory at [mem 0xcdf7e000-0xcdf7e235]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdffc000-0xcdffc100]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdffb000-0xcdffb7e8]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdffa000-0xcdffa032]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdff9000-0xcdff9b53]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdff1000-0xcdff82af]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfed000-0xcdff0a20]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving MSDM table memory at [mem 0xcdfec000-0xcdfec054]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving ASF! table memory at [mem 0xcdfeb000-0xcdfeb0a4]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving BOOT table memory at [mem 0xcdfea000-0xcdfea027]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving HPET table memory at [mem 0xcdfe8000-0xcdfe8037]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving APIC table memory at [mem 0xcdfe7000-0xcdfe7137]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving MCFG table memory at [mem 0xcdfe6000-0xcdfe603b]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SLIC table memory at [mem 0xcdfe5000-0xcdfe5175]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfd6000-0xcdfd607f]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving VFCT table memory at [mem 0xcdfc8000-0xcdfd5883]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfc7000-0xcdfc70f7]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfc2000-0xcdfc5e87]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving CRAT table memory at [mem 0xcdffd000-0xcdffdb67]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving CDIT table memory at [mem 0xcdfc1000-0xcdfc1028]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfc0000-0xcdfc0138]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfbf000-0xcdfbf28c]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfbe000-0xcdfbe27d]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfbd000-0xcdfbdd52]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfbb000-0xcdfbc0c4]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfb7000-0xcdfba62e]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving FPDT table memory at [mem 0xcdfb6000-0xcdfb6043]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving WSMT table memory at [mem 0xcdfb4000-0xcdfb4027]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving IVRS table memory at [mem 0xcdfe4000-0xcdfe41a3]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfe3000-0xcdfe3041]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfb3000-0xcdfb3209]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfb2000-0xcdfb299c]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfb1000-0xcdfb12fa]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfb0000-0xcdfb007c]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfaf000-0xcdfaf4da]
Apr 25 16:24:18 localhost kernel: ACPI: Reserving BGRT table memory at [mem 0xcdfb5000-0xcdfb5037]
Apr 25 16:24:18 localhost kernel: No NUMA configuration found
Apr 25 16:24:18 localhost kernel: Faking a node at [mem 0x0000000000000000-0x00000003ae2fffff]
Apr 25 16:24:18 localhost kernel: NODE_DATA(0) allocated [mem 0x3ae2fa000-0x3ae2fffff]
Apr 25 16:24:18 localhost kernel: Zone ranges:
Apr 25 16:24:18 localhost kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Apr 25 16:24:18 localhost kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Apr 25 16:24:18 localhost kernel:   Normal   [mem 0x0000000100000000-0x00000003ae2fffff]
Apr 25 16:24:18 localhost kernel:   Device   empty
Apr 25 16:24:18 localhost kernel: Movable zone start for each node
Apr 25 16:24:18 localhost kernel: Early memory node ranges
Apr 25 16:24:18 localhost kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Apr 25 16:24:18 localhost kernel:   node   0: [mem 0x0000000000100000-0x00000000099fffff]
Apr 25 16:24:18 localhost kernel:   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
Apr 25 16:24:18 localhost kernel:   node   0: [mem 0x0000000009f0f000-0x00000000bab68fff]
Apr 25 16:24:18 localhost kernel:   node   0: [mem 0x00000000bbd69000-0x00000000c9f7efff]
Apr 25 16:24:18 localhost kernel:   node   0: [mem 0x00000000cdfff000-0x00000000cdffffff]
Apr 25 16:24:18 localhost kernel:   node   0: [mem 0x0000000100000000-0x00000003ae2fffff]
Apr 25 16:24:18 localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000003ae2fffff]
Apr 25 16:24:18 localhost kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Apr 25 16:24:18 localhost kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Apr 25 16:24:18 localhost kernel: On node 0, zone DMA32: 1024 pages in unavailable ranges
Apr 25 16:24:18 localhost kernel: On node 0, zone DMA32: 15 pages in unavailable ranges
Apr 25 16:24:18 localhost kernel: On node 0, zone DMA32: 4608 pages in unavailable ranges
Apr 25 16:24:18 localhost kernel: On node 0, zone DMA32: 16512 pages in unavailable ranges
Apr 25 16:24:18 localhost kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Apr 25 16:24:18 localhost kernel: On node 0, zone Normal: 7424 pages in unavailable ranges
Apr 25 16:24:18 localhost kernel: ACPI: PM-Timer IO Port: 0x408
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Apr 25 16:24:18 localhost kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
Apr 25 16:24:18 localhost kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
Apr 25 16:24:18 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 25 16:24:18 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Apr 25 16:24:18 localhost kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Apr 25 16:24:18 localhost kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
Apr 25 16:24:18 localhost kernel: e820: update [mem 0xb36dc000-0xb37eafff] usable ==> reserved
Apr 25 16:24:18 localhost kernel: smpboot: Allowing 16 CPUs, 4 hotplug CPUs
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x09a00000-0x09dfffff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0efff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xb36dc000-0xb37eafff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xb43c7000-0xb43c7fff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xb43d4000-0xb43d4fff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xb440b000-0xb440bfff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xbab69000-0xbbd68fff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xc9f7f000-0xccf7efff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xccf7f000-0xcdf7efff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xcdf7f000-0xcdffefff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfebfffff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfed7ffff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed81fff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfed82000-0xfedfffff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Apr 25 16:24:18 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Apr 25 16:24:18 localhost kernel: [mem 0xd0000000-0xfebfffff] available for PCI devices
Apr 25 16:24:18 localhost kernel: Booting paravirtualized kernel on bare hardware
Apr 25 16:24:18 localhost kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Apr 25 16:24:18 localhost kernel: setup_percpu: NR_CPUS:384 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Apr 25 16:24:18 localhost kernel: percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288
Apr 25 16:24:18 localhost kernel: pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152
Apr 25 16:24:18 localhost kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Apr 25 16:24:18 localhost kernel: pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
Apr 25 16:24:18 localhost kernel: Kernel command line: initrd=\EFI\nixos\p21jn2gpwpd7q3ij5ph5hqhaw0n58k67-initrd-linux-6.6.22-initrd.efi init=/nix/store/l18kw75nrfhca2v5aj579hhvmifxkp7f-nixos-system-nixos-24.05.20240318.a1c4f0a/init root=fstab loglevel=4
Apr 25 16:24:18 localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Apr 25 16:24:18 localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Apr 25 16:24:18 localhost kernel: Fallback order for Node 0: 0 
Apr 25 16:24:18 localhost kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3575231
Apr 25 16:24:18 localhost kernel: Policy zone: Normal
Apr 25 16:24:18 localhost kernel: mem auto-init: stack:all(zero), heap alloc:off, heap free:off
Apr 25 16:24:18 localhost kernel: software IO TLB: area num 16.
Apr 25 16:24:18 localhost kernel: Memory: 14012860K/14528572K available (14336K kernel code, 2315K rwdata, 9268K rodata, 2964K init, 2976K bss, 515456K reserved, 0K cma-reserved)
Apr 25 16:24:18 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Apr 25 16:24:18 localhost kernel: ftrace: allocating 39778 entries in 156 pages
Apr 25 16:24:18 localhost kernel: ftrace: allocated 156 pages with 4 groups
Apr 25 16:24:18 localhost kernel: Dynamic Preempt: voluntary
Apr 25 16:24:18 localhost kernel: rcu: Preemptible hierarchical RCU implementation.
Apr 25 16:24:18 localhost kernel: rcu:         RCU event tracing is enabled.
Apr 25 16:24:18 localhost kernel: rcu:         RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=16.
Apr 25 16:24:18 localhost kernel:         Trampoline variant of Tasks RCU enabled.
Apr 25 16:24:18 localhost kernel:         Rude variant of Tasks RCU enabled.
Apr 25 16:24:18 localhost kernel:         Tracing variant of Tasks RCU enabled.
Apr 25 16:24:18 localhost kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Apr 25 16:24:18 localhost kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Apr 25 16:24:18 localhost kernel: NR_IRQS: 24832, nr_irqs: 1096, preallocated irqs: 16
Apr 25 16:24:18 localhost kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Apr 25 16:24:18 localhost kernel: Console: colour dummy device 80x25
Apr 25 16:24:18 localhost kernel: printk: console [tty0] enabled
Apr 25 16:24:18 localhost kernel: ACPI: Core revision 20230628
Apr 25 16:24:18 localhost kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Apr 25 16:24:18 localhost kernel: APIC: Switch to symmetric I/O mode setup
Apr 25 16:24:18 localhost kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Apr 25 16:24:18 localhost kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Apr 25 16:24:18 localhost kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Apr 25 16:24:18 localhost kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Apr 25 16:24:18 localhost kernel: AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
Apr 25 16:24:18 localhost kernel: APIC: Switched APIC routing to: physical flat
Apr 25 16:24:18 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 25 16:24:18 localhost kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398e5667614, max_idle_ns: 881590540180 ns
Apr 25 16:24:18 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.94 BogoMIPS (lpj=1996474)
Apr 25 16:24:18 localhost kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Apr 25 16:24:18 localhost kernel: LVT offset 1 assigned for vector 0xf9
Apr 25 16:24:18 localhost kernel: LVT offset 2 assigned for vector 0xf4
Apr 25 16:24:18 localhost kernel: process: using mwait in idle threads
Apr 25 16:24:18 localhost kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Apr 25 16:24:18 localhost kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Apr 25 16:24:18 localhost kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr 25 16:24:18 localhost kernel: Spectre V2 : Mitigation: Retpolines
Apr 25 16:24:18 localhost kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Apr 25 16:24:18 localhost kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Apr 25 16:24:18 localhost kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Apr 25 16:24:18 localhost kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Apr 25 16:24:18 localhost kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Apr 25 16:24:18 localhost kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Apr 25 16:24:18 localhost kernel: Speculative Return Stack Overflow: IBPB-extending microcode not applied!
Apr 25 16:24:18 localhost kernel: Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
Apr 25 16:24:18 localhost kernel: Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode
Apr 25 16:24:18 localhost kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Apr 25 16:24:18 localhost kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Apr 25 16:24:18 localhost kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Apr 25 16:24:18 localhost kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Apr 25 16:24:18 localhost kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Apr 25 16:24:18 localhost kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Apr 25 16:24:18 localhost kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Apr 25 16:24:18 localhost kernel: x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
Apr 25 16:24:18 localhost kernel: x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
Apr 25 16:24:18 localhost kernel: Freeing SMP alternatives memory: 36K
Apr 25 16:24:18 localhost kernel: pid_max: default: 32768 minimum: 301
Apr 25 16:24:18 localhost kernel: LSM: initializing lsm=capability,landlock,yama,selinux,bpf,integrity
Apr 25 16:24:18 localhost kernel: landlock: Up and running.
Apr 25 16:24:18 localhost kernel: Yama: becoming mindful.
Apr 25 16:24:18 localhost kernel: SELinux:  Initializing.
Apr 25 16:24:18 localhost kernel: LSM support for eBPF active
Apr 25 16:24:18 localhost kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 25 16:24:18 localhost kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 25 16:24:18 localhost kernel: smpboot: CPU0: AMD Ryzen 5 7530U with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
Apr 25 16:24:18 localhost kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Apr 25 16:24:18 localhost kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Apr 25 16:24:18 localhost kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Apr 25 16:24:18 localhost kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Apr 25 16:24:18 localhost kernel: ... version:                0
Apr 25 16:24:18 localhost kernel: ... bit width:              48
Apr 25 16:24:18 localhost kernel: ... generic registers:      6
Apr 25 16:24:18 localhost kernel: ... value mask:             0000ffffffffffff
Apr 25 16:24:18 localhost kernel: ... max period:             00007fffffffffff
Apr 25 16:24:18 localhost kernel: ... fixed-purpose events:   0
Apr 25 16:24:18 localhost kernel: ... event mask:             000000000000003f
Apr 25 16:24:18 localhost kernel: signal: max sigframe size: 3376
Apr 25 16:24:18 localhost kernel: rcu: Hierarchical SRCU implementation.
Apr 25 16:24:18 localhost kernel: rcu:         Max phase no-delay instances is 400.
Apr 25 16:24:18 localhost kernel: smp: Bringing up secondary CPUs ...
Apr 25 16:24:18 localhost kernel: smpboot: x86: Booting SMP configuration:
Apr 25 16:24:18 localhost kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10  #1  #3  #5  #7  #9 #11
Apr 25 16:24:18 localhost kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Apr 25 16:24:18 localhost kernel: smp: Brought up 1 node, 12 CPUs
Apr 25 16:24:18 localhost kernel: smpboot: Max logical packages: 2
Apr 25 16:24:18 localhost kernel: smpboot: Total of 12 processors activated (47915.37 BogoMIPS)
Apr 25 16:24:18 localhost kernel: devtmpfs: initialized
Apr 25 16:24:18 localhost kernel: x86/mm: Memory block size: 128MB
Apr 25 16:24:18 localhost kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0efff] (61440 bytes)
Apr 25 16:24:18 localhost kernel: ACPI: PM: Registering ACPI NVS region [mem 0xccf7f000-0xcdf7efff] (16777216 bytes)
Apr 25 16:24:18 localhost kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Apr 25 16:24:18 localhost kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Apr 25 16:24:18 localhost kernel: pinctrl core: initialized pinctrl subsystem
Apr 25 16:24:18 localhost kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Apr 25 16:24:18 localhost kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Apr 25 16:24:18 localhost kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Apr 25 16:24:18 localhost kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Apr 25 16:24:18 localhost kernel: audit: initializing netlink subsys (disabled)
Apr 25 16:24:18 localhost kernel: audit: type=2000 audit(1714062258.147:1): state=initialized audit_enabled=0 res=1
Apr 25 16:24:18 localhost kernel: thermal_sys: Registered thermal governor 'bang_bang'
Apr 25 16:24:18 localhost kernel: thermal_sys: Registered thermal governor 'step_wise'
Apr 25 16:24:18 localhost kernel: thermal_sys: Registered thermal governor 'user_space'
Apr 25 16:24:18 localhost kernel: cpuidle: using governor menu
Apr 25 16:24:18 localhost kernel: Simple Boot Flag at 0x44 set to 0x1
Apr 25 16:24:18 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 25 16:24:18 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Apr 25 16:24:18 localhost kernel: PCI: not using MMCONFIG
Apr 25 16:24:18 localhost kernel: PCI: Using configuration type 1 for base access
Apr 25 16:24:18 localhost kernel: PCI: Using configuration type 1 for extended access
Apr 25 16:24:18 localhost kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Apr 25 16:24:18 localhost kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Apr 25 16:24:18 localhost kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Apr 25 16:24:18 localhost kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Apr 25 16:24:18 localhost kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Apr 25 16:24:18 localhost kernel: ACPI: Added _OSI(Module Device)
Apr 25 16:24:18 localhost kernel: ACPI: Added _OSI(Processor Device)
Apr 25 16:24:18 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 25 16:24:18 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
Apr 25 16:24:18 localhost kernel: ACPI: 22 ACPI AML tables successfully acquired and loaded
Apr 25 16:24:18 localhost kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Apr 25 16:24:18 localhost kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Apr 25 16:24:18 localhost kernel: ACPI: EC: EC started
Apr 25 16:24:18 localhost kernel: ACPI: EC: interrupt blocked
Apr 25 16:24:18 localhost kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Apr 25 16:24:18 localhost kernel: ACPI: Interpreter enabled
Apr 25 16:24:18 localhost kernel: ACPI: PM: (supports S0 S4 S5)
Apr 25 16:24:18 localhost kernel: ACPI: Using IOAPIC for interrupt routing
Apr 25 16:24:18 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Apr 25 16:24:18 localhost kernel: [Firmware Info]: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] not reserved in ACPI motherboard resources
Apr 25 16:24:18 localhost kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as EfiMemoryMappedIO
Apr 25 16:24:18 localhost kernel: MMCONFIG [mem 0xf8000000-0xfbffffff] reserved to work around lack of ACPI motherboard _CRS
Apr 25 16:24:18 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 25 16:24:18 localhost kernel: PCI: Ignoring E820 reservations for host bridge windows
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PCI0.GPP3.P0N3: New power resource
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PCI0.GP17.XHC0.P3U0: New power resource
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PCI0.GP17.XHC1.P3U1: New power resource
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PCI0.GP17.XHC1.RHUB.PRT4.PRBT: New power resource
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PRWL: New power resource
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PRWB: New power resource
Apr 25 16:24:18 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Apr 25 16:24:18 localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Apr 25 16:24:18 localhost kernel: acpi PNP0A08:00: _OSC: platform does not support [LTR]
Apr 25 16:24:18 localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
Apr 25 16:24:18 localhost kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Apr 25 16:24:18 localhost kernel: PCI host bridge to bus 0000:00
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfeafffff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed811ff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x450200000-0xfcffffffff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Apr 25 16:24:18 localhost kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Apr 25 16:24:18 localhost kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Apr 25 16:24:18 localhost kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Apr 25 16:24:18 localhost kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Apr 25 16:24:18 localhost kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Apr 25 16:24:18 localhost kernel: pci 0000:00:08.1: enabling Extended Tags
Apr 25 16:24:18 localhost kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Apr 25 16:24:18 localhost kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Apr 25 16:24:18 localhost kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
Apr 25 16:24:18 localhost kernel: pci 0000:01:00.0: [1344:5413] type 00 class 0x010802
Apr 25 16:24:18 localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0600000-0xd0603fff 64bit]
Apr 25 16:24:18 localhost kernel: pci 0000:01:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.1 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.1:   bridge window [mem 0xd0600000-0xd06fffff]
Apr 25 16:24:18 localhost kernel: pci 0000:02:00.0: [1217:8621] type 00 class 0x080501
Apr 25 16:24:18 localhost kernel: pci 0000:02:00.0: reg 0x10: [mem 0xd0501000-0xd0501fff]
Apr 25 16:24:18 localhost kernel: pci 0000:02:00.0: reg 0x14: [mem 0xd0500000-0xd05007ff]
Apr 25 16:24:18 localhost kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.3: PCI bridge to [bus 02]
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.3:   bridge window [mem 0xd0500000-0xd05fffff]
Apr 25 16:24:18 localhost kernel: pci 0000:03:00.0: [14c3:0616] type 00 class 0x028000
Apr 25 16:24:18 localhost kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfcf0200000-0xfcf02fffff 64bit pref]
Apr 25 16:24:18 localhost kernel: pci 0000:03:00.0: reg 0x18: [mem 0xd0400000-0xd0407fff 64bit]
Apr 25 16:24:18 localhost kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.4: PCI bridge to [bus 03]
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.4:   bridge window [mem 0xd0400000-0xd04fffff]
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.4:   bridge window [mem 0xfcf0200000-0xfcf02fffff 64bit pref]
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.0: [1002:15e7] type 00 class 0x030000
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfce0000000-0xfcefffffff 64bit pref]
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.0: reg 0x18: [mem 0xfcf0000000-0xfcf01fffff 64bit pref]
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.0: reg 0x24: [mem 0xd0300000-0xd037ffff]
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.0: enabling Extended Tags
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.0: BAR 0: assigned to efifb
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.1: [1002:1637] type 00 class 0x040300
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.1: reg 0x10: [mem 0xd03c8000-0xd03cbfff]
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.1: enabling Extended Tags
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.2: [1022:15df] type 00 class 0x108000
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.2: reg 0x18: [mem 0xd0200000-0xd02fffff]
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.2: reg 0x24: [mem 0xd03cc000-0xd03cdfff]
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.2: enabling Extended Tags
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.3: [1022:1639] type 00 class 0x0c0330
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.3: reg 0x10: [mem 0xd0000000-0xd00fffff 64bit]
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.3: enabling Extended Tags
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.4: [1022:1639] type 00 class 0x0c0330
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.4: reg 0x10: [mem 0xd0100000-0xd01fffff 64bit]
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.4: enabling Extended Tags
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.5: [1022:15e2] type 00 class 0x048000
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.5: reg 0x10: [mem 0xd0380000-0xd03bffff]
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.5: enabling Extended Tags
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.5: PME# supported from D0 D3hot D3cold
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.6: reg 0x10: [mem 0xd03c0000-0xd03c7fff]
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.6: enabling Extended Tags
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
Apr 25 16:24:18 localhost kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
Apr 25 16:24:18 localhost kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Apr 25 16:24:18 localhost kernel: pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xd03fffff]
Apr 25 16:24:18 localhost kernel: pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKA disabled
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKB disabled
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKC disabled
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKD disabled
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKE disabled
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKF disabled
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKG disabled
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Apr 25 16:24:18 localhost kernel: ACPI: PCI: Interrupt link LNKH disabled
Apr 25 16:24:18 localhost kernel: Low-power S0 idle used by default for system suspend
Apr 25 16:24:18 localhost kernel: ACPI: EC: interrupt unblocked
Apr 25 16:24:18 localhost kernel: ACPI: EC: event unblocked
Apr 25 16:24:18 localhost kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 25 16:24:18 localhost kernel: ACPI: EC: GPE=0x3
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
Apr 25 16:24:18 localhost kernel: iommu: Default domain type: Translated
Apr 25 16:24:18 localhost kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Apr 25 16:24:18 localhost kernel: efivars: Registered efivars operations
Apr 25 16:24:18 localhost kernel: NetLabel: Initializing
Apr 25 16:24:18 localhost kernel: NetLabel:  domain hash size = 128
Apr 25 16:24:18 localhost kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Apr 25 16:24:18 localhost kernel: NetLabel:  unlabeled traffic allowed by default
Apr 25 16:24:18 localhost kernel: PCI: Using ACPI for IRQ routing
Apr 25 16:24:18 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
Apr 25 16:24:18 localhost kernel: resource: Expanded resource Reserved due to conflict with PCI Bus 0000:00
Apr 25 16:24:18 localhost kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Apr 25 16:24:18 localhost kernel: e820: reserve RAM buffer [mem 0x09a00000-0x0bffffff]
Apr 25 16:24:18 localhost kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Apr 25 16:24:18 localhost kernel: e820: reserve RAM buffer [mem 0xb36dc000-0xb3ffffff]
Apr 25 16:24:18 localhost kernel: e820: reserve RAM buffer [mem 0xb43c7018-0xb7ffffff]
Apr 25 16:24:18 localhost kernel: e820: reserve RAM buffer [mem 0xb440b000-0xb7ffffff]
Apr 25 16:24:18 localhost kernel: e820: reserve RAM buffer [mem 0xbab69000-0xbbffffff]
Apr 25 16:24:18 localhost kernel: e820: reserve RAM buffer [mem 0xc9f7f000-0xcbffffff]
Apr 25 16:24:18 localhost kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Apr 25 16:24:18 localhost kernel: e820: reserve RAM buffer [mem 0x3ae300000-0x3afffffff]
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.0: vgaarb: setting as boot VGA device
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.0: vgaarb: bridge control possible
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Apr 25 16:24:18 localhost kernel: vgaarb: loaded
Apr 25 16:24:18 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Apr 25 16:24:18 localhost kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Apr 25 16:24:18 localhost kernel: clocksource: Switched to clocksource tsc-early
Apr 25 16:24:18 localhost kernel: VFS: Disk quotas dquot_6.6.0
Apr 25 16:24:18 localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 25 16:24:18 localhost kernel: pnp: PnP ACPI init
Apr 25 16:24:18 localhost kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Apr 25 16:24:18 localhost kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Apr 25 16:24:18 localhost kernel: system 00:00: [mem 0xfdc00000-0xfdcfffff] has been reserved
Apr 25 16:24:18 localhost kernel: system 00:03: [io  0x0400-0x04cf] has been reserved
Apr 25 16:24:18 localhost kernel: system 00:03: [io  0x04d0-0x04d1] has been reserved
Apr 25 16:24:18 localhost kernel: system 00:03: [io  0x04d6] has been reserved
Apr 25 16:24:18 localhost kernel: system 00:03: [io  0x0c00-0x0c01] has been reserved
Apr 25 16:24:18 localhost kernel: system 00:03: [io  0x0c14] has been reserved
Apr 25 16:24:18 localhost kernel: system 00:03: [io  0x0c50-0x0c52] has been reserved
Apr 25 16:24:18 localhost kernel: system 00:03: [io  0x0c6c] has been reserved
Apr 25 16:24:18 localhost kernel: system 00:03: [io  0x0c6f] has been reserved
Apr 25 16:24:18 localhost kernel: system 00:03: [io  0x0cd0-0x0cdb] has been reserved
Apr 25 16:24:18 localhost kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Apr 25 16:24:18 localhost kernel: pnp: PnP ACPI: found 5 devices
Apr 25 16:24:18 localhost kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 25 16:24:18 localhost kernel: NET: Registered PF_INET protocol family
Apr 25 16:24:18 localhost kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Apr 25 16:24:18 localhost kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Apr 25 16:24:18 localhost kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Apr 25 16:24:18 localhost kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Apr 25 16:24:18 localhost kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Apr 25 16:24:18 localhost kernel: TCP: Hash tables configured (established 131072 bind 65536)
Apr 25 16:24:18 localhost kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Apr 25 16:24:18 localhost kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Apr 25 16:24:18 localhost kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Apr 25 16:24:18 localhost kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Apr 25 16:24:18 localhost kernel: NET: Registered PF_XDP protocol family
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.1:   bridge window [mem 0xd0600000-0xd06fffff]
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.3: PCI bridge to [bus 02]
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.3:   bridge window [mem 0xd0500000-0xd05fffff]
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.4: PCI bridge to [bus 03]
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.4:   bridge window [mem 0xd0400000-0xd04fffff]
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.4:   bridge window [mem 0xfcf0200000-0xfcf02fffff 64bit pref]
Apr 25 16:24:18 localhost kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
Apr 25 16:24:18 localhost kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Apr 25 16:24:18 localhost kernel: pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xd03fffff]
Apr 25 16:24:18 localhost kernel: pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xf7ffffff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfeafffff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: resource 11 [mem 0xfed45000-0xfed811ff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: resource 12 [mem 0xfed81900-0xfed81fff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: resource 13 [mem 0xfedc0000-0xfedc0fff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: resource 14 [mem 0xfedc6000-0xfedc6fff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:00: resource 15 [mem 0x450200000-0xfcffffffff window]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xd0600000-0xd06fffff]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:02: resource 1 [mem 0xd0500000-0xd05fffff]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:03: resource 1 [mem 0xd0400000-0xd04fffff]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:03: resource 2 [mem 0xfcf0200000-0xfcf02fffff 64bit pref]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:04: resource 1 [mem 0xd0000000-0xd03fffff]
Apr 25 16:24:18 localhost kernel: pci_bus 0000:04: resource 2 [mem 0xfce0000000-0xfcf01fffff 64bit pref]
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.3: extending delay after power-on from D3hot to 20 msec
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.4: extending delay after power-on from D3hot to 20 msec
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x7d0 took 10911 usecs
Apr 25 16:24:18 localhost kernel: PCI: CLS 64 bytes, default 64
Apr 25 16:24:18 localhost kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Apr 25 16:24:18 localhost kernel: Trying to unpack rootfs image as initramfs...
Apr 25 16:24:18 localhost kernel: pci 0000:00:01.0: Adding to iommu group 0
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.0: Adding to iommu group 1
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.1: Adding to iommu group 2
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.3: Adding to iommu group 3
Apr 25 16:24:18 localhost kernel: pci 0000:00:02.4: Adding to iommu group 4
Apr 25 16:24:18 localhost kernel: pci 0000:00:08.0: Adding to iommu group 5
Apr 25 16:24:18 localhost kernel: pci 0000:00:08.1: Adding to iommu group 6
Apr 25 16:24:18 localhost kernel: pci 0000:00:14.0: Adding to iommu group 7
Apr 25 16:24:18 localhost kernel: pci 0000:00:14.3: Adding to iommu group 7
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.0: Adding to iommu group 8
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.1: Adding to iommu group 8
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.2: Adding to iommu group 8
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.3: Adding to iommu group 8
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.4: Adding to iommu group 8
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.5: Adding to iommu group 8
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.6: Adding to iommu group 8
Apr 25 16:24:18 localhost kernel: pci 0000:00:18.7: Adding to iommu group 8
Apr 25 16:24:18 localhost kernel: pci 0000:01:00.0: Adding to iommu group 9
Apr 25 16:24:18 localhost kernel: pci 0000:02:00.0: Adding to iommu group 10
Apr 25 16:24:18 localhost kernel: pci 0000:03:00.0: Adding to iommu group 11
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.0: Adding to iommu group 12
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.1: Adding to iommu group 13
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.2: Adding to iommu group 14
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.3: Adding to iommu group 15
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.4: Adding to iommu group 16
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.5: Adding to iommu group 17
Apr 25 16:24:18 localhost kernel: pci 0000:04:00.6: Adding to iommu group 18
Apr 25 16:24:18 localhost kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Apr 25 16:24:18 localhost kernel: pci 0000:00:00.2: PCI INT A: not connected
Apr 25 16:24:18 localhost kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Apr 25 16:24:18 localhost kernel: AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
Apr 25 16:24:18 localhost kernel: AMD-Vi: Interrupt remapping enabled
Apr 25 16:24:18 localhost kernel: AMD-Vi: X2APIC enabled
Apr 25 16:24:18 localhost kernel: Freeing initrd memory: 18052K
Apr 25 16:24:18 localhost kernel: AMD-Vi: Virtual APIC enabled
Apr 25 16:24:18 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 25 16:24:18 localhost kernel: software IO TLB: mapped [mem 0x00000000c5199000-0x00000000c9199000] (64MB)
Apr 25 16:24:18 localhost kernel: LVT offset 0 assigned for vector 0x400
Apr 25 16:24:18 localhost kernel: perf: AMD IBS detected (0x000003ff)
Apr 25 16:24:18 localhost kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Apr 25 16:24:18 localhost kernel: Initialise system trusted keyrings
Apr 25 16:24:18 localhost kernel: workingset: timestamp_bits=40 max_order=22 bucket_order=0
Apr 25 16:24:18 localhost kernel: zbud: loaded
Apr 25 16:24:18 localhost kernel: Key type asymmetric registered
Apr 25 16:24:18 localhost kernel: Asymmetric key parser 'x509' registered
Apr 25 16:24:18 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Apr 25 16:24:18 localhost kernel: io scheduler mq-deadline registered
Apr 25 16:24:18 localhost kernel: io scheduler kyber registered
Apr 25 16:24:18 localhost kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 35
Apr 25 16:24:18 localhost kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 36
Apr 25 16:24:18 localhost kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 37
Apr 25 16:24:18 localhost kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 38
Apr 25 16:24:18 localhost kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1676
Apr 25 16:24:18 localhost kernel: Monitor-Mwait will be used to enter C-1 state
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
Apr 25 16:24:18 localhost kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
Apr 25 16:24:18 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Apr 25 16:24:18 localhost kernel: efifb: probing for efifb
Apr 25 16:24:18 localhost kernel: efifb: showing boot graphics
Apr 25 16:24:18 localhost kernel: efifb: framebuffer at 0xfce0000000, using 9000k, total 9000k
Apr 25 16:24:18 localhost kernel: efifb: mode is 1920x1200x32, linelength=7680, pages=1
Apr 25 16:24:18 localhost kernel: efifb: scrolling: redraw
Apr 25 16:24:18 localhost kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Apr 25 16:24:18 localhost kernel: fbcon: Deferring console take-over
Apr 25 16:24:18 localhost kernel: fb0: EFI VGA frame buffer device
Apr 25 16:24:18 localhost kernel: drop_monitor: Initializing network drop monitor service
Apr 25 16:24:18 localhost kernel: NET: Registered PF_INET6 protocol family
Apr 25 16:24:18 localhost kernel: Segment Routing with IPv6
Apr 25 16:24:18 localhost kernel: In-situ OAM (IOAM) with IPv6
Apr 25 16:24:18 localhost kernel: microcode: CPU0: patch_level=0x0a50000d
Apr 25 16:24:18 localhost kernel: microcode: CPU1: patch_level=0x0a50000d
Apr 25 16:24:18 localhost kernel: microcode: CPU3: patch_level=0x0a50000d
Apr 25 16:24:18 localhost kernel: microcode: CPU2: patch_level=0x0a50000d
Apr 25 16:24:18 localhost kernel: microcode: CPU4: patch_level=0x0a50000d
Apr 25 16:24:18 localhost kernel: microcode: CPU5: patch_level=0x0a50000d
Apr 25 16:24:18 localhost kernel: microcode: CPU11: patch_level=0x0a50000d
Apr 25 16:24:18 localhost kernel: microcode: CPU10: patch_level=0x0a50000d
Apr 25 16:24:18 localhost kernel: microcode: CPU7: patch_level=0x0a50000d
Apr 25 16:24:18 localhost kernel: microcode: CPU9: patch_level=0x0a50000d
Apr 25 16:24:18 localhost kernel: microcode: CPU6: patch_level=0x0a50000d
Apr 25 16:24:18 localhost kernel: microcode: CPU8: patch_level=0x0a50000d
Apr 25 16:24:18 localhost kernel: microcode: Microcode Update Driver: v2.2.
Apr 25 16:24:18 localhost kernel: IPI shorthand broadcast: enabled
Apr 25 16:24:18 localhost kernel: sched_clock: Marking stable (616997376, 304214)->(640701196, -23399606)
Apr 25 16:24:18 localhost kernel: registered taskstats version 1
Apr 25 16:24:18 localhost kernel: Loading compiled-in X.509 certificates
Apr 25 16:24:18 localhost kernel: Key type .fscrypt registered
Apr 25 16:24:18 localhost kernel: Key type fscrypt-provisioning registered
Apr 25 16:24:18 localhost kernel: clk: Disabling unused clocks
Apr 25 16:24:18 localhost kernel: Freeing unused decrypted memory: 2028K
Apr 25 16:24:18 localhost kernel: Freeing unused kernel image (initmem) memory: 2964K
Apr 25 16:24:18 localhost kernel: Write protecting the kernel read-only data: 24576k
Apr 25 16:24:18 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 972K
Apr 25 16:24:18 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Apr 25 16:24:18 localhost kernel: Run /init as init process
Apr 25 16:24:18 localhost kernel:   with arguments:
Apr 25 16:24:18 localhost kernel:     /init
Apr 25 16:24:18 localhost kernel:   with environment:
Apr 25 16:24:18 localhost kernel:     HOME=/
Apr 25 16:24:18 localhost kernel:     TERM=linux
Apr 25 16:24:18 localhost systemd[1]: Inserted module 'autofs4'
Apr 25 16:24:18 localhost systemd[1]: systemd 255.2 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)
Apr 25 16:24:18 localhost systemd[1]: Detected architecture x86-64.
Apr 25 16:24:18 localhost systemd[1]: Running in initrd.
Apr 25 16:24:18 localhost kernel: fbcon: Taking over console
Apr 25 16:24:18 localhost systemd[1]: No hostname configured, using default hostname.
Apr 25 16:24:18 localhost systemd[1]: Hostname set to <localhost>.
Apr 25 16:24:18 localhost systemd[1]: Initializing machine ID from random generator.
Apr 25 16:24:18 localhost kernel: Console: switching to colour frame buffer device 240x75
Apr 25 16:24:18 localhost systemd-hibernate-resume-generator[144]: Reported hibernation image: ID=nixos VERSION_ID=24.05 kernel=6.8.2-zen2 UUID=e4ca1182-e946-40a9-b01f-26a477cebea2 offset=533760
Apr 25 16:24:18 localhost systemd[1]: Queued start job for default target Initrd Default Target.
Apr 25 16:24:18 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Apr 25 16:24:18 localhost systemd[1]: Expecting device /dev/disk/by-id/nvme-eui.000000000000000100a07522400456f8-part1...
Apr 25 16:24:18 localhost systemd[1]: Expecting device /dev/disk/by-uuid/e4ca1182-e946-40a9-b01f-26a477cebea2...
Apr 25 16:24:18 localhost systemd[1]: Reached target Path Units.
Apr 25 16:24:18 localhost systemd[1]: Reached target Slice Units.
Apr 25 16:24:18 localhost systemd[1]: Reached target Swaps.
Apr 25 16:24:18 localhost systemd[1]: Reached target Timer Units.
Apr 25 16:24:18 localhost systemd[1]: Listening on Journal Socket (/dev/log).
Apr 25 16:24:18 localhost systemd[1]: Listening on Journal Socket.
Apr 25 16:24:18 localhost systemd[1]: Listening on udev Control Socket.
Apr 25 16:24:18 localhost systemd[1]: Listening on udev Kernel Socket.
Apr 25 16:24:18 localhost systemd[1]: Reached target Socket Units.
Apr 25 16:24:18 localhost systemd[1]: Starting Create List of Static Device Nodes...
Apr 25 16:24:18 localhost systemd[1]: Starting Journal Service...
Apr 25 16:24:18 localhost systemd[1]: Starting Load Kernel Modules...
Apr 25 16:24:18 localhost systemd[1]: Starting Create Static Device Nodes in /dev...
Apr 25 16:24:18 localhost systemd[1]: Starting Coldplug All udev Devices...
Apr 25 16:24:18 localhost systemd[1]: Finished Create List of Static Device Nodes.
Apr 25 16:24:18 localhost systemd[1]: Finished Create Static Device Nodes in /dev.
Apr 25 16:24:18 localhost systemd[1]: Starting Rule-based Manager for Device Events and Files...
Apr 25 16:24:18 localhost systemd-journald[151]: Collecting audit messages is disabled.
Apr 25 16:24:18 localhost kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Apr 25 16:24:18 localhost systemd[1]: Finished Load Kernel Modules.
Apr 25 16:24:18 localhost systemd[1]: Starting Apply Kernel Variables...
Apr 25 16:24:18 localhost systemd[1]: Finished Apply Kernel Variables.
Apr 25 16:24:18 localhost systemd[1]: Started Rule-based Manager for Device Events and Files.
Apr 25 16:24:18 localhost systemd-journald[151]: Journal started
Apr 25 16:24:18 localhost systemd-journald[151]: Runtime Journal (/run/log/journal/1869bc31bc0842049d84596c9c74fd31) is 8.0M, max 276.7M, 268.7M free.
Apr 25 16:24:18 localhost systemd-modules-load[152]: Inserted module 'dm_mod'
Apr 25 16:24:18 localhost systemd-udevd[159]: Using default interface naming scheme 'v255'.
Apr 25 16:24:18 localhost systemd[1]: Started Journal Service.
Apr 25 16:24:18 localhost systemd[1]: Finished Coldplug All udev Devices.
Apr 25 16:24:19 localhost kernel: rtc_cmos 00:01: RTC can wake from S4
Apr 25 16:24:19 localhost kernel: rtc_cmos 00:01: registered as rtc0
Apr 25 16:24:19 localhost kernel: rtc_cmos 00:01: setting system clock to 2024-04-25T16:24:19 UTC (1714062259)
Apr 25 16:24:19 localhost kernel: rtc_cmos 00:01: alarms up to one month, 114 bytes nvram
Apr 25 16:24:19 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
Apr 25 16:24:19 localhost kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Apr 25 16:24:19 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Apr 25 16:24:19 localhost kernel: ACPI: bus type USB registered
Apr 25 16:24:19 localhost kernel: sdhci: Secure Digital Host Controller Interface driver
Apr 25 16:24:19 localhost kernel: sdhci: Copyright(c) Pierre Ossman
Apr 25 16:24:19 localhost kernel: usbcore: registered new interface driver usbfs
Apr 25 16:24:19 localhost kernel: usbcore: registered new interface driver hub
Apr 25 16:24:19 localhost kernel: usbcore: registered new device driver usb
Apr 25 16:24:19 localhost kernel: nvme 0000:01:00.0: platform quirk: setting simple suspend
Apr 25 16:24:19 localhost kernel: nvme nvme0: pci function 0000:01:00.0
Apr 25 16:24:19 localhost kernel: sdhci-pci 0000:02:00.0: SDHCI controller found [1217:8621] (rev 1)
Apr 25 16:24:19 localhost kernel: sdhci-pci 0000:02:00.0: enabling device (0000 -> 0002)
Apr 25 16:24:19 localhost kernel: mmc0: SDHCI controller on PCI [0000:02:00.0] using ADMA
Apr 25 16:24:19 localhost systemd[1]: Starting Virtual Console Setup...
Apr 25 16:24:19 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Apr 25 16:24:19 localhost systemd[1]: Finished Virtual Console Setup.
Apr 25 16:24:19 localhost kernel: nvme nvme0: allocated 64 MiB host memory buffer.
Apr 25 16:24:19 localhost kernel: nvme nvme0: 16/0/0 default/read/poll queues
Apr 25 16:24:19 localhost kernel:  nvme0n1: p1 p2 p3
Apr 25 16:24:19 localhost kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
Apr 25 16:24:19 localhost kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
Apr 25 16:24:19 localhost kernel: xhci_hcd 0000:04:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Apr 25 16:24:19 localhost kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
Apr 25 16:24:19 localhost kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
Apr 25 16:24:19 localhost kernel: xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Apr 25 16:24:19 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Apr 25 16:24:19 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 25 16:24:19 localhost kernel: usb usb1: Product: xHCI Host Controller
Apr 25 16:24:19 localhost kernel: usb usb1: Manufacturer: Linux 6.6.22 xhci-hcd
Apr 25 16:24:19 localhost kernel: usb usb1: SerialNumber: 0000:04:00.3
Apr 25 16:24:19 localhost kernel: hub 1-0:1.0: USB hub found
Apr 25 16:24:19 localhost kernel: hub 1-0:1.0: 4 ports detected
Apr 25 16:24:19 localhost kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Apr 25 16:24:19 localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Apr 25 16:24:19 localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 25 16:24:19 localhost kernel: usb usb2: Product: xHCI Host Controller
Apr 25 16:24:19 localhost kernel: usb usb2: Manufacturer: Linux 6.6.22 xhci-hcd
Apr 25 16:24:19 localhost kernel: usb usb2: SerialNumber: 0000:04:00.3
Apr 25 16:24:19 localhost kernel: hub 2-0:1.0: USB hub found
Apr 25 16:24:19 localhost kernel: hub 2-0:1.0: 2 ports detected
Apr 25 16:24:19 localhost kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
Apr 25 16:24:19 localhost kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 3
Apr 25 16:24:19 localhost kernel: xhci_hcd 0000:04:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Apr 25 16:24:19 localhost kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
Apr 25 16:24:19 localhost kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
Apr 25 16:24:19 localhost kernel: xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Apr 25 16:24:19 localhost kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Apr 25 16:24:19 localhost kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 25 16:24:19 localhost kernel: usb usb3: Product: xHCI Host Controller
Apr 25 16:24:19 localhost kernel: usb usb3: Manufacturer: Linux 6.6.22 xhci-hcd
Apr 25 16:24:19 localhost kernel: usb usb3: SerialNumber: 0000:04:00.4
Apr 25 16:24:19 localhost kernel: hub 3-0:1.0: USB hub found
Apr 25 16:24:19 localhost kernel: hub 3-0:1.0: 4 ports detected
Apr 25 16:24:19 localhost kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Apr 25 16:24:19 localhost kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Apr 25 16:24:19 localhost kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 25 16:24:19 localhost kernel: usb usb4: Product: xHCI Host Controller
Apr 25 16:24:19 localhost kernel: usb usb4: Manufacturer: Linux 6.6.22 xhci-hcd
Apr 25 16:24:19 localhost kernel: usb usb4: SerialNumber: 0000:04:00.4
Apr 25 16:24:19 localhost kernel: hub 4-0:1.0: USB hub found
Apr 25 16:24:19 localhost kernel: hub 4-0:1.0: 2 ports detected
Apr 25 16:24:19 localhost systemd[1]: Found device Micron MTFDKCD512QFM-1BD1AABLA nixos.
Apr 25 16:24:19 localhost systemd[1]: Reached target Initrd Root Device.
Apr 25 16:24:19 localhost kernel: usb 3-2: new low-speed USB device number 2 using xhci_hcd
Apr 25 16:24:19 localhost kernel: usb 1-3: new high-speed USB device number 2 using xhci_hcd
Apr 25 16:24:19 localhost kernel: usb 1-3: New USB device found, idVendor=174f, idProduct=181d, bcdDevice= 0.04
Apr 25 16:24:19 localhost kernel: usb 1-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Apr 25 16:24:19 localhost kernel: usb 1-3: Product: Integrated Camera
Apr 25 16:24:19 localhost kernel: usb 1-3: Manufacturer:  
Apr 25 16:24:19 localhost kernel: usb 1-3: SerialNumber: 0001
Apr 25 16:24:19 localhost kernel: usb 3-2: New USB device found, idVendor=045e, idProduct=082c, bcdDevice= 1.00
Apr 25 16:24:19 localhost kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 25 16:24:19 localhost kernel: usb 3-2: Product: Microsoft Ergonomic Keyboard
Apr 25 16:24:19 localhost kernel: usb 3-2: Manufacturer: Microsoft
Apr 25 16:24:19 localhost kernel: usb 3-2: SerialNumber: 605498393821
Apr 25 16:24:20 localhost kernel: hid: raw HID events driver (C) Jiri Kosina
Apr 25 16:24:20 localhost kernel: usbcore: registered new interface driver usbhid
Apr 25 16:24:20 localhost kernel: usbhid: USB HID core driver
Apr 25 16:24:20 localhost kernel: input: Microsoft Microsoft Ergonomic Keyboard as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2/3-2:1.0/0003:045E:082C.0001/input/input1
Apr 25 16:24:20 localhost kernel: usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
Apr 25 16:24:20 localhost kernel: usb 2-2: New USB device found, idVendor=2357, idProduct=0601, bcdDevice=30.00
Apr 25 16:24:20 localhost kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=6
Apr 25 16:24:20 localhost kernel: usb 2-2: Product: USB 10/100/1000 LAN
Apr 25 16:24:20 localhost kernel: usb 2-2: Manufacturer: TP-LINK
Apr 25 16:24:20 localhost kernel: usb 2-2: SerialNumber: 000001000000
Apr 25 16:24:20 localhost kernel: input: Microsoft Microsoft Ergonomic Keyboard Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2/3-2:1.0/0003:045E:082C.0001/input/input2
Apr 25 16:24:20 localhost kernel: hid-generic 0003:045E:082C.0001: input,hiddev96,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft Ergonomic Keyboard] on usb-0000:04:00.4-2/input0
Apr 25 16:24:20 localhost kernel: hid-generic 0003:045E:082C.0002: hiddev97,hidraw1: USB HID v1.11 Device [Microsoft Microsoft Ergonomic Keyboard] on usb-0000:04:00.4-2/input1
Apr 25 16:24:20 localhost kernel: usb 3-4: new high-speed USB device number 3 using xhci_hcd
Apr 25 16:24:20 localhost kernel: usb 3-4: New USB device found, idVendor=0489, idProduct=e0d8, bcdDevice= 1.00
Apr 25 16:24:20 localhost kernel: usb 3-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
Apr 25 16:24:20 localhost kernel: usb 3-4: Product: Wireless_Device
Apr 25 16:24:20 localhost kernel: usb 3-4: Manufacturer: MediaTek Inc.
Apr 25 16:24:20 localhost kernel: usb 3-4: SerialNumber: 000000000
Apr 25 16:24:20 localhost kernel: tsc: Refined TSC clocksource calibration: 1996.240 MHz
Apr 25 16:24:20 localhost kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398c9cdeefa, max_idle_ns: 881590591131 ns
Apr 25 16:24:20 localhost kernel: clocksource: Switched to clocksource tsc
Apr 25 16:26:19 localhost systemd[1]: dev-disk-by\x2duuid-e4ca1182\x2de946\x2d40a9\x2db01f\x2d26a477cebea2.device: Job dev-disk-by\x2duuid-e4ca1182\x2de946\x2d40a9\x2db01f\x2d26a477cebea2.device/start timed out.
Apr 25 16:26:19 localhost systemd[1]: Timed out waiting for device /dev/disk/by-uuid/e4ca1182-e946-40a9-b01f-26a477cebea2.
Apr 25 16:26:19 localhost systemd[1]: Dependency failed for Resume from hibernation.
Apr 25 16:26:19 localhost systemd[1]: systemd-hibernate-resume.service: Job systemd-hibernate-resume.service/start failed with result 'dependency'.
Apr 25 16:26:19 localhost systemd[1]: dev-disk-by\x2duuid-e4ca1182\x2de946\x2d40a9\x2db01f\x2d26a477cebea2.device: Job dev-disk-by\x2duuid-e4ca1182\x2de946\x2d40a9\x2db01f\x2d26a477cebea2.device/start failed with result 'timeout'.
@Aleksanaa
Copy link
Member

This may be due to the fact that you had a failed resume from hibernation at boot, so you had a hibernate entry in your efivarfs.

Try: ls /sys/firmware/efi/efivars/ | grep HibernateLocation. You should see something like HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 (the uuid should be different, but may not be similar to the device waited for)

If you see it, just remove it and reboot:

# chattr -i /sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
# rm /sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67

Also see https://bbs.archlinux.org/viewtopic.php?id=293940

I'm not sure if we can handle it better, so just leave it here as is.

@ElvishJerricco
Copy link
Contributor

Yea, this was a systemd issue that has been (mostly) fixed in systemd/systemd#32043. It clears the efi variable on boot so the issue only happens once. Not perfect, but it's hard to imagine any way to do better, since there's no reason to disbelieve the efi variable in the first place.

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

No branches or pull requests

3 participants