One more boot problem

After not using Manjaro for about 2 weeks I did system update (which include linux kernel, nvidia drivers) and installed few packages, including qt6 and nomachine. After that system hangs after showing Asus splash showing black screen. I’ve found few topics about problems with plymouth, so I decided to remove it. Loading Manjaro from USB I did:

sudo manjaro-chroot -a
// change grub config removing "quite" and "splash" options
sudo pacman -Rsn plymouth plymouth-theme-manjaro
sudo mkinitcpio -P
sudo grub-mkconfig -o /boot/grub/grub.cfg

Now system shows console text regarding boot process, but after several messages switches to black screen showing splashing single underline symbol. Please, mention what logs can I check to fix the problem.

Grub

GRUB boot loader configuration

GRUB_DEFAULT=saved
GRUB_TIMEOUT=30
GRUB_DISTRIBUTOR=“Manjaro”
GRUB_CMDLINE_LINUX_DEFAULT=“apparmor=1 security=apparmor udev.log_priority=3”
GRUB_CMDLINE_LINUX=“rd.plymouth=0 plymouth.enable=0”

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

Set to ‘countdown’ or ‘menu’ to change timeout behavior,

press ESC key to display menu.

GRUB_TIMEOUT_STYLE=menu

Uncomment to use basic console

GRUB_TERMINAL_INPUT=console

Uncomment to disable graphical terminal

#GRUB_TERMINAL_OUTPUT=console

The resolution used on graphical terminal

note that you can use only modes which your graphic card supports via VBE

you can see them in real GRUB with the command ‘videoinfo’

GRUB_GFXMODE=auto

Uncomment to allow the kernel use the same resolution used by grub

GRUB_GFXPAYLOAD_LINUX=keep

Uncomment if you want GRUB to pass to the Linux kernel the old parameter

format “root=/dev/xxx” instead of “root=/dev/disk/by-uuid/xxx”

#GRUB_DISABLE_LINUX_UUID=true

Uncomment to disable generation of recovery mode menu entries

GRUB_DISABLE_RECOVERY=true

Uncomment and set to the desired menu colors. Used by normal and wallpaper

modes only. Entries specified as foreground/background.

GRUB_COLOR_NORMAL=“light-gray/black”
GRUB_COLOR_HIGHLIGHT=“green/black”

Uncomment one of them for the gfx desired, a image background or a gfxtheme

#GRUB_BACKGROUND=“/usr/share/grub/background.png”
GRUB_THEME=“/usr/share/grub/themes/manjaro/theme.txt”

Uncomment to get a beep at GRUB start

#GRUB_INIT_TUNE=“480 440 1”

Uncomment to make GRUB remember the last selection. This requires

setting ‘GRUB_DEFAULT=saved’ above.

GRUB_SAVEDEFAULT=true

Uncomment to disable submenus in boot menu

#GRUB_DISABLE_SUBMENU=y

Uncomment this option to enable os-prober execution in the grub-mkconfig command

GRUB_DISABLE_OS_PROBER=false

Uncomment to ensure that the root filesystem is mounted read-only so that

systemd-fsck can run the check automatically. We use ‘fsck’ by default, which

needs ‘rw’ as boot parameter, to avoid delay in boot-time. ‘fsck’ needs to be

removed from ‘mkinitcpio.conf’ to make ‘systemd-fsck’ work.

See also Arch-Wiki: fsck - ArchWiki

#GRUB_ROOT_FS_RO=true

journalctl

– Boot f01af2471e6d40c5a58df6d30644ae28 –

Feb 25 16:06:44 BooBook kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Feb 25 16:06:44 BooBook kernel: PCI: CLS 64 bytes, default 64
Feb 25 16:06:44 BooBook kernel: DMAR: Intel-IOMMU force enabled due to platform opt in
Feb 25 16:06:44 BooBook kernel: DMAR: No ATSR found
Feb 25 16:06:44 BooBook kernel: DMAR: No SATC found
Feb 25 16:06:44 BooBook kernel: DMAR: IOMMU feature fl1gp_support inconsistent
Feb 25 16:06:44 BooBook kernel: DMAR: IOMMU feature pgsel_inv inconsistent
Feb 25 16:06:44 BooBook kernel: DMAR: IOMMU feature nwfs inconsistent
Feb 25 16:06:44 BooBook kernel: DMAR: IOMMU feature dit inconsistent
Feb 25 16:06:44 BooBook kernel: DMAR: IOMMU feature sc_support inconsistent
Feb 25 16:06:44 BooBook kernel: DMAR: IOMMU feature dev_iotlb_support inconsistent
Feb 25 16:06:44 BooBook kernel: DMAR: dmar0: Using Queued invalidation
Feb 25 16:06:44 BooBook kernel: DMAR: dmar1: Using Queued invalidation
Feb 25 16:06:44 BooBook kernel: Trying to unpack rootfs image as initramfs…
Feb 25 16:06:44 BooBook kernel: pci 0000:00:02.0: Adding to iommu group 0
Feb 25 16:06:44 BooBook kernel: pci 0000:00:00.0: Adding to iommu group 1
Feb 25 16:06:44 BooBook kernel: pci 0000:00:01.0: Adding to iommu group 2
Feb 25 16:06:44 BooBook kernel: pci 0000:00:04.0: Adding to iommu group 3
Feb 25 16:06:44 BooBook kernel: pci 0000:00:08.0: Adding to iommu group 4
Feb 25 16:06:44 BooBook kernel: pci 0000:00:0e.0: Adding to iommu group 5
Feb 25 16:06:44 BooBook kernel: pci 0000:00:13.0: Adding to iommu group 6
Feb 25 16:06:44 BooBook kernel: pci 0000:00:14.0: Adding to iommu group 7
Feb 25 16:06:44 BooBook kernel: pci 0000:00:14.2: Adding to iommu group 7
Feb 25 16:06:44 BooBook kernel: pci 0000:00:14.3: Adding to iommu group 8
Feb 25 16:06:44 BooBook kernel: pci 0000:00:15.0: Adding to iommu group 9
Feb 25 16:06:44 BooBook kernel: pci 0000:00:16.0: Adding to iommu group 10
Feb 25 16:06:44 BooBook kernel: pci 0000:00:1a.0: Adding to iommu group 11
Feb 25 16:06:44 BooBook kernel: pci 0000:00:1c.0: Adding to iommu group 12
Feb 25 16:06:44 BooBook kernel: pci 0000:00:1d.0: Adding to iommu group 13
Feb 25 16:06:44 BooBook kernel: pci 0000:00:1f.0: Adding to iommu group 14
Feb 25 16:06:44 BooBook kernel: pci 0000:00:1f.3: Adding to iommu group 14
Feb 25 16:06:44 BooBook kernel: pci 0000:00:1f.4: Adding to iommu group 14
Feb 25 16:06:44 BooBook kernel: pci 0000:00:1f.5: Adding to iommu group 14
Feb 25 16:06:44 BooBook kernel: pci 0000:01:00.0: Adding to iommu group 15
Feb 25 16:06:44 BooBook kernel: pci 0000:01:00.1: Adding to iommu group 15
Feb 25 16:06:44 BooBook kernel: pci 0000:02:00.0: Adding to iommu group 16
Feb 25 16:06:44 BooBook kernel: pci 0000:03:00.0: Adding to iommu group 17
Feb 25 16:06:44 BooBook kernel: pci 0000:03:01.0: Adding to iommu group 18
Feb 25 16:06:44 BooBook kernel: pci 0000:03:02.0: Adding to iommu group 19
Feb 25 16:06:44 BooBook kernel: pci 0000:03:03.0: Adding to iommu group 20
Feb 25 16:06:44 BooBook kernel: pci 0000:04:00.0: Adding to iommu group 21
Feb 25 16:06:44 BooBook kernel: pci 0000:38:00.0: Adding to iommu group 22
Feb 25 16:06:44 BooBook kernel: pci 0000:6c:00.0: Adding to iommu group 23
Feb 25 16:06:44 BooBook kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
Feb 25 16:06:44 BooBook kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Feb 25 16:06:44 BooBook kernel: software IO TLB: mapped [mem 0x0000000029cc3000-0x000000002dcc3000] (64MB)
Feb 25 16:06:44 BooBook kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x28680fa287f, max_idle_ns: 440795281151 ns
Feb 25 16:06:44 BooBook kernel: clocksource: Switched to clocksource tsc
Feb 25 16:06:44 BooBook kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Feb 25 16:06:44 BooBook kernel: Initialise system trusted keyrings
Feb 25 16:06:44 BooBook kernel: Key type blacklist registered
Feb 25 16:06:44 BooBook kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Feb 25 16:06:44 BooBook kernel: zbud: loaded
Feb 25 16:06:44 BooBook kernel: integrity: Platform Keyring initialized
Feb 25 16:06:44 BooBook kernel: integrity: Machine keyring initialized
Feb 25 16:06:44 BooBook kernel: Key type asymmetric registered
Feb 25 16:06:44 BooBook kernel: Asymmetric key parser ‘x509’ registered
Feb 25 16:06:44 BooBook kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Feb 25 16:06:44 BooBook kernel: io scheduler mq-deadline registered
Feb 25 16:06:44 BooBook kernel: io scheduler kyber registered
Feb 25 16:06:44 BooBook kernel: io scheduler bfq registered
Feb 25 16:06:44 BooBook kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 122
Feb 25 16:06:44 BooBook kernel: pcieport 0000:00:01.0: AER: enabled with IRQ 122
Feb 25 16:06:44 BooBook kernel: pcieport 0000:00:1a.0: PME: Signaling with IRQ 123
Feb 25 16:06:44 BooBook kernel: pcieport 0000:00:1a.0: AER: enabled with IRQ 123
Feb 25 16:06:44 BooBook kernel: pcieport 0000:00:1a.0: pciehp: Slot #28 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Feb 25 16:06:44 BooBook kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 124
Feb 25 16:06:44 BooBook kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 124
Feb 25 16:06:44 BooBook kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
Feb 25 16:06:44 BooBook kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 125
Feb 25 16:06:44 BooBook kernel: pcieport 0000:00:1d.0: pciehp: Slot #12 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Feb 25 16:06:44 BooBook kernel: pcieport 0000:03:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Feb 25 16:06:44 BooBook kernel: pcieport 0000:03:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Feb 25 16:06:44 BooBook kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 25 16:06:44 BooBook kernel: Monitor-Mwait will be used to enter C-1 state
Feb 25 16:06:44 BooBook kernel: Monitor-Mwait will be used to enter C-2 state
Feb 25 16:06:44 BooBook kernel: Monitor-Mwait will be used to enter C-3 state
Feb 25 16:06:44 BooBook kernel: ACPI: _SB_.PR00: Found 3 idle states
Feb 25 16:06:44 BooBook kernel: ACPI: AC: AC Adapter [ADP0] (on-line)
Feb 25 16:06:44 BooBook kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/PNP0C0D:01/input/input0
Feb 25 16:06:44 BooBook kernel: ACPI: button: Lid Switch [LID0]
Feb 25 16:06:44 BooBook kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Feb 25 16:06:44 BooBook kernel: ACPI: button: Sleep Button [SLPB]
Feb 25 16:06:44 BooBook kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Feb 25 16:06:44 BooBook kernel: ACPI: button: Power Button [PWRB]
Feb 25 16:06:44 BooBook kernel: thermal LNXTHERM:00: registered as thermal_zone0
Feb 25 16:06:44 BooBook kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Feb 25 16:06:44 BooBook kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Feb 25 16:06:44 BooBook kernel: ACPI: battery: Slot [BAT0] (battery present)
Feb 25 16:06:44 BooBook kernel: hpet_acpi_add: no address or irqs in _CRS
Feb 25 16:06:44 BooBook kernel: Non-volatile memory driver v1.3
Feb 25 16:06:44 BooBook kernel: Linux agpgart interface v0.103
Feb 25 16:06:44 BooBook kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Feb 25 16:06:44 BooBook kernel: ACPI: bus type drm_connector registered
Feb 25 16:06:44 BooBook kernel: usbcore: registered new interface driver usbserial_generic
Feb 25 16:06:44 BooBook kernel: usbserial: USB Serial support registered for generic
Feb 25 16:06:44 BooBook kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Feb 25 16:06:44 BooBook kernel: rtc_cmos rtc_cmos: registered as rtc0
Feb 25 16:06:44 BooBook kernel: rtc_cmos rtc_cmos: setting system clock to 2024-02-25T13:06:41 UTC (1708866401)
Feb 25 16:06:44 BooBook kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
Feb 25 16:06:44 BooBook kernel: intel_pstate: Intel P-state driver initializing
Feb 25 16:06:44 BooBook kernel: intel_pstate: HWP enabled
Feb 25 16:06:44 BooBook kernel: ledtrig-cpu: registered to indicate activity on CPUs
Feb 25 16:06:44 BooBook kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Feb 25 16:06:44 BooBook kernel: Console: switching to colour frame buffer device 160x50
Feb 25 16:06:44 BooBook kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Feb 25 16:06:44 BooBook kernel: hid: raw HID events driver (C) Jiri Kosina
Feb 25 16:06:44 BooBook kernel: intel_pmc_core INT33A1:00: initialized
Feb 25 16:06:44 BooBook kernel: drop_monitor: Initializing network drop monitor service
Feb 25 16:06:44 BooBook kernel: Initializing XFRM netlink socket
Feb 25 16:06:44 BooBook kernel: NET: Registered PF_INET6 protocol family
Feb 25 16:06:44 BooBook kernel: Freeing initrd memory: 25256K
Feb 25 16:06:44 BooBook kernel: Segment Routing with IPv6
Feb 25 16:06:44 BooBook kernel: RPL Segment Routing with IPv6
Feb 25 16:06:44 BooBook kernel: In-situ OAM (IOAM) with IPv6
Feb 25 16:06:44 BooBook kernel: NET: Registered PF_PACKET protocol family
Feb 25 16:06:44 BooBook kernel: microcode: Microcode Update Driver: v2.2.
Feb 25 16:06:44 BooBook kernel: IPI shorthand broadcast: enabled
Feb 25 16:06:44 BooBook kernel: sched_clock: Marking stable (950001239, 6500163)->(983450444, -26949042)
Feb 25 16:06:44 BooBook kernel: registered taskstats version 1
Feb 25 16:06:44 BooBook kernel: Loading compiled-in X.509 certificates
Feb 25 16:06:44 BooBook kernel: Loaded X.509 cert ‘Build time autogenerated kernel key: 32ba088b764506b3efdc20c757d1c5cbd677ba27’
Feb 25 16:06:44 BooBook kernel: zswap: loaded using pool zstd/zsmalloc
Feb 25 16:06:44 BooBook kernel: Key type .fscrypt registered
Feb 25 16:06:44 BooBook kernel: Key type fscrypt-provisioning registered
Feb 25 16:06:44 BooBook kernel: AppArmor: AppArmor sha1 policy hashing enabled
Feb 25 16:06:44 BooBook kernel: PM: Magic number: 12:297:130
Feb 25 16:06:44 BooBook kernel: acpi PNP0C02:02: hash matches
Feb 25 16:06:44 BooBook kernel: acpi device:05: hash matches
Feb 25 16:06:44 BooBook kernel: RAS: Correctable Errors collector initialized.
Feb 25 16:06:44 BooBook kernel: clk: Disabling unused clocks
Feb 25 16:06:44 BooBook kernel: Freeing unused decrypted memory: 2028K
Feb 25 16:06:44 BooBook kernel: Freeing unused kernel image (initmem) memory: 3428K
Feb 25 16:06:44 BooBook kernel: Write protecting the kernel read-only data: 30720k
Feb 25 16:06:44 BooBook kernel: Freeing unused kernel image (rodata/data gap) memory: 1180K
Feb 25 16:06:44 BooBook kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 25 16:06:44 BooBook kernel: rodata_test: all tests were successful
Feb 25 16:06:44 BooBook kernel: Run /init as init process
Feb 25 16:06:44 BooBook kernel: with arguments:
Feb 25 16:06:44 BooBook kernel: /init
Feb 25 16:06:44 BooBook kernel: with environment:
Feb 25 16:06:44 BooBook kernel: HOME=/
Feb 25 16:06:44 BooBook kernel: TERM=linux
Feb 25 16:06:44 BooBook kernel: BOOT_IMAGE=/vmlinuz-6.6-x86_64
Feb 25 16:06:44 BooBook kernel: wmi_bus wmi_bus-PNP0C14:00: WQ00 data block query control method not found
Feb 25 16:06:44 BooBook kernel: i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
Feb 25 16:06:44 BooBook kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Feb 25 16:06:44 BooBook kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Feb 25 16:06:44 BooBook kernel: vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
Feb 25 16:06:44 BooBook kernel: pci_bus 10000:e0: root bus resource [bus e0-ff]
Feb 25 16:06:44 BooBook kernel: pci_bus 10000:e0: root bus resource [mem 0x84000000-0x85ffffff]
Feb 25 16:06:44 BooBook kernel: pci_bus 10000:e0: root bus resource [mem 0x625f102000-0x625f1fffff 64bit]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.0: [8086:09ab] type 00 class 0x088000
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.0: Adding to iommu group 5
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.4: [8086:7a44] type 01 class 0x060400
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.4: PME# supported from D0 D3hot D3cold
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.4: PTM enabled (root), 4ns granularity
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.4: Adding to iommu group 5
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.0: [8086:09ab] type 00 class 0x088000
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.0: Adding to iommu group 5
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.4: [8086:7a34] type 01 class 0x060400
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.4: PME# supported from D0 D3hot D3cold
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.4: PTM enabled (root), 4ns granularity
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.4: Adding to iommu group 5
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.4: Primary bus is hard wired to 0
Feb 25 16:06:44 BooBook kernel: pci 10000:e1:00.0: [144d:a809] type 00 class 0x010802
Feb 25 16:06:44 BooBook kernel: pci 10000:e1:00.0: reg 0x10: [mem 0x84000000-0x84003fff 64bit]
Feb 25 16:06:44 BooBook kernel: pci 10000:e1:00.0: Adding to iommu group 5
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.4: PCI bridge to [bus e1]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.4: bridge window [io 0x0000-0x0fff]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.4: bridge window [mem 0x84000000-0x840fffff]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.4: Primary bus is hard wired to 0
Feb 25 16:06:44 BooBook kernel: pci 10000:e2:00.0: [15b7:5017] type 00 class 0x010802
Feb 25 16:06:44 BooBook kernel: pci 10000:e2:00.0: reg 0x10: [mem 0x84100000-0x84103fff 64bit]
Feb 25 16:06:44 BooBook kernel: pci 10000:e2:00.0: Adding to iommu group 5
Feb 25 16:06:44 BooBook kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 25 16:06:44 BooBook kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.4: PCI bridge to [bus e2]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.4: bridge window [io 0x0000-0x0fff]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.4: bridge window [mem 0x84100000-0x841fffff]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.4: Primary bus is hard wired to 0
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.4: Primary bus is hard wired to 0
Feb 25 16:06:44 BooBook kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
Feb 25 16:06:44 BooBook kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 25 16:06:44 BooBook kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Feb 25 16:06:44 BooBook kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
Feb 25 16:06:44 BooBook kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Feb 25 16:06:44 BooBook kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 25 16:06:44 BooBook kernel: usb usb1: Product: xHCI Host Controller
Feb 25 16:06:44 BooBook kernel: usb usb1: Manufacturer: Linux 6.6.16-2-MANJARO xhci-hcd
Feb 25 16:06:44 BooBook kernel: usb usb1: SerialNumber: 0000:00:14.0
Feb 25 16:06:44 BooBook kernel: hub 1-0:1.0: USB hub found
Feb 25 16:06:44 BooBook kernel: hub 1-0:1.0: 16 ports detected
Feb 25 16:06:44 BooBook kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Feb 25 16:06:44 BooBook kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 25 16:06:44 BooBook kernel: usb usb2: Product: xHCI Host Controller
Feb 25 16:06:44 BooBook kernel: usb usb2: Manufacturer: Linux 6.6.16-2-MANJARO xhci-hcd
Feb 25 16:06:44 BooBook kernel: usb usb2: SerialNumber: 0000:00:14.0
Feb 25 16:06:44 BooBook kernel: hub 2-0:1.0: USB hub found
Feb 25 16:06:44 BooBook kernel: hub 2-0:1.0: 10 ports detected
Feb 25 16:06:44 BooBook kernel: usb: port power management may be unreliable
Feb 25 16:06:44 BooBook kernel: xhci_hcd 0000:38:00.0: xHCI Host Controller
Feb 25 16:06:44 BooBook kernel: xhci_hcd 0000:38:00.0: new USB bus registered, assigned bus number 3
Feb 25 16:06:44 BooBook kernel: xhci_hcd 0000:38:00.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
Feb 25 16:06:44 BooBook kernel: xhci_hcd 0000:38:00.0: xHCI Host Controller
Feb 25 16:06:44 BooBook kernel: xhci_hcd 0000:38:00.0: new USB bus registered, assigned bus number 4
Feb 25 16:06:44 BooBook kernel: xhci_hcd 0000:38:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Feb 25 16:06:44 BooBook kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Feb 25 16:06:44 BooBook kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 25 16:06:44 BooBook kernel: usb usb3: Product: xHCI Host Controller
Feb 25 16:06:44 BooBook kernel: usb usb3: Manufacturer: Linux 6.6.16-2-MANJARO xhci-hcd
Feb 25 16:06:44 BooBook kernel: usb usb3: SerialNumber: 0000:38:00.0
Feb 25 16:06:44 BooBook kernel: hub 3-0:1.0: USB hub found
Feb 25 16:06:44 BooBook kernel: hub 3-0:1.0: 2 ports detected
Feb 25 16:06:44 BooBook kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Feb 25 16:06:44 BooBook kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 25 16:06:44 BooBook kernel: usb usb4: Product: xHCI Host Controller
Feb 25 16:06:44 BooBook kernel: usb usb4: Manufacturer: Linux 6.6.16-2-MANJARO xhci-hcd
Feb 25 16:06:44 BooBook kernel: usb usb4: SerialNumber: 0000:38:00.0
Feb 25 16:06:44 BooBook kernel: hub 4-0:1.0: USB hub found
Feb 25 16:06:44 BooBook kernel: hub 4-0:1.0: 2 ports detected
Feb 25 16:06:44 BooBook kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.4: BAR 14: assigned [mem 0x84000000-0x840fffff]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.4: BAR 14: assigned [mem 0x84100000-0x841fffff]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.4: BAR 13: no space for [io size 0x1000]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.4: BAR 13: failed to assign [io size 0x1000]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.4: BAR 13: no space for [io size 0x1000]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.4: BAR 13: failed to assign [io size 0x1000]
Feb 25 16:06:44 BooBook kernel: pci 10000:e1:00.0: BAR 0: assigned [mem 0x84000000-0x84003fff 64bit]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.4: PCI bridge to [bus e1]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1b.4: bridge window [mem 0x84000000-0x840fffff]
Feb 25 16:06:44 BooBook kernel: pci 10000:e2:00.0: BAR 0: assigned [mem 0x84100000-0x84103fff 64bit]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.4: PCI bridge to [bus e2]
Feb 25 16:06:44 BooBook kernel: pci 10000:e0:1d.4: bridge window [mem 0x84100000-0x841fffff]
Feb 25 16:06:44 BooBook kernel: pci 10000:e1:00.0: can’t override BIOS ASPM; OS doesn’t have ASPM control
Feb 25 16:06:44 BooBook kernel: pci 10000:e2:00.0: can’t override BIOS ASPM; OS doesn’t have ASPM control
Feb 25 16:06:44 BooBook kernel: pcieport 10000:e0:1b.4: can’t derive routing for PCI INT A
Feb 25 16:06:44 BooBook kernel: pcieport 10000:e0:1b.4: PCI INT A: no GSI
Feb 25 16:06:44 BooBook kernel: pcieport 10000:e0:1b.4: PME: Signaling with IRQ 151
Feb 25 16:06:44 BooBook kernel: pcieport 10000:e0:1b.4: AER: enabled with IRQ 151
Feb 25 16:06:44 BooBook kernel: pcieport 10000:e0:1d.4: can’t derive routing for PCI INT A
Feb 25 16:06:44 BooBook kernel: pcieport 10000:e0:1d.4: PCI INT A: no GSI
Feb 25 16:06:44 BooBook kernel: pcieport 10000:e0:1d.4: PME: Signaling with IRQ 152
Feb 25 16:06:44 BooBook kernel: pcieport 10000:e0:1d.4: AER: enabled with IRQ 152
Feb 25 16:06:44 BooBook kernel: vmd 0000:00:0e.0: Bound to PCI domain 10000
Feb 25 16:06:44 BooBook kernel: i915 0000:00:02.0: [drm] VT-d active for gfx access
Feb 25 16:06:44 BooBook kernel: nvme nvme1: pci function 10000:e2:00.0
Feb 25 16:06:44 BooBook kernel: nvme nvme0: pci function 10000:e1:00.0
Feb 25 16:06:44 BooBook kernel: pcieport 10000:e0:1d.4: can’t derive routing for PCI INT A
Feb 25 16:06:44 BooBook kernel: nvme 10000:e2:00.0: PCI INT A: no GSI
Feb 25 16:06:44 BooBook kernel: pcieport 10000:e0:1b.4: can’t derive routing for PCI INT A
Feb 25 16:06:44 BooBook kernel: nvme 10000:e1:00.0: PCI INT A: not connected
Feb 25 16:06:44 BooBook kernel: nvme nvme0: Shutdown timeout set to 8 seconds
Feb 25 16:06:44 BooBook kernel: Console: switching to colour dummy device 80x25
Feb 25 16:06:44 BooBook kernel: nvme nvme0: allocated 64 MiB host memory buffer.
Feb 25 16:06:44 BooBook kernel: nvme nvme1: allocated 32 MiB host memory buffer.
Feb 25 16:06:44 BooBook kernel: nvme nvme1: 18/0/0 default/read/poll queues
Feb 25 16:06:44 BooBook kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Feb 25 16:06:44 BooBook kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Feb 25 16:06:44 BooBook kernel: nvme1n1: p1 p2 p3 p4 p5 p6 p7 p8
Feb 25 16:06:44 BooBook kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Feb 25 16:06:44 BooBook kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
Feb 25 16:06:44 BooBook kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
Feb 25 16:06:44 BooBook kernel: i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.13.1
Feb 25 16:06:44 BooBook kernel: i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
Feb 25 16:06:44 BooBook kernel: i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
Feb 25 16:06:44 BooBook kernel: i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
Feb 25 16:06:44 BooBook kernel: i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
Feb 25 16:06:44 BooBook kernel: i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
Feb 25 16:06:44 BooBook kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
Feb 25 16:06:44 BooBook kernel: usb 1-2: New USB device found, idVendor=0738, idProduct=0c09, bcdDevice=d0.05
Feb 25 16:06:44 BooBook kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 25 16:06:44 BooBook kernel: usb 1-2: Product: Mad Catz R.A.T. DWS
Feb 25 16:06:44 BooBook kernel: usb 1-2: Manufacturer: Mad Catz Global
Feb 25 16:06:44 BooBook kernel: input: Mad Catz Global Mad Catz R.A.T. DWS as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0738:0C09.0001/input/input4
Feb 25 16:06:44 BooBook kernel: hid-generic 0003:0738:0C09.0001: input,hidraw0: USB HID v1.11 Mouse [Mad Catz Global Mad Catz R.A.T. DWS] on usb-0000:00:14.0-2/input0
Feb 25 16:06:44 BooBook kernel: input: Mad Catz Global Mad Catz R.A.T. DWS Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:0738:0C09.0002/input/input5
Feb 25 16:06:44 BooBook kernel: input: Mad Catz Global Mad Catz R.A.T. DWS Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:0738:0C09.0002/input/input7
Feb 25 16:06:44 BooBook kernel: hid-generic 0003:0738:0C09.0002: input,hiddev96,hidraw1: USB HID v1.10 Keyboard [Mad Catz Global Mad Catz R.A.T. DWS] on usb-0000:00:14.0-2/input1
Feb 25 16:06:44 BooBook kernel: input: Mad Catz Global Mad Catz R.A.T. DWS as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:0738:0C09.0003/input/input8
Feb 25 16:06:44 BooBook kernel: hid-generic 0003:0738:0C09.0003: input,hidraw2: USB HID v1.11 Mouse [Mad Catz Global Mad Catz R.A.T. DWS] on usb-0000:00:14.0-2/input2
Feb 25 16:06:44 BooBook kernel: usbcore: registered new interface driver usbhid
Feb 25 16:06:44 BooBook kernel: usbhid: USB HID core driver
Feb 25 16:06:44 BooBook kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
Feb 25 16:06:44 BooBook kernel: nvme nvme0: 12/0/0 default/read/poll queues
Feb 25 16:06:44 BooBook kernel: usb 1-3: New USB device found, idVendor=0b05, idProduct=19b6, bcdDevice= 3.12
Feb 25 16:06:44 BooBook kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 25 16:06:44 BooBook kernel: usb 1-3: Product: N-KEY Device
Feb 25 16:06:44 BooBook kernel: usb 1-3: Manufacturer: ASUSTek Computer Inc.
Feb 25 16:06:44 BooBook kernel: input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0B05:19B6.0004/input/input9
Feb 25 16:06:44 BooBook kernel: input: ASUSTek Computer Inc. N-KEY Device Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0B05:19B6.0004/input/input10
Feb 25 16:06:44 BooBook kernel: input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0B05:19B6.0004/input/input11
Feb 25 16:06:44 BooBook kernel: input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0B05:19B6.0004/input/input12
Feb 25 16:06:44 BooBook kernel: input: ASUSTek Computer Inc. N-KEY Device Wireless Radio Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0B05:19B6.0004/input/input13
Feb 25 16:06:44 BooBook kernel: input: ASUSTek Computer Inc. N-KEY Device Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0B05:19B6.0004/input/input14
Feb 25 16:06:44 BooBook kernel: hid-generic 0003:0B05:19B6.0004: input,hiddev97,hidraw3: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:00:14.0-3/input0
Feb 25 16:06:44 BooBook kernel: usb 1-6: new high-speed USB device number 4 using xhci_hcd
Feb 25 16:06:44 BooBook kernel: usb 1-6: New USB device found, idVendor=13fe, idProduct=4200, bcdDevice= 1.00
Feb 25 16:06:44 BooBook kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Feb 25 16:06:44 BooBook kernel: usb 1-6: Product: USB DISK 2.0
Feb 25 16:06:44 BooBook kernel: usb 1-6: Manufacturer:
Feb 25 16:06:44 BooBook kernel: usb 1-6: SerialNumber: C00048E3AE7D2761
Feb 25 16:06:44 BooBook kernel: usb-storage 1-6:1.0: USB Mass Storage device detected
Feb 25 16:06:44 BooBook kernel: scsi host0: usb-storage 1-6:1.0
Feb 25 16:06:44 BooBook kernel: usbcore: registered new interface driver usb-storage
Feb 25 16:06:44 BooBook kernel: usb 1-8: new high-speed USB device number 5 using xhci_hcd
Feb 25 16:06:44 BooBook kernel: usb 1-8: New USB device found, idVendor=322e, idProduct=2122, bcdDevice=11.21
Feb 25 16:06:44 BooBook kernel: usb 1-8: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Feb 25 16:06:44 BooBook kernel: usb 1-8: Product: USB2.0 HD UVC WebCam
Feb 25 16:06:44 BooBook kernel: usb 1-8: Manufacturer: Sonix Technology Co., Ltd.
Feb 25 16:06:44 BooBook kernel: usb 1-14: new full-speed USB device number 6 using xhci_hcd
Feb 25 16:06:44 BooBook kernel: i915 0000:00:02.0: [drm] Skipping intel_backlight registration
Feb 25 16:06:44 BooBook kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
Feb 25 16:06:44 BooBook kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
Feb 25 16:06:44 BooBook kernel: ACPI: video: Video Device [PEGP] (multi-head: yes rom: yes post: no)
Feb 25 16:06:44 BooBook kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input15
Feb 25 16:06:44 BooBook kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
Feb 25 16:06:44 BooBook kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input16
Feb 25 16:06:44 BooBook kernel: fbcon: i915drmfb (fb0) is primary device
Feb 25 16:06:44 BooBook kernel: Console: switching to colour frame buffer device 160x50
Feb 25 16:06:44 BooBook kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Feb 25 16:06:44 BooBook kernel: nvme0n1: p1 p2
Feb 25 16:06:44 BooBook kernel: usbcore: registered new interface driver uas
Feb 25 16:06:44 BooBook kernel: asus_wmi: ASUS WMI generic driver loaded
Feb 25 16:06:44 BooBook kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0033, bcdDevice= 0.00
Feb 25 16:06:44 BooBook kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Feb 25 16:06:44 BooBook kernel: asus 0003:0B05:19B6.0004: Setting up ROG USB interface
Feb 25 16:06:44 BooBook kernel: asus 0003:0B05:19B6.0004: Fixing up Asus N-Key report descriptor
Feb 25 16:06:44 BooBook kernel: input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0B05:19B6.0004/input/input17
Feb 25 16:06:44 BooBook kernel: asus 0003:0B05:19B6.0004: input,hiddev97,hidraw3: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:00:14.0-3/input0
Feb 25 16:06:44 BooBook kernel: EXT4-fs (nvme1n1p5): mounted filesystem dd5b94f0-9666-4b41-b49d-37a68c0ac93f r/w with ordered data mode. Quota mode: none.
Feb 25 16:06:44 BooBook systemd[1]: systemd 255.3-1-manjaro running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Feb 25 16:06:44 BooBook systemd[1]: Detected architecture x86-64.
Feb 25 16:06:44 BooBook systemd[1]: Hostname set to .
Feb 25 16:06:44 BooBook kernel: scsi 0:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 6
Feb 25 16:06:44 BooBook kernel: sd 0:0:0:0: [sda] 15126648 512-byte logical blocks: (7.74 GB/7.21 GiB)
Feb 25 16:06:44 BooBook kernel: sd 0:0:0:0: [sda] Write Protect is off
Feb 25 16:06:44 BooBook kernel: sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
Feb 25 16:06:44 BooBook kernel: sd 0:0:0:0: [sda] No Caching mode page found
Feb 25 16:06:44 BooBook kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
Feb 25 16:06:44 BooBook kernel: sda: sda1 sda2
Feb 25 16:06:44 BooBook kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Feb 25 16:06:44 BooBook systemd[1]: bpf-lsm: LSM BPF program attached
Feb 25 16:06:44 BooBook systemd[1]: Queued start job for default target Graphical Interface.
Feb 25 16:06:44 BooBook systemd[1]: Created slice Slice /system/dirmngr.
Feb 25 16:06:44 BooBook systemd[1]: Created slice Slice /system/getty.
Feb 25 16:06:44 BooBook systemd[1]: Created slice Slice /system/gpg-agent.
Feb 25 16:06:44 BooBook systemd[1]: Created slice Slice /system/gpg-agent-browser.
Feb 25 16:06:44 BooBook systemd[1]: Created slice Slice /system/gpg-agent-extra.
Feb 25 16:06:44 BooBook systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Feb 25 16:06:44 BooBook systemd[1]: Created slice Slice /system/keyboxd.
Feb 25 16:06:44 BooBook systemd[1]: Created slice Slice /system/modprobe.
Feb 25 16:06:44 BooBook systemd[1]: Created slice Slice /system/systemd-fsck.
Feb 25 16:06:44 BooBook systemd[1]: Created slice User and Session Slice.
Feb 25 16:06:44 BooBook systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Feb 25 16:06:44 BooBook systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Feb 25 16:06:44 BooBook systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Feb 25 16:06:44 BooBook systemd[1]: Expecting device /dev/disk/by-uuid/4028E74228E73616…
Feb 25 16:06:44 BooBook systemd[1]: Expecting device /dev/disk/by-uuid/ECA1-1630…
Feb 25 16:06:44 BooBook systemd[1]: Expecting device /dev/disk/by-uuid/ECC9-0C0B…
Feb 25 16:06:44 BooBook systemd[1]: Expecting device /dev/disk/by-uuid/F48851FD8851BF34…
Feb 25 16:06:44 BooBook systemd[1]: Expecting device /dev/disk/by-uuid/d58e1cb2-4c84-4c51-b434-b93f3d0944d6…
Feb 25 16:06:44 BooBook systemd[1]: Reached target Local Encrypted Volumes.
Feb 25 16:06:44 BooBook systemd[1]: Reached target Login Prompts.
Feb 25 16:06:44 BooBook systemd[1]: Reached target Local Integrity Protected Volumes.
Feb 25 16:06:44 BooBook systemd[1]: Reached target Remote File Systems.
Feb 25 16:06:44 BooBook systemd[1]: Reached target Slice Units.
Feb 25 16:06:44 BooBook systemd[1]: Reached target Mounting snaps.
Feb 25 16:06:44 BooBook systemd[1]: Reached target Mounted snaps.
Feb 25 16:06:44 BooBook systemd[1]: Reached target Swaps.
Feb 25 16:06:44 BooBook systemd[1]: Reached target System Time Set.
Feb 25 16:06:44 BooBook systemd[1]: Reached target Local Verity Protected Volumes.
Feb 25 16:06:44 BooBook systemd[1]: Listening on Device-mapper event daemon FIFOs.
Feb 25 16:06:44 BooBook systemd[1]: Listening on LVM2 poll daemon socket.
Feb 25 16:06:44 BooBook systemd[1]: Listening on Process Core Dump Socket.
Feb 25 16:06:44 BooBook systemd[1]: Listening on Journal Socket (/dev/log).
Feb 25 16:06:44 BooBook systemd[1]: Listening on Journal Socket.
Feb 25 16:06:44 BooBook systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 25 16:06:44 BooBook systemd[1]: Listening on udev Control Socket.
Feb 25 16:06:44 BooBook systemd[1]: Listening on udev Kernel Socket.
Feb 25 16:06:44 BooBook systemd[1]: Listening on User Database Manager Socket.
Feb 25 16:06:44 BooBook systemd[1]: Mounting Huge Pages File System…
Feb 25 16:06:44 BooBook systemd[1]: Mounting POSIX Message Queue File System…
Feb 25 16:06:44 BooBook systemd[1]: Mounting Kernel Debug File System…
Feb 25 16:06:44 BooBook systemd[1]: Mounting Kernel Trace File System…
Feb 25 16:06:44 BooBook systemd[1]: Starting Load AppArmor profiles…
Feb 25 16:06:44 BooBook systemd[1]: Starting Create List of Static Device Nodes…
Feb 25 16:06:44 BooBook systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling…
Feb 25 16:06:44 BooBook systemd[1]: Starting Load Kernel Module configfs…
Feb 25 16:06:44 BooBook systemd[1]: Starting Load Kernel Module dm_mod…
Feb 25 16:06:44 BooBook systemd[1]: Starting Load Kernel Module drm…
Feb 25 16:06:44 BooBook systemd[1]: Starting Load Kernel Module fuse…
Feb 25 16:06:44 BooBook systemd[1]: Starting Load Kernel Module loop…
Feb 25 16:06:44 BooBook systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Feb 25 16:06:44 BooBook systemd[1]: Starting Journal Service…
Feb 25 16:06:44 BooBook systemd[1]: Starting Load Kernel Modules…
Feb 25 16:06:44 BooBook systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 25 16:06:44 BooBook systemd[1]: Starting Remount Root and Kernel File Systems…
Feb 25 16:06:44 BooBook systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 25 16:06:44 BooBook systemd[1]: Starting Coldplug All udev Devices…
Feb 25 16:06:44 BooBook systemd[1]: Mounted Huge Pages File System.
Feb 25 16:06:44 BooBook systemd[1]: Mounted POSIX Message Queue File System.
Feb 25 16:06:44 BooBook kernel: loop: module loaded
Feb 25 16:06:44 BooBook kernel: device-mapper: uevent: version 1.0.3
Feb 25 16:06:44 BooBook kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Feb 25 16:06:44 BooBook systemd[1]: Mounted Kernel Debug File System.
Feb 25 16:06:44 BooBook systemd[1]: Mounted Kernel Trace File System.
Feb 25 16:06:44 BooBook kernel: fuse: init (API version 7.39)
Feb 25 16:06:44 BooBook systemd-journald[370]: Collecting audit messages is disabled.
Feb 25 16:06:44 BooBook kernel: audit: type=1400 audit(1708866404.570:2): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“dovecot-anvil” pid=393 comm=“apparmor_parser”
Feb 25 16:06:44 BooBook kernel: audit: type=1400 audit(1708866404.570:3): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“klogd” pid=389 comm=“apparmor_parser”
Feb 25 16:06:44 BooBook kernel: EXT4-fs (nvme1n1p5): re-mounted dd5b94f0-9666-4b41-b49d-37a68c0ac93f r/w. Quota mode: none.
Feb 25 16:06:44 BooBook kernel: audit: type=1400 audit(1708866404.583:4): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“lsb_release” pid=381 comm=“apparmor_parser”
Feb 25 16:06:44 BooBook kernel: audit: type=1400 audit(1708866404.583:5): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“nvidia_modprobe” pid=382 comm=“apparmor_parser”
Feb 25 16:06:44 BooBook kernel: audit: type=1400 audit(1708866404.583:6): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“nvidia_modprobe//kmod” pid=382 comm=“apparmor_parser”
Feb 25 16:06:44 BooBook kernel: audit: type=1400 audit(1708866404.583:7): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“dovecot-director” pid=398 comm=“apparmor_parser”
Feb 25 16:06:44 BooBook kernel: audit: type=1400 audit(1708866404.583:8): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“dovecot-doveadm-server” pid=399 comm=“apparmor_parser”
Feb 25 16:06:44 BooBook kernel: audit: type=1400 audit(1708866404.586:9): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“dovecot-dict” pid=397 comm=“apparmor_parser”
Feb 25 16:06:44 BooBook kernel: audit: type=1400 audit(1708866404.586:10): apparmor=“STATUS” operation=“profile_load” profile=“unconfined” name=“samba-bgqd” pid=384 comm=“apparmor_parser”
Feb 25 16:06:44 BooBook systemd[1]: Finished Create List of Static Device Nodes.
Feb 25 16:06:44 BooBook systemd[1]: modprobe@configfs.service: Deactivated successfully.
Feb 25 16:06:44 BooBook systemd-journald[370]: Journal started
Feb 25 16:06:44 BooBook systemd-journald[370]: Runtime Journal (/run/log/journal/893723fc1f8e481e8e96c4beb2521679) is 8.0M, max 780.6M, 772.6M free.
Feb 25 16:06:44 BooBook systemd-modules-load[371]: Inserted module ‘crypto_user’
Feb 25 16:06:44 BooBook apparmor.systemd[360]: Restarting AppArmor
Feb 25 16:06:44 BooBook apparmor.systemd[360]: Reloading AppArmor profiles
Feb 25 16:06:44 BooBook systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Feb 25 16:06:44 BooBook systemd[1]: Finished Load Kernel Module configfs.
Feb 25 16:06:44 BooBook systemd[1]: Started Journal Service.
Feb 25 16:06:44 BooBook systemd[1]: Finished Load Kernel Module dm_mod.
Feb 25 16:06:44 BooBook systemd[1]: Finished Load AppArmor profiles.
Feb 25 16:06:44 BooBook systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Feb 25 16:06:44 BooBook systemd[1]: modprobe@drm.service: Deactivated successfully.
Feb 25 16:06:44 BooBook systemd[1]: Finished Load Kernel Module drm.
Feb 25 16:06:44 BooBook systemd[1]: modprobe@fuse.service: Deactivated successfully.
Feb 25 16:06:44 BooBook systemd[1]: Finished Load Kernel Module fuse.
Feb 25 16:06:44 BooBook systemd[1]: modprobe@loop.service: Deactivated successfully.
Feb 25 16:06:44 BooBook systemd[1]: Finished Load Kernel Module loop.
Feb 25 16:06:44 BooBook systemd[1]: Finished Remount Root and Kernel File Systems.
Feb 25 16:06:44 BooBook systemd[1]: Finished Coldplug All udev Devices.
Feb 25 16:06:44 BooBook systemd[1]: Mounting FUSE Control File System…
Feb 25 16:06:44 BooBook systemd[1]: Mounting Kernel Configuration File System…
Feb 25 16:06:44 BooBook systemd[1]: Starting Load AppArmor profiles managed internally by snapd…
Feb 25 16:06:44 BooBook systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Feb 25 16:06:44 BooBook systemd[1]: Starting Flush Journal to Persistent Storage…
Feb 25 16:06:44 BooBook systemd[1]: Starting Load/Save OS Random Seed…
Feb 25 16:06:44 BooBook systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Feb 25 16:06:44 BooBook systemd[1]: Starting Create Static Device Nodes in /dev gracefully…
Feb 25 16:06:44 BooBook systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 25 16:06:44 BooBook systemd[1]: Mounted FUSE Control File System.
Feb 25 16:06:44 BooBook systemd-journald[370]: Time spent on flushing to /var/log/journal/893723fc1f8e481e8e96c4beb2521679 is 23.231ms for 1341 entries.
Feb 25 16:06:44 BooBook systemd-journald[370]: System Journal (/var/log/journal/893723fc1f8e481e8e96c4beb2521679) is 251.8M, max 4.0G, 3.7G free.
Feb 25 16:06:44 BooBook systemd-journald[370]: Received client request to flush runtime journal.
Feb 25 16:06:44 BooBook systemd-journald[370]: /var/log/journal/893723fc1f8e481e8e96c4beb2521679/system.journal: Journal file uses a different sequence number ID, rotating.
Feb 25 16:06:44 BooBook systemd-journald[370]: Rotating system journal.
Feb 25 16:06:44 BooBook snapd-apparmor[446]: main.go:121: No profiles to load
Feb 25 16:06:44 BooBook systemd[1]: Mounted Kernel Configuration File System.
Feb 25 16:06:44 BooBook systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 446 (snapd-apparmor)
Feb 25 16:06:44 BooBook systemd[1]: Mounting Arbitrary Executable File Formats File System…
Feb 25 16:06:44 BooBook systemd[1]: Finished Load/Save OS Random Seed.
Feb 25 16:06:44 BooBook systemd[1]: Mounted Arbitrary Executable File Formats File System.
Feb 25 16:06:44 BooBook systemd[1]: Starting User Database Manager…
Feb 25 16:06:45 BooBook systemd[1]: Finished Load AppArmor profiles managed internally by snapd.
Feb 25 16:06:45 BooBook systemd[1]: Started User Database Manager.
Feb 25 16:06:45 BooBook systemd[1]: Finished Flush Journal to Persistent Storage.
Feb 25 16:06:45 BooBook systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Feb 25 16:06:45 BooBook systemd[1]: Starting Create System Users…
Feb 25 16:06:45 BooBook systemd[1]: Finished Create System Users.
Feb 25 16:06:45 BooBook systemd[1]: Starting Create Static Device Nodes in /dev…
Feb 25 16:06:45 BooBook systemd[1]: Finished Create Static Device Nodes in /dev.
Feb 25 16:06:45 BooBook systemd[1]: Reached target Preparation for Local File Systems.
Feb 25 16:06:45 BooBook systemd[1]: Mounting /tmp…
Feb 25 16:06:45 BooBook systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Feb 25 16:06:45 BooBook systemd[1]: Starting Rule-based Manager for Device Events and Files…
Feb 25 16:06:45 BooBook systemd[1]: Mounted /tmp.
Feb 25 16:06:45 BooBook systemd[1]: Started Rule-based Manager for Device Events and Files.
Feb 25 16:06:45 BooBook kernel: mei_me 0000:00:16.0: enabling device (0000 → 0002)
Feb 25 16:06:45 BooBook systemd[1]: Found device WD PC SN560 SDDPNQE-1T00-1002 7.
Feb 25 16:06:45 BooBook systemd[1]: Found device WD PC SN560 SDDPNQE-1T00-1002 Basic\x20data\x20partition.
Feb 25 16:06:45 BooBook kernel: Consider using thermal netlink events interface
Feb 25 16:06:45 BooBook systemd[1]: Found device WD PC SN560 SDDPNQE-1T00-1002 8.
Feb 25 16:06:45 BooBook mtp-probe[550]: checking bus 1, device 4: “/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6”
Feb 25 16:06:45 BooBook mtp-probe[549]: checking bus 1, device 5: “/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8”
Feb 25 16:06:45 BooBook mtp-probe[548]: checking bus 1, device 2: “/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2”
Feb 25 16:06:45 BooBook mtp-probe[551]: checking bus 1, device 3: “/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3”
Feb 25 16:06:45 BooBook kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Feb 25 16:06:45 BooBook kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Feb 25 16:06:45 BooBook kernel: i2c i2c-12: 2/2 memory slots populated (from DMI)
Feb 25 16:06:45 BooBook kernel: i2c i2c-12: Memory type 0x22 not supported yet, not instantiating SPD
Feb 25 16:06:45 BooBook mtp-probe[548]: bus: 1, device: 2 was not an MTP device
Feb 25 16:06:45 BooBook mtp-probe[550]: bus: 1, device: 4 was not an MTP device
Feb 25 16:06:45 BooBook mtp-probe[549]: bus: 1, device: 5 was not an MTP device
Feb 25 16:06:45 BooBook mtp-probe[551]: bus: 1, device: 3 was not an MTP device
Feb 25 16:06:45 BooBook kernel: intel-lpss 0000:00:13.0: enabling device (0004 → 0006)
Feb 25 16:06:45 BooBook kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Feb 25 16:06:45 BooBook systemd[1]: Found device WD PC SN560 SDDPNQE-1T00-1002 6.
Feb 25 16:06:45 BooBook systemd[1]: Found device Samsung SSD 980 1TB Media.
Feb 25 16:06:45 BooBook kernel: intel-lpss 0000:00:15.0: enabling device (0004 → 0006)
Feb 25 16:06:45 BooBook kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Feb 25 16:06:45 BooBook systemd[1]: Created slice Slice /system/systemd-backlight.
Feb 25 16:06:45 BooBook kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Feb 25 16:06:45 BooBook kernel: mc: Linux media interface: v0.10
Feb 25 16:06:45 BooBook kernel: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’
Feb 25 16:06:45 BooBook kernel: input: PC Speaker as /devices/platform/pcspkr/input/input18
Feb 25 16:06:45 BooBook kernel: mousedev: PS/2 mouse device common for all mice
Feb 25 16:06:45 BooBook kernel: ACPI: bus type thunderbolt registered
Feb 25 16:06:45 BooBook kernel: thunderbolt 0000:04:00.0: enabling device (0000 → 0002)
Feb 25 16:06:45 BooBook kernel: Loaded X.509 cert ‘wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600’
Feb 25 16:06:45 BooBook kernel: asus_wmi: Initialization: 0x1
Feb 25 16:06:45 BooBook kernel: asus_wmi: SFUN value: 0x21
Feb 25 16:06:45 BooBook kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Feb 25 16:06:45 BooBook kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
Feb 25 16:06:45 BooBook kernel: asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
Feb 25 16:06:45 BooBook kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input19
Feb 25 16:06:45 BooBook systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight…
Feb 25 16:06:45 BooBook systemd[1]: Starting File System Check on /dev/disk/by-uuid/ECA1-1630…
Feb 25 16:06:45 BooBook systemd[1]: Starting File System Check on /dev/disk/by-uuid/ECC9-0C0B…
Feb 25 16:06:45 BooBook systemd[1]: Starting File System Check on /dev/disk/by-uuid/d58e1cb2-4c84-4c51-b434-b93f3d0944d6…
Feb 25 16:06:45 BooBook kernel: ACPI: battery: new extension: ASUS Battery Extension
Feb 25 16:06:45 BooBook systemd-fsck[583]: fsck.fat 4.2 (2021-01-31)
Feb 25 16:06:45 BooBook systemd-fsck[583]: /dev/nvme1n1p8: 6 files, 73/127746 clusters
Feb 25 16:06:45 BooBook systemd-fsck[584]: /dev/nvme1n1p6: clean, 14013/7413760 files, 790390/29635072 blocks
Feb 25 16:06:45 BooBook systemd-fsck[582]: fsck.fat 4.2 (2021-01-31)
Feb 25 16:06:45 BooBook systemd-fsck[582]: /dev/nvme1n1p7: 374 files, 32689/127746 clusters
Feb 25 16:06:45 BooBook kernel: spi-nor spi0.0: w25q256 (32768 Kbytes)
Feb 25 16:06:45 BooBook kernel: Creating 1 MTD partitions on “0000:00:1f.5”:
Feb 25 16:06:45 BooBook kernel: 0x000000000000-0x000002000000 : “BIOS”
Feb 25 16:06:45 BooBook kernel: iTCO_vendor_support: vendor-support=0
Feb 25 16:06:45 BooBook kernel: proc_thermal_pci 0000:00:04.0: enabling device (0000 → 0002)
Feb 25 16:06:45 BooBook kernel: intel_rapl_msr: PL4 support detected.
Feb 25 16:06:45 BooBook kernel: Bluetooth: Core ver 2.22
Feb 25 16:06:45 BooBook kernel: intel_rapl_common: Found RAPL domain package
Feb 25 16:06:45 BooBook kernel: intel_rapl_common: Found RAPL domain core
Feb 25 16:06:45 BooBook kernel: intel_rapl_common: Found RAPL domain uncore
Feb 25 16:06:45 BooBook kernel: NET: Registered PF_BLUETOOTH protocol family
Feb 25 16:06:45 BooBook kernel: Bluetooth: HCI device and connection manager initialized
Feb 25 16:06:45 BooBook kernel: Bluetooth: HCI socket layer initialized
Feb 25 16:06:45 BooBook kernel: Bluetooth: L2CAP socket layer initialized
Feb 25 16:06:45 BooBook kernel: Bluetooth: SCO socket layer initialized
Feb 25 16:06:45 BooBook kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Feb 25 16:06:45 BooBook systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight.
Feb 25 16:06:45 BooBook kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Feb 25 16:06:45 BooBook kernel: r8169 0000:6c:00.0: can’t disable ASPM; OS doesn’t have ASPM control
Feb 25 16:06:45 BooBook kernel: nvidia: loading out-of-tree module taints kernel.
Feb 25 16:06:45 BooBook kernel: nvidia: module license ‘NVIDIA’ taints kernel.
Feb 25 16:06:45 BooBook kernel: Disabling lock debugging due to kernel taint
Feb 25 16:06:45 BooBook kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Feb 25 16:06:45 BooBook kernel: nvidia: module license taints kernel.
Feb 25 16:06:45 BooBook kernel: Intel(R) Wireless WiFi driver for Linux
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: enabling device (0000 → 0002)
Feb 25 16:06:45 BooBook kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
Feb 25 16:06:45 BooBook kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Feb 25 16:06:45 BooBook kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Feb 25 16:06:45 BooBook kernel: intel_rapl_common: Found RAPL domain package
Feb 25 16:06:45 BooBook kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x400410, cnv-id 0x80401 wfpm id 0x80000020
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: PCI dev 7a70/0094, rev=0x430, rfid=0x2010d000
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.41
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: loaded firmware version 83.e8f84e98.0 so-a0-gf-a0-83.ucode op_mode iwlmvm
Feb 25 16:06:45 BooBook kernel: r8169 0000:6c:00.0 eth0: RTL8168h/8111h, e8:9c:25:80:cb:82, XID 541, IRQ 221
Feb 25 16:06:45 BooBook kernel: r8169 0000:6c:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Feb 25 16:06:45 BooBook systemd[1]: Finished File System Check on /dev/disk/by-uuid/ECA1-1630.
Feb 25 16:06:45 BooBook systemd[1]: Finished File System Check on /dev/disk/by-uuid/ECC9-0C0B.
Feb 25 16:06:45 BooBook systemd[1]: Finished File System Check on /dev/disk/by-uuid/d58e1cb2-4c84-4c51-b434-b93f3d0944d6.
Feb 25 16:06:45 BooBook systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Feb 25 16:06:45 BooBook kernel: input: ASUF1205:00 2808:0106 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.1/i2c-13/i2c-ASUF1205:00/0018:2808:0106.0005/input/input20
Feb 25 16:06:45 BooBook kernel: input: ASUF1205:00 2808:0106 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.1/i2c-13/i2c-ASUF1205:00/0018:2808:0106.0005/input/input21
Feb 25 16:06:45 BooBook kernel: hid-generic 0018:2808:0106.0005: input,hidraw4: I2C HID v1.00 Mouse [ASUF1205:00 2808:0106] on i2c-ASUF1205:00
Feb 25 16:06:45 BooBook kernel: cryptd: max_cpu_qlen set to 1000
Feb 25 16:06:45 BooBook kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 509
Feb 25 16:06:45 BooBook kernel:
Feb 25 16:06:45 BooBook kernel: r8169 0000:6c:00.0 enp108s0: renamed from eth0
Feb 25 16:06:45 BooBook kernel: nvidia 0000:01:00.0: enabling device (0000 → 0003)
Feb 25 16:06:45 BooBook kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
Feb 25 16:06:45 BooBook kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Feb 25 16:06:45 BooBook kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Feb 25 16:06:45 BooBook kernel: videodev: Linux video capture interface: v2.00
Feb 25 16:06:45 BooBook kernel: AVX2 version of gcm_enc/dec engaged.
Feb 25 16:06:45 BooBook kernel: AES CTR mode by8 optimization enabled
Feb 25 16:06:45 BooBook kernel: cs35l41-hda spi1-CSC3551:00-cs35l41-hda.0: Failed property cirrus,dev-index: -22
Feb 25 16:06:45 BooBook kernel: cs35l41-hda spi1-CSC3551:00-cs35l41-hda.0: error -EINVAL: Platform not supported
Feb 25 16:06:45 BooBook kernel: cs35l41-hda: probe of spi1-CSC3551:00-cs35l41-hda.0 failed with error -22
Feb 25 16:06:45 BooBook kernel: cs35l41-hda spi1-CSC3551:00-cs35l41-hda.1: Failed property cirrus,dev-index: -22
Feb 25 16:06:45 BooBook kernel: cs35l41-hda spi1-CSC3551:00-cs35l41-hda.1: error -EINVAL: Platform not supported
Feb 25 16:06:45 BooBook kernel: cs35l41-hda: probe of spi1-CSC3551:00-cs35l41-hda.1 failed with error -22
Feb 25 16:06:45 BooBook kernel: Serial bus multi instantiate pseudo device driver CSC3551:00: Instantiated 2 SPI devices.
Feb 25 16:06:45 BooBook kernel: usbcore: registered new interface driver btusb
Feb 25 16:06:45 BooBook kernel: Bluetooth: hci0: Device revision is 0
Feb 25 16:06:45 BooBook kernel: Bluetooth: hci0: Secure boot is enabled
Feb 25 16:06:45 BooBook kernel: Bluetooth: hci0: OTP lock is enabled
Feb 25 16:06:45 BooBook kernel: Bluetooth: hci0: API lock is enabled
Feb 25 16:06:45 BooBook kernel: Bluetooth: hci0: Debug lock is disabled
Feb 25 16:06:45 BooBook kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Feb 25 16:06:45 BooBook kernel: Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
Feb 25 16:06:45 BooBook kernel: ACPI Warning: _SB.PC00.XHCI.RHUB.HS14._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20230628/nsarguments-61)
Feb 25 16:06:45 BooBook kernel: Bluetooth: hci0: DSM reset method type: 0x00
Feb 25 16:06:45 BooBook kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
Feb 25 16:06:45 BooBook kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Feb 25 16:06:45 BooBook kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Feb 25 16:06:45 BooBook kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Feb 25 16:06:45 BooBook kernel: Bluetooth: hci0: Found device firmware: intel/ibt-1040-0041.sfi
Feb 25 16:06:45 BooBook kernel: Bluetooth: hci0: Boot Address: 0x100800
Feb 25 16:06:45 BooBook kernel: Bluetooth: hci0: Firmware Version: 60-48.23
Feb 25 16:06:45 BooBook kernel: usb 1-8: Found UVC 1.00 device USB2.0 HD UVC WebCam (322e:2122)
Feb 25 16:06:45 BooBook systemd[1]: Mounting /boot…
Feb 25 16:06:45 BooBook systemd[1]: Mounting /home…
Feb 25 16:06:45 BooBook systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:nvidia_wmi_ec_backlight…
Feb 25 16:06:45 BooBook systemd[1]: Starting Virtual Console Setup…
Feb 25 16:06:45 BooBook kernel: usbcore: registered new interface driver uvcvideo
Feb 25 16:06:45 BooBook systemd-modules-load[371]: Inserted module ‘nvidia’
Feb 25 16:06:45 BooBook kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 545.29.06 Thu Nov 16 01:59:08 UTC 2023
Feb 25 16:06:45 BooBook kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6E AX211 160MHz, REV=0x430
Feb 25 16:06:45 BooBook kernel: thermal thermal_zone5: failed to read out thermal zone (-61)
Feb 25 16:06:45 BooBook kernel: EXT4-fs (nvme1n1p6): mounted filesystem d58e1cb2-4c84-4c51-b434-b93f3d0944d6 r/w with ordered data mode. Quota mode: none.
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Feb 25 16:06:45 BooBook kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Feb 25 16:06:45 BooBook kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Feb 25 16:06:45 BooBook kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Feb 25 16:06:45 BooBook kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
Feb 25 16:06:45 BooBook kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
Feb 25 16:06:45 BooBook kernel: snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
Feb 25 16:06:45 BooBook kernel: snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
Feb 25 16:06:45 BooBook kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 545.29.06 Thu Nov 16 01:47:29 UTC 2023
Feb 25 16:06:45 BooBook systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:nvidia_wmi_ec_backlight.
Feb 25 16:06:45 BooBook systemd[1]: Mounted /boot.
Feb 25 16:06:45 BooBook systemd[1]: Mounted /home.
Feb 25 16:06:45 BooBook kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input25
Feb 25 16:06:45 BooBook systemd[1]: Mounting /boot/efi…
Feb 25 16:06:45 BooBook systemd[1]: Mounting /home/boo/Media…
Feb 25 16:06:45 BooBook systemd[1]: Mounting /home/boo/Win11…
Feb 25 16:06:45 BooBook systemd[1]: Starting Load Kernel Module dm_mod…
Feb 25 16:06:45 BooBook systemd[1]: Starting Load Kernel Module loop…
Feb 25 16:06:45 BooBook systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Feb 25 16:06:45 BooBook systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Feb 25 16:06:45 BooBook systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 25 16:06:45 BooBook systemd[1]: Starting Load/Save RF Kill Switch Status…
Feb 25 16:06:45 BooBook systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 25 16:06:45 BooBook systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 25 16:06:45 BooBook systemd[1]: Mounted /boot/efi.
Feb 25 16:06:45 BooBook systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Feb 25 16:06:45 BooBook kernel: intel_tcc_cooling: Programmable TCC Offset detected
Feb 25 16:06:45 BooBook systemd-modules-load[371]: Inserted module ‘nvidia_drm’
Feb 25 16:06:45 BooBook kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Feb 25 16:06:45 BooBook kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Feb 25 16:06:45 BooBook ntfs-3g[659]: Version 2022.10.3 external FUSE 29
Feb 25 16:06:45 BooBook ntfs-3g[659]: Mounted /dev/nvme1n1p3 (Read-Write, label “”, NTFS 3.1)
Feb 25 16:06:45 BooBook ntfs-3g[659]: Cmdline options: rw,nls=utf8,umask=000,dmask=027,fmask=137,uid=1000,gid=1000,windows_names
Feb 25 16:06:45 BooBook ntfs-3g[659]: Mount options: nls=utf8,allow_other,nonempty,relatime,rw,default_permissions,fsname=/dev/nvme1n1p3,blkdev,blksize=4096
Feb 25 16:06:45 BooBook ntfs-3g[659]: Global ownership and permissions enforced, configuration type 7
Feb 25 16:06:45 BooBook systemd[1]: Finished Load Kernel Module dm_mod.
Feb 25 16:06:45 BooBook systemd[1]: Started Load/Save RF Kill Switch Status.
Feb 25 16:06:45 BooBook kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input26
Feb 25 16:06:45 BooBook kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input27
Feb 25 16:06:45 BooBook systemd[1]: Finished Virtual Console Setup.
Feb 25 16:06:45 BooBook systemd[1]: Mounted /home/boo/Win11.
Feb 25 16:06:45 BooBook systemd[1]: modprobe@loop.service: Deactivated successfully.
Feb 25 16:06:45 BooBook kernel: input: ASUF1205:00 2808:0106 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.1/i2c-13/i2c-ASUF1205:00/0018:2808:0106.0005/input/input28
Feb 25 16:06:45 BooBook kernel: input: ASUF1205:00 2808:0106 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.1/i2c-13/i2c-ASUF1205:00/0018:2808:0106.0005/input/input29
Feb 25 16:06:45 BooBook kernel: hid-multitouch 0018:2808:0106.0005: input,hidraw4: I2C HID v1.00 Mouse [ASUF1205:00 2808:0106] on i2c-ASUF1205:00
Feb 25 16:06:45 BooBook ntfs-3g[663]: Version 2022.10.3 external FUSE 29
Feb 25 16:06:45 BooBook ntfs-3g[663]: Mounted /dev/nvme0n1p2 (Read-Write, label “Media”, NTFS 3.1)
Feb 25 16:06:45 BooBook ntfs-3g[663]: Cmdline options: rw,nls=utf8,umask=000,dmask=027,fmask=137,uid=1000,gid=1000,windows_names
Feb 25 16:06:45 BooBook ntfs-3g[663]: Mount options: nls=utf8,allow_other,nonempty,relatime,rw,default_permissions,fsname=/dev/nvme0n1p2,blkdev,blksize=4096
Feb 25 16:06:45 BooBook ntfs-3g[663]: Global ownership and permissions enforced, configuration type 7
Feb 25 16:06:45 BooBook systemd[1]: Finished Load Kernel Module loop.
Feb 25 16:06:45 BooBook systemd[1]: Mounted /home/boo/Media.
Feb 25 16:06:45 BooBook systemd[1]: Starting Load Kernel Module dm_mod…
Feb 25 16:06:45 BooBook systemd[1]: Starting Load Kernel Module loop…
Feb 25 16:06:45 BooBook systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Feb 25 16:06:45 BooBook systemd[1]: Reached target Local File Systems.
Feb 25 16:06:45 BooBook systemd[1]: Listening on System Extension Image Management (Varlink).
Feb 25 16:06:45 BooBook systemd[1]: Starting Rebuild Dynamic Linker Cache…
Feb 25 16:06:45 BooBook systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Feb 25 16:06:45 BooBook systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Feb 25 16:06:45 BooBook systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Feb 25 16:06:45 BooBook systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 25 16:06:45 BooBook systemd[1]: Starting Create Volatile Files and Directories…
Feb 25 16:06:45 BooBook systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 25 16:06:45 BooBook systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 25 16:06:45 BooBook systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: loaded PNVM version e28bb9d7
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: Detected RF GF, rfid=0x2010d000
Feb 25 16:06:45 BooBook systemd[1]: Finished Load Kernel Module dm_mod.
Feb 25 16:06:45 BooBook systemd[1]: modprobe@loop.service: Deactivated successfully.
Feb 25 16:06:45 BooBook systemd[1]: Finished Load Kernel Module loop.
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3: base HW address: bc:03:58:b8:99:ee
Feb 25 16:06:45 BooBook kernel: iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
Feb 25 16:06:45 BooBook systemd[1]: Finished Rebuild Dynamic Linker Cache.
Feb 25 16:06:45 BooBook systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Feb 25 16:06:45 BooBook systemd[1]: Finished Create Volatile Files and Directories.
Feb 25 16:06:45 BooBook systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Feb 25 16:06:45 BooBook systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Feb 25 16:06:45 BooBook systemd[1]: Starting Rebuild Journal Catalog…
Feb 25 16:06:45 BooBook systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Feb 25 16:06:45 BooBook systemd[1]: Starting Record System Boot/Shutdown in UTMP…
Feb 25 16:06:46 BooBook systemd[1]: Finished Rebuild Journal Catalog.
Feb 25 16:06:46 BooBook systemd[1]: Starting Update is Completed…
Feb 25 16:06:46 BooBook systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Feb 25 16:06:46 BooBook systemd[1]: Finished Update is Completed.
Feb 25 16:06:46 BooBook kernel: input: HDA Intel PCH Headset Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
Feb 25 16:06:46 BooBook kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input33
Feb 25 16:06:46 BooBook kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input34
Feb 25 16:06:46 BooBook kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input35
Feb 25 16:06:46 BooBook kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input36
Feb 25 16:06:46 BooBook kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input37
Feb 25 16:06:46 BooBook kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Feb 25 16:06:46 BooBook systemd[1]: Starting Load Kernel Module dm_mod…
Feb 25 16:06:46 BooBook systemd[1]: Starting Load Kernel Module loop…
Feb 25 16:06:46 BooBook systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Feb 25 16:06:46 BooBook systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Feb 25 16:06:46 BooBook systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Feb 25 16:06:46 BooBook systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Feb 25 16:06:46 BooBook systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Feb 25 16:06:46 BooBook systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Feb 25 16:06:46 BooBook systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 25 16:06:46 BooBook systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 25 16:06:46 BooBook systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 25 16:06:46 BooBook systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Feb 25 16:06:46 BooBook systemd[1]: Finished Load Kernel Module dm_mod.
Feb 25 16:06:46 BooBook systemd[1]: modprobe@loop.service: Deactivated successfully.
Feb 25 16:06:46 BooBook systemd-modules-load[371]: Inserted module ‘nvidia_uvm’
Feb 25 16:06:46 BooBook kernel: nvidia-uvm: Loaded the UVM driver, major device number 507.
Feb 25 16:06:46 BooBook systemd[1]: Finished Load Kernel Module loop.
Feb 25 16:06:46 BooBook systemd[1]: Finished Load Kernel Modules.
Feb 25 16:06:46 BooBook systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Feb 25 16:06:46 BooBook systemd[1]: Starting Apply Kernel Variables…
Feb 25 16:06:46 BooBook systemd[1]: Finished Apply Kernel Variables.
Feb 25 16:06:46 BooBook systemd[1]: Starting CLI Netfilter Manager…
Feb 25 16:06:46 BooBook ufw-init[727]: Skip starting firewall: ufw (not enabled)
Feb 25 16:06:46 BooBook systemd[1]: Finished CLI Netfilter Manager.
Feb 25 16:06:46 BooBook systemd[1]: Reached target System Initialization.
Feb 25 16:06:46 BooBook systemd[1]: Started CUPS Scheduler.
Feb 25 16:06:46 BooBook systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Feb 25 16:06:46 BooBook systemd[1]: Started Discard unused filesystem blocks once a week.
Feb 25 16:06:46 BooBook systemd[1]: Started Daily rotation of log files.
Feb 25 16:06:46 BooBook systemd[1]: Started Daily man-db regeneration.
Feb 25 16:06:46 BooBook systemd[1]: Started Monthly clean packages cache.
Feb 25 16:06:46 BooBook systemd[1]: Started Generate mirrorlist weekly.
Feb 25 16:06:46 BooBook systemd[1]: Started Daily verification of password and group files.
Feb 25 16:06:46 BooBook systemd[1]: Started Daily Cleanup of Temporary Directories.
Feb 25 16:06:46 BooBook systemd[1]: Started Daily locate database update.
Feb 25 16:06:46 BooBook systemd[1]: Reached target Path Units.
Feb 25 16:06:46 BooBook systemd[1]: Reached target Timer Units.
Feb 25 16:06:46 BooBook systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Feb 25 16:06:46 BooBook systemd[1]: Listening on CUPS Scheduler.
Feb 25 16:06:46 BooBook systemd[1]: Listening on D-Bus System Message Bus Socket.
Feb 25 16:06:46 BooBook systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Feb 25 16:06:46 BooBook systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Feb 25 16:06:46 BooBook systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Feb 25 16:06:46 BooBook systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Feb 25 16:06:46 BooBook systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Feb 25 16:06:46 BooBook systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Feb 25 16:06:46 BooBook systemd[1]: Starting Socket activation for snappy daemon…
Feb 25 16:06:46 BooBook systemd[1]: Starting D-Bus System Message Bus…
Feb 25 16:06:46 BooBook systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 25 16:06:46 BooBook systemd[1]: Listening on Socket activation for snappy daemon.
Feb 25 16:06:46 BooBook systemd[1]: Reached target Socket Units.
Feb 25 16:06:46 BooBook systemd[1]: Started D-Bus System Message Bus.
Feb 25 16:06:46 BooBook systemd[1]: Reached target Basic System.
Feb 25 16:06:46 BooBook systemd[1]: Starting Network Manager…
Feb 25 16:06:46 BooBook systemd[1]: Starting Save/Restore Sound Card State…
Feb 25 16:06:46 BooBook systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Feb 25 16:06:46 BooBook systemd[1]: Starting Avahi mDNS/DNS-SD Stack…
Feb 25 16:06:46 BooBook systemd[1]: Starting Bluetooth service…
Feb 25 16:06:46 BooBook systemd[1]: Starting Authorization Manager…
Feb 25 16:06:46 BooBook dbus-broker-launch[730]: Ready
Feb 25 16:06:46 BooBook systemd[1]: Starting Snap Daemon…
Feb 25 16:06:46 BooBook systemd[1]: Starting User Login Management…
Feb 25 16:06:46 BooBook systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 25 16:06:46 BooBook bluetoothd[735]: Bluetooth daemon 5.72
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.4637] NetworkManager (version 1.44.2-3) is starting… (boot:f01af247-1e6d-40c5-a58d-f6d30644ae28)
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.4637] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Feb 25 16:06:46 BooBook bluetoothd[735]: Starting SDP server
Feb 25 16:06:46 BooBook bluetoothd[735]: src/plugin.c:plugin_init() System does not support csip plugin
Feb 25 16:06:46 BooBook bluetoothd[735]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Feb 25 16:06:46 BooBook bluetoothd[735]: src/plugin.c:plugin_init() System does not support micp plugin
Feb 25 16:06:46 BooBook bluetoothd[735]: src/plugin.c:plugin_init() System does not support vcp plugin
Feb 25 16:06:46 BooBook bluetoothd[735]: src/plugin.c:plugin_init() System does not support mcp plugin
Feb 25 16:06:46 BooBook bluetoothd[735]: src/plugin.c:plugin_init() System does not support bass plugin
Feb 25 16:06:46 BooBook bluetoothd[735]: src/plugin.c:plugin_init() System does not support bap plugin
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.4676] manager[0x560a828c7bf0]: monitoring kernel firmware directory ‘/lib/firmware’.
Feb 25 16:06:46 BooBook systemd-logind[738]: New seat seat0.
Feb 25 16:06:46 BooBook bluetoothd[735]: Bluetooth management interface 1.22 initialized
Feb 25 16:06:46 BooBook kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Feb 25 16:06:46 BooBook kernel: Bluetooth: BNEP filters: protocol multicast
Feb 25 16:06:46 BooBook kernel: Bluetooth: BNEP socket layer initialized
Feb 25 16:06:46 BooBook systemd-logind[738]: Watching system buttons on /dev/input/event0 (Lid Switch)
Feb 25 16:06:46 BooBook systemd-logind[738]: Watching system buttons on /dev/input/event2 (Power Button)
Feb 25 16:06:46 BooBook systemd-logind[738]: Watching system buttons on /dev/input/event1 (Sleep Button)
Feb 25 16:06:46 BooBook systemd-logind[738]: Watching system buttons on /dev/input/event5 (Mad Catz Global Mad Catz R.A.T. DWS Keyboard)
Feb 25 16:06:46 BooBook systemd-logind[738]: Watching system buttons on /dev/input/event8 (Asus Keyboard)
Feb 25 16:06:46 BooBook systemd-logind[738]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Feb 25 16:06:46 BooBook systemd[1]: Finished Save/Restore Sound Card State.
Feb 25 16:06:46 BooBook systemd[1]: Started User Login Management.
Feb 25 16:06:46 BooBook systemd[1]: Cannot find unit for notify message of PID 776, ignoring.
Feb 25 16:06:46 BooBook systemd[1]: Started Bluetooth service.
Feb 25 16:06:46 BooBook avahi-daemon[734]: Found user ‘avahi’ (UID 969) and group ‘avahi’ (GID 969).
Feb 25 16:06:46 BooBook avahi-daemon[734]: Successfully dropped root privileges.
Feb 25 16:06:46 BooBook avahi-daemon[734]: avahi-daemon 0.8 starting up.
Feb 25 16:06:46 BooBook avahi-daemon[734]: Successfully called chroot().
Feb 25 16:06:46 BooBook avahi-daemon[734]: Successfully dropped remaining capabilities.
Feb 25 16:06:46 BooBook avahi-daemon[734]: No service file found in /etc/avahi/services.
Feb 25 16:06:46 BooBook systemd[1]: Cannot find unit for notify message of PID 782, ignoring.
Feb 25 16:06:46 BooBook systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Feb 25 16:06:46 BooBook avahi-daemon[734]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Feb 25 16:06:46 BooBook avahi-daemon[734]: New relevant interface lo.IPv6 for mDNS.
Feb 25 16:06:46 BooBook avahi-daemon[734]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Feb 25 16:06:46 BooBook avahi-daemon[734]: New relevant interface lo.IPv4 for mDNS.
Feb 25 16:06:46 BooBook avahi-daemon[734]: Network interface enumeration completed.
Feb 25 16:06:46 BooBook avahi-daemon[734]: Registering new address record for ::1 on lo..
Feb 25 16:06:46 BooBook avahi-daemon[734]: Registering new address record for 127.0.0.1 on lo.IPv4.
Feb 25 16:06:46 BooBook systemd[1]: Reached target Bluetooth Support.
Feb 25 16:06:46 BooBook systemd[1]: Reached target Sound Card.
Feb 25 16:06:46 BooBook systemd[1]: Starting Hostname Service…
Feb 25 16:06:46 BooBook snapd[737]: overlord.go:271: Acquiring state lock file
Feb 25 16:06:46 BooBook snapd[737]: overlord.go:276: Acquired state lock file
Feb 25 16:06:46 BooBook snapd[737]: daemon.go:247: started snapd/2.61.1 (series 16; classic; devmode) manjaro/ (amd64) linux/6.6.16-2-MANJARO.
Feb 25 16:06:46 BooBook kernel: loop0: detected capacity change from 0 to 8
Feb 25 16:06:46 BooBook polkitd[736]: Started polkitd version 124
Feb 25 16:06:46 BooBook snapd[737]: daemon.go:340: adjusting startup timeout by 30s (pessimistic estimate of 30s plus 5s per snap)
Feb 25 16:06:46 BooBook snapd[737]: backends.go:58: AppArmor status: apparmor is enabled but some kernel features are missing: dbus, network
Feb 25 16:06:46 BooBook kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Feb 25 16:06:46 BooBook polkitd[736]: Loading rules from directory /etc/polkit-1/rules.d
Feb 25 16:06:46 BooBook polkitd[736]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 25 16:06:46 BooBook systemd[1]: Started Hostname Service.
Feb 25 16:06:46 BooBook polkitd[736]: Finished loading, compiling and executing 7 rules
Feb 25 16:06:46 BooBook polkitd[736]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Feb 25 16:06:46 BooBook systemd[1]: Started Authorization Manager.
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5212] hostname: hostname: using hostnamed
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5213] hostname: static hostname changed from (none) to “BooBook”
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5216] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5221] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill1) (driver iwlwifi)
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5222] manager[0x560a828c7bf0]: rfkill: Wi-Fi hardware radio set enabled
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5222] manager[0x560a828c7bf0]: rfkill: WWAN hardware radio set enabled
Feb 25 16:06:46 BooBook systemd[1]: Starting Modem Manager…
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5293] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5300] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Feb 25 16:06:46 BooBook ModemManager[823]: ModemManager (version 1.22.0-1) starting in system bus…
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5405] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5410] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5412] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5416] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5417] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5417] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5417] manager: Networking is enabled by state file
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5423] settings: Loaded settings plugin: keyfile (internal)
Feb 25 16:06:46 BooBook systemd[1]: Starting Network Manager Script Dispatcher Service…
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5441] dhcp: init: Using DHCP client ‘internal’
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5442] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5451] device (lo): state change: unmanaged → unavailable (reason ‘connection-assumed’, sys-iface-state: ‘external’)
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5452] device (lo): state change: unavailable → disconnected (reason ‘connection-assumed’, sys-iface-state: ‘external’)
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5454] device (lo): Activation: starting connection ‘lo’ (98a9afc2-0f9c-4a88-9c3b-a19d0a4ecb63)
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5457] manager: (enp108s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5461] settings: (enp108s0): created default wired connection ‘Wired connection 1’
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.5461] device (enp108s0): state change: unmanaged → unavailable (reason ‘managed’, sys-iface-state: ‘external’)
Feb 25 16:06:46 BooBook systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 25 16:06:46 BooBook systemd[1]: Started Modem Manager.
Feb 25 16:06:46 BooBook kernel: kauditd_printk_skb: 55 callbacks suppressed
Feb 25 16:06:46 BooBook kernel: audit: type=1400 audit(1708866406.550:66): apparmor=“STATUS” operation=“profile_replace” profile=“unconfined” name=“/usr/lib/snapd/snap-confine” pid=825 comm=“apparmor_parser”
Feb 25 16:06:46 BooBook kernel: NET: Registered PF_QIPCRTR protocol family
Feb 25 16:06:46 BooBook kernel: Generic FE-GE Realtek PHY r8169-0-6c00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-6c00:00, irq=MAC)
Feb 25 16:06:46 BooBook kernel: audit: type=1400 audit(1708866406.613:67): apparmor=“STATUS” operation=“profile_replace” profile=“unconfined” name=“/usr/lib/snapd/snap-confine//mount-namespace-capture-helper” pid=825 comm=“apparmor_parser”
Feb 25 16:06:46 BooBook systemd[1]: snapd.service: Got notification message from PID 848, but reception only permitted for main PID 737
Feb 25 16:06:46 BooBook systemd[1]: Started Snap Daemon.
Feb 25 16:06:46 BooBook systemd[1]: Starting Time & Date Service…
Feb 25 16:06:46 BooBook systemd[1]: tmp-syscheck\x2dmountpoint\x2d3359959116.mount: Deactivated successfully.
Feb 25 16:06:46 BooBook systemd[1]: Started Time & Date Service.
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.7742] device (wlo1): driver supports Access Point (AP) mode
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.7751] manager: (wlo1): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Feb 25 16:06:46 BooBook NetworkManager[732]: [1708866406.7754] device (wlo1): state change: unmanaged → unavailable (reason ‘managed’, sys-iface-state: ‘external’)
Feb 25 16:06:46 BooBook kernel: r8169 0000:6c:00.0 enp108s0: Link is Down
Feb 25 16:06:46 BooBook kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Feb 25 16:06:46 BooBook kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Feb 25 16:06:46 BooBook kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Feb 25 16:06:46 BooBook kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Feb 25 16:06:46 BooBook kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
Feb 25 16:06:46 BooBook kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Feb 25 16:06:47 BooBook kernel: Bluetooth: hci0: Waiting for firmware download to complete
Feb 25 16:06:47 BooBook kernel: Bluetooth: hci0: Firmware loaded in 1391518 usecs
Feb 25 16:06:47 BooBook kernel: Bluetooth: hci0: Waiting for device to boot
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
Feb 25 16:06:47 BooBook kernel: Bluetooth: hci0: Device booted in 15480 usecs
Feb 25 16:06:47 BooBook kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Feb 25 16:06:47 BooBook kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-1040-0041.ddc
Feb 25 16:06:47 BooBook kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Feb 25 16:06:47 BooBook kernel: Bluetooth: hci0: Firmware timestamp 2023.48 buildtype 1 build 75324
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 6
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: Loaded firmware version: 83.e8f84e98.0 so-a0-gf-a0-83.ucode
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000071 | NMI_INTERRUPT_UMAC_FATAL
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x000002F0 | trm_hw_status0
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000000 | trm_hw_status1
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x004DB338 | branchlink2
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x004D119A | interruptlink1
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x004D119A | interruptlink2
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x000157E2 | data1
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000010 | data2
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000000 | data3
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x003D4E7D | beacon time
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x0002FC9D | tsf low
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000000 | tsf hi
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000000 | time gp1
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00044AE6 | time gp2
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000001 | uCode revision type
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000053 | uCode version major
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0xE8F84E98 | uCode version minor
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000430 | hw version
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x18C80002 | board version
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x001F0103 | hcmd
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00020000 | isr0
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr1
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x48F04802 | isr2
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00C3000C | isr3
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr4
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x001F0103 | last cmd Id
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x000157E2 | wait_event
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000000 | l2p_control
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000000 | l2p_duration
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000000 | l2p_mhvalid
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000000 | l2p_addr_match
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000018 | lmpm_pmg_sel
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000000 | timestamp
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00002044 | flow_handler
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 7
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x2010190E | ADVANCED_SYSASSERT
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000000 | umac branchlink1
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x80471ABC | umac branchlink2
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x01022372 | umac interruptlink1
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000000 | umac interruptlink2
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x0102171C | umac data1
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0xDEADBEEF | umac data2
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0xDEADBEEF | umac data3
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000053 | umac major
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0xE8F84E98 | umac minor
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00044AE1 | frame pointer
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0xC0886BE0 | stack pointer
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x001F0103 | last host cmd
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr status reg
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: IML/ROM dump:
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000B03 | IML/ROM error/state
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x000085AD | IML/ROM data1
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000090 | IML/ROM WFPM_AUTH_KEY_0
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: Fseq Registers:
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x60000000 | FSEQ_ERROR_CODE
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x003D0003 | FSEQ_TOP_INIT_VERSION
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00190003 | FSEQ_CNVIO_INIT_VERSION
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x0000A652 | FSEQ_OTP_VERSION
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000003 | FSEQ_TOP_CONTENT_VERSION
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00080401 | FSEQ_CNVI_ID
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00400410 | FSEQ_CNVR_ID
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00080401 | CNVI_AUX_MISC_CHIP
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00400410 | CNVR_AUX_MISC_CHIP
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00009061 | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00000061 | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x00190003 | FSEQ_PREV_CNVIO_INIT_VERSION
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x003D0003 | FSEQ_WIFI_FSEQ_VERSION
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x003D0003 | FSEQ_BT_FSEQ_VERSION
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: 0x000000DC | FSEQ_CLASS_TP_VERSION
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0x80493890
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0xd0
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: WRT: Collecting data: ini trigger 4 fired (delay=0ms).
Feb 25 16:06:47 BooBook kernel: ieee80211 phy0: Hardware restart was requested
Feb 25 16:06:47 BooBook bluetoothd[735]: src/adapter.c:reset_adv_monitors_complete() Failed to reset Adv Monitors: Failed (0x03)
Feb 25 16:06:47 BooBook bluetoothd[735]: Battery Provider Manager created
Feb 25 16:06:47 BooBook kernel: Bluetooth: MGMT ver 1.22
Feb 25 16:06:47 BooBook kernel: NET: Registered PF_ALG protocol family
Feb 25 16:06:47 BooBook bluetoothd[735]: Failed to clear UUIDs: Failed (0x03)
Feb 25 16:06:47 BooBook bluetoothd[735]: Failed to add UUID: Failed (0x03)
Feb 25 16:06:47 BooBook bluetoothd[735]: Failed to add UUID: Failed (0x03)
Feb 25 16:06:47 BooBook bluetoothd[735]: Failed to add UUID: Failed (0x03)
Feb 25 16:06:47 BooBook bluetoothd[735]: Failed to set mode: Failed (0x03)
Feb 25 16:06:47 BooBook bluetoothd[735]: Failed to add UUID: Failed (0x03)
Feb 25 16:06:47 BooBook bluetoothd[735]: Failed to add UUID: Failed (0x03)
Feb 25 16:06:47 BooBook bluetoothd[735]: Failed to add UUID: Failed (0x03)
Feb 25 16:06:47 BooBook avahi-daemon[734]: Server startup complete. Host name is BooBook.local. Local service cookie is 2038004180.
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: Failed to send LINK_CONFIG_CMD (action:3): -5
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: Failed to send MAC_CONFIG_CMD (action:3): -5
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: LED command failed: -5
Feb 25 16:06:47 BooBook NetworkManager[732]: [1708866407.6128] device (wlo1): set-hw-addr: set MAC address to 2E:60:C5:D4:02:1B (scanning)
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
Feb 25 16:06:47 BooBook kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Feb 25 16:06:47 BooBook NetworkManager[732]: [1708866407.8902] bus-manager: acquired D-Bus service “org.freedesktop.NetworkManager”
Feb 25 16:06:47 BooBook systemd[1]: Started Network Manager.
Feb 25 16:06:47 BooBook NetworkManager[732]: [1708866407.8916] ovsdb: disconnected from ovsdb
Feb 25 16:06:47 BooBook NetworkManager[732]: [1708866407.8917] device (lo): state change: disconnected → prepare (reason ‘none’, sys-iface-state: ‘external’)
Feb 25 16:06:47 BooBook NetworkManager[732]: [1708866407.8920] device (lo): state change: prepare → config (reason ‘none’, sys-iface-state: ‘external’)
Feb 25 16:06:47 BooBook NetworkManager[732]: [1708866407.8921] device (lo): state change: config → ip-config (reason ‘none’, sys-iface-state: ‘external’)
Feb 25 16:06:47 BooBook NetworkManager[732]: [1708866407.8929] device (lo): state change: ip-config → ip-check (reason ‘none’, sys-iface-state: ‘external’)
Feb 25 16:06:47 BooBook NetworkManager[732]: [1708866407.8943] modem-manager: ModemManager available
Feb 25 16:06:47 BooBook NetworkManager[732]: [1708866407.8965] device (lo): state change: ip-check → secondaries (reason ‘none’, sys-iface-state: ‘external’)
Feb 25 16:06:47 BooBook NetworkManager[732]: [1708866407.8967] device (lo): state change: secondaries → activated (reason ‘none’, sys-iface-state: ‘external’)
Feb 25 16:06:47 BooBook NetworkManager[732]: [1708866407.8970] device (lo): Activation: successful, device activated.
Feb 25 16:06:47 BooBook systemd[1]: Starting WPA supplicant…
Feb 25 16:06:47 BooBook systemd[1]: Started WPA supplicant.
Feb 25 16:06:47 BooBook wpa_supplicant[863]: Successfully initialized wpa_supplicant
Feb 25 16:06:47 BooBook systemd[1]: Reached target Network.
Feb 25 16:06:47 BooBook systemd[1]: Starting CUPS Scheduler…
Feb 25 16:06:47 BooBook systemd[1]: Starting Permit User Sessions…
Feb 25 16:06:48 BooBook NetworkManager[732]: [1708866408.0272] device (wlo1): supplicant interface state: internal-starting → disconnected
Feb 25 16:06:48 BooBook NetworkManager[732]: [1708866408.0273] Wi-Fi P2P device controlled by interface wlo1 created
Feb 25 16:06:48 BooBook NetworkManager[732]: [1708866408.0276] manager: (p2p-dev-wlo1): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Feb 25 16:06:48 BooBook NetworkManager[732]: [1708866408.0277] device (p2p-dev-wlo1): state change: unmanaged → unavailable (reason ‘managed’, sys-iface-state: ‘external’)
Feb 25 16:06:48 BooBook NetworkManager[732]: [1708866408.0280] device (wlo1): state change: unavailable → disconnected (reason ‘supplicant-available’, sys-iface-state: ‘managed’)
Feb 25 16:06:48 BooBook NetworkManager[732]: [1708866408.0284] device (p2p-dev-wlo1): state change: unavailable → disconnected (reason ‘none’, sys-iface-state: ‘managed’)
Feb 25 16:06:48 BooBook systemd[1]: Finished Permit User Sessions.
Feb 25 16:06:48 BooBook systemd[1]: Started Command Scheduler.
Feb 25 16:06:48 BooBook systemd[1]: Starting Light Display Manager…
Feb 25 16:06:48 BooBook crond[869]: (CRON) STARTUP (1.7.1)
Feb 25 16:06:48 BooBook crond[869]: (CRON) INFO (Syslog will be used instead of sendmail.)
Feb 25 16:06:48 BooBook crond[869]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 87% if used.)
Feb 25 16:06:48 BooBook crond[869]: (CRON) INFO (running with inotify support)
Feb 25 16:06:48 BooBook systemd[1]: Started CUPS Scheduler.
Feb 25 16:06:48 BooBook systemd[1]: Reached target Multi-User System.
Feb 25 16:06:48 BooBook systemd[1]: Started Light Display Manager.
Feb 25 16:06:48 BooBook systemd[1]: Reached target Graphical Interface.
Feb 25 16:06:48 BooBook systemd[1]: Reached target User and Group Name Lookups.
Feb 25 16:06:48 BooBook systemd[1]: Starting Accounts Service…
Feb 25 16:06:48 BooBook accounts-daemon[878]: started daemon version 23.13.0
Feb 25 16:06:48 BooBook systemd[1]: Started Accounts Service.
Feb 25 16:06:48 BooBook systemd[1]: Startup finished in 14.493s (firmware) + 1.944s (loader) + 3.155s (kernel) + 4.255s (userspace) = 23.848s.
Feb 25 16:06:48 BooBook kernel: ACPI Warning: _SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
Feb 25 16:06:48 BooBook kernel: ACPI Warning: _SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
Feb 25 16:06:49 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:06:49 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:06:49 BooBook kernel: Xorg[877]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Feb 25 16:06:50 BooBook ModemManager[823]: [base-manager] couldn’t check support for device ‘/sys/devices/pci0000:00/0000:00:14.3’: not supported by any plugin
Feb 25 16:06:50 BooBook ModemManager[823]: [base-manager] couldn’t check support for device ‘/sys/devices/pci0000:00/0000:00:1c.0/0000:6c:00.0’: not supported by any plugin
Feb 25 16:06:50 BooBook systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Feb 25 16:06:50 BooBook systemd[1]: lightdm.service: Failed with result ‘exit-code’.
Feb 25 16:06:50 BooBook systemd[1]: lightdm.service: Consumed 1.202s CPU time.
Feb 25 16:06:50 BooBook systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 1.
Feb 25 16:06:50 BooBook systemd[1]: systemd-rfkill.service: Deactivated successfully.
Feb 25 16:06:50 BooBook systemd[1]: Starting Light Display Manager…
Feb 25 16:06:50 BooBook systemd[1]: Started Light Display Manager.
Feb 25 16:06:51 BooBook snapd[737]: daemon.go:519: gracefully waiting for running hooks
Feb 25 16:06:51 BooBook snapd[737]: daemon.go:521: done waiting for running hooks
Feb 25 16:06:51 BooBook wpa_supplicant[863]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=FR
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8315] policy: auto-activating connection ‘MurNet5’ (37a72e0f-b4c1-48f2-a6c4-6092f3bed179)
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8318] device (wlo1): Activation: starting connection ‘MurNet5’ (37a72e0f-b4c1-48f2-a6c4-6092f3bed179)
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8318] device (wlo1): state change: disconnected → prepare (reason ‘none’, sys-iface-state: ‘managed’)
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8319] manager: NetworkManager state is now CONNECTING
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8553] device (wlo1): set-hw-addr: reset MAC address to BC:03:58:B8:99:EE (preserve)
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8580] device (wlo1): state change: prepare → config (reason ‘none’, sys-iface-state: ‘managed’)
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8582] device (wlo1): Activation: (wifi) access point ‘MurNet5’ has security, but secrets are required.
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8582] device (wlo1): state change: config → need-auth (reason ‘none’, sys-iface-state: ‘managed’)
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8583] sup-iface[bad4dff18707d861,0,wlo1]: wps: type pbc start…
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8588] device (wlo1): state change: need-auth → prepare (reason ‘none’, sys-iface-state: ‘managed’)
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8589] device (wlo1): state change: prepare → config (reason ‘none’, sys-iface-state: ‘managed’)
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8590] device (wlo1): Activation: (wifi) connection ‘MurNet5’ has security, and secrets exist. No new secrets needed.
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8590] Config: added ‘ssid’ value ‘MurNet5’
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8591] Config: added ‘scan_ssid’ value ‘1’
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8591] Config: added ‘bgscan’ value ‘simple:30:-70:86400’
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8591] Config: added ‘key_mgmt’ value ‘WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE’
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8591] Config: added ‘auth_alg’ value ‘OPEN’
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8591] Config: added ‘psk’ value ‘’
Feb 25 16:06:51 BooBook wpa_supplicant[863]: wlo1: WPS-CANCEL
Feb 25 16:06:51 BooBook wpa_supplicant[863]: wlo1: SME: Trying to authenticate with 40:b0:76:3e:bd:8c (SSID=‘MurNet5’ freq=5200 MHz)
Feb 25 16:06:51 BooBook kernel: wlo1: authenticate with 40:b0:76:3e:bd:8c
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8917] device (wlo1): supplicant interface state: disconnected → authenticating
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.8917] device (p2p-dev-wlo1): supplicant management interface state: disconnected → authenticating
Feb 25 16:06:51 BooBook kernel: wlo1: send auth to 40:b0:76:3e:bd:8c (try 1/3)
Feb 25 16:06:51 BooBook wpa_supplicant[863]: wlo1: Trying to associate with 40:b0:76:3e:bd:8c (SSID=‘MurNet5’ freq=5200 MHz)
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.9228] device (wlo1): supplicant interface state: authenticating → associating
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.9228] device (p2p-dev-wlo1): supplicant management interface state: authenticating → associating
Feb 25 16:06:51 BooBook kernel: wlo1: authenticated
Feb 25 16:06:51 BooBook kernel: wlo1: associate with 40:b0:76:3e:bd:8c (try 1/3)
Feb 25 16:06:51 BooBook kernel: wlo1: RX AssocResp from 40:b0:76:3e:bd:8c (capab=0x911 status=0 aid=1)
Feb 25 16:06:51 BooBook wpa_supplicant[863]: wlo1: Associated with 40:b0:76:3e:bd:8c
Feb 25 16:06:51 BooBook wpa_supplicant[863]: wlo1: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Feb 25 16:06:51 BooBook kernel: wlo1: associated
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.9387] device (wlo1): supplicant interface state: associating → associated
Feb 25 16:06:51 BooBook NetworkManager[732]: [1708866411.9387] device (p2p-dev-wlo1): supplicant management interface state: associating → associated
Feb 25 16:06:51 BooBook kernel: wlo1: Limiting TX power to 30 (30 - 0) dBm as advertised by 40:b0:76:3e:bd:8c
Feb 25 16:06:52 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:06:52 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:06:52 BooBook wpa_supplicant[863]: wlo1: WPA: Key negotiation completed with 40:b0:76:3e:bd:8c [PTK=CCMP GTK=CCMP]
Feb 25 16:06:52 BooBook wpa_supplicant[863]: wlo1: CTRL-EVENT-CONNECTED - Connection to 40:b0:76:3e:bd:8c completed [id=0 id_str=]
Feb 25 16:06:52 BooBook wpa_supplicant[863]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-28 noise=9999 txrate=234000
Feb 25 16:06:52 BooBook NetworkManager[732]: [1708866412.1309] device (wlo1): supplicant interface state: associated → completed
Feb 25 16:06:52 BooBook NetworkManager[732]: [1708866412.1309] device (wlo1): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network “MurNet5”
Feb 25 16:06:52 BooBook NetworkManager[732]: [1708866412.1309] device (p2p-dev-wlo1): supplicant management interface state: associated → completed
Feb 25 16:06:52 BooBook NetworkManager[732]: [1708866412.1310] device (wlo1): state change: config → ip-config (reason ‘none’, sys-iface-state: ‘managed’)
Feb 25 16:06:52 BooBook NetworkManager[732]: [1708866412.1315] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Feb 25 16:06:52 BooBook avahi-daemon[734]: Joining mDNS multicast group on interface wlo1.IPv6 with address fe80::417c:752f:38e7:9954.
Feb 25 16:06:52 BooBook avahi-daemon[734]: New relevant interface wlo1.IPv6 for mDNS.
Feb 25 16:06:52 BooBook avahi-daemon[734]: Registering new address record for fe80::417c:752f:38e7:9954 on wlo1.
.
Feb 25 16:06:52 BooBook NetworkManager[732]: [1708866412.1612] dhcp4 (wlo1): state changed new lease, address=192.168.50.224
Feb 25 16:06:52 BooBook NetworkManager[732]: [1708866412.1614] policy: set ‘MurNet5’ (wlo1) as default for IPv4 routing and DNS
Feb 25 16:06:52 BooBook dbus-broker-launch[730]: Activation request for ‘org.freedesktop.resolve1’ failed: The systemd unit ‘dbus-org.freedesktop.resolve1.service’ could not be found.
Feb 25 16:06:52 BooBook avahi-daemon[734]: Joining mDNS multicast group on interface wlo1.IPv4 with address 192.168.50.224.
Feb 25 16:06:52 BooBook avahi-daemon[734]: New relevant interface wlo1.IPv4 for mDNS.
Feb 25 16:06:52 BooBook avahi-daemon[734]: Registering new address record for 192.168.50.224 on wlo1.IPv4.
Feb 25 16:06:52 BooBook NetworkManager[732]: [1708866412.1659] device (wlo1): state change: ip-config → ip-check (reason ‘none’, sys-iface-state: ‘managed’)
Feb 25 16:06:52 BooBook NetworkManager[732]: [1708866412.1665] device (wlo1): state change: ip-check → secondaries (reason ‘none’, sys-iface-state: ‘managed’)
Feb 25 16:06:52 BooBook NetworkManager[732]: [1708866412.1666] device (wlo1): state change: secondaries → activated (reason ‘none’, sys-iface-state: ‘managed’)
Feb 25 16:06:52 BooBook NetworkManager[732]: [1708866412.1667] manager: NetworkManager state is now CONNECTED_SITE
Feb 25 16:06:52 BooBook NetworkManager[732]: [1708866412.1671] device (wlo1): Activation: successful, device activated.
Feb 25 16:06:52 BooBook NetworkManager[732]: [1708866412.2488] manager: NetworkManager state is now CONNECTED_GLOBAL
Feb 25 16:06:52 BooBook NetworkManager[732]: [1708866412.7748] manager: startup complete
Feb 25 16:06:53 BooBook systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Feb 25 16:06:53 BooBook systemd[1]: lightdm.service: Failed with result ‘exit-code’.
Feb 25 16:06:53 BooBook systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 2.
Feb 25 16:06:53 BooBook systemd[1]: Starting Light Display Manager…
Feb 25 16:06:53 BooBook systemd[1]: Started Light Display Manager.
Feb 25 16:06:54 BooBook snapd[737]: overlord.go:515: Released state lock file
Feb 25 16:06:54 BooBook snapd[737]: daemon stop requested to wait for socket activation
Feb 25 16:06:54 BooBook systemd[1]: snapd.service: Deactivated successfully.
Feb 25 16:06:54 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:06:54 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:06:56 BooBook systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Feb 25 16:06:56 BooBook systemd[1]: lightdm.service: Failed with result ‘exit-code’.
Feb 25 16:06:56 BooBook systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 3.
Feb 25 16:06:56 BooBook systemd[1]: Starting Light Display Manager…
Feb 25 16:06:56 BooBook systemd[1]: Started Light Display Manager.
Feb 25 16:06:56 BooBook systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 25 16:06:57 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:06:57 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:06:58 BooBook systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Feb 25 16:06:58 BooBook systemd[1]: lightdm.service: Failed with result ‘exit-code’.
Feb 25 16:06:59 BooBook systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 4.
Feb 25 16:06:59 BooBook systemd[1]: Starting Light Display Manager…
Feb 25 16:06:59 BooBook systemd[1]: Started Light Display Manager.
Feb 25 16:07:02 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:07:02 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:07:03 BooBook systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Feb 25 16:07:03 BooBook systemd[1]: lightdm.service: Failed with result ‘exit-code’.
Feb 25 16:07:03 BooBook systemd[1]: lightdm.service: Consumed 1.187s CPU time.
Feb 25 16:07:03 BooBook systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 5.
Feb 25 16:07:03 BooBook systemd[1]: Starting Light Display Manager…
Feb 25 16:07:03 BooBook systemd[1]: Started Light Display Manager.
Feb 25 16:07:06 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:07:06 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:07:07 BooBook systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Feb 25 16:07:07 BooBook systemd[1]: lightdm.service: Failed with result ‘exit-code’.
Feb 25 16:07:07 BooBook systemd[1]: lightdm.service: Consumed 1.177s CPU time.
Feb 25 16:07:08 BooBook systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 6.
Feb 25 16:07:08 BooBook systemd[1]: Starting Light Display Manager…
Feb 25 16:07:08 BooBook systemd[1]: Started Light Display Manager.
Feb 25 16:07:11 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:07:11 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:07:12 BooBook systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Feb 25 16:07:12 BooBook systemd[1]: lightdm.service: Failed with result ‘exit-code’.
Feb 25 16:07:12 BooBook systemd[1]: lightdm.service: Consumed 1.175s CPU time.
Feb 25 16:07:12 BooBook systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 7.
Feb 25 16:07:12 BooBook systemd[1]: Starting Light Display Manager…
Feb 25 16:07:12 BooBook systemd[1]: Started Light Display Manager.
Feb 25 16:07:15 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:07:15 BooBook kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-2
Feb 25 16:07:16 BooBook systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 25 16:07:16 BooBook systemd[1]: systemd-timedated.service: Deactivated successfully.
Feb 25 16:07:16 BooBook systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Feb 25 16:07:16 BooBook systemd[1]: lightdm.service: Failed with result ‘exit-code’.
Feb 25 16:07:16 BooBook systemd[1]: lightdm.service: Consumed 1.199s CPU time.
Feb 25 16:07:16 BooBook systemd[1]: Received SIGINT.
Feb 25 16:07:16 BooBook systemd[1]: Activating special unit System Reboot…
Feb 25 16:07:16 BooBook systemd[1]: lightdm.service: Stop job pending for unit, skipping automatic restart.
Feb 25 16:07:16 BooBook systemd[1]: Removed slice Slice /system/getty.
Feb 25 16:07:16 BooBook systemd[1]: Removed slice Slice /system/modprobe.
Feb 25 16:07:16 BooBook systemd[1]: Stopped target Bluetooth Support.
Feb 25 16:07:16 BooBook systemd[1]: Stopped target Graphical Interface.
Feb 25 16:07:16 BooBook systemd[1]: Stopped target Multi-User System.
Feb 25 16:07:16 BooBook systemd[1]: Stopped target Login Prompts.
Feb 25 16:07:16 BooBook systemd[1]: Stopped target Sound Card.
Feb 25 16:07:16 BooBook systemd[1]: Stopped target Timer Units.
Feb 25 16:07:16 BooBook systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
Feb 25 16:07:16 BooBook systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
Feb 25 16:07:16 BooBook systemd[1]: fstrim.timer: Deactivated successfully.
Feb 25 16:07:16 BooBook systemd[1]: Stopped Discard unused filesystem blocks once a week.
Feb 25 16:07:16 BooBook systemd[1]: logrotate.timer: Deactivated successfully.
Feb 25 16:07:16 BooBook systemd[1]: Stopped Daily rotation of log files.
Feb 25 16:07:16 BooBook systemd[1]: man-db.timer: Deactivated successfully.
Feb 25 16:07:16 BooBook systemd[1]: Stopped Daily man-db regeneration.
Feb 25 16:07:16 BooBook systemd[1]: pamac-cleancache.timer: Deactivated successfully.
Feb 25 16:07:16 BooBook systemd[1]: Stopped Monthly clean packages cache.
Feb 25 16:07:16 BooBook systemd[1]: pamac-mirrorlist.timer: Deactivated successfully.
Feb 25 16:07:16 BooBook systemd[1]: Stopped Generate mirrorlist weekly.
Feb 25 16:07:16 BooBook systemd[1]: shadow.timer: Deactivated successfully.
Feb 25 16:07:16 BooBook systemd[1]: Stopped Daily verification of password and group files.
Feb 25 16:07:16 BooBook systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Feb 25 16:07:16 BooBook systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Feb 25 16:07:16 BooBook systemd[1]: updatedb.timer: Deactivated successfully.
Feb 25 16:07:16 BooBook systemd[1]: Stopped Daily locate database update.
Feb 25 16:07:16 BooBook systemd[1]: Stopped target System Time Set.
Feb 25 16:07:16 BooBook systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
Feb 25 16:07:16 BooBook systemd[1]: Closed LVM2 poll daemon socket.
Feb 25 16:07:16 BooBook systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Feb 25 16:07:16 BooBook systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Feb 25 16:07:16 BooBook systemd[1]: Stopping Modem Manager…
Feb 25 16:07:16 BooBook ModemManager[823]: caught signal, shutting down…
Feb 25 16:07:16 BooBook systemd[1]: Stopping Accounts Service…
Feb 25 16:07:17 BooBook systemd[1]: Stopping Save/Restore Sound Card State…
Feb 25 16:07:17 BooBook ModemManager[823]: ModemManager is shut down
Feb 25 16:07:17 BooBook NetworkManager[732]: [1708866437.0307] modem-manager: ModemManager no longer available
Feb 25 16:07:17 BooBook systemd[1]: Stopping Avahi mDNS/DNS-SD Stack…
Feb 25 16:07:17 BooBook avahi-daemon[734]: Got SIGTERM, quitting.
Feb 25 16:07:17 BooBook avahi-daemon[734]: Leaving mDNS multicast group on interface wlo1.IPv6 with address fe80::417c:752f:38e7:9954.
Feb 25 16:07:17 BooBook systemd[1]: Stopping Bluetooth service…
Feb 25 16:07:17 BooBook bluetoothd[735]: Terminating
Feb 25 16:07:17 BooBook avahi-daemon[734]: Leaving mDNS multicast group on interface wlo1.IPv4 with address 192.168.50.224.
Feb 25 16:07:17 BooBook systemd[1]: Stopping Command Scheduler…
Feb 25 16:07:17 BooBook avahi-daemon[734]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
Feb 25 16:07:17 BooBook avahi-daemon[734]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Feb 25 16:07:17 BooBook systemd[1]: Stopping CUPS Scheduler…
Feb 25 16:07:17 BooBook crond[869]: (CRON) INFO (Shutting down)
Feb 25 16:07:17 BooBook systemd[1]: Stopped Light Display Manager.
Feb 25 16:07:17 BooBook systemd[1]: lightdm.service: Consumed 1.199s CPU time.
Feb 25 16:07:17 BooBook bluetoothd[735]: Battery Provider Manager destroyed
Feb 25 16:07:17 BooBook bluetoothd[735]: Stopping SDP server
Feb 25 16:07:17 BooBook bluetoothd[735]: Exit
Feb 25 16:07:17 BooBook systemd[1]: Starting Generate shutdown-ramfs…
Feb 25 16:07:17 BooBook systemd[1]: Stopping User Login Management…
Feb 25 16:07:17 BooBook systemd[1]: Stopping Load/Save OS Random Seed…
Feb 25 16:07:17 BooBook systemd[1]: bluetooth.service: Deactivated successfully.
Feb 25 16:07:17 BooBook avahi-daemon[734]: avahi-daemon 0.8 exiting.
Feb 25 16:07:17 BooBook mkinitcpio[1115]: ==> Starting build: ‘none’
Feb 25 16:07:17 BooBook mkinitcpio[1115]: → Running build hook: [sd-shutdown]
Feb 25 16:07:17 BooBook systemd[1]: Stopped Bluetooth service.
Feb 25 16:07:17 BooBook systemd[1]: avahi-daemon.service: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Stopped Avahi mDNS/DNS-SD Stack.
Feb 25 16:07:17 BooBook systemd[1]: systemd-logind.service: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Stopped User Login Management.
Feb 25 16:07:17 BooBook systemd[1]: ModemManager.service: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Stopped Modem Manager.
Feb 25 16:07:17 BooBook systemd[1]: cups.service: Deactivated successfully.
Feb 25 16:07:17 BooBook mkinitcpio[1115]: ==> Build complete.
Feb 25 16:07:17 BooBook systemd[1]: Stopped CUPS Scheduler.
Feb 25 16:07:17 BooBook systemd[1]: cronie.service: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Stopped Command Scheduler.
Feb 25 16:07:17 BooBook systemd[1]: accounts-daemon.service: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Stopped Accounts Service.
Feb 25 16:07:17 BooBook systemd[1]: alsa-restore.service: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Stopped Save/Restore Sound Card State.
Feb 25 16:07:17 BooBook systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Finished Generate shutdown-ramfs.
Feb 25 16:07:17 BooBook systemd[1]: systemd-random-seed.service: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Stopped Load/Save OS Random Seed.
Feb 25 16:07:17 BooBook systemd[1]: Stopping Authorization Manager…
Feb 25 16:07:17 BooBook systemd[1]: Stopping Permit User Sessions…
Feb 25 16:07:17 BooBook systemd[1]: polkit.service: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Stopped Authorization Manager.
Feb 25 16:07:17 BooBook systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Stopped Permit User Sessions.
Feb 25 16:07:17 BooBook systemd[1]: Stopped target Network.
Feb 25 16:07:17 BooBook systemd[1]: Stopped target User and Group Name Lookups.
Feb 25 16:07:17 BooBook systemd[1]: Stopped target Remote File Systems.
Feb 25 16:07:17 BooBook systemd[1]: Stopping Network Manager…
Feb 25 16:07:17 BooBook NetworkManager[732]: [1708866437.4732] caught SIGTERM, shutting down normally.
Feb 25 16:07:17 BooBook systemd[1]: Stopping WPA supplicant…
Feb 25 16:07:17 BooBook wpa_supplicant[863]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Feb 25 16:07:17 BooBook NetworkManager[732]: [1708866437.4744] device (wlo1): state change: activated → deactivating (reason ‘unmanaged’, sys-iface-state: ‘managed’)
Feb 25 16:07:17 BooBook NetworkManager[732]: [1708866437.4746] manager: NetworkManager state is now DISCONNECTING
Feb 25 16:07:17 BooBook wpa_supplicant[863]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Feb 25 16:07:17 BooBook wpa_supplicant[863]: nl80211: deinit ifname=p2p-dev-wlo1 disabled_11b_rates=0
Feb 25 16:07:17 BooBook dbus-broker-launch[730]: Activation request for ‘org.freedesktop.nm_dispatcher’ failed.
Feb 25 16:07:17 BooBook NetworkManager[732]: [1708866437.4783] dispatcher: (10) failed (after 0.004 sec): Could not activate remote peer: activation request failed: unit is invalid.
Feb 25 16:07:17 BooBook NetworkManager[732]: [1708866437.4786] device (wlo1): state change: deactivating → unmanaged (reason ‘removed’, sys-iface-state: ‘managed’)
Feb 25 16:07:17 BooBook NetworkManager[732]: [1708866437.4787] dhcp4 (wlo1): canceled DHCP transaction
Feb 25 16:07:17 BooBook NetworkManager[732]: [1708866437.4787] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Feb 25 16:07:17 BooBook NetworkManager[732]: [1708866437.4787] dhcp4 (wlo1): state changed no lease
Feb 25 16:07:17 BooBook wpa_supplicant[863]: p2p-dev-wlo1: CTRL-EVENT-TERMINATING
Feb 25 16:07:17 BooBook kernel: wlo1: deauthenticating from 40:b0:76:3e:bd:8c by local choice (Reason: 3=DEAUTH_LEAVING)
Feb 25 16:07:17 BooBook wpa_supplicant[863]: wlo1: CTRL-EVENT-DISCONNECTED bssid=40:b0:76:3e:bd:8c reason=3 locally_generated=1
Feb 25 16:07:17 BooBook wpa_supplicant[863]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Feb 25 16:07:17 BooBook wpa_supplicant[863]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Feb 25 16:07:17 BooBook wpa_supplicant[863]: nl80211: deinit ifname=wlo1 disabled_11b_rates=0
Feb 25 16:07:17 BooBook wpa_supplicant[863]: wlo1: CTRL-EVENT-TERMINATING
Feb 25 16:07:17 BooBook NetworkManager[732]: [1708866437.6336] manager: NetworkManager state is now DISCONNECTED
Feb 25 16:07:17 BooBook systemd[1]: wpa_supplicant.service: Deactivated successfully.
Feb 25 16:07:17 BooBook NetworkManager[732]: [1708866437.6365] device (p2p-dev-wlo1): state change: disconnected → unmanaged (reason ‘removed’, sys-iface-state: ‘removed’)
Feb 25 16:07:17 BooBook NetworkManager[732]: [1708866437.6407] exiting (success)
Feb 25 16:07:17 BooBook systemd[1]: Stopped WPA supplicant.
Feb 25 16:07:17 BooBook systemd[1]: NetworkManager.service: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Stopped Network Manager.
Feb 25 16:07:17 BooBook dbus-broker-launch[730]: Activation request for ‘org.freedesktop.nm_dispatcher’ failed.
Feb 25 16:07:17 BooBook systemd[1]: Stopped target Basic System.
Feb 25 16:07:17 BooBook systemd[1]: Stopped target Path Units.
Feb 25 16:07:17 BooBook systemd[1]: cups.path: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Stopped CUPS Scheduler.
Feb 25 16:07:17 BooBook systemd[1]: Stopped target Slice Units.
Feb 25 16:07:17 BooBook systemd[1]: Removed slice User and Session Slice.
Feb 25 16:07:17 BooBook systemd[1]: Stopped target Socket Units.
Feb 25 16:07:17 BooBook systemd[1]: avahi-daemon.socket: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
Feb 25 16:07:17 BooBook systemd[1]: cups.socket: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Closed CUPS Scheduler.
Feb 25 16:07:17 BooBook systemd[1]: dirmngr@etc-pacman.d-gnupg.socket: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Closed GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Feb 25 16:07:17 BooBook systemd[1]: Removed slice Slice /system/dirmngr.
Feb 25 16:07:17 BooBook systemd[1]: gpg-agent-browser@etc-pacman.d-gnupg.socket: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Feb 25 16:07:17 BooBook systemd[1]: Removed slice Slice /system/gpg-agent-browser.
Feb 25 16:07:17 BooBook systemd[1]: gpg-agent-extra@etc-pacman.d-gnupg.socket: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Feb 25 16:07:17 BooBook systemd[1]: Removed slice Slice /system/gpg-agent-extra.
Feb 25 16:07:17 BooBook systemd[1]: gpg-agent-ssh@etc-pacman.d-gnupg.socket: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Closed GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Feb 25 16:07:17 BooBook systemd[1]: Removed slice Slice /system/gpg-agent-ssh.
Feb 25 16:07:17 BooBook systemd[1]: gpg-agent@etc-pacman.d-gnupg.socket: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Closed GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Feb 25 16:07:17 BooBook systemd[1]: Removed slice Slice /system/gpg-agent.
Feb 25 16:07:17 BooBook systemd[1]: keyboxd@etc-pacman.d-gnupg.socket: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Closed GnuPG public key management service for /etc/pacman.d/gnupg.
Feb 25 16:07:17 BooBook systemd[1]: Removed slice Slice /system/keyboxd.
Feb 25 16:07:17 BooBook systemd[1]: snapd.socket: Deactivated successfully.
Feb 25 16:07:17 BooBook systemd[1]: Closed Socket activation for snappy daemon.
Feb 25 16:07:17 BooBook dbus-broker[731]: Dispatched 2550 messages @ 3(±6)μs / message.
Feb 25 16:07:17 BooBook systemd[1]: Stopping D-Bus System Message Bus…
Feb 25 16:07:17 BooBook systemd[1]: dbus-broker.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped D-Bus System Message Bus.
Feb 25 16:07:18 BooBook systemd[1]: dbus.socket: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Closed D-Bus System Message Bus Socket.
Feb 25 16:07:18 BooBook systemd[1]: Stopped target System Initialization.
Feb 25 16:07:18 BooBook systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
Feb 25 16:07:18 BooBook systemd[1]: Stopped target Local Encrypted Volumes.
Feb 25 16:07:18 BooBook systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Feb 25 16:07:18 BooBook systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Feb 25 16:07:18 BooBook systemd[1]: Stopped target Local Integrity Protected Volumes.
Feb 25 16:07:18 BooBook systemd[1]: Stopped target Local Verity Protected Volumes.
Feb 25 16:07:18 BooBook systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:nvidia_wmi_ec_backlight…
Feb 25 16:07:18 BooBook systemd[1]: Stopping Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight…
Feb 25 16:07:18 BooBook systemd[1]: systemd-sysctl.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Apply Kernel Variables.
Feb 25 16:07:18 BooBook systemd[1]: systemd-coredump.socket: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Closed Process Core Dump Socket.
Feb 25 16:07:18 BooBook systemd[1]: systemd-modules-load.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Load Kernel Modules.
Feb 25 16:07:18 BooBook systemd[1]: systemd-modules-load.service: Consumed 1.671s CPU time.
Feb 25 16:07:18 BooBook systemd[1]: systemd-update-done.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Update is Completed.
Feb 25 16:07:18 BooBook systemd[1]: ldconfig.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Rebuild Dynamic Linker Cache.
Feb 25 16:07:18 BooBook systemd[1]: systemd-journal-catalog-update.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Rebuild Journal Catalog.
Feb 25 16:07:18 BooBook systemd[1]: Stopping Record System Boot/Shutdown in UTMP…
Feb 25 16:07:18 BooBook systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: systemd-backlight@backlight:nvidia_wmi_ec_backlight.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:nvidia_wmi_ec_backlight.
Feb 25 16:07:18 BooBook systemd[1]: systemd-backlight@leds:asus::kbd_backlight.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight.
Feb 25 16:07:18 BooBook systemd[1]: Removed slice Slice /system/systemd-backlight.
Feb 25 16:07:18 BooBook systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
Feb 25 16:07:18 BooBook systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Create Volatile Files and Directories.
Feb 25 16:07:18 BooBook systemd[1]: Stopped target Local File Systems.
Feb 25 16:07:18 BooBook systemd[1]: Stopped target Mounted snaps.
Feb 25 16:07:18 BooBook systemd[1]: Stopped target Mounting snaps.
Feb 25 16:07:18 BooBook systemd[1]: Unmounting /boot/efi…
Feb 25 16:07:18 BooBook systemd[1]: Unmounting /home/boo/Media…
Feb 25 16:07:18 BooBook systemd[1]: Unmounting /home/boo/Win11…
Feb 25 16:07:18 BooBook systemd[1]: Unmounting /tmp…
Feb 25 16:07:18 BooBook ntfs-3g[663]: Unmounting /dev/nvme0n1p2 (Media)
Feb 25 16:07:18 BooBook systemd[1]: boot-efi.mount: Deactivated successfully.
Feb 25 16:07:18 BooBook ntfs-3g[659]: Unmounting /dev/nvme1n1p3 ()
Feb 25 16:07:18 BooBook systemd[1]: Unmounted /boot/efi.
Feb 25 16:07:18 BooBook systemd[1]: home-boo-Media.mount: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Unmounted /home/boo/Media.
Feb 25 16:07:18 BooBook systemd[1]: home-boo-Win11.mount: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Unmounted /home/boo/Win11.
Feb 25 16:07:18 BooBook systemd[1]: tmp.mount: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Unmounted /tmp.
Feb 25 16:07:18 BooBook systemd[1]: Stopped target Swaps.
Feb 25 16:07:18 BooBook systemd[1]: Unmounting /boot…
Feb 25 16:07:18 BooBook systemd[1]: Unmounting /home…
Feb 25 16:07:18 BooBook systemd[1]: systemd-fsck@dev-disk-by\x2duuid-ECC9\x2d0C0B.service: Deactivated successfully.
Feb 25 16:07:18 BooBook kernel: EXT4-fs (nvme1n1p6): unmounting filesystem d58e1cb2-4c84-4c51-b434-b93f3d0944d6.
Feb 25 16:07:18 BooBook systemd[1]: Stopped File System Check on /dev/disk/by-uuid/ECC9-0C0B.
Feb 25 16:07:18 BooBook systemd[1]: boot.mount: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Unmounted /boot.
Feb 25 16:07:18 BooBook systemd[1]: home.mount: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Unmounted /home.
Feb 25 16:07:18 BooBook systemd[1]: Reached target Unmount All Filesystems.
Feb 25 16:07:18 BooBook systemd[1]: systemd-fsck@dev-disk-by\x2duuid-ECA1\x2d1630.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped File System Check on /dev/disk/by-uuid/ECA1-1630.
Feb 25 16:07:18 BooBook systemd[1]: systemd-fsck@dev-disk-by\x2duuid-d58e1cb2\x2d4c84\x2d4c51\x2db434\x2db93f3d0944d6.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped File System Check on /dev/disk/by-uuid/d58e1cb2-4c84-4c51-b434-b93f3d0944d6.
Feb 25 16:07:18 BooBook systemd[1]: Removed slice Slice /system/systemd-fsck.
Feb 25 16:07:18 BooBook systemd[1]: Stopped target Preparation for Local File Systems.
Feb 25 16:07:18 BooBook systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling…
Feb 25 16:07:18 BooBook systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Create Static Device Nodes in /dev.
Feb 25 16:07:18 BooBook systemd[1]: systemd-sysusers.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Create System Users.
Feb 25 16:07:18 BooBook systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Remount Root and Kernel File Systems.
Feb 25 16:07:18 BooBook systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Create Static Device Nodes in /dev gracefully.
Feb 25 16:07:18 BooBook systemd[1]: lvm2-monitor.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Feb 25 16:07:18 BooBook systemd[1]: Reached target System Shutdown.
Feb 25 16:07:18 BooBook systemd[1]: Reached target Late Shutdown Services.
Feb 25 16:07:18 BooBook systemd[1]: systemd-reboot.service: Deactivated successfully.
Feb 25 16:07:18 BooBook systemd[1]: Finished System Reboot.
Feb 25 16:07:18 BooBook systemd[1]: Reached target System Reboot.
Feb 25 16:07:18 BooBook systemd[1]: Shutting down.
Feb 25 16:07:18 BooBook systemd[1]: Using hardware watchdog ‘iTCO_wdt’, version 6, device /dev/watchdog0
Feb 25 16:07:18 BooBook systemd[1]: Watchdog running with a timeout of 10min.
Feb 25 16:07:18 BooBook kernel: watchdog: watchdog0: watchdog did not stop!
Feb 25 16:07:18 BooBook systemd-shutdown[1]: Using hardware watchdog ‘iTCO_wdt’, version 6, device /dev/watchdog0
Feb 25 16:07:18 BooBook systemd-shutdown[1]: Watchdog running with a timeout of 10min.
Feb 25 16:07:18 BooBook systemd-shutdown[1]: Syncing filesystems and block devices.
Feb 25 16:07:18 BooBook systemd-shutdown[1]: Sending SIGTERM to remaining processes…
Feb 25 16:07:18 BooBook systemd-journald[370]: Received SIGTERM from PID 1 (systemd-shutdow).
Feb 25 16:07:18 BooBook systemd-journald[370]: Journal stopped

You removed plymouth packages, but did not remove the HOOKS associated with it.
In /etc/mkinitcpio.conf check for lines like ‘plymouth’, remove them, and rebuild initramfs.

I get a try to remove plymouth hooks, now my /etc/mkinitcpio.conf is:

MODULES=()
BINARIES=()
FILES=()
HOOKS=(base udev autodetect kms modconf block keyboard keymap consolefont filesystems fsck)

then I did

sudo manjaro-chroot -a
sudo mkinitcpio -P
sudo grub-mkconfig -o /boot/grub/grub.cfg

(actually, I firstly did chroot and then modified mkinitcpi.conf, so I should change the proper file, right?)

However, linux is still not loading. Also I noticed that I can switch to other terminals with ctrl+alt+Fx, theese terminals show login promt, but they are switching back to, I guess, GUI terminal very fast, so I’m unable to use them. What else can I do?

I was unable to fix the problem and gave up. I reinstalled manjaro, installed updates and now it works without removing plymouth.
P.S. after installing some packages I’ve found it is nomachine which breaks boot process

Check 5.1 Alternative Fix for xfce.

Thanks, I think I will try it on virtual machine first