You are not logged in.

#1 2024-10-09 17:35:17

OwO
Member
Registered: 2024-10-09
Posts: 3

Freeze on lvm password prompt

Hi there,

I'm having issues with a fresh install that uses lvm on luks. Just about a second after the lvm password prompt is shown, the screen freezes. That being said I feel like the system itself is still responsive (drive seems to be accessed if I enter the password). The FS inside the container is btrfs.

what I've tried;
using the vanilla kernel
booting with plymouth
getting into a different tty
booting without kms hook
disabling internal graphics in bios

(nothing of the above lead to any change in the described behaviour)

mkinitcpio.conf;

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(usbhid xhci_hcd)
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=()

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No RAID, lvm2, or encrypted root is needed.
#    HOOKS=(base)
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS=(base udev autodetect modconf block filesystems fsck)
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS=(base udev modconf block filesystems fsck)
#
##   This setup assembles a mdadm array with an encrypted root file system.
##   Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
#    HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
#
##   This setup loads an lvm2 volume group.
#    HOOKS=(base udev modconf block lvm2 filesystems fsck)
#
##   This will create a systemd based initramfs which loads an encrypted root filesystem.
#    HOOKS=(base systemd autodetect modconf kms keyboard sd-vconsole sd-encrypt block filesystems fsck)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr and fsck hooks.
HOOKS=(base systemd autodetect microcode modconf kms keyboard sd-vconsole block sd-encrypt lvm2 filesystems fsck)

# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used for Linux ≥ 5.9 and gzip compression is used for Linux < 5.9.
# Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()

# MODULES_DECOMPRESS
# Decompress loadable kernel modules and their firmware during initramfs
# creation. Switch (yes/no).
# Enable to allow further decreasing image size when using high compression
# (e.g. xz -9e or zstd --long --ultra -22) at the expense of increased RAM usage
# at early boot.
# Note that any compressed files will be placed in the uncompressed early CPIO
# to avoid double compression.
#MODULES_DECOMPRESS="no"

journal;

-- Boot bc1f3686e236417daa99051acfc25835 --
Oct 09 16:10:50 archlinux kernel: Linux version 6.11.2-zen1-1-zen (linux-zen@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) #1 ZEN SMP PREEMPT_DYNAMIC Fri, 04 Oct 2024 21:51:07 +0000
Oct 09 16:10:50 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-zen root=/dev/mapper/OwOls-root rw loglevel=3 rd.luks.name=c7aa4b7c-5ebc-4082-85f8-3cf457053962=cryptlvm root=/dev/OwOls/root nvidia-drm.modeset=1
Oct 09 16:10:50 archlinux kernel: BIOS-provided physical RAM map:
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000b8270fff] usable
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000b8271000-0x00000000b82a6fff] ACPI data
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000b82a7000-0x00000000b8648fff] usable
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000b8649000-0x00000000b8649fff] ACPI NVS
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000b864a000-0x00000000b864afff] reserved
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000b864b000-0x00000000c530cfff] usable
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000c530d000-0x00000000c6a3cfff] reserved
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000c6a3d000-0x00000000c6a4ffff] ACPI data
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000c6a50000-0x00000000c6c0afff] usable
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000c6c0b000-0x00000000c7232fff] ACPI NVS
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000c7233000-0x00000000c7afefff] reserved
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000c7aff000-0x00000000c7afffff] usable
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000c7b00000-0x00000000c7ffffff] reserved
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Oct 09 16:10:50 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000436ffffff] usable
Oct 09 16:10:50 archlinux kernel: The simpledrm driver will not be probed
Oct 09 16:10:50 archlinux kernel: NX (Execute Disable) protection: active
Oct 09 16:10:50 archlinux kernel: APIC: Static calls initialized
Oct 09 16:10:50 archlinux kernel: e820: update [mem 0xac0f6018-0xac115857] usable ==> usable
Oct 09 16:10:50 archlinux kernel: e820: update [mem 0xac0e5018-0xac0f5e57] usable ==> usable
Oct 09 16:10:50 archlinux kernel: extended physical RAM map:
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000ac0e5017] usable
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000ac0e5018-0x00000000ac0f5e57] usable
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000ac0f5e58-0x00000000ac0f6017] usable
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000ac0f6018-0x00000000ac115857] usable
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000ac115858-0x00000000b8270fff] usable
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000b8271000-0x00000000b82a6fff] ACPI data
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000b82a7000-0x00000000b8648fff] usable
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000b8649000-0x00000000b8649fff] ACPI NVS
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000b864a000-0x00000000b864afff] reserved
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000b864b000-0x00000000c530cfff] usable
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000c530d000-0x00000000c6a3cfff] reserved
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000c6a3d000-0x00000000c6a4ffff] ACPI data
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000c6a50000-0x00000000c6c0afff] usable
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000c6c0b000-0x00000000c7232fff] ACPI NVS
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000c7233000-0x00000000c7afefff] reserved
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000c7aff000-0x00000000c7afffff] usable
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000c7b00000-0x00000000c7ffffff] reserved
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Oct 09 16:10:50 archlinux kernel: reserve setup_data: [mem 0x0000000100000000-0x0000000436ffffff] usable
Oct 09 16:10:50 archlinux kernel: efi: EFI v2.5 by American Megatrends
Oct 09 16:10:50 archlinux kernel: efi: ACPI 2.0=0xb8271000 ACPI=0xb8271000 SMBIOS=0xc7a01000 SMBIOS 3.0=0xc7a00000 ESRT=0xc39419d8 INITRD=0xb8707f98 
Oct 09 16:10:50 archlinux kernel: efi: Remove mem38: MMIO range=[0xf8000000-0xfbffffff] (64MB) from e820 map
Oct 09 16:10:50 archlinux kernel: e820: remove [mem 0xf8000000-0xfbffffff] reserved
Oct 09 16:10:50 archlinux kernel: efi: Not removing mem39: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Oct 09 16:10:50 archlinux kernel: efi: Not removing mem40: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Oct 09 16:10:50 archlinux kernel: efi: Not removing mem41: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Oct 09 16:10:50 archlinux kernel: efi: Remove mem42: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Oct 09 16:10:50 archlinux kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Oct 09 16:10:50 archlinux kernel: SMBIOS 3.0.0 present.
Oct 09 16:10:50 archlinux kernel: DMI: System manufacturer System Product Name/Z170 PRO GAMING, BIOS 3805 05/16/2018
Oct 09 16:10:50 archlinux kernel: DMI: Memory slots populated: 2/4
Oct 09 16:10:50 archlinux kernel: tsc: Detected 3500.000 MHz processor
Oct 09 16:10:50 archlinux kernel: tsc: Detected 3499.912 MHz TSC
Oct 09 16:10:50 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 09 16:10:50 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 09 16:10:50 archlinux kernel: last_pfn = 0x437000 max_arch_pfn = 0x400000000
Oct 09 16:10:50 archlinux kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Oct 09 16:10:50 archlinux kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 09 16:10:50 archlinux kernel: last_pfn = 0xc7b00 max_arch_pfn = 0x400000000
Oct 09 16:10:50 archlinux kernel: found SMP MP-table at [mem 0x000fccb0-0x000fccbf]
Oct 09 16:10:50 archlinux kernel: esrt: Reserving ESRT space from 0x00000000c39419d8 to 0x00000000c3941a10.
Oct 09 16:10:50 archlinux kernel: e820: update [mem 0xc3941000-0xc3941fff] usable ==> reserved
Oct 09 16:10:50 archlinux kernel: Using GB pages for direct mapping
Oct 09 16:10:50 archlinux kernel: Secure boot disabled
Oct 09 16:10:50 archlinux kernel: RAMDISK: [mem 0xac116000-0xb664efff]
Oct 09 16:10:50 archlinux kernel: ACPI: Early table checksum verification disabled
Oct 09 16:10:50 archlinux kernel: ACPI: RSDP 0x00000000B8271000 000024 (v02 ALASKA)
Oct 09 16:10:50 archlinux kernel: ACPI: XSDT 0x00000000B82710A8 0000CC (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 09 16:10:50 archlinux kernel: ACPI: FACP 0x00000000B829A490 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Oct 09 16:10:50 archlinux kernel: ACPI: DSDT 0x00000000B8271210 02927E (v02 ALASKA A M I    01072009 INTL 20160422)
Oct 09 16:10:50 archlinux kernel: ACPI: FACS 0x00000000C7232C40 000040
Oct 09 16:10:50 archlinux kernel: ACPI: APIC 0x00000000B829A5A8 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
Oct 09 16:10:50 archlinux kernel: ACPI: FPDT 0x00000000B829A630 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 09 16:10:50 archlinux kernel: ACPI: DMAR 0x00000000B82A5DC0 000078 (v01 INTEL  SKL      00000001 INTL 00000001)
Oct 09 16:10:50 archlinux kernel: ACPI: MCFG 0x00000000B829A6D0 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Oct 09 16:10:50 archlinux kernel: ACPI: SSDT 0x00000000B829A710 000390 (v01 SataRe SataTabl 00001000 INTL 20160422)
Oct 09 16:10:50 archlinux kernel: ACPI: FIDT 0x00000000B829AAA0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 09 16:10:50 archlinux kernel: ACPI: SSDT 0x00000000B829AB40 003041 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Oct 09 16:10:50 archlinux kernel: ACPI: SSDT 0x00000000B829DB88 002544 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
Oct 09 16:10:50 archlinux kernel: ACPI: HPET 0x00000000B82A00D0 000038 (v01 INTEL  SKL      00000001 MSFT 0000005F)
Oct 09 16:10:50 archlinux kernel: ACPI: SSDT 0x00000000B82A0108 000E3B (v02 INTEL  Ther_Rvp 00001000 INTL 20160422)
Oct 09 16:10:50 archlinux kernel: ACPI: SSDT 0x00000000B82A0F48 000B19 (v02 INTEL  xh_rvp08 00000000 INTL 20160422)
Oct 09 16:10:50 archlinux kernel: ACPI: UEFI 0x00000000B82A1A68 000042 (v01 INTEL  EDK2     00000002      01000013)
Oct 09 16:10:50 archlinux kernel: ACPI: SSDT 0x00000000B82A1AB0 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Oct 09 16:10:50 archlinux kernel: ACPI: LPIT 0x00000000B82A2990 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
Oct 09 16:10:50 archlinux kernel: ACPI: WSMT 0x00000000B82A2A28 000028 (v01 INTEL  SKL      00000000 MSFT 0000005F)
Oct 09 16:10:50 archlinux kernel: ACPI: SSDT 0x00000000B82A2A50 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
Oct 09 16:10:50 archlinux kernel: ACPI: SSDT 0x00000000B82A2CF0 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Oct 09 16:10:50 archlinux kernel: ACPI: DBGP 0x00000000B82A5CF8 000034 (v01 INTEL           00000002 MSFT 0000005F)
Oct 09 16:10:50 archlinux kernel: ACPI: DBG2 0x00000000B82A5D30 000054 (v00 INTEL           00000002 MSFT 0000005F)
Oct 09 16:10:50 archlinux kernel: ACPI: BGRT 0x00000000B82A5D88 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0xb829a490-0xb829a5a3]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0xb8271210-0xb829a48d]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0xc7232c40-0xc7232c7f]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0xb829a5a8-0xb829a62b]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0xb829a630-0xb829a673]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving DMAR table memory at [mem 0xb82a5dc0-0xb82a5e37]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0xb829a6d0-0xb829a70b]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xb829a710-0xb829aa9f]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0xb829aaa0-0xb829ab3b]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xb829ab40-0xb829db80]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xb829db88-0xb82a00cb]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0xb82a00d0-0xb82a0107]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xb82a0108-0xb82a0f42]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xb82a0f48-0xb82a1a60]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving UEFI table memory at [mem 0xb82a1a68-0xb82a1aa9]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xb82a1ab0-0xb82a298d]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving LPIT table memory at [mem 0xb82a2990-0xb82a2a23]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving WSMT table memory at [mem 0xb82a2a28-0xb82a2a4f]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xb82a2a50-0xb82a2cee]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xb82a2cf0-0xb82a5cf1]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving DBGP table memory at [mem 0xb82a5cf8-0xb82a5d2b]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving DBG2 table memory at [mem 0xb82a5d30-0xb82a5d83]
Oct 09 16:10:50 archlinux kernel: ACPI: Reserving BGRT table memory at [mem 0xb82a5d88-0xb82a5dbf]
Oct 09 16:10:50 archlinux kernel: No NUMA configuration found
Oct 09 16:10:50 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x0000000436ffffff]
Oct 09 16:10:50 archlinux kernel: NODE_DATA(0) allocated [mem 0x436ffb000-0x436ffffff]
Oct 09 16:10:50 archlinux kernel: Zone ranges:
Oct 09 16:10:50 archlinux kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 09 16:10:50 archlinux kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 09 16:10:50 archlinux kernel:   Normal   [mem 0x0000000100000000-0x0000000436ffffff]
Oct 09 16:10:50 archlinux kernel:   Device   empty
Oct 09 16:10:50 archlinux kernel: Movable zone start for each node
Oct 09 16:10:50 archlinux kernel: Early memory node ranges
Oct 09 16:10:50 archlinux kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Oct 09 16:10:50 archlinux kernel:   node   0: [mem 0x0000000000059000-0x000000000009efff]
Oct 09 16:10:50 archlinux kernel:   node   0: [mem 0x0000000000100000-0x00000000b8270fff]
Oct 09 16:10:50 archlinux kernel:   node   0: [mem 0x00000000b82a7000-0x00000000b8648fff]
Oct 09 16:10:50 archlinux kernel:   node   0: [mem 0x00000000b864b000-0x00000000c530cfff]
Oct 09 16:10:50 archlinux kernel:   node   0: [mem 0x00000000c6a50000-0x00000000c6c0afff]
Oct 09 16:10:50 archlinux kernel:   node   0: [mem 0x00000000c7aff000-0x00000000c7afffff]
Oct 09 16:10:50 archlinux kernel:   node   0: [mem 0x0000000100000000-0x0000000436ffffff]
Oct 09 16:10:50 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000436ffffff]
Oct 09 16:10:50 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Oct 09 16:10:50 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Oct 09 16:10:50 archlinux kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Oct 09 16:10:50 archlinux kernel: On node 0, zone DMA32: 54 pages in unavailable ranges
Oct 09 16:10:50 archlinux kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
Oct 09 16:10:50 archlinux kernel: On node 0, zone DMA32: 5955 pages in unavailable ranges
Oct 09 16:10:50 archlinux kernel: On node 0, zone DMA32: 3828 pages in unavailable ranges
Oct 09 16:10:50 archlinux kernel: On node 0, zone Normal: 1280 pages in unavailable ranges
Oct 09 16:10:50 archlinux kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Oct 09 16:10:50 archlinux kernel: ACPI: PM-Timer IO Port: 0x1808
Oct 09 16:10:50 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 09 16:10:50 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 09 16:10:50 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 09 16:10:50 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 09 16:10:50 archlinux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Oct 09 16:10:50 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 09 16:10:50 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 09 16:10:50 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Oct 09 16:10:50 archlinux kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Oct 09 16:10:50 archlinux kernel: e820: update [mem 0xc2121000-0xc2166fff] usable ==> reserved
Oct 09 16:10:50 archlinux kernel: TSC deadline timer available
Oct 09 16:10:50 archlinux kernel: CPU topo: Max. logical packages:   1
Oct 09 16:10:50 archlinux kernel: CPU topo: Max. logical dies:       1
Oct 09 16:10:50 archlinux kernel: CPU topo: Max. dies per package:   1
Oct 09 16:10:50 archlinux kernel: CPU topo: Max. threads per core:   1
Oct 09 16:10:50 archlinux kernel: CPU topo: Num. cores per package:     4
Oct 09 16:10:50 archlinux kernel: CPU topo: Num. threads per package:   4
Oct 09 16:10:50 archlinux kernel: CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xac0e5000-0xac0e5fff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xac0f5000-0xac0f5fff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xac0f6000-0xac0f6fff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xac115000-0xac115fff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xb8271000-0xb82a6fff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xb8649000-0xb8649fff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xb864a000-0xb864afff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xc2121000-0xc2166fff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xc3941000-0xc3941fff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xc530d000-0xc6a3cfff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xc6a3d000-0xc6a4ffff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xc6c0b000-0xc7232fff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xc7233000-0xc7afefff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xc7b00000-0xc7ffffff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xc8000000-0xfdffffff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Oct 09 16:10:50 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Oct 09 16:10:50 archlinux kernel: [mem 0xc8000000-0xfdffffff] available for PCI devices
Oct 09 16:10:50 archlinux kernel: Booting paravirtualized kernel on bare hardware
Oct 09 16:10:50 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Oct 09 16:10:50 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Oct 09 16:10:50 archlinux kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Oct 09 16:10:50 archlinux kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Oct 09 16:10:50 archlinux kernel: pcpu-alloc: [0] 0 1 2 3 
Oct 09 16:10:50 archlinux kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=/dev/mapper/OwOls-root rw loglevel=3 rd.luks.name=c7aa4b7c-5ebc-4082-85f8-3cf457053962=cryptlvm root=/dev/OwOls/root nvidia-drm.modeset=1
Oct 09 16:10:50 archlinux kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-zen", will be passed to user space.
Oct 09 16:10:50 archlinux kernel: random: crng init done
Oct 09 16:10:50 archlinux kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Oct 09 16:10:50 archlinux kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 09 16:10:50 archlinux kernel: Fallback order for Node 0: 0 
Oct 09 16:10:50 archlinux kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4178990
Oct 09 16:10:50 archlinux kernel: Policy zone: Normal
Oct 09 16:10:50 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Oct 09 16:10:50 archlinux kernel: software IO TLB: area num 4.
Oct 09 16:10:50 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 09 16:10:50 archlinux kernel: Kernel/User page tables isolation: enabled
Oct 09 16:10:50 archlinux kernel: ftrace: allocating 48413 entries in 190 pages
Oct 09 16:10:50 archlinux kernel: ftrace: allocated 190 pages with 6 groups
Oct 09 16:10:50 archlinux kernel: Dynamic Preempt: full
Oct 09 16:10:50 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 09 16:10:50 archlinux kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Oct 09 16:10:50 archlinux kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 09 16:10:50 archlinux kernel:         Trampoline variant of Tasks RCU enabled.
Oct 09 16:10:50 archlinux kernel:         Rude variant of Tasks RCU enabled.
Oct 09 16:10:50 archlinux kernel:         Tracing variant of Tasks RCU enabled.
Oct 09 16:10:50 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Oct 09 16:10:50 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Oct 09 16:10:50 archlinux kernel: RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Oct 09 16:10:50 archlinux kernel: RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Oct 09 16:10:50 archlinux kernel: RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Oct 09 16:10:50 archlinux kernel: NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
Oct 09 16:10:50 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Oct 09 16:10:50 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Oct 09 16:10:50 archlinux kernel: Console: colour dummy device 80x25
Oct 09 16:10:50 archlinux kernel: printk: legacy console [tty0] enabled
Oct 09 16:10:50 archlinux kernel: ACPI: Core revision 20240322
Oct 09 16:10:50 archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Oct 09 16:10:50 archlinux kernel: APIC: Switch to symmetric I/O mode setup
Oct 09 16:10:50 archlinux kernel: DMAR: Host address width 39
Oct 09 16:10:50 archlinux kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x1
Oct 09 16:10:50 archlinux kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da
Oct 09 16:10:50 archlinux kernel: DMAR: RMRR base: 0x000000c59cc000 end: 0x000000c59ebfff
Oct 09 16:10:50 archlinux kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed90000 IOMMU 0
Oct 09 16:10:50 archlinux kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed90000
Oct 09 16:10:50 archlinux kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Oct 09 16:10:50 archlinux kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Oct 09 16:10:50 archlinux kernel: x2apic enabled
Oct 09 16:10:50 archlinux kernel: APIC: Switched APIC routing to: cluster x2apic
Oct 09 16:10:50 archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 09 16:10:50 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3272fd97217, max_idle_ns: 440795241220 ns
Oct 09 16:10:50 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6999.82 BogoMIPS (lpj=3499912)
Oct 09 16:10:50 archlinux kernel: x86/cpu: SGX disabled by BIOS.
Oct 09 16:10:50 archlinux kernel: CPU0: Thermal monitoring enabled (TM1)
Oct 09 16:10:50 archlinux kernel: Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
Oct 09 16:10:50 archlinux kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Oct 09 16:10:50 archlinux kernel: process: using mwait in idle threads
Oct 09 16:10:50 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 09 16:10:50 archlinux kernel: Spectre V2 : Mitigation: IBRS
Oct 09 16:10:50 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 09 16:10:50 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Oct 09 16:10:50 archlinux kernel: RETBleed: Mitigation: IBRS
Oct 09 16:10:50 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 09 16:10:50 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Oct 09 16:10:50 archlinux kernel: MDS: Mitigation: Clear CPU buffers
Oct 09 16:10:50 archlinux kernel: TAA: Mitigation: TSX disabled
Oct 09 16:10:50 archlinux kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Oct 09 16:10:50 archlinux kernel: SRBDS: Mitigation: Microcode
Oct 09 16:10:50 archlinux kernel: GDS: Vulnerable: No microcode
Oct 09 16:10:50 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 09 16:10:50 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 09 16:10:50 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 09 16:10:50 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Oct 09 16:10:50 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Oct 09 16:10:50 archlinux kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 09 16:10:50 archlinux kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Oct 09 16:10:50 archlinux kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Oct 09 16:10:50 archlinux kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Oct 09 16:10:50 archlinux kernel: Freeing SMP alternatives memory: 52K
Oct 09 16:10:50 archlinux kernel: pid_max: default: 32768 minimum: 301
Oct 09 16:10:50 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Oct 09 16:10:50 archlinux kernel: landlock: Up and running.
Oct 09 16:10:50 archlinux kernel: Yama: becoming mindful.
Oct 09 16:10:50 archlinux kernel: LSM support for eBPF active
Oct 09 16:10:50 archlinux kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 09 16:10:50 archlinux kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 09 16:10:50 archlinux kernel: smpboot: CPU0: Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz (family: 0x6, model: 0x5e, stepping: 0x3)
Oct 09 16:10:50 archlinux kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Oct 09 16:10:50 archlinux kernel: ... version:                4
Oct 09 16:10:50 archlinux kernel: ... bit width:              48
Oct 09 16:10:50 archlinux kernel: ... generic registers:      8
Oct 09 16:10:50 archlinux kernel: ... value mask:             0000ffffffffffff
Oct 09 16:10:50 archlinux kernel: ... max period:             00007fffffffffff
Oct 09 16:10:50 archlinux kernel: ... fixed-purpose events:   3
Oct 09 16:10:50 archlinux kernel: ... event mask:             00000007000000ff
Oct 09 16:10:50 archlinux kernel: signal: max sigframe size: 2032
Oct 09 16:10:50 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1258
Oct 09 16:10:50 archlinux kernel: rcu: Hierarchical SRCU implementation.
Oct 09 16:10:50 archlinux kernel: rcu:         Max phase no-delay instances is 400.
Oct 09 16:10:50 archlinux kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Oct 09 16:10:50 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 09 16:10:50 archlinux kernel: smp: Bringing up secondary CPUs ...
Oct 09 16:10:50 archlinux kernel: smpboot: x86: Booting SMP configuration:
Oct 09 16:10:50 archlinux kernel: .... node  #0, CPUs:      #1 #2 #3
Oct 09 16:10:50 archlinux kernel: smp: Brought up 1 node, 4 CPUs
Oct 09 16:10:50 archlinux kernel: smpboot: Total of 4 processors activated (27999.29 BogoMIPS)
Oct 09 16:10:50 archlinux kernel: Memory: 16129532K/16715960K available (20480K kernel code, 2206K rwdata, 13360K rodata, 3592K init, 3116K bss, 575984K reserved, 0K cma-reserved)
Oct 09 16:10:50 archlinux kernel: devtmpfs: initialized
Oct 09 16:10:50 archlinux kernel: x86/mm: Memory block size: 128MB
Oct 09 16:10:50 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xb8649000-0xb8649fff] (4096 bytes)
Oct 09 16:10:50 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xc6c0b000-0xc7232fff] (6455296 bytes)
Oct 09 16:10:50 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Oct 09 16:10:50 archlinux kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Oct 09 16:10:50 archlinux kernel: pinctrl core: initialized pinctrl subsystem
Oct 09 16:10:50 archlinux kernel: PM: RTC time: 16:10:49, date: 2024-10-09
Oct 09 16:10:50 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Oct 09 16:10:50 archlinux kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Oct 09 16:10:50 archlinux kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Oct 09 16:10:50 archlinux kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Oct 09 16:10:50 archlinux kernel: audit: initializing netlink subsys (disabled)
Oct 09 16:10:50 archlinux kernel: audit: type=2000 audit(1728490248.049:1): state=initialized audit_enabled=0 res=1
Oct 09 16:10:50 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 09 16:10:50 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 09 16:10:50 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 09 16:10:50 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 09 16:10:50 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 09 16:10:50 archlinux kernel: cpuidle: using governor ladder
Oct 09 16:10:50 archlinux kernel: cpuidle: using governor menu
Oct 09 16:10:50 archlinux kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 09 16:10:50 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 09 16:10:50 archlinux kernel: PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
Oct 09 16:10:50 archlinux kernel: PCI: Using configuration type 1 for base access
Oct 09 16:10:50 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Oct 09 16:10:50 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Oct 09 16:10:50 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Oct 09 16:10:50 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Oct 09 16:10:50 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Oct 09 16:10:50 archlinux kernel: ACPI: Added _OSI(Module Device)
Oct 09 16:10:50 archlinux kernel: ACPI: Added _OSI(Processor Device)
Oct 09 16:10:50 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 09 16:10:50 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 09 16:10:50 archlinux kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
Oct 09 16:10:50 archlinux kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 09 16:10:50 archlinux kernel: ACPI: Dynamic OEM Table Load:
Oct 09 16:10:50 archlinux kernel: ACPI: SSDT 0xFFFF8CE8018D1400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Oct 09 16:10:50 archlinux kernel: ACPI: Dynamic OEM Table Load:
Oct 09 16:10:50 archlinux kernel: ACPI: SSDT 0xFFFF8CE800D2D000 000738 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Oct 09 16:10:50 archlinux kernel: ACPI: Dynamic OEM Table Load:
Oct 09 16:10:50 archlinux kernel: ACPI: SSDT 0xFFFF8CE800D2B000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
Oct 09 16:10:50 archlinux kernel: ACPI: Dynamic OEM Table Load:
Oct 09 16:10:50 archlinux kernel: ACPI: SSDT 0xFFFF8CE801912800 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
Oct 09 16:10:50 archlinux kernel: ACPI: EC: EC started
Oct 09 16:10:50 archlinux kernel: ACPI: EC: interrupt blocked
Oct 09 16:10:50 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Oct 09 16:10:50 archlinux kernel: ACPI: Interpreter enabled
Oct 09 16:10:50 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
Oct 09 16:10:50 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
Oct 09 16:10:50 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 09 16:10:50 archlinux kernel: PCI: Using E820 reservations for host bridge windows
Oct 09 16:10:50 archlinux kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_TZ_.FN00: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_TZ_.FN01: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_TZ_.FN02: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_TZ_.FN03: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: \_TZ_.FN04: New power resource
Oct 09 16:10:50 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Oct 09 16:10:50 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Oct 09 16:10:50 archlinux kernel: acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Oct 09 16:10:50 archlinux kernel: acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Oct 09 16:10:50 archlinux kernel: acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_ERROR)
Oct 09 16:10:50 archlinux kernel: PCI host bridge to bus 0000:00
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xc8000000-0xf7ffffff window]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x2000000000-0x2fffffffff window]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:00.0: [8086:191f] type 00 class 0x060000 conventional PCI endpoint
Oct 09 16:10:50 archlinux kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port
Oct 09 16:10:50 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Oct 09 16:10:50 archlinux kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330 conventional PCI endpoint
Oct 09 16:10:50 archlinux kernel: pci 0000:00:14.0: BAR 0 [mem 0x2ffff10000-0x2ffff1ffff 64bit]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Oct 09 16:10:50 archlinux kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000 conventional PCI endpoint
Oct 09 16:10:50 archlinux kernel: pci 0000:00:16.0: BAR 0 [mem 0x2ffff25000-0x2ffff25fff 64bit]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:16.0: PME# supported from D3hot
Oct 09 16:10:50 archlinux kernel: pci 0000:00:17.0: [8086:a102] type 00 class 0x010601 conventional PCI endpoint
Oct 09 16:10:50 archlinux kernel: pci 0000:00:17.0: BAR 0 [mem 0xf7324000-0xf7325fff]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:17.0: BAR 1 [mem 0xf7327000-0xf73270ff]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:17.0: BAR 2 [io  0xf050-0xf057]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:17.0: BAR 3 [io  0xf040-0xf043]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:17.0: BAR 4 [io  0xf020-0xf03f]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:17.0: BAR 5 [mem 0xf7326000-0xf73267ff]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:17.0: PME# supported from D3hot
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1b.0: [8086:a167] type 01 class 0x060400 PCIe Root Port
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400 PCIe Root Port
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0xf7200000-0xf72fffff]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400 PCIe Root Port
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0xf7100000-0xf71fffff]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1f.0: [8086:a145] type 00 class 0x060100 conventional PCI endpoint
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000 conventional PCI endpoint
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1f.2: BAR 0 [mem 0xf7320000-0xf7323fff]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300 conventional PCI endpoint
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1f.3: BAR 0 [mem 0x2ffff20000-0x2ffff23fff 64bit]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1f.3: BAR 4 [mem 0x2ffff00000-0x2ffff0ffff 64bit]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500 conventional PCI endpoint
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1f.4: BAR 0 [mem 0x2ffff24000-0x2ffff240ff 64bit]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1f.4: BAR 4 [io  0xf000-0xf01f]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000 conventional PCI endpoint
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1f.6: BAR 0 [mem 0xf7300000-0xf731ffff]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Oct 09 16:10:50 archlinux kernel: pci 0000:01:00.0: [10de:1b81] type 00 class 0x030000 PCIe Legacy Endpoint
Oct 09 16:10:50 archlinux kernel: pci 0000:01:00.0: BAR 0 [mem 0xf6000000-0xf6ffffff]
Oct 09 16:10:50 archlinux kernel: pci 0000:01:00.0: BAR 1 [mem 0xe0000000-0xefffffff 64bit pref]
Oct 09 16:10:50 archlinux kernel: pci 0000:01:00.0: BAR 3 [mem 0xf0000000-0xf1ffffff 64bit pref]
Oct 09 16:10:50 archlinux kernel: pci 0000:01:00.0: BAR 5 [io  0xe000-0xe07f]
Oct 09 16:10:50 archlinux kernel: pci 0000:01:00.0: ROM [mem 0xf7000000-0xf707ffff pref]
Oct 09 16:10:50 archlinux kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 09 16:10:50 archlinux kernel: pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Oct 09 16:10:50 archlinux kernel: pci 0000:01:00.1: [10de:10f0] type 00 class 0x040300 PCIe Endpoint
Oct 09 16:10:50 archlinux kernel: pci 0000:01:00.1: BAR 0 [mem 0xf7080000-0xf7083fff]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 09 16:10:50 archlinux kernel: acpiphp: Slot [1] registered
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Oct 09 16:10:50 archlinux kernel: pci 0000:03:00.0: [1b21:1242] type 00 class 0x0c0330 PCIe Endpoint
Oct 09 16:10:50 archlinux kernel: pci 0000:03:00.0: BAR 0 [mem 0xf7200000-0xf7207fff 64bit]
Oct 09 16:10:50 archlinux kernel: pci 0000:03:00.0: enabling Extended Tags
Oct 09 16:10:50 archlinux kernel: pci 0000:03:00.0: PME# supported from D3hot D3cold
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Oct 09 16:10:50 archlinux kernel: pci 0000:04:00.0: [144d:a80c] type 00 class 0x010802 PCIe Endpoint
Oct 09 16:10:50 archlinux kernel: pci 0000:04:00.0: BAR 0 [mem 0xf7100000-0xf7103fff 64bit]
Oct 09 16:10:50 archlinux kernel: pci 0000:04:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:1d.0 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
Oct 09 16:10:50 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Oct 09 16:10:50 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Oct 09 16:10:50 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Oct 09 16:10:50 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Oct 09 16:10:50 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 11
Oct 09 16:10:50 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 11
Oct 09 16:10:50 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Oct 09 16:10:50 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Oct 09 16:10:50 archlinux kernel: ACPI: EC: interrupt unblocked
Oct 09 16:10:50 archlinux kernel: ACPI: EC: event unblocked
Oct 09 16:10:50 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 09 16:10:50 archlinux kernel: ACPI: EC: GPE=0x23
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Oct 09 16:10:50 archlinux kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Oct 09 16:10:50 archlinux kernel: iommu: Default domain type: Translated
Oct 09 16:10:50 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Oct 09 16:10:50 archlinux kernel: SCSI subsystem initialized
Oct 09 16:10:50 archlinux kernel: libata version 3.00 loaded.
Oct 09 16:10:50 archlinux kernel: ACPI: bus type USB registered
Oct 09 16:10:50 archlinux kernel: usbcore: registered new interface driver usbfs
Oct 09 16:10:50 archlinux kernel: usbcore: registered new interface driver hub
Oct 09 16:10:50 archlinux kernel: usbcore: registered new device driver usb
Oct 09 16:10:50 archlinux kernel: EDAC MC: Ver: 3.0.0
Oct 09 16:10:50 archlinux kernel: efivars: Registered efivars operations
Oct 09 16:10:50 archlinux kernel: NetLabel: Initializing
Oct 09 16:10:50 archlinux kernel: NetLabel:  domain hash size = 128
Oct 09 16:10:50 archlinux kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 09 16:10:50 archlinux kernel: NetLabel:  unlabeled traffic allowed by default
Oct 09 16:10:50 archlinux kernel: mctp: management component transport protocol core
Oct 09 16:10:50 archlinux kernel: NET: Registered PF_MCTP protocol family
Oct 09 16:10:50 archlinux kernel: PCI: Using ACPI for IRQ routing
Oct 09 16:10:50 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 09 16:10:50 archlinux kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Oct 09 16:10:50 archlinux kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 09 16:10:50 archlinux kernel: e820: reserve RAM buffer [mem 0xac0e5018-0xafffffff]
Oct 09 16:10:50 archlinux kernel: e820: reserve RAM buffer [mem 0xac0f6018-0xafffffff]
Oct 09 16:10:50 archlinux kernel: e820: reserve RAM buffer [mem 0xb8271000-0xbbffffff]
Oct 09 16:10:50 archlinux kernel: e820: reserve RAM buffer [mem 0xb8649000-0xbbffffff]
Oct 09 16:10:50 archlinux kernel: e820: reserve RAM buffer [mem 0xc2121000-0xc3ffffff]
Oct 09 16:10:50 archlinux kernel: e820: reserve RAM buffer [mem 0xc3941000-0xc3ffffff]
Oct 09 16:10:50 archlinux kernel: e820: reserve RAM buffer [mem 0xc530d000-0xc7ffffff]
Oct 09 16:10:50 archlinux kernel: e820: reserve RAM buffer [mem 0xc6c0b000-0xc7ffffff]
Oct 09 16:10:50 archlinux kernel: e820: reserve RAM buffer [mem 0xc7b00000-0xc7ffffff]
Oct 09 16:10:50 archlinux kernel: e820: reserve RAM buffer [mem 0x437000000-0x437ffffff]
Oct 09 16:10:50 archlinux kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Oct 09 16:10:50 archlinux kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Oct 09 16:10:50 archlinux kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Oct 09 16:10:50 archlinux kernel: vgaarb: loaded
Oct 09 16:10:50 archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Oct 09 16:10:50 archlinux kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Oct 09 16:10:50 archlinux kernel: clocksource: Switched to clocksource tsc-early
Oct 09 16:10:50 archlinux kernel: VFS: Disk quotas dquot_6.6.0
Oct 09 16:10:50 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 09 16:10:50 archlinux kernel: pnp: PnP ACPI init
Oct 09 16:10:50 archlinux kernel: system 00:00: [io  0x0290-0x029f] has been reserved
Oct 09 16:10:50 archlinux kernel: pnp 00:01: [dma 0 disabled]
Oct 09 16:10:50 archlinux kernel: system 00:02: [io  0x0680-0x069f] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:02: [io  0xffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:02: [io  0xffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:02: [io  0xffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:02: [io  0x164e-0x164f] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:03: [io  0x0800-0x087f] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:05: [io  0x1854-0x1857] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
Oct 09 16:10:50 archlinux kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
Oct 09 16:10:50 archlinux kernel: system 00:06: [mem 0xf7fc0000-0xf7fdffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
Oct 09 16:10:50 archlinux kernel: system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:08: [io  0xfe00-0xfefe] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
Oct 09 16:10:50 archlinux kernel: system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
Oct 09 16:10:50 archlinux kernel: pnp: PnP ACPI: found 10 devices
Oct 09 16:10:50 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 09 16:10:50 archlinux kernel: NET: Registered PF_INET protocol family
Oct 09 16:10:50 archlinux kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Oct 09 16:10:50 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Oct 09 16:10:50 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Oct 09 16:10:50 archlinux kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 09 16:10:50 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Oct 09 16:10:50 archlinux kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 09 16:10:50 archlinux kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Oct 09 16:10:50 archlinux kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 09 16:10:50 archlinux kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 09 16:10:50 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Oct 09 16:10:50 archlinux kernel: NET: Registered PF_XDP protocol family
Oct 09 16:10:50 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0xf7200000-0xf72fffff]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0xf7100000-0xf71fffff]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0xc8000000-0xf7ffffff window]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x2000000000-0x2fffffffff window]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:00: resource 9 [mem 0xfd000000-0xfe7fffff window]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0xf7200000-0xf72fffff]
Oct 09 16:10:50 archlinux kernel: pci_bus 0000:04: resource 1 [mem 0xf7100000-0xf71fffff]
Oct 09 16:10:50 archlinux kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Oct 09 16:10:50 archlinux kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Oct 09 16:10:50 archlinux kernel: PCI: CLS 64 bytes, default 64
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1f.1: [8086:a120] type 00 class 0x058000 conventional PCI endpoint
Oct 09 16:10:50 archlinux kernel: pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
Oct 09 16:10:50 archlinux kernel: DMAR: [Firmware Bug]: RMRR entry for device 03:00.0 is broken - applying workaround
Oct 09 16:10:50 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 09 16:10:50 archlinux kernel: software IO TLB: mapped [mem 0x00000000a4709000-0x00000000a8709000] (64MB)
Oct 09 16:10:50 archlinux kernel: Trying to unpack rootfs image as initramfs...
Oct 09 16:10:50 archlinux kernel: Initialise system trusted keyrings
Oct 09 16:10:50 archlinux kernel: Key type blacklist registered
Oct 09 16:10:50 archlinux kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Oct 09 16:10:50 archlinux kernel: zbud: loaded
Oct 09 16:10:50 archlinux kernel: fuse: init (API version 7.40)
Oct 09 16:10:50 archlinux kernel: integrity: Platform Keyring initialized
Oct 09 16:10:50 archlinux kernel: integrity: Machine keyring initialized
Oct 09 16:10:50 archlinux kernel: Key type asymmetric registered
Oct 09 16:10:50 archlinux kernel: Asymmetric key parser 'x509' registered
Oct 09 16:10:50 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Oct 09 16:10:50 archlinux kernel: io scheduler mq-deadline registered
Oct 09 16:10:50 archlinux kernel: io scheduler kyber registered
Oct 09 16:10:50 archlinux kernel: io scheduler bfq registered
Oct 09 16:10:50 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 09 16:10:50 archlinux kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Oct 09 16:10:50 archlinux kernel: ACPI: button: Sleep Button [SLPB]
Oct 09 16:10:50 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Oct 09 16:10:50 archlinux kernel: ACPI: button: Power Button [PWRB]
Oct 09 16:10:50 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Oct 09 16:10:50 archlinux kernel: ACPI: button: Power Button [PWRF]
Oct 09 16:10:50 archlinux kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 09 16:10:50 archlinux kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Oct 09 16:10:50 archlinux kernel: thermal LNXTHERM:01: registered as thermal_zone1
Oct 09 16:10:50 archlinux kernel: ACPI: thermal: Thermal Zone [TZ01] (30 C)
Oct 09 16:10:50 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Oct 09 16:10:50 archlinux kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Oct 09 16:10:50 archlinux kernel: Non-volatile memory driver v1.3
Oct 09 16:10:50 archlinux kernel: Linux agpgart interface v0.103
Oct 09 16:10:50 archlinux kernel: ahci 0000:00:17.0: version 3.0
Oct 09 16:10:50 archlinux kernel: ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
Oct 09 16:10:50 archlinux kernel: ahci 0000:00:17.0: 6/6 ports implemented (port mask 0x3f)
Oct 09 16:10:50 archlinux kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst 
Oct 09 16:10:50 archlinux kernel: scsi host0: ahci
Oct 09 16:10:50 archlinux kernel: scsi host1: ahci
Oct 09 16:10:50 archlinux kernel: scsi host2: ahci
Oct 09 16:10:50 archlinux kernel: scsi host3: ahci
Oct 09 16:10:50 archlinux kernel: scsi host4: ahci
Oct 09 16:10:50 archlinux kernel: scsi host5: ahci
Oct 09 16:10:50 archlinux kernel: ata1: SATA max UDMA/133 abar m2048@0xf7326000 port 0xf7326100 irq 124 lpm-pol 3
Oct 09 16:10:50 archlinux kernel: ata2: SATA max UDMA/133 abar m2048@0xf7326000 port 0xf7326180 irq 124 lpm-pol 3
Oct 09 16:10:50 archlinux kernel: ata3: SATA max UDMA/133 abar m2048@0xf7326000 port 0xf7326200 irq 124 lpm-pol 3
Oct 09 16:10:50 archlinux kernel: ata4: SATA max UDMA/133 abar m2048@0xf7326000 port 0xf7326280 irq 124 lpm-pol 3
Oct 09 16:10:50 archlinux kernel: ata5: SATA max UDMA/133 abar m2048@0xf7326000 port 0xf7326300 irq 124 lpm-pol 3
Oct 09 16:10:50 archlinux kernel: ata6: SATA max UDMA/133 abar m2048@0xf7326000 port 0xf7326380 irq 124 lpm-pol 3
Oct 09 16:10:50 archlinux kernel: ACPI: bus type drm_connector registered
Oct 09 16:10:50 archlinux kernel: usbcore: registered new interface driver usbserial_generic
Oct 09 16:10:50 archlinux kernel: usbserial: USB Serial support registered for generic
Oct 09 16:10:50 archlinux kernel: rtc_cmos 00:04: RTC can wake from S4
Oct 09 16:10:50 archlinux kernel: rtc_cmos 00:04: registered as rtc0
Oct 09 16:10:50 archlinux kernel: rtc_cmos 00:04: setting system clock to 2024-10-09T16:10:49 UTC (1728490249)
Oct 09 16:10:50 archlinux kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
Oct 09 16:10:50 archlinux kernel: intel_pstate: Intel P-state driver initializing
Oct 09 16:10:50 archlinux kernel: intel_pstate: HWP enabled
Oct 09 16:10:50 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 09 16:10:50 archlinux kernel: Relocating firmware framebuffer to offset 0x0000000001000000[d] within [mem 0xf0000000-0xf1ffffff flags 0x14220c]
Oct 09 16:10:50 archlinux kernel: efifb: probing for efifb
Oct 09 16:10:50 archlinux kernel: efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
Oct 09 16:10:50 archlinux kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
Oct 09 16:10:50 archlinux kernel: efifb: scrolling: redraw
Oct 09 16:10:50 archlinux kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 09 16:10:50 archlinux kernel: fbcon: Deferring console take-over
Oct 09 16:10:50 archlinux kernel: fb0: EFI VGA frame buffer device
Oct 09 16:10:50 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
Oct 09 16:10:50 archlinux kernel: drop_monitor: Initializing network drop monitor service
Oct 09 16:10:50 archlinux kernel: NET: Registered PF_INET6 protocol family
Oct 09 16:10:50 archlinux kernel: Freeing initrd memory: 169188K
Oct 09 16:10:50 archlinux kernel: Segment Routing with IPv6
Oct 09 16:10:50 archlinux kernel: RPL Segment Routing with IPv6
Oct 09 16:10:50 archlinux kernel: In-situ OAM (IOAM) with IPv6
Oct 09 16:10:50 archlinux kernel: NET: Registered PF_PACKET protocol family
Oct 09 16:10:50 archlinux kernel: microcode: Current revision: 0x000000f0
Oct 09 16:10:50 archlinux kernel: microcode: Updated early from: 0x000000c2
Oct 09 16:10:50 archlinux kernel: IPI shorthand broadcast: enabled
Oct 09 16:10:50 archlinux kernel: sched_clock: Marking stable (416001321, 3418860)->(458206635, -38786454)
Oct 09 16:10:50 archlinux kernel: registered taskstats version 1
Oct 09 16:10:50 archlinux kernel: Loading compiled-in X.509 certificates
Oct 09 16:10:50 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 9bb111535527a2cbc1ff56e11bda9d6c2501525d'
Oct 09 16:10:50 archlinux kernel: zswap: loaded using pool zstd/zsmalloc
Oct 09 16:10:50 archlinux kernel: Demotion targets for Node 0: null
Oct 09 16:10:50 archlinux kernel: Key type .fscrypt registered
Oct 09 16:10:50 archlinux kernel: Key type fscrypt-provisioning registered
Oct 09 16:10:50 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 09 16:10:50 archlinux kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Oct 09 16:10:50 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 09 16:10:50 archlinux kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Oct 09 16:10:50 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 09 16:10:50 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Oct 09 16:10:50 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 09 16:10:50 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Oct 09 16:10:50 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 09 16:10:50 archlinux kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Oct 09 16:10:50 archlinux kernel: PM:   Magic number: 12:15:186
Oct 09 16:10:50 archlinux kernel: acpi device:45: hash matches
Oct 09 16:10:50 archlinux kernel: RAS: Correctable Errors collector initialized.
Oct 09 16:10:50 archlinux kernel: clk: Disabling unused clocks
Oct 09 16:10:50 archlinux kernel: PM: genpd: Disabling unused power domains
Oct 09 16:10:50 archlinux kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Oct 09 16:10:50 archlinux kernel: ata2: SATA link down (SStatus 4 SControl 300)
Oct 09 16:10:50 archlinux kernel: ata4: SATA link down (SStatus 4 SControl 300)
Oct 09 16:10:50 archlinux kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 09 16:10:50 archlinux kernel: ata1: SATA link down (SStatus 4 SControl 300)
Oct 09 16:10:50 archlinux kernel: ata5: SATA link down (SStatus 4 SControl 300)
Oct 09 16:10:50 archlinux kernel: ata6.00: supports DRM functions and may not be fully accessible
Oct 09 16:10:50 archlinux kernel: ata6.00: ATA-9: Samsung SSD 850 EVO 500GB, EMT03B6Q, max UDMA/133
Oct 09 16:10:50 archlinux kernel: ata6.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Oct 09 16:10:50 archlinux kernel: ata3.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
Oct 09 16:10:50 archlinux kernel: ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Oct 09 16:10:50 archlinux kernel: ata6.00: Features: Trust Dev-Sleep NCQ-sndrcv
Oct 09 16:10:50 archlinux kernel: ata6.00: supports DRM functions and may not be fully accessible
Oct 09 16:10:50 archlinux kernel: ata6.00: configured for UDMA/133
Oct 09 16:10:50 archlinux kernel: ahci 0000:00:17.0: port does not support device sleep
Oct 09 16:10:50 archlinux kernel: ata3.00: configured for UDMA/133
Oct 09 16:10:50 archlinux kernel: scsi 2:0:0:0: Direct-Access     ATA      WDC WD20EARS-00M AB51 PQ: 0 ANSI: 5
Oct 09 16:10:50 archlinux kernel: sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Oct 09 16:10:50 archlinux kernel: sd 2:0:0:0: [sda] 4096-byte physical blocks
Oct 09 16:10:50 archlinux kernel: sd 2:0:0:0: [sda] Write Protect is off
Oct 09 16:10:50 archlinux kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 09 16:10:50 archlinux kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 09 16:10:50 archlinux kernel: scsi 5:0:0:0: Direct-Access     ATA      Samsung SSD 850  3B6Q PQ: 0 ANSI: 5
Oct 09 16:10:50 archlinux kernel: sd 2:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Oct 09 16:10:50 archlinux kernel: sd 5:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Oct 09 16:10:50 archlinux kernel: sd 5:0:0:0: [sdb] Write Protect is off
Oct 09 16:10:50 archlinux kernel: sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Oct 09 16:10:50 archlinux kernel: sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 09 16:10:50 archlinux kernel: sd 5:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
Oct 09 16:10:50 archlinux kernel:  sdb: sdb1 sdb2
Oct 09 16:10:50 archlinux kernel: sd 5:0:0:0: [sdb] supports TCG Opal
Oct 09 16:10:50 archlinux kernel: sd 5:0:0:0: [sdb] Attached SCSI disk
Oct 09 16:10:50 archlinux kernel:  sda: sda1 sda2 sda3 sda4
Oct 09 16:10:50 archlinux kernel: sd 2:0:0:0: [sda] Attached SCSI disk
Oct 09 16:10:50 archlinux kernel: Freeing unused decrypted memory: 2028K
Oct 09 16:10:50 archlinux kernel: Freeing unused kernel image (initmem) memory: 3592K
Oct 09 16:10:50 archlinux kernel: Write protecting the kernel read-only data: 34816k
Oct 09 16:10:50 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 976K
Oct 09 16:10:50 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 09 16:10:50 archlinux kernel: rodata_test: all tests were successful
Oct 09 16:10:50 archlinux kernel: x86/mm: Checking user space page tables
Oct 09 16:10:50 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 09 16:10:50 archlinux kernel: Run /init as init process
Oct 09 16:10:50 archlinux kernel:   with arguments:
Oct 09 16:10:50 archlinux kernel:     /init
Oct 09 16:10:50 archlinux kernel:   with environment:
Oct 09 16:10:50 archlinux kernel:     HOME=/
Oct 09 16:10:50 archlinux kernel:     TERM=linux
Oct 09 16:10:50 archlinux kernel:     BOOT_IMAGE=/vmlinuz-linux-zen
Oct 09 16:10:50 archlinux systemd[1]: Successfully made /usr/ read-only.
Oct 09 16:10:50 archlinux systemd[1]: systemd 256.6-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Oct 09 16:10:50 archlinux systemd[1]: Detected architecture x86-64.
Oct 09 16:10:50 archlinux systemd[1]: Running in initrd.
Oct 09 16:10:50 archlinux kernel: fbcon: Taking over console
Oct 09 16:10:50 archlinux systemd[1]: Initializing machine ID from random generator.
Oct 09 16:10:50 archlinux kernel: Console: switching to colour frame buffer device 128x48
Oct 09 16:10:50 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
Oct 09 16:10:50 archlinux systemd[1]: Created slice Slice /system/systemd-cryptsetup.
Oct 09 16:10:50 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 09 16:10:50 archlinux systemd[1]: Expecting device /dev/OwOls/root...
Oct 09 16:10:50 archlinux systemd[1]: Expecting device /dev/disk/by-uuid/c7aa4b7c-5ebc-4082-85f8-3cf457053962...
Oct 09 16:10:50 archlinux systemd[1]: Reached target Path Units.
Oct 09 16:10:50 archlinux systemd[1]: Reached target Slice Units.
Oct 09 16:10:50 archlinux systemd[1]: Reached target Swaps.
Oct 09 16:10:50 archlinux systemd[1]: Reached target Timer Units.
Oct 09 16:10:50 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
Oct 09 16:10:50 archlinux systemd[1]: Listening on Journal Sockets.
Oct 09 16:10:50 archlinux systemd[1]: Listening on udev Control Socket.
Oct 09 16:10:50 archlinux systemd[1]: Listening on udev Kernel Socket.
Oct 09 16:10:50 archlinux systemd[1]: Reached target Socket Units.
Oct 09 16:10:50 archlinux systemd[1]: Starting Create List of Static Device Nodes...
Oct 09 16:10:50 archlinux systemd[1]: Check battery level during early boot was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/class/power_supply).
Oct 09 16:10:50 archlinux systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
Oct 09 16:10:50 archlinux systemd[1]: Starting Journal Service...
Oct 09 16:10:50 archlinux systemd[1]: Starting Load Kernel Modules...
Oct 09 16:10:50 archlinux systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 09 16:10:50 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 09 16:10:50 archlinux systemd[1]: Starting Coldplug All udev Devices...
Oct 09 16:10:50 archlinux systemd[1]: Finished Create List of Static Device Nodes.
Oct 09 16:10:50 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 09 16:10:50 archlinux systemd[1]: Reached target Preparation for Local File Systems.
Oct 09 16:10:50 archlinux systemd[1]: Reached target Local File Systems.
Oct 09 16:10:50 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 09 16:10:50 archlinux systemd-journald[117]: Collecting audit messages is disabled.
Oct 09 16:10:50 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 09 16:10:50 archlinux systemd-journald[117]: Journal started
Oct 09 16:10:50 archlinux systemd-journald[117]: Runtime Journal (/run/log/journal/4be2b2abb5034788b797c73f756cece4) is 8M, max 318.6M, 310.6M free.
Oct 09 16:10:50 archlinux systemd-udevd[123]: Using default interface naming scheme 'v255'.
Oct 09 16:10:50 archlinux systemd[1]: Started Journal Service.
Oct 09 16:10:50 archlinux systemd[1]: Finished Coldplug All udev Devices.
Oct 09 16:10:50 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 09 16:10:50 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Oct 09 16:10:50 archlinux kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
Oct 09 16:10:50 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 09 16:10:50 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 09 16:10:50 archlinux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Oct 09 16:10:50 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
Oct 09 16:10:50 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 09 16:10:50 archlinux kernel: usb usb1: Product: xHCI Host Controller
Oct 09 16:10:50 archlinux kernel: usb usb1: Manufacturer: Linux 6.11.2-zen1-1-zen xhci-hcd
Oct 09 16:10:50 archlinux kernel: usb usb1: SerialNumber: 0000:00:14.0
Oct 09 16:10:50 archlinux kernel: hub 1-0:1.0: USB hub found
Oct 09 16:10:50 archlinux kernel: hub 1-0:1.0: 16 ports detected
Oct 09 16:10:50 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
Oct 09 16:10:50 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 09 16:10:50 archlinux kernel: usb usb2: Product: xHCI Host Controller
Oct 09 16:10:50 archlinux kernel: usb usb2: Manufacturer: Linux 6.11.2-zen1-1-zen xhci-hcd
Oct 09 16:10:50 archlinux kernel: usb usb2: SerialNumber: 0000:00:14.0
Oct 09 16:10:50 archlinux kernel: hub 2-0:1.0: USB hub found
Oct 09 16:10:50 archlinux kernel: hub 2-0:1.0: 10 ports detected
Oct 09 16:10:50 archlinux kernel: usb: port power management may be unreliable
Oct 09 16:10:50 archlinux kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
Oct 09 16:10:50 archlinux kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
Oct 09 16:10:50 archlinux kernel: cryptd: max_cpu_qlen set to 1000
Oct 09 16:10:50 archlinux kernel: AES CTR mode by8 optimization enabled
Oct 09 16:10:50 archlinux kernel: nvme nvme0: pci function 0000:04:00.0
Oct 09 16:10:50 archlinux systemd[1]: Starting Virtual Console Setup...
Oct 09 16:10:50 archlinux kernel: nvme nvme0: D3 entry latency set to 10 seconds
Oct 09 16:10:50 archlinux kernel: nvme nvme0: 4/0/0 default/read/poll queues
Oct 09 16:10:50 archlinux kernel:  nvme0n1: p1 p2
Oct 09 16:10:50 archlinux systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Oct 09 16:10:50 archlinux systemd[1]: Stopped Virtual Console Setup.
Oct 09 16:10:50 archlinux systemd[1]: Starting Virtual Console Setup...
Oct 09 16:10:50 archlinux systemd[1]: Found device Samsung SSD 990 PRO with Heatsink 2TB 2.
Oct 09 16:10:50 archlinux systemd[1]: Finished Virtual Console Setup.
Oct 09 16:10:50 archlinux systemd[1]: Starting Cryptography Setup for cryptlvm...
Oct 09 16:10:50 archlinux kernel: xhci_hcd 0000:03:00.0: hcc params 0x0200eec0 hci version 0x110 quirks 0x0000000000800010
Oct 09 16:10:50 archlinux kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
Oct 09 16:10:50 archlinux kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
Oct 09 16:10:50 archlinux kernel: xhci_hcd 0000:03:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Oct 09 16:10:50 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
Oct 09 16:10:50 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 09 16:10:50 archlinux kernel: usb usb3: Product: xHCI Host Controller
Oct 09 16:10:50 archlinux kernel: usb usb3: Manufacturer: Linux 6.11.2-zen1-1-zen xhci-hcd
Oct 09 16:10:50 archlinux kernel: usb usb3: SerialNumber: 0000:03:00.0
Oct 09 16:10:50 archlinux kernel: hub 3-0:1.0: USB hub found
Oct 09 16:10:50 archlinux kernel: hub 3-0:1.0: 2 ports detected
Oct 09 16:10:50 archlinux kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 09 16:10:50 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
Oct 09 16:10:50 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 09 16:10:50 archlinux kernel: usb usb4: Product: xHCI Host Controller
Oct 09 16:10:50 archlinux kernel: usb usb4: Manufacturer: Linux 6.11.2-zen1-1-zen xhci-hcd
Oct 09 16:10:50 archlinux kernel: usb usb4: SerialNumber: 0000:03:00.0
Oct 09 16:10:50 archlinux kernel: hub 4-0:1.0: USB hub found
Oct 09 16:10:50 archlinux kernel: hub 4-0:1.0: 2 ports detected
Oct 09 16:10:50 archlinux kernel: device-mapper: uevent: version 1.0.3
Oct 09 16:10:50 archlinux kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Oct 09 16:10:50 archlinux systemd[1]: Started Dispatch Password Requests to Console.
Oct 09 16:10:50 archlinux systemd-tty-ask-password-agent[174]: Starting password query on /dev/tty1.
Oct 09 16:10:50 archlinux kernel: tsc: Refined TSC clocksource calibration: 3503.999 MHz
Oct 09 16:10:50 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3282124c47b, max_idle_ns: 440795239402 ns
Oct 09 16:10:50 archlinux kernel: clocksource: Switched to clocksource tsc
Oct 09 16:10:50 archlinux kernel: nvidia: loading out-of-tree module taints kernel.
Oct 09 16:10:50 archlinux kernel: nvidia: module license 'NVIDIA' taints kernel.
Oct 09 16:10:50 archlinux kernel: Disabling lock debugging due to kernel taint
Oct 09 16:10:50 archlinux kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Oct 09 16:10:50 archlinux kernel: nvidia: module license taints kernel.
Oct 09 16:10:50 archlinux kernel: usb 1-5: new low-speed USB device number 2 using xhci_hcd
Oct 09 16:10:50 archlinux kernel: usb 1-5: New USB device found, idVendor=1a2c, idProduct=2124, bcdDevice= 1.10
Oct 09 16:10:50 archlinux kernel: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 09 16:10:50 archlinux kernel: usb 1-5: Product: USB Keyboard
Oct 09 16:10:50 archlinux kernel: usb 1-5: Manufacturer: SEM
Oct 09 16:10:50 archlinux kernel: usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
Oct 09 16:10:50 archlinux kernel: usb 2-2: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
Oct 09 16:10:50 archlinux kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 09 16:10:50 archlinux kernel: usb 2-2: Product: Silicon-Power16G
Oct 09 16:10:50 archlinux kernel: usb 2-2: Manufacturer: UFD 3.0
Oct 09 16:10:50 archlinux kernel: usb 2-2: SerialNumber: P1503992736160100572
Oct 09 16:10:50 archlinux kernel: usb-storage 2-2:1.0: USB Mass Storage device detected
Oct 09 16:10:50 archlinux kernel: scsi host6: usb-storage 2-2:1.0
Oct 09 16:10:50 archlinux kernel: usbcore: registered new interface driver usb-storage
Oct 09 16:10:50 archlinux kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 238
Oct 09 16:10:50 archlinux kernel: 
Oct 09 16:10:50 archlinux kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Oct 09 16:10:50 archlinux kernel: usbcore: registered new interface driver uas
Oct 09 16:10:50 archlinux kernel: usbcore: registered new interface driver usbhid
Oct 09 16:10:50 archlinux kernel: usbhid: USB HID core driver
Oct 09 16:10:50 archlinux kernel: input: SEM USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:1A2C:2124.0001/input/input3
Oct 09 16:10:50 archlinux kernel: usb 1-8: new high-speed USB device number 3 using xhci_hcd
Oct 09 16:10:50 archlinux kernel: hid-generic 0003:1A2C:2124.0001: input,hidraw0: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:00:14.0-5/input0
Oct 09 16:10:50 archlinux kernel: input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1A2C:2124.0002/input/input4
Oct 09 16:10:51 archlinux kernel: input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1A2C:2124.0002/input/input5
Oct 09 16:10:51 archlinux kernel: hid-generic 0003:1A2C:2124.0002: input,hidraw1: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:00:14.0-5/input1
Oct 09 16:10:51 archlinux kernel: usb 1-8: New USB device found, idVendor=14cd, idProduct=125c, bcdDevice= 3.00
Oct 09 16:10:51 archlinux kernel: usb 1-8: New USB device strings: Mfr=1, Product=3, SerialNumber=2
Oct 09 16:10:51 archlinux kernel: usb 1-8: Product: Mass Storage Device
Oct 09 16:10:51 archlinux kernel: usb 1-8: Manufacturer: Generic
Oct 09 16:10:51 archlinux kernel: usb 1-8: SerialNumber: 125C20100726
Oct 09 16:10:51 archlinux kernel: usb-storage 1-8:1.0: USB Mass Storage device detected
Oct 09 16:10:51 archlinux kernel: scsi host7: usb-storage 1-8:1.0
Oct 09 16:10:51 archlinux kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  560.35.03  Fri Aug 16 21:39:15 UTC 2024
Oct 09 16:10:51 archlinux systemd-modules-load[118]: Inserted module 'nvidia'
Oct 09 16:10:51 archlinux systemd-modules-load[118]: Inserted module 'nvidia_modeset'
Oct 09 16:10:51 archlinux kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  560.35.03  Fri Aug 16 21:21:48 UTC 2024
Oct 09 16:10:51 archlinux kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Oct 09 16:10:51 archlinux kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Oct 09 16:10:51 archlinux kernel: usb 1-10: new full-speed USB device number 4 using xhci_hcd
Oct 09 16:10:51 archlinux kernel: usb 1-10: New USB device found, idVendor=046d, idProduct=c539, bcdDevice=39.04
Oct 09 16:10:51 archlinux kernel: usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 09 16:10:51 archlinux kernel: usb 1-10: Product: USB Receiver
Oct 09 16:10:51 archlinux kernel: usb 1-10: Manufacturer: Logitech
Oct 09 16:10:51 archlinux kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:046D:C539.0003/input/input6
Oct 09 16:10:51 archlinux kernel: hid-generic 0003:046D:C539.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-10/input0
Oct 09 16:10:51 archlinux kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:046D:C539.0004/input/input7
Oct 09 16:10:51 archlinux kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:046D:C539.0004/input/input8
Oct 09 16:10:51 archlinux kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:046D:C539.0004/input/input9
Oct 09 16:10:51 archlinux kernel: hid-generic 0003:046D:C539.0004: input,hiddev96,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-10/input1
Oct 09 16:10:51 archlinux kernel: hid-generic 0003:046D:C539.0005: hiddev97,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-10/input2
Oct 09 16:10:51 archlinux kernel: logitech-djreceiver 0003:046D:C539.0003: hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-10/input0
Oct 09 16:10:51 archlinux kernel: usb 1-14: new full-speed USB device number 5 using xhci_hcd
Oct 09 16:10:51 archlinux kernel: logitech-djreceiver 0003:046D:C539.0004: hiddev96,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-10/input1
Oct 09 16:10:51 archlinux kernel: logitech-djreceiver 0003:046D:C539.0005: hiddev97,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-10/input2
Oct 09 16:10:51 archlinux kernel: logitech-djreceiver 0003:046D:C539.0005: device of type eQUAD Lightspeed 1 (0x0c) connected on slot 1
Oct 09 16:10:51 archlinux kernel: input: Logitech Wireless Mouse PID:4053 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.2/0003:046D:C539.0005/0003:046D:4053.0006/input/input11
Oct 09 16:10:51 archlinux kernel: usb 1-14: New USB device found, idVendor=17a0, idProduct=0100, bcdDevice= 0.01
Oct 09 16:10:51 archlinux kernel: usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 09 16:10:51 archlinux kernel: usb 1-14: Product: Samson C03U              
Oct 09 16:10:51 archlinux kernel: usb 1-14: Manufacturer: Samson Technologies      
Oct 09 16:10:51 archlinux kernel: input: Logitech Wireless Mouse PID:4053 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.2/0003:046D:C539.0005/0003:046D:4053.0006/input/input12
Oct 09 16:10:51 archlinux kernel: hid-generic 0003:046D:4053.0006: input,hidraw5: USB HID v1.11 Keyboard [Logitech Wireless Mouse PID:4053] on usb-0000:00:14.0-10/input2:1
Oct 09 16:10:51 archlinux kernel: input: Logitech G900 as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.2/0003:046D:C539.0005/0003:046D:4053.0006/input/input16
Oct 09 16:10:51 archlinux kernel: logitech-hidpp-device 0003:046D:4053.0006: input,hidraw5: USB HID v1.11 Keyboard [Logitech G900] on usb-0000:00:14.0-10/input2:1
Oct 09 16:10:51 archlinux kernel: nvidia-uvm: Loaded the UVM driver, major device number 236.
Oct 09 16:10:51 archlinux systemd-modules-load[118]: Inserted module 'nvidia_uvm'
Oct 09 16:10:52 archlinux kernel: scsi 7:0:0:0: Direct-Access     Mass     Storage Device        PQ: 0 ANSI: 0 CCS
Oct 09 16:10:52 archlinux kernel: scsi 6:0:0:0: Direct-Access     UFD 3.0  Silicon-Power16G 1100 PQ: 0 ANSI: 6
Oct 09 16:10:52 archlinux kernel: sd 7:0:0:0: [sdd] Media removed, stopped polling
Oct 09 16:10:52 archlinux kernel: sd 7:0:0:0: [sdd] Attached SCSI removable disk
Oct 09 16:10:52 archlinux kernel: sd 6:0:0:0: [sdc] 31490048 512-byte logical blocks: (16.1 GB/15.0 GiB)
Oct 09 16:10:52 archlinux kernel: sd 6:0:0:0: [sdc] Write Protect is off
Oct 09 16:10:52 archlinux kernel: sd 6:0:0:0: [sdc] Mode Sense: 43 00 00 00
Oct 09 16:10:52 archlinux kernel: sd 6:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 09 16:10:52 archlinux kernel:  sdc: sdc1 sdc2
Oct 09 16:10:52 archlinux kernel: sd 6:0:0:0: [sdc] Attached SCSI removable disk
Oct 09 16:10:52 archlinux kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
Oct 09 16:10:52 archlinux kernel: Console: switching to colour dummy device 80x25
Oct 09 16:10:52 archlinux kernel: nvidia 0000:01:00.0: vgaarb: deactivate vga console
Oct 09 16:10:52 archlinux kernel: fbcon: nvidia-drmdrmfb (fb0) is primary device
Oct 09 16:10:52 archlinux kernel: Console: switching to colour frame buffer device 240x75
Oct 09 16:10:52 archlinux kernel: nvidia 0000:01:00.0: [drm] fb0: nvidia-drmdrmfb frame buffer device
Oct 09 16:10:52 archlinux systemd-modules-load[118]: Inserted module 'nvidia_drm'
Oct 09 16:10:52 archlinux systemd[1]: Finished Load Kernel Modules.
Oct 09 16:11:14 archlinux systemd-tty-ask-password-agent[174]: Password query on /dev/tty1 finished successfully.
Oct 09 16:11:14 archlinux systemd-cryptsetup[169]: Set cipher aes, mode xts-plain64, key size 512 bits for device /dev/disk/by-uuid/c7aa4b7c-5ebc-4082-85f8-3cf457053962.
Oct 09 16:11:16 archlinux kernel: Key type encrypted registered
Oct 09 16:11:16 archlinux lvm[406]: PV /dev/dm-0 online, VG OwOls is complete.
Oct 09 16:11:16 archlinux systemd[1]: Started /usr/bin/lvm vgchange -aay --autoactivation event OwOls.
Oct 09 16:11:16 archlinux systemd[1]: Finished Cryptography Setup for cryptlvm.
Oct 09 16:11:16 archlinux systemd[1]: Reached target Local Encrypted Volumes.
Oct 09 16:11:16 archlinux systemd[1]: Reached target System Initialization.
Oct 09 16:11:16 archlinux systemd[1]: Reached target Basic System.
Oct 09 16:11:16 archlinux kernel: raid6: skipped pq benchmark and selected avx2x4
Oct 09 16:11:16 archlinux kernel: raid6: using avx2x2 recovery algorithm
Oct 09 16:11:16 archlinux kernel: xor: automatically using best checksumming function   avx       
Oct 09 16:11:16 archlinux kernel: Btrfs loaded, zoned=yes, fsverity=yes
Oct 09 16:11:16 archlinux lvm[408]:   1 logical volume(s) in volume group "OwOls" now active
Oct 09 16:11:16 archlinux systemd[1]: Found device /dev/OwOls/root.
Oct 09 16:11:16 archlinux systemd[1]: Reached target Initrd Root Device.
Oct 09 16:11:16 archlinux systemd[1]: Starting File System Check on /dev/OwOls/root...
Oct 09 16:11:16 archlinux systemd[1]: lvm-activate-OwOls.service: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: Finished File System Check on /dev/OwOls/root.
Oct 09 16:11:16 archlinux systemd[1]: Mounting /sysroot...
Oct 09 16:11:16 archlinux kernel: BTRFS: device fsid f478dc03-5150-49b3-a1dd-249c2c9a69ee devid 1 transid 131 /dev/mapper/OwOls-root (254:1) scanned by mount (422)
Oct 09 16:11:16 archlinux kernel: BTRFS info (device dm-1): first mount of filesystem f478dc03-5150-49b3-a1dd-249c2c9a69ee
Oct 09 16:11:16 archlinux kernel: BTRFS info (device dm-1): using crc32c (crc32c-intel) checksum algorithm
Oct 09 16:11:16 archlinux kernel: BTRFS info (device dm-1): using free-space-tree
Oct 09 16:11:16 archlinux systemd[1]: Mounted /sysroot.
Oct 09 16:11:16 archlinux systemd[1]: Reached target Initrd Root File System.
Oct 09 16:11:16 archlinux systemd[1]: Starting Mountpoints Configured in the Real Root...
Oct 09 16:11:16 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: Finished Mountpoints Configured in the Real Root.
Oct 09 16:11:16 archlinux systemd[1]: Reached target Initrd File Systems.
Oct 09 16:11:16 archlinux systemd[1]: Reached target Initrd Default Target.
Oct 09 16:11:16 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
Oct 09 16:11:16 archlinux systemd[1]: Stopped target Initrd Default Target.
Oct 09 16:11:16 archlinux systemd[1]: Stopped target Basic System.
Oct 09 16:11:16 archlinux systemd[1]: Stopped target Initrd Root Device.
Oct 09 16:11:16 archlinux systemd[1]: Stopped target Path Units.
Oct 09 16:11:16 archlinux systemd[1]: Stopped target Slice Units.
Oct 09 16:11:16 archlinux systemd[1]: Stopped target Socket Units.
Oct 09 16:11:16 archlinux systemd[1]: Stopped target System Initialization.
Oct 09 16:11:16 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
Oct 09 16:11:16 archlinux systemd[1]: Stopped target Local File Systems.
Oct 09 16:11:16 archlinux systemd[1]: Stopped target Preparation for Local File Systems.
Oct 09 16:11:16 archlinux systemd[1]: Stopped target Swaps.
Oct 09 16:11:16 archlinux systemd[1]: Stopped target Timer Units.
Oct 09 16:11:16 archlinux systemd[1]: kmod-static-nodes.service: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: Stopped Create List of Static Device Nodes.
Oct 09 16:11:16 archlinux systemd[1]: Stopping Dispatch Password Requests to Console...
Oct 09 16:11:16 archlinux systemd[1]: Stopping Display Boot-Time Emergency Messages In Full Screen...
Oct 09 16:11:16 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: Stopped Load Kernel Modules.
Oct 09 16:11:16 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: Stopped Coldplug All udev Devices.
Oct 09 16:11:16 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
Oct 09 16:11:16 archlinux systemd[1]: systemd-bsod.service: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: Stopped Display Boot-Time Emergency Messages In Full Screen.
Oct 09 16:11:16 archlinux systemd[1]: systemd-ask-password-console.service: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: Stopped Dispatch Password Requests to Console.
Oct 09 16:11:16 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
Oct 09 16:11:16 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
Oct 09 16:11:16 archlinux systemd[1]: systemd-udevd.service: Consumed 1.472s CPU time, 18.6M memory peak.
Oct 09 16:11:16 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Oct 09 16:11:16 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: Closed udev Control Socket.
Oct 09 16:11:16 archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: Closed udev Kernel Socket.
Oct 09 16:11:16 archlinux systemd[1]: Starting Cleanup udev Database...
Oct 09 16:11:16 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
Oct 09 16:11:16 archlinux systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: Stopped Virtual Console Setup.
Oct 09 16:11:16 archlinux systemd[1]: run-credentials-systemd\x2dvconsole\x2dsetup.service.mount: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
Oct 09 16:11:16 archlinux systemd[1]: Finished Cleanup udev Database.
Oct 09 16:11:16 archlinux systemd[1]: Reached target Switch Root.
Oct 09 16:11:16 archlinux systemd[1]: Starting Switch Root...
Oct 09 16:11:16 archlinux systemd[1]: Switching root.
Oct 09 16:11:16 archlinux systemd-journald[117]: Journal stopped
Oct 09 16:11:17 OwO systemd-journald[117]: Received SIGTERM from PID 1 (systemd).
Oct 09 16:11:17 OwO systemd[1]: systemd 256.6-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Oct 09 16:11:17 OwO systemd[1]: Detected architecture x86-64.
Oct 09 16:11:17 OwO systemd[1]: Hostname set to <OwO>.
Oct 09 16:11:17 OwO systemd[1]: bpf-restrict-fs: LSM BPF program attached
Oct 09 16:11:17 OwO systemd[1]: run-credentials-systemd\x2djournald.service.mount: Deactivated successfully.
Oct 09 16:11:17 OwO systemd[1]: initrd-switch-root.service: Deactivated successfully.
Oct 09 16:11:17 OwO systemd[1]: Stopped Switch Root.
Oct 09 16:11:17 OwO systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Oct 09 16:11:17 OwO systemd[1]: Created slice Slice /system/dirmngr.
Oct 09 16:11:17 OwO systemd[1]: Created slice Slice /system/getty.
Oct 09 16:11:17 OwO systemd[1]: Created slice Slice /system/gpg-agent.
Oct 09 16:11:17 OwO systemd[1]: Created slice Slice /system/gpg-agent-browser.
Oct 09 16:11:17 OwO systemd[1]: Created slice Slice /system/gpg-agent-extra.
Oct 09 16:11:17 OwO systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Oct 09 16:11:17 OwO systemd[1]: Created slice Slice /system/keyboxd.
Oct 09 16:11:17 OwO systemd[1]: Created slice Slice /system/modprobe.
Oct 09 16:11:17 OwO systemd[1]: Created slice User and Session Slice.
Oct 09 16:11:17 OwO systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 09 16:11:17 OwO systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 09 16:11:17 OwO systemd[1]: Expecting device /dev/disk/by-uuid/1D56-0D2C...
Oct 09 16:11:17 OwO systemd[1]: Stopped target Switch Root.
Oct 09 16:11:17 OwO systemd[1]: Stopped target Initrd File Systems.
Oct 09 16:11:17 OwO systemd[1]: Stopped target Initrd Root File System.
Oct 09 16:11:17 OwO systemd[1]: Reached target Local Integrity Protected Volumes.
Oct 09 16:11:17 OwO systemd[1]: Reached target Remote File Systems.
Oct 09 16:11:17 OwO systemd[1]: Reached target Slice Units.
Oct 09 16:11:17 OwO systemd[1]: Reached target Swaps.
Oct 09 16:11:17 OwO systemd[1]: Reached target Local Verity Protected Volumes.
Oct 09 16:11:17 OwO systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 09 16:11:17 OwO systemd[1]: Listening on LVM2 poll daemon socket.
Oct 09 16:11:17 OwO systemd[1]: Listening on Process Core Dump Socket.
Oct 09 16:11:17 OwO systemd[1]: Listening on Credential Encryption/Decryption.
Oct 09 16:11:17 OwO systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 09 16:11:17 OwO systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 09 16:11:17 OwO systemd[1]: Listening on udev Control Socket.
Oct 09 16:11:17 OwO systemd[1]: Listening on udev Kernel Socket.
Oct 09 16:11:17 OwO systemd[1]: Listening on User Database Manager Socket.
Oct 09 16:11:17 OwO systemd[1]: Mounting Huge Pages File System...
Oct 09 16:11:17 OwO systemd[1]: Mounting POSIX Message Queue File System...
Oct 09 16:11:17 OwO systemd[1]: Mounting Kernel Debug File System...
Oct 09 16:11:17 OwO systemd[1]: Mounting Kernel Trace File System...
Oct 09 16:11:17 OwO systemd[1]: Mounting Temporary Directory /tmp...
Oct 09 16:11:17 OwO systemd[1]: Starting Create List of Static Device Nodes...
Oct 09 16:11:17 OwO systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Oct 09 16:11:17 OwO systemd[1]: Starting Load Kernel Module configfs...
Oct 09 16:11:17 OwO systemd[1]: Starting Load Kernel Module dm_mod...
Oct 09 16:11:17 OwO systemd[1]: Starting Load Kernel Module drm...
Oct 09 16:11:17 OwO systemd[1]: Starting Load Kernel Module fuse...
Oct 09 16:11:17 OwO systemd[1]: Starting Load Kernel Module loop...
Oct 09 16:11:17 OwO systemd[1]: systemd-cryptsetup@cryptlvm.service: Deactivated successfully.
Oct 09 16:11:17 OwO systemd[1]: Stopped systemd-cryptsetup@cryptlvm.service.
Oct 09 16:11:17 OwO systemd[1]: systemd-fsck-root.service: Deactivated successfully.
Oct 09 16:11:17 OwO systemd[1]: Stopped File System Check on Root Device.
Oct 09 16:11:17 OwO systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Oct 09 16:11:17 OwO systemd[1]: Starting Journal Service...
Oct 09 16:11:17 OwO systemd[1]: Starting Load Kernel Modules...
Oct 09 16:11:17 OwO kernel: loop: module loaded
Oct 09 16:11:17 OwO systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 09 16:11:17 OwO systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 09 16:11:17 OwO systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 09 16:11:17 OwO systemd[1]: Starting Load udev Rules from Credentials...
Oct 09 16:11:17 OwO systemd[1]: Starting Coldplug All udev Devices...
Oct 09 16:11:17 OwO systemd-journald[484]: Collecting audit messages is disabled.
Oct 09 16:11:17 OwO systemd[1]: Starting Virtual Console Setup...
Oct 09 16:11:17 OwO systemd[1]: run-credentials-systemd\x2dcryptsetup\x40cryptlvm.service.mount: Deactivated successfully.
Oct 09 16:11:17 OwO systemd-journald[484]: Journal started
Oct 09 16:11:17 OwO systemd-journald[484]: Runtime Journal (/run/log/journal/c38f9e5bb75a4d9d89027b850908d0cb) is 8M, max 318.6M, 310.6M free.
Oct 09 16:11:17 OwO systemd[1]: Queued start job for default target Graphical Interface.
Oct 09 16:11:17 OwO systemd[1]: systemd-journald.service: Deactivated successfully.
Oct 09 16:11:17 OwO systemd[1]: Started Journal Service.
Oct 09 16:11:17 OwO lvm[478]:   1 logical volume(s) in volume group "OwOls" monitored
Oct 09 16:11:17 OwO systemd[1]: Mounted Huge Pages File System.
Oct 09 16:11:17 OwO systemd[1]: Mounted POSIX Message Queue File System.
Oct 09 16:11:17 OwO systemd[1]: Mounted Kernel Debug File System.
Oct 09 16:11:17 OwO systemd[1]: Mounted Kernel Trace File System.
Oct 09 16:11:17 OwO systemd[1]: Mounted Temporary Directory /tmp.
Oct 09 16:11:17 OwO systemd[1]: Finished Create List of Static Device Nodes.
Oct 09 16:11:17 OwO systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 09 16:11:17 OwO systemd[1]: modprobe@configfs.service: Deactivated successfully.
Oct 09 16:11:17 OwO systemd[1]: Finished Load Kernel Module configfs.
Oct 09 16:11:17 OwO systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Oct 09 16:11:17 OwO systemd[1]: Finished Load Kernel Module dm_mod.
Oct 09 16:11:17 OwO systemd[1]: modprobe@drm.service: Deactivated successfully.
Oct 09 16:11:17 OwO systemd[1]: Finished Load Kernel Module drm.
Oct 09 16:11:17 OwO systemd[1]: modprobe@fuse.service: Deactivated successfully.
Oct 09 16:11:17 OwO systemd[1]: Finished Load Kernel Module fuse.
Oct 09 16:11:17 OwO systemd[1]: modprobe@loop.service: Deactivated successfully.
Oct 09 16:11:17 OwO systemd[1]: Finished Load Kernel Module loop.
Oct 09 16:11:17 OwO systemd[1]: Finished Load Kernel Modules.
Oct 09 16:11:17 OwO systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 09 16:11:17 OwO systemd[1]: Finished Load udev Rules from Credentials.
Oct 09 16:11:17 OwO systemd[1]: Mounting FUSE Control File System...
Oct 09 16:11:17 OwO systemd[1]: Mounting Kernel Configuration File System...
Oct 09 16:11:17 OwO systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Oct 09 16:11:17 OwO systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 09 16:11:17 OwO systemd[1]: Starting Load/Save OS Random Seed...
Oct 09 16:11:17 OwO systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Oct 09 16:11:17 OwO systemd[1]: Starting Apply Kernel Variables...
Oct 09 16:11:17 OwO systemd-journald[484]: Time spent on flushing to /var/log/journal/c38f9e5bb75a4d9d89027b850908d0cb is 11.218ms for 1125 entries.
Oct 09 16:11:17 OwO systemd-journald[484]: System Journal (/var/log/journal/c38f9e5bb75a4d9d89027b850908d0cb) is 8M, max 4G, 3.9G free.
Oct 09 16:11:17 OwO systemd-journald[484]: Received client request to flush runtime journal.
Oct 09 16:11:17 OwO systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Oct 09 16:11:17 OwO systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 09 16:11:17 OwO systemd[1]: Finished Virtual Console Setup.
Oct 09 16:11:17 OwO systemd[1]: Mounted FUSE Control File System.
Oct 09 16:11:17 OwO systemd[1]: Mounted Kernel Configuration File System.
Oct 09 16:11:17 OwO systemd[1]: Finished Apply Kernel Variables.
Oct 09 16:11:17 OwO systemd[1]: Starting User Database Manager...
Oct 09 16:11:17 OwO systemd[1]: Finished Load/Save OS Random Seed.
Oct 09 16:11:17 OwO systemd[1]: Started User Database Manager.
Oct 09 16:11:17 OwO systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 09 16:11:17 OwO systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Oct 09 16:11:17 OwO systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Oct 09 16:11:17 OwO systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 09 16:11:17 OwO systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 09 16:11:17 OwO systemd[1]: Reached target Preparation for Local File Systems.
Oct 09 16:11:17 OwO systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 09 16:11:17 OwO systemd-udevd[537]: Using default interface naming scheme 'v255'.
Oct 09 16:11:17 OwO systemd[1]: Finished Coldplug All udev Devices.
Oct 09 16:11:17 OwO systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 09 16:11:17 OwO systemd[1]: Starting Show Plymouth Boot Screen...
Oct 09 16:11:17 OwO systemd[1]: Starting Load Kernel Module configfs...
Oct 09 16:11:17 OwO systemd[1]: Starting Load Kernel Module fuse...
Oct 09 16:11:17 OwO systemd[1]: modprobe@configfs.service: Deactivated successfully.
Oct 09 16:11:17 OwO systemd[1]: Finished Load Kernel Module configfs.
Oct 09 16:11:17 OwO systemd[1]: modprobe@fuse.service: Deactivated successfully.
Oct 09 16:11:17 OwO systemd[1]: Finished Load Kernel Module fuse.
Oct 09 16:11:17 OwO systemd[1]: Received SIGRTMIN+20 from PID 571 (plymouthd).
Oct 09 16:11:17 OwO lvm[562]: PV /dev/dm-0 online, VG OwOls is complete.
Oct 09 16:11:17 OwO lvm[562]: VG OwOls finished
Oct 09 16:11:17 OwO kernel: BTRFS info: devid 1 device path /dev/mapper/OwOls-root changed to /dev/dm-1 scanned by (udev-worker) (546)
Oct 09 16:11:17 OwO kernel: BTRFS info: devid 1 device path /dev/dm-1 changed to /dev/mapper/OwOls-root scanned by (udev-worker) (546)
Oct 09 16:11:17 OwO systemd[1]: Received SIGRTMIN+20 from PID 571 (plymouthd).
Oct 09 16:11:17 OwO systemd[1]: Started Show Plymouth Boot Screen.
Oct 09 16:11:17 OwO systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Oct 09 16:11:17 OwO systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Oct 09 16:11:17 OwO systemd[1]: Reached target Local Encrypted Volumes.
Oct 09 16:11:17 OwO systemd[1]: Reached target Path Units.
Oct 09 16:11:17 OwO systemd[1]: Condition check resulted in Samsung SSD 990 PRO with Heatsink 2TB 1 being skipped.
Oct 09 16:11:17 OwO kernel: mousedev: PS/2 mouse device common for all mice
Oct 09 16:11:17 OwO kernel: EDAC ie31200: No ECC support
Oct 09 16:11:17 OwO kernel: EDAC ie31200: No ECC support
Oct 09 16:11:17 OwO kernel: resource: resource sanity check: requesting [mem 0x00000000fdffe800-0x00000000fe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
Oct 09 16:11:17 OwO kernel: caller get_primary_reg_base+0x4d/0xb0 [intel_pmc_core] mapping multiple BARs
Oct 09 16:11:17 OwO kernel: intel_pmc_core INT33A1:00:  initialized
Oct 09 16:11:17 OwO kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 09 16:11:17 OwO kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 09 16:11:17 OwO kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Oct 09 16:11:17 OwO kernel: input: PC Speaker as /devices/platform/pcspkr/input/input17
Oct 09 16:11:17 OwO kernel: PTP clock support registered
Oct 09 16:11:17 OwO kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Oct 09 16:11:17 OwO kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Oct 09 16:11:17 OwO kernel: i2c i2c-7: Successfully instantiated SPD at 0x50
Oct 09 16:11:17 OwO kernel: i2c i2c-7: Successfully instantiated SPD at 0x52
Oct 09 16:11:17 OwO kernel: e1000e: Intel(R) PRO/1000 Network Driver
Oct 09 16:11:17 OwO kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Oct 09 16:11:17 OwO kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Oct 09 16:11:17 OwO systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 09 16:11:17 OwO systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Oct 09 16:11:17 OwO systemd[1]: Stopped Virtual Console Setup.
Oct 09 16:11:17 OwO systemd[1]: Stopping Virtual Console Setup...
Oct 09 16:11:17 OwO kernel: mc: Linux media interface: v0.10
Oct 09 16:11:17 OwO systemd[1]: Starting Virtual Console Setup...
Oct 09 16:11:17 OwO kernel: i8042: PNP: No PS/2 controller found.
Oct 09 16:11:17 OwO kernel: iTCO_vendor_support: vendor-support=0
Oct 09 16:11:17 OwO kernel: ee1004 7-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Oct 09 16:11:17 OwO kernel: ee1004 7-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
Oct 09 16:11:17 OwO kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
Oct 09 16:11:17 OwO kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Oct 09 16:11:17 OwO kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Oct 09 16:11:17 OwO kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Oct 09 16:11:17 OwO kernel: asus_wmi: ASUS WMI generic driver loaded
Oct 09 16:11:17 OwO kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Oct 09 16:11:17 OwO kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Oct 09 16:11:17 OwO kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Oct 09 16:11:17 OwO kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Oct 09 16:11:17 OwO systemd[1]: Finished Virtual Console Setup.
Oct 09 16:11:17 OwO kernel: asus_wmi: Initialization: 0x0
Oct 09 16:11:17 OwO kernel: asus_wmi: BIOS WMI version: 0.9
Oct 09 16:11:17 OwO kernel: asus_wmi: SFUN value: 0x0
Oct 09 16:11:17 OwO kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Oct 09 16:11:17 OwO kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input18
Oct 09 16:11:17 OwO kernel: snd_hda_codec_realtek hdaudioC0D0: ALC1150: SKU not ready 0x00000000
Oct 09 16:11:17 OwO kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1150: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Oct 09 16:11:17 OwO kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 09 16:11:17 OwO kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Oct 09 16:11:17 OwO kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Oct 09 16:11:17 OwO kernel: snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
Oct 09 16:11:17 OwO kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Oct 09 16:11:17 OwO kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Oct 09 16:11:17 OwO kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Oct 09 16:11:17 OwO kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Oct 09 16:11:17 OwO kernel: usbcore: registered new interface driver snd-usb-audio
Oct 09 16:11:17 OwO systemd[1]: Reached target Sound Card.
Oct 09 16:11:17 OwO kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
Oct 09 16:11:17 OwO kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
Oct 09 16:11:17 OwO kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
Oct 09 16:11:17 OwO kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
Oct 09 16:11:17 OwO kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
Oct 09 16:11:17 OwO kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
Oct 09 16:11:17 OwO kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
Oct 09 16:11:17 OwO kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
Oct 09 16:11:17 OwO kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
Oct 09 16:11:17 OwO kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
Oct 09 16:11:17 OwO kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
Oct 09 16:11:17 OwO kernel: intel_tcc_cooling: Programmable TCC Offset detected
Oct 09 16:11:17 OwO kernel: intel_rapl_common: Found RAPL domain package
Oct 09 16:11:17 OwO kernel: intel_rapl_common: Found RAPL domain core
Oct 09 16:11:17 OwO kernel: intel_rapl_common: Found RAPL domain dram
Oct 09 16:11:17 OwO kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
Oct 09 16:11:17 OwO kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) d0:17:c2:d1:bb:3d
Oct 09 16:11:17 OwO kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
Oct 09 16:11:17 OwO kernel: e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
Oct 09 16:11:17 OwO kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
Oct 09 16:11:18 OwO systemd[1]: Mounting /boot...
Oct 09 16:11:18 OwO systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Oct 09 16:11:18 OwO systemd[1]: Mounted /boot.
Oct 09 16:11:18 OwO systemd[1]: Reached target Local File Systems.
Oct 09 16:11:18 OwO systemd[1]: Listening on Boot Entries Service Socket.
Oct 09 16:11:18 OwO systemd[1]: Listening on System Extension Image Management.
Oct 09 16:11:18 OwO systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Oct 09 16:11:18 OwO systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Oct 09 16:11:18 OwO systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Oct 09 16:11:18 OwO systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Oct 09 16:11:18 OwO systemd[1]: Starting Create System Files and Directories...
Oct 09 16:11:18 OwO systemd[1]: Received SIGRTMIN+20 from PID 571 (plymouthd).
Oct 09 16:11:18 OwO systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Oct 09 16:11:18 OwO systemd[1]: Finished Create System Files and Directories.
Oct 09 16:11:18 OwO systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Oct 09 16:11:18 OwO systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Oct 09 16:11:18 OwO systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Oct 09 16:11:18 OwO systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Oct 09 16:11:18 OwO systemd[1]: Starting Network Name Resolution...
Oct 09 16:11:18 OwO systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Oct 09 16:11:18 OwO systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Oct 09 16:11:18 OwO systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Oct 09 16:11:18 OwO systemd-resolved[614]: Positive Trust Anchors:
Oct 09 16:11:18 OwO systemd-resolved[614]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Oct 09 16:11:18 OwO systemd-resolved[614]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa resolver.arpa corp home internal intranet lan local private test
Oct 09 16:11:18 OwO systemd-resolved[614]: Using system hostname 'OwO'.
Oct 09 16:11:18 OwO systemd[1]: Started Network Name Resolution.
Oct 09 16:11:18 OwO systemd[1]: Reached target Host and Network Name Lookups.
Oct 09 16:11:18 OwO systemd[1]: Reached target System Initialization.
Oct 09 16:11:18 OwO systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Oct 09 16:11:18 OwO systemd[1]: Started Daily man-db regeneration.
Oct 09 16:11:18 OwO systemd[1]: Started Daily verification of password and group files.
Oct 09 16:11:18 OwO systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 09 16:11:18 OwO systemd[1]: Reached target Timer Units.
Oct 09 16:11:18 OwO systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 09 16:11:18 OwO systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Oct 09 16:11:18 OwO systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Oct 09 16:11:18 OwO systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Oct 09 16:11:18 OwO systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Oct 09 16:11:18 OwO systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Oct 09 16:11:18 OwO systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Oct 09 16:11:18 OwO systemd[1]: Listening on Hostname Service Socket.
Oct 09 16:11:18 OwO systemd[1]: Reached target Socket Units.
Oct 09 16:11:18 OwO systemd[1]: Starting D-Bus System Message Bus...
Oct 09 16:11:18 OwO systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 09 16:11:18 OwO systemd[1]: Started D-Bus System Message Bus.
Oct 09 16:11:18 OwO systemd[1]: Reached target Basic System.
Oct 09 16:11:18 OwO systemd[1]: Starting Network Manager...
Oct 09 16:11:18 OwO systemd[1]: Starting User Login Management...
Oct 09 16:11:18 OwO systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 09 16:11:18 OwO dbus-broker-launch[619]: Ready
Oct 09 16:11:18 OwO systemd-logind[622]: New seat seat0.
Oct 09 16:11:18 OwO systemd-logind[622]: Watching system buttons on /dev/input/event2 (Power Button)
Oct 09 16:11:18 OwO systemd-logind[622]: Watching system buttons on /dev/input/event1 (Power Button)
Oct 09 16:11:18 OwO systemd-logind[622]: Watching system buttons on /dev/input/event0 (Sleep Button)
Oct 09 16:11:18 OwO systemd-logind[622]: Watching system buttons on /dev/input/event6 (Logitech G900)
Oct 09 16:11:18 OwO systemd-logind[622]: Watching system buttons on /dev/input/event3 (SEM USB Keyboard)
Oct 09 16:11:18 OwO systemd-logind[622]: Watching system buttons on /dev/input/event4 (SEM USB Keyboard Consumer Control)
Oct 09 16:11:18 OwO systemd-logind[622]: Watching system buttons on /dev/input/event5 (SEM USB Keyboard System Control)
Oct 09 16:11:18 OwO systemd[1]: Started User Login Management.
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.4449] NetworkManager (version 1.48.10-1) is starting... (boot:bc1f3686-e236-417d-aa99-051acfc25835)
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.4449] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.4473] manager[0x5c0d59ab0090]: monitoring kernel firmware directory '/lib/firmware'.
Oct 09 16:11:18 OwO systemd[1]: Starting Hostname Service...
Oct 09 16:11:18 OwO systemd[1]: Started Hostname Service.
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.4940] hostname: hostname: using hostnamed
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.4940] hostname: static hostname changed from (none) to "OwO"
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.4942] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.4944] manager[0x5c0d59ab0090]: rfkill: Wi-Fi hardware radio set enabled
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.4944] manager[0x5c0d59ab0090]: rfkill: WWAN hardware radio set enabled
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.4957] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.48.10-1/libnm-device-plugin-adsl.so)
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.4985] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.48.10-1/libnm-device-plugin-bluetooth.so)
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.4996] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.48.10-1/libnm-device-plugin-ovs.so)
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.5195] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.48.10-1/libnm-device-plugin-team.so)
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.5203] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.48.10-1/libnm-device-plugin-wifi.so)
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.5207] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.48.10-1/libnm-device-plugin-wwan.so)
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.5208] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.5209] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.5209] manager: Networking is enabled by state file
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.5211] settings: Loaded settings plugin: keyfile (internal)
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.5216] dhcp: init: Using DHCP client 'internal'
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.5217] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.5224] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.5227] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.5230] device (lo): Activation: starting connection 'lo' (9ec4c0f1-8130-4f93-acca-a4e9774bcbc9)
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.5234] manager: (enp0s31f6): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 09 16:11:18 OwO systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.5240] settings: (enp0s31f6): created default wired connection 'Wired connection 1'
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.5240] device (enp0s31f6): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 09 16:11:18 OwO systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 09 16:11:18 OwO systemd[1]: Started Network Manager.
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.7084] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 09 16:11:18 OwO systemd[1]: Reached target Network.
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.7102] ovsdb: disconnected from ovsdb
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.7108] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.7115] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.7120] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Oct 09 16:11:18 OwO systemd[1]: Starting Network Time Service...
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.7133] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Oct 09 16:11:18 OwO systemd[1]: Starting Permit User Sessions...
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.7181] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.7182] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Oct 09 16:11:18 OwO NetworkManager[621]: <info>  [1728490278.7184] device (lo): Activation: successful, device activated.
Oct 09 16:11:18 OwO systemd[1]: Finished Permit User Sessions.
Oct 09 16:11:18 OwO systemd[1]: Starting Hold until boot process finishes up...
Oct 09 16:11:18 OwO systemd[1]: Starting Terminate Plymouth Boot Screen...
Oct 09 16:11:18 OwO ntpd[657]: ntpd 4.2.8p18@1.4062-o Thu May 30 16:14:20 UTC 2024 (1): Starting
Oct 09 16:11:18 OwO ntpd[657]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Oct 09 16:11:18 OwO ntpd[657]: ----------------------------------------------------
Oct 09 16:11:18 OwO ntpd[657]: ntp-4 is maintained by Network Time Foundation,
Oct 09 16:11:18 OwO ntpd[657]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Oct 09 16:11:18 OwO ntpd[657]: corporation.  Support and training for ntp-4 are
Oct 09 16:11:18 OwO ntpd[657]: available at https://www.nwtime.org/support
Oct 09 16:11:18 OwO ntpd[657]: ----------------------------------------------------
Oct 09 16:11:18 OwO ntpd[657]: DEBUG behavior is enabled - a violation of any diagnostic assertion will cause ntpd to abort
Oct 09 16:11:18 OwO ntpd[663]: proto: precision = 0.042 usec (-24)
Oct 09 16:11:18 OwO ntpd[663]: basedate set to 2024-05-18
Oct 09 16:11:18 OwO ntpd[663]: gps base set to 2024-05-19 (week 2315)
Oct 09 16:11:18 OwO ntpd[663]: Listen and drop on 0 v6wildcard [::]:123
Oct 09 16:11:18 OwO ntpd[663]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Oct 09 16:11:18 OwO ntpd[663]: Listen normally on 2 lo 127.0.0.1:123
Oct 09 16:11:18 OwO ntpd[663]: Listen normally on 3 lo [::1]:123
Oct 09 16:11:18 OwO ntpd[663]: Listening on routing socket on fd #20 for interface updates
Oct 09 16:11:18 OwO ntpd[663]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Oct 09 16:11:18 OwO ntpd[663]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Oct 09 16:11:18 OwO systemd[1]: Started Network Time Service.
Oct 09 16:11:18 OwO systemd[1]: Received SIGRTMIN+21 from PID 571 (plymouthd).
Oct 09 16:11:18 OwO systemd[1]: Finished Hold until boot process finishes up.
Oct 09 16:11:18 OwO systemd[1]: Finished Terminate Plymouth Boot Screen.
Oct 09 16:11:18 OwO systemd[1]: Started Getty on tty1.
Oct 09 16:11:18 OwO systemd[1]: Reached target Login Prompts.
Oct 09 16:11:18 OwO systemd[1]: Reached target Multi-User System.
Oct 09 16:11:18 OwO systemd[1]: Reached target Graphical Interface.
Oct 09 16:11:18 OwO systemd[1]: Startup finished in 17.594s (firmware) + 5.821s (loader) + 835ms (kernel) + 26.773s (initrd) + 1.973s (userspace) = 52.998s.
Oct 09 16:11:20 OwO kernel: e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.2002] device (enp0s31f6): carrier: link connected
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.2010] device (enp0s31f6): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.2023] policy: auto-activating connection 'Wired connection 1' (36271d1c-a349-3cbd-99eb-78bc652ffbc2)
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.2033] device (enp0s31f6): Activation: starting connection 'Wired connection 1' (36271d1c-a349-3cbd-99eb-78bc652ffbc2)
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.2035] device (enp0s31f6): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.2041] manager: NetworkManager state is now CONNECTING
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.2044] device (enp0s31f6): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.2051] device (enp0s31f6): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.2054] dhcp4 (enp0s31f6): activation: beginning transaction (timeout in 45 seconds)
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.2084] dhcp4 (enp0s31f6): state changed new lease, address=192.168.2.101, acd pending
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.3638] dhcp4 (enp0s31f6): state changed new lease, address=192.168.2.101
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.3646] policy: set 'Wired connection 1' (enp0s31f6) as default for IPv4 routing and DNS
Oct 09 16:11:20 OwO systemd-resolved[614]: enp0s31f6: Bus client set default route setting: yes
Oct 09 16:11:20 OwO systemd-resolved[614]: enp0s31f6: Bus client set DNS server list to: 83.218.160.135, 172.30.3.254
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.3935] device (enp0s31f6): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.3977] device (enp0s31f6): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.3982] device (enp0s31f6): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.3990] manager: NetworkManager state is now CONNECTED_SITE
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.3996] device (enp0s31f6): Activation: successful, device activated.
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.4010] manager: startup complete
Oct 09 16:11:20 OwO NetworkManager[621]: <info>  [1728490280.4899] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 09 16:11:24 OwO ntpd[663]: Listen normally on 4 enp0s31f6 192.168.2.101:123
Oct 09 16:11:24 OwO ntpd[663]: Listen normally on 5 enp0s31f6 [fe80::5238:edd1:a0:5050%2]:123
Oct 09 16:11:24 OwO ntpd[663]: 62.128.1.18 local addr <null> -> 192.168.2.101
Oct 09 16:11:24 OwO ntpd[663]: 167.235.70.245 local addr <null> -> 192.168.2.101
Oct 09 16:11:24 OwO ntpd[663]: 162.159.200.123 local addr <null> -> 192.168.2.101
Oct 09 16:11:24 OwO ntpd[663]: 162.159.200.1 local addr <null> -> 192.168.2.101
Oct 09 16:11:24 OwO ntpd[663]: new interface(s) found: waking up resolver
Oct 09 16:11:28 OwO systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Received SIGINT.
Oct 09 16:11:36 OwO systemd[1]: Activating special unit System Reboot...
Oct 09 16:11:36 OwO systemd[1]: Removed slice Slice /system/modprobe.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Graphical Interface.
Oct 09 16:11:36 OwO ntpd[663]: ntpd exiting on signal 15 (Terminated)
Oct 09 16:11:36 OwO systemd[1]: Stopped target Multi-User System.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Login Prompts.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Sound Card.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Timer Units.
Oct 09 16:11:36 OwO systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
Oct 09 16:11:36 OwO systemd[1]: man-db.timer: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Daily man-db regeneration.
Oct 09 16:11:36 OwO systemd[1]: shadow.timer: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Daily verification of password and group files.
Oct 09 16:11:36 OwO systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Oct 09 16:11:36 OwO systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Closed LVM2 poll daemon socket.
Oct 09 16:11:36 OwO systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 09 16:11:36 OwO systemd[1]: Stopping Getty on tty1...
Oct 09 16:11:36 OwO systemd[1]: Starting Generate shutdown-ramfs...
Oct 09 16:11:36 OwO systemd[1]: Stopping Network Time Service...
Oct 09 16:11:36 OwO systemd[1]: plymouth-quit.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Terminate Plymouth Boot Screen.
Oct 09 16:11:36 OwO systemd[1]: Stopping Hostname Service...
Oct 09 16:11:36 OwO systemd[1]: Stopping User Login Management...
Oct 09 16:11:36 OwO systemd[1]: Stopping Load/Save OS Random Seed...
Oct 09 16:11:36 OwO systemd[1]: systemd-udev-load-credentials.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Load udev Rules from Credentials.
Oct 09 16:11:36 OwO systemd[1]: run-credentials-systemd\x2dudev\x2dload\x2dcredentials.service.mount: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Hostname Service.
Oct 09 16:11:36 OwO systemd[1]: ntpd.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Network Time Service.
Oct 09 16:11:36 OwO systemd[1]: getty@tty1.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Getty on tty1.
Oct 09 16:11:36 OwO systemd[1]: run-credentials-getty\x40tty1.service.mount: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: systemd-random-seed.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Load/Save OS Random Seed.
Oct 09 16:11:36 OwO systemd[1]: systemd-logind.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped User Login Management.
Oct 09 16:11:36 OwO systemd[1]: Removed slice Slice /system/getty.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Host and Network Name Lookups.
Oct 09 16:11:36 OwO systemd[1]: plymouth-quit-wait.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Hold until boot process finishes up.
Oct 09 16:11:36 OwO systemd[1]: Starting Show Plymouth Reboot Screen...
Oct 09 16:11:36 OwO systemd[1]: Stopping Permit User Sessions...
Oct 09 16:11:36 OwO systemd[1]: Received SIGRTMIN+20 from PID 700 (plymouthd).
Oct 09 16:11:36 OwO systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Permit User Sessions.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Network.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Remote File Systems.
Oct 09 16:11:36 OwO systemd[1]: Stopping Network Manager...
Oct 09 16:11:36 OwO NetworkManager[621]: <info>  [1728490296.5652] caught SIGTERM, shutting down normally.
Oct 09 16:11:36 OwO NetworkManager[621]: <info>  [1728490296.5655] dhcp4 (enp0s31f6): canceled DHCP transaction
Oct 09 16:11:36 OwO NetworkManager[621]: <info>  [1728490296.5655] dhcp4 (enp0s31f6): activation: beginning transaction (timeout in 45 seconds)
Oct 09 16:11:36 OwO NetworkManager[621]: <info>  [1728490296.5655] dhcp4 (enp0s31f6): state changed no lease
Oct 09 16:11:36 OwO NetworkManager[621]: <info>  [1728490296.5656] manager: NetworkManager state is now CONNECTED_SITE
Oct 09 16:11:36 OwO dbus-broker-launch[619]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Oct 09 16:11:36 OwO systemd[1]: Received SIGRTMIN+20 from PID 700 (plymouthd).
Oct 09 16:11:36 OwO systemd[1]: Started Show Plymouth Reboot Screen.
Oct 09 16:11:36 OwO NetworkManager[621]: <info>  [1728490296.5871] exiting (success)
Oct 09 16:11:36 OwO mkinitcpio[672]: ==> Starting build: 'none'
Oct 09 16:11:36 OwO systemd[1]: NetworkManager.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Network Manager.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Basic System.
Oct 09 16:11:36 OwO systemd[1]: systemd-ask-password-plymouth.path: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Forward Password Requests to Plymouth Directory Watch.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Path Units.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Slice Units.
Oct 09 16:11:36 OwO systemd[1]: Removed slice User and Session Slice.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Socket Units.
Oct 09 16:11:36 OwO systemd[1]: dirmngr@etc-pacman.d-gnupg.socket: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Closed GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Oct 09 16:11:36 OwO systemd[1]: Removed slice Slice /system/dirmngr.
Oct 09 16:11:36 OwO systemd[1]: gpg-agent-browser@etc-pacman.d-gnupg.socket: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Oct 09 16:11:36 OwO systemd[1]: Removed slice Slice /system/gpg-agent-browser.
Oct 09 16:11:36 OwO systemd[1]: gpg-agent-extra@etc-pacman.d-gnupg.socket: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Oct 09 16:11:36 OwO systemd[1]: Removed slice Slice /system/gpg-agent-extra.
Oct 09 16:11:36 OwO systemd[1]: gpg-agent-ssh@etc-pacman.d-gnupg.socket: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Closed GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Oct 09 16:11:36 OwO mkinitcpio[672]:   -> Running build hook: [sd-shutdown]
Oct 09 16:11:36 OwO systemd[1]: Removed slice Slice /system/gpg-agent-ssh.
Oct 09 16:11:36 OwO systemd[1]: gpg-agent@etc-pacman.d-gnupg.socket: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Closed GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Oct 09 16:11:36 OwO systemd[1]: Removed slice Slice /system/gpg-agent.
Oct 09 16:11:36 OwO systemd[1]: keyboxd@etc-pacman.d-gnupg.socket: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Closed GnuPG public key management service for /etc/pacman.d/gnupg.
Oct 09 16:11:36 OwO systemd[1]: Removed slice Slice /system/keyboxd.
Oct 09 16:11:36 OwO systemd[1]: systemd-hostnamed.socket: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Closed Hostname Service Socket.
Oct 09 16:11:36 OwO dbus-broker[620]: Dispatched 1033 messages @ 3(±6)μs / message.
Oct 09 16:11:36 OwO systemd[1]: Stopping D-Bus System Message Bus...
Oct 09 16:11:36 OwO systemd[1]: dbus-broker.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped D-Bus System Message Bus.
Oct 09 16:11:36 OwO systemd[1]: dbus.socket: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Closed D-Bus System Message Bus Socket.
Oct 09 16:11:36 OwO systemd[1]: Stopped target System Initialization.
Oct 09 16:11:36 OwO systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Local Encrypted Volumes.
Oct 09 16:11:36 OwO systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Local Integrity Protected Volumes.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Local Verity Protected Volumes.
Oct 09 16:11:36 OwO systemd[1]: Stopping Network Name Resolution...
Oct 09 16:11:36 OwO systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
Oct 09 16:11:36 OwO systemd[1]: systemd-resolved.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Network Name Resolution.
Oct 09 16:11:36 OwO systemd[1]: run-credentials-systemd\x2dresolved.service.mount: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: systemd-sysctl.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Apply Kernel Variables.
Oct 09 16:11:36 OwO systemd[1]: systemd-coredump.socket: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Closed Process Core Dump Socket.
Oct 09 16:11:36 OwO systemd[1]: systemd-modules-load.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Load Kernel Modules.
Oct 09 16:11:36 OwO systemd[1]: run-credentials-systemd\x2dsysctl.service.mount: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
Oct 09 16:11:36 OwO systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Create System Files and Directories.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Local File Systems.
Oct 09 16:11:36 OwO systemd[1]: Unmounting /boot...
Oct 09 16:11:36 OwO systemd[1]: Unmounting Temporary Directory /tmp...
Oct 09 16:11:36 OwO systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: tmp.mount: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Unmounted Temporary Directory /tmp.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Swaps.
Oct 09 16:11:36 OwO systemd[1]: boot.mount: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Unmounted /boot.
Oct 09 16:11:36 OwO systemd[1]: Stopped target Preparation for Local File Systems.
Oct 09 16:11:36 OwO systemd[1]: Reached target Unmount All Filesystems.
Oct 09 16:11:36 OwO systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Oct 09 16:11:36 OwO systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Remount Root and Kernel File Systems.
Oct 09 16:11:36 OwO systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Create Static Device Nodes in /dev.
Oct 09 16:11:36 OwO systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Create Static Device Nodes in /dev gracefully.
Oct 09 16:11:36 OwO lvm[787]:   1 logical volume(s) in volume group "OwOls" unmonitored
Oct 09 16:11:36 OwO systemd[1]: lvm2-monitor.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 09 16:11:36 OwO mkinitcpio[672]:   -> Running build hook: [plymouth-shutdown]
Oct 09 16:11:36 OwO mkinitcpio[672]: ==> Build complete.
Oct 09 16:11:36 OwO systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Finished Generate shutdown-ramfs.
Oct 09 16:11:36 OwO systemd[1]: Reached target System Shutdown.
Oct 09 16:11:36 OwO systemd[1]: Reached target Late Shutdown Services.
Oct 09 16:11:36 OwO systemd[1]: Starting Tell Plymouth To Jump To initramfs...
Oct 09 16:11:36 OwO systemd[1]: systemd-reboot.service: Deactivated successfully.
Oct 09 16:11:36 OwO systemd[1]: Finished System Reboot.
Oct 09 16:11:36 OwO systemd[1]: Reached target System Reboot.
Oct 09 16:11:36 OwO systemd[1]: Shutting down.
Oct 09 16:11:36 OwO systemd[1]: Using hardware watchdog 'iTCO_wdt', version 4, device /dev/watchdog0
Oct 09 16:11:36 OwO systemd[1]: Watchdog running with a hardware timeout of 10min.
Oct 09 16:11:36 OwO kernel: watchdog: watchdog0: watchdog did not stop!
Oct 09 16:11:36 OwO systemd-shutdown[1]: Using hardware watchdog 'iTCO_wdt', version 4, device /dev/watchdog0
Oct 09 16:11:36 OwO systemd-shutdown[1]: Watchdog running with a hardware timeout of 10min.
Oct 09 16:11:36 OwO systemd-shutdown[1]: Syncing filesystems and block devices.
Oct 09 16:11:36 OwO systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Oct 09 16:11:36 OwO systemd-journald[484]: Received SIGTERM from PID 1 (systemd-shutdow).
Oct 09 16:11:36 OwO systemd-journald[484]: Journal stopped

Please let me know if I can provide you with more info.

Offline

#2 2024-10-13 15:09:05

live4thamuzik
Member
Registered: 2024-02-27
Posts: 50

Re: Freeze on lvm password prompt

change your hook in /etc/mkinitcpio.conf from "sd-encrypt" to "encrypt"

Sounds like its configured okay if you're being asked for the password but never hurts to look at /etc/default/grub to make sure GRUB_CMDLINE_LINUX_DEFAULT has "cryptdevice=" pointing to the right disk and uncomment "GRUB_ENABLE_CRYPTDISK=y"

Last edited by live4thamuzik (2024-10-13 15:14:16)

Offline

#3 2024-10-14 19:58:58

OwO
Member
Registered: 2024-10-09
Posts: 3

Re: Freeze on lvm password prompt

Hi!

Only changing sd-encrypt to encrypt gets me stuck after virtual console is started. I tried swapping all hooks to the busybox setup as described in https://wiki.archlinux.org/title/Dm-cry … VM_on_LUKS (4.4), however that led to the setup getting stuck at the udev hook, I think I'm missing some further configuration for that to work, sadly I couldn't really find anything on the wiki. It's so strange, I have a working lvm setup on my old ssd, got a new nvme and just can't seem to get it going.

Offline

#4 2024-10-14 20:27:49

live4thamuzik
Member
Registered: 2024-02-27
Posts: 50

Re: Freeze on lvm password prompt

OwO wrote:

Hi!

Only changing sd-encrypt to encrypt gets me stuck after virtual console is started. I tried swapping all hooks to the busybox setup as described in https://wiki.archlinux.org/title/Dm-cry … VM_on_LUKS (4.4), however that led to the setup getting stuck at the udev hook, I think I'm missing some further configuration for that to work, sadly I couldn't really find anything on the wiki. It's so strange, I have a working lvm setup on my old ssd, got a new nvme and just can't seem to get it going.

Not sure if this is helpful at all to your config but this is how I setup mine.

Lenovo LEGION Pro 5i
OS : Arch Linux x86_64
Kernel : Linux 6.11.3-273-tkg-pds
Display : 2560x1600 @ 165 Hz in 16" [Built-in]
WM : Hyprland (Wayland)
Terminal : kitty 0.36.4
CPU : 13th Gen Intel(R) Core(TM) i7-13700HX
GPU : GeForce RTX 4070 Max-Q / Mobile
GPU : Raptor Lake-S UHD Graphics
GPU Driver : nvidia (proprietary) 560.35.03
GPU Driver : i915
Memory : 3.22 GiB / 31.09 GiB (10%)

fstab

                
# Static information about the filesystems.
# See fstab(5) for details.
 
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/mapper/volgroup0-lv_root
UUID=858a85a1-f31d-43b1-9975-8596f8fa828e   /           ext4        rw,relatime 0 1
 
# /dev/nvme0n1p2
UUID=e9176f49-7d4d-4153-9cd0-6f1e6cfd1a82   /boot       ext4        rw,relatime 0 2
 
# /dev/mapper/volgroup0-lv_home
UUID=e58fef17-5495-46c8-ab5e-52f60f2c6043   /home       ext4        rw,relatime 0 2

lsblk

NAME                    MAJ:MIN RM  SIZE RO TYPE  MOUNTPOINTS
nvme0n1                 259:0    0  1.8T  0 disk  
├─nvme0n1p1             259:1    0    2G  0 part  
├─nvme0n1p2             259:2    0    5G  0 part  /boot
└─nvme0n1p3             259:3    0  1.8T  0 part  
  └─volgroup0           254:0    0  1.8T  0 crypt 
    ├─volgroup0-lv_root 254:1    0  100G  0 lvm   /
    └─volgroup0-lv_home 254:2    0  1.7T  0 lvm   /home

hooks in /etc/mkinitcpio.conf

HOOKS=(base udev plymouth autodetect microcode modconf kms keyboard keymap consolefont block encrypt lvm2 filesystems fsck)

config for /etc/default/grub

# GRUB boot loader configuration

GRUB_DEFAULT=saved
GRUB_TIMEOUT=3
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash cryptdevice=/dev/nvme0n1p3:volgroup0 nvidia_drm.modeset=1 loglevel=3"
GRUB_CMDLINE_LINUX=""

# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"

# Uncomment to enable booting from LUKS encrypted devices
GRUB_ENABLE_CRYPTODISK=y

Last edited by live4thamuzik (2024-10-14 20:34:34)

Offline

#5 2024-10-18 13:20:04

OwO
Member
Registered: 2024-10-09
Posts: 3

Re: Freeze on lvm password prompt

Thank you for your post!

After reading it, I decided to give plymouth (without splash parameter it would still freeze) another shot, with it + sddm I was able to circumvent the problem for now. I still can't get into a tty (ctrl + alt + F2-6 are giving me a blackscreen/no hdmi output at all), but at least I can use my system.

Last edited by OwO (2024-10-18 13:20:54)

Offline

Board footer

Powered by FluxBB