You are not logged in.

#1 2025-04-29 09:52:00

ads_fibonacci
Member
Registered: 2023-07-26
Posts: 4

[Solved] Dropped into emergency shell on new arch install

I boot in, and do the arch installation following the wiki steps as I have done in the past. I have the drive partitioned into a boot, swap, and root partitions as in the lsblk

NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
loop0    7:0    0 841.4M  1 loop 
sda      8:0    1   7.5G  0 disk 
├─sda1   8:1    1  1007M  0 part 
└─sda2   8:2    1   172M  0 part 
sdb      8:16   0 119.2G  0 disk 
├─sdb1   8:17   0   500M  0 part /boot
├─sdb2   8:18   0     4G  0 part [SWAP]
└─sdb3   8:19   0 114.7G  0 part /

In the live environment, I am able to mount and view the files stored on the hard drive, but once I exit and reboot, I get the system-boot menu, then an error about not being able to find a device with UUID listed, then dropped into an emergency shell. 

I am able to install Windows, Ubuntu, and Fedora perfectly fine on this drive but I get this error on Arch (both manual and autoinstall) and Endeavor. The drive is a emmc built in drive, sk hynix hn8t05dehk.

running early hook [udev]
Starting systemd-udev version 257.5-2-arch
running hook [udev]
Triggering uevents...
running hook [keymap]
Waiting 10 seconds for device /dev/disk/by-uuid/e7452dba-7614-48a3-95fc-944fea0c16fd ...
Waiting 10 seconds for device /dev/disk/by-uuid/e7452dba-7614-48a3-95fc-944fea0c16fd ...
ERROR: device 'UUID=e7452dba-7614-48a3-95fc-944fea0c16fd' not found. Skipping fsck.
mount: /new_root: can't find UUID=e7452dba-7614-48a3-95fc-944fea0c16fd.
ERROR: Failed to mount 'UUID=e7452dba-7614-48a3-95fc-944fea0c16fd' on real root
You are now being dropped into an emergency shell.
sh: can't access tty: job control turned off

I have the following conf files for system-boot, first in /boot/loader/loader.conf

default		arch.conf
timeout		5
console-mode	max
editor		no

/boot/loader/entries/arch.conf

title	Arch Linux
linux	/vmlinuz-linux
initrd	/initramfs-linux.img
options	root=UUID=e7452dba-7614-48a3-95fc-944fea0c16fd rw

I have made sure that this matches the UUID in the fstab and the output of blkid, which are below
blkid

/dev/sdb2: UUID="11e8f730-84ab-48c4-957b-3a77a75029a5" TYPE="swap" PARTUUID="9147d7fd-d98a-4952-8707-54efed27aa62" 
/dev/sdb3: UUID="e7452dba-7614-48a3-95fc-944fea0c16fd" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="2663b656-9bb3-4c1e-aeb3-f03064d89efe" 
/dev/sdb1: UUID="E450-2AAC" BLOCK_SIZE="4096" TYPE="vfat" PARTUUID="d9b92c99-019d-45e3-8c65-c6531a4efe7e" /dev/loop0: BLOCK_SIZE="1048576" TYPE="squashfs" 
/dev/sda2: LABEL_FATBOOT="ARCHISO_EFI" LABEL="ARCHISO_EFI" UUID="67EB-F7FD" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="81e44903-02" 
/dev/sda1: BLOCK_SIZE="2048" UUID="2025-04-01-14-28-13-00" LABEL="ARCH_202504" TYPE="iso9660" PARTUUID="81e44903-01"

fstab

# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sdb3
UUID=e7452dba-7614-48a3-95fc-944fea0c16fd	/         	ext4      	rw,relatime,stripe=128	0 1

# /dev/sdb1
UUID=E450-2AAC      	/boot     	vfat      	rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro	0 2

# /dev/sdb2
UUID=11e8f730-84ab-48c4-957b-3a77a75029a5	none      	swap      	defaults  	0 0

I'm not sure what to be looking for in the journalctl output

Apr 29 04:59:50 archiso kernel: Consider using thermal netlink events interface
Apr 29 04:59:50 archiso kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Apr 29 04:59:50 archiso kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Apr 29 04:59:50 archiso kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Apr 29 04:59:50 archiso kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
Apr 29 04:59:50 archiso kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Apr 29 04:59:50 archiso kernel: i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
Apr 29 04:59:50 archiso kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Apr 29 04:59:50 archiso kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Apr 29 04:59:50 archiso kernel: scsi host1: ufshcd
Apr 29 04:59:50 archiso kernel: scsi 1:0:0:49488: Well-known LUN    SKhynix  HN8T05DEHKX073   A802 PQ: 0 ANSI: 6
Apr 29 04:59:50 archiso kernel: scsi 1:0:0:49476: Well-known LUN    SKhynix  HN8T05DEHKX073   A802 PQ: 0 ANSI: 6
Apr 29 04:59:50 archiso kernel: i2c i2c-12: Successfully instantiated SPD at 0x50
Apr 29 04:59:50 archiso kernel: scsi 1:0:0:49456: Well-known LUN    SKhynix  HN8T05DEHKX073   A802 PQ: 0 ANSI: 6
Apr 29 04:59:50 archiso kernel: intel-lpss 0000:00:19.0: enabling device (0004 -> 0006)
Apr 29 04:59:50 archiso kernel: scsi 1:0:0:0: Direct-Access     SKhynix  HN8T05DEHKX073   A802 PQ: 0 ANSI: 6
Apr 29 04:59:50 archiso kernel: sd 1:0:0:0: [sdb] 31246336 4096-byte logical blocks: (128 GB/119 GiB)
Apr 29 04:59:50 archiso kernel: sd 1:0:0:0: [sdb] Write Protect is off
Apr 29 04:59:50 archiso kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 32 00 10
Apr 29 04:59:50 archiso kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Apr 29 04:59:50 archiso kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
Apr 29 04:59:50 archiso kernel: sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
Apr 29 04:59:50 archiso kernel: sd 1:0:0:0: [sdb] Optimal transfer size 524288 bytes
Apr 29 04:59:50 archiso kernel:  sdb: sdb1 sdb2 sdb3
Apr 29 04:59:50 archiso kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
Apr 29 04:59:50 archiso kernel: intel-lpss 0000:00:19.1: enabling device (0004 -> 0006)
Apr 29 04:59:50 archiso kernel: idma64 idma64.3: Found Intel integrated DMA 64-bit
Apr 29 04:59:50 archiso systemd[1]: Created slice Slice /system/systemd-backlight.
░░ Subject: A start job for unit system-systemd\x2dbacklight.slice has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit system-systemd\x2dbacklight.slice has finished successfully.
░░ 
░░ The job identifier is 177.
Apr 29 04:59:50 archiso systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
░░ Subject: A start job for unit systemd-backlight@backlight:intel_backlight.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-backlight@backlight:intel_backlight.service has begun execution.
░░ 
░░ The job identifier is 176.
Apr 29 04:59:50 archiso kernel: proc_thermal_pci 0000:00:04.0: enabling device (0000 -> 0002)
Apr 29 04:59:50 archiso kernel: intel_rapl_common: Found RAPL domain package
Apr 29 04:59:50 archiso kernel: intel_pmc_core INT33A1:00:  initialized
Apr 29 04:59:50 archiso kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Apr 29 04:59:50 archiso systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
░░ Subject: A start job for unit systemd-backlight@backlight:intel_backlight.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-backlight@backlight:intel_backlight.service has finished successfully.
░░ 
░░ The job identifier is 176.
Apr 29 04:59:50 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:50 archiso kernel: snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
Apr 29 04:59:50 archiso systemd-networkd[583]: lo: Link UP
Apr 29 04:59:50 archiso systemd-networkd[583]: lo: Gained carrier
Apr 29 04:59:50 archiso audit: BPF prog-id=47 op=LOAD
Apr 29 04:59:50 archiso audit[583]: SYSCALL arch=c000003e syscall=321 success=yes exit=22 a0=5 a1=7ffd200da350 a2=94 a3=7067ab6af66f items=0 ppid=1 pid=583 auid=4294967295 uid=979 gid=979 euid=979 suid=979 fsuid=979 egid=979 sgid=979 fsgid=979 tty=(none) ses=4294967295 comm="systemd-network" exe="/usr/lib/systemd/systemd-networkd" key=(null)
Apr 29 04:59:50 archiso audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-networkd"
Apr 29 04:59:50 archiso audit: BPF prog-id=47 op=UNLOAD
Apr 29 04:59:50 archiso audit[583]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=16 a1=0 a2=0 a3=0 items=0 ppid=1 pid=583 auid=4294967295 uid=979 gid=979 euid=979 suid=979 fsuid=979 egid=979 sgid=979 fsgid=979 tty=(none) ses=4294967295 comm="systemd-network" exe="/usr/lib/systemd/systemd-networkd" key=(null)
Apr 29 04:59:50 archiso audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-networkd"
Apr 29 04:59:50 archiso audit: BPF prog-id=48 op=LOAD
Apr 29 04:59:50 archiso audit[583]: SYSCALL arch=c000003e syscall=321 success=yes exit=22 a0=5 a1=7ffd200da370 a2=94 a3=2 items=0 ppid=1 pid=583 auid=4294967295 uid=979 gid=979 euid=979 suid=979 fsuid=979 egid=979 sgid=979 fsgid=979 tty=(none) ses=4294967295 comm="systemd-network" exe="/usr/lib/systemd/systemd-networkd" key=(null)
Apr 29 04:59:50 archiso audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-networkd"
Apr 29 04:59:50 archiso audit: BPF prog-id=48 op=UNLOAD
Apr 29 04:59:50 archiso audit[583]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=16 a1=0 a2=0 a3=0 items=0 ppid=1 pid=583 auid=4294967295 uid=979 gid=979 euid=979 suid=979 fsuid=979 egid=979 sgid=979 fsgid=979 tty=(none) ses=4294967295 comm="systemd-network" exe="/usr/lib/systemd/systemd-networkd" key=(null)
Apr 29 04:59:50 archiso audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-networkd"
Apr 29 04:59:50 archiso audit: BPF prog-id=49 op=LOAD
Apr 29 04:59:50 archiso audit[583]: SYSCALL arch=c000003e syscall=321 success=yes exit=22 a0=5 a1=7ffd200da1e0 a2=94 a3=1 items=0 ppid=1 pid=583 auid=4294967295 uid=979 gid=979 euid=979 suid=979 fsuid=979 egid=979 sgid=979 fsgid=979 tty=(none) ses=4294967295 comm="systemd-network" exe="/usr/lib/systemd/systemd-networkd" key=(null)
Apr 29 04:59:50 archiso audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-networkd"
Apr 29 04:59:50 archiso audit: BPF prog-id=49 op=UNLOAD
Apr 29 04:59:50 archiso audit[583]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=16 a1=0 a2=0 a3=0 items=0 ppid=1 pid=583 auid=4294967295 uid=979 gid=979 euid=979 suid=979 fsuid=979 egid=979 sgid=979 fsgid=979 tty=(none) ses=4294967295 comm="systemd-network" exe="/usr/lib/systemd/systemd-networkd" key=(null)
Apr 29 04:59:50 archiso audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-networkd"
Apr 29 04:59:50 archiso audit: BPF prog-id=50 op=LOAD
Apr 29 04:59:50 archiso audit[583]: SYSCALL arch=c000003e syscall=321 success=yes exit=23 a0=5 a1=7ffd200da200 a2=94 a3=4 items=0 ppid=1 pid=583 auid=4294967295 uid=979 gid=979 euid=979 suid=979 fsuid=979 egid=979 sgid=979 fsgid=979 tty=(none) ses=4294967295 comm="systemd-network" exe="/usr/lib/systemd/systemd-networkd" key=(null)
Apr 29 04:59:50 archiso audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-networkd"
Apr 29 04:59:50 archiso audit: BPF prog-id=50 op=UNLOAD
Apr 29 04:59:50 archiso audit[583]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=17 a1=0 a2=0 a3=0 items=0 ppid=1 pid=583 auid=4294967295 uid=979 gid=979 euid=979 suid=979 fsuid=979 egid=979 sgid=979 fsgid=979 tty=(none) ses=4294967295 comm="systemd-network" exe="/usr/lib/systemd/systemd-networkd" key=(null)
Apr 29 04:59:50 archiso audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-networkd"
Apr 29 04:59:50 archiso audit: BPF prog-id=51 op=LOAD
Apr 29 04:59:50 archiso audit[583]: SYSCALL arch=c000003e syscall=321 success=yes exit=24 a0=5 a1=7ffd200da020 a2=94 a3=5 items=0 ppid=1 pid=583 auid=4294967295 uid=979 gid=979 euid=979 suid=979 fsuid=979 egid=979 sgid=979 fsgid=979 tty=(none) ses=4294967295 comm="systemd-network" exe="/usr/lib/systemd/systemd-networkd" key=(null)
Apr 29 04:59:50 archiso audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-networkd"
Apr 29 04:59:50 archiso audit: BPF prog-id=51 op=UNLOAD
Apr 29 04:59:50 archiso audit[583]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=18 a1=0 a2=0 a3=0 items=0 ppid=1 pid=583 auid=4294967295 uid=979 gid=979 euid=979 suid=979 fsuid=979 egid=979 sgid=979 fsgid=979 tty=(none) ses=4294967295 comm="systemd-network" exe="/usr/lib/systemd/systemd-networkd" key=(null)
Apr 29 04:59:50 archiso audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-networkd"
Apr 29 04:59:50 archiso audit: BPF prog-id=52 op=LOAD
Apr 29 04:59:50 archiso audit[583]: SYSCALL arch=c000003e syscall=321 success=yes exit=23 a0=5 a1=7ffd200d99a0 a2=94 a3=8a items=0 ppid=1 pid=583 auid=4294967295 uid=979 gid=979 euid=979 suid=979 fsuid=979 egid=979 sgid=979 fsgid=979 tty=(none) ses=4294967295 comm="systemd-network" exe="/usr/lib/systemd/systemd-networkd" key=(null)
Apr 29 04:59:50 archiso audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-networkd"
Apr 29 04:59:50 archiso audit: BPF prog-id=53 op=LOAD
Apr 29 04:59:50 archiso audit[583]: SYSCALL arch=c000003e syscall=321 success=yes exit=25 a0=5 a1=7ffd200d97f0 a2=94 a3=2 items=0 ppid=1 pid=583 auid=4294967295 uid=979 gid=979 euid=979 suid=979 fsuid=979 egid=979 sgid=979 fsgid=979 tty=(none) ses=4294967295 comm="systemd-network" exe="/usr/lib/systemd/systemd-networkd" key=(null)
Apr 29 04:59:50 archiso audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-networkd"
Apr 29 04:59:50 archiso audit: BPF prog-id=53 op=UNLOAD
Apr 29 04:59:50 archiso audit[583]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=19 a1=0 a2=0 a3=0 items=0 ppid=1 pid=583 auid=4294967295 uid=979 gid=979 euid=979 suid=979 fsuid=979 egid=979 sgid=979 fsgid=979 tty=(none) ses=4294967295 comm="systemd-network" exe="/usr/lib/systemd/systemd-networkd" key=(null)
Apr 29 04:59:50 archiso audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-networkd"
Apr 29 04:59:50 archiso kernel: input: HP WMI hotkeys as /devices/virtual/input/input8
Apr 29 04:59:50 archiso kernel: Bluetooth: Core ver 2.22
Apr 29 04:59:50 archiso kernel: NET: Registered PF_BLUETOOTH protocol family
Apr 29 04:59:50 archiso kernel: Bluetooth: HCI device and connection manager initialized
Apr 29 04:59:50 archiso kernel: Bluetooth: HCI socket layer initialized
Apr 29 04:59:50 archiso kernel: Bluetooth: L2CAP socket layer initialized
Apr 29 04:59:50 archiso kernel: Bluetooth: SCO socket layer initialized
Apr 29 04:59:50 archiso systemd[1]: Started Network Configuration.
░░ Subject: A start job for unit systemd-networkd.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-networkd.service has finished successfully.
░░ 
░░ The job identifier is 145.
Apr 29 04:59:50 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:50 archiso systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
░░ Subject: A start job for unit systemd-rfkill.socket has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-rfkill.socket has finished successfully.
░░ 
░░ The job identifier is 183.
Apr 29 04:59:50 archiso systemd[1]: Starting Enable Persistent Storage in systemd-networkd...
░░ Subject: A start job for unit systemd-networkd-persistent-storage.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-networkd-persistent-storage.service has begun execution.
░░ 
░░ The job identifier is 146.
Apr 29 04:59:50 archiso systemd[1]: Starting Wait for Network to be Configured...
░░ Subject: A start job for unit systemd-networkd-wait-online.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-networkd-wait-online.service has begun execution.
░░ 
░░ The job identifier is 144.
Apr 29 04:59:50 archiso kernel: usbcore: registered new interface driver btusb
Apr 29 04:59:50 archiso kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
Apr 29 04:59:50 archiso kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Apr 29 04:59:50 archiso kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Apr 29 04:59:50 archiso kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Apr 29 04:59:50 archiso kernel: Bluetooth: hci0: RTL: examining hci_ver=0c hci_rev=0087 lmp_ver=0c lmp_subver=8852
Apr 29 04:59:50 archiso kernel: Bluetooth: hci0: RTL: rom_version status=0 version=0
Apr 29 04:59:50 archiso kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8852btu_fw.bin
Apr 29 04:59:50 archiso kernel: input: SYNA3509:00 06CB:CD50 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-11/i2c-SYNA3509:00/0018:06CB:CD50.0001/input/input9
Apr 29 04:59:50 archiso kernel: input: SYNA3509:00 06CB:CD50 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-11/i2c-SYNA3509:00/0018:06CB:CD50.0001/input/input10
Apr 29 04:59:50 archiso kernel: hid-generic 0018:06CB:CD50.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA3509:00 06CB:CD50] on i2c-SYNA3509:00
Apr 29 04:59:50 archiso kernel: intel_rapl_msr: PL4 support detected.
Apr 29 04:59:50 archiso kernel: intel_rapl_common: Found RAPL domain package
Apr 29 04:59:50 archiso kernel: intel_rapl_common: Found RAPL domain core
Apr 29 04:59:50 archiso kernel: intel_rapl_common: Found RAPL domain uncore
Apr 29 04:59:50 archiso kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Apr 29 04:59:50 archiso kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8852btu_config.bin
Apr 29 04:59:51 archiso systemd[1]: Finished Enable Persistent Storage in systemd-networkd.
░░ Subject: A start job for unit systemd-networkd-persistent-storage.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-networkd-persistent-storage.service has finished successfully.
░░ 
░░ The job identifier is 146.
Apr 29 04:59:51 archiso kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Apr 29 04:59:51 archiso kernel: 0x000000000000-0x000001000000 : "BIOS"
Apr 29 04:59:51 archiso kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Apr 29 04:59:51 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-persistent-storage comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:51 archiso kernel: ee1004 12-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Apr 29 04:59:51 archiso kernel: input: SYNA3509:00 06CB:CD50 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-11/i2c-SYNA3509:00/0018:06CB:CD50.0001/input/input12
Apr 29 04:59:51 archiso kernel: input: SYNA3509:00 06CB:CD50 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-11/i2c-SYNA3509:00/0018:06CB:CD50.0001/input/input13
Apr 29 04:59:51 archiso kernel: hid-multitouch 0018:06CB:CD50.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA3509:00 06CB:CD50] on i2c-SYNA3509:00
Apr 29 04:59:51 archiso (udev-worker)[584]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
Apr 29 04:59:51 archiso systemd[1]: Reached target Bluetooth Support.
░░ Subject: A start job for unit bluetooth.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit bluetooth.target has finished successfully.
░░ 
░░ The job identifier is 207.
Apr 29 04:59:51 archiso systemd[1]: Starting Load/Save RF Kill Switch Status...
░░ Subject: A start job for unit systemd-rfkill.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-rfkill.service has begun execution.
░░ 
░░ The job identifier is 198.
Apr 29 04:59:51 archiso kernel: iTCO_vendor_support: vendor-support=0
Apr 29 04:59:51 archiso systemd[1]: Starting Virtual Console Setup...
░░ Subject: A start job for unit systemd-vconsole-setup.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-vconsole-setup.service has begun execution.
░░ 
░░ The job identifier is 192.
Apr 29 04:59:51 archiso kernel: mc: Linux media interface: v0.10
Apr 29 04:59:51 archiso kernel: mousedev: PS/2 mouse device common for all mice
Apr 29 04:59:51 archiso kernel: videodev: Linux video capture interface: v2.00
Apr 29 04:59:51 archiso systemd[1]: Finished Create System Files and Directories.
░░ Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-tmpfiles-setup.service has finished successfully.
░░ 
░░ The job identifier is 81.
Apr 29 04:59:51 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:51 archiso systemd[1]: Starting Rebuild Dynamic Linker Cache...
░░ Subject: A start job for unit ldconfig.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit ldconfig.service has begun execution.
░░ 
░░ The job identifier is 20.
Apr 29 04:59:51 archiso kernel: Bluetooth: hci0: RTL: cfg_sz 6, total sz 91803
Apr 29 04:59:51 archiso kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Apr 29 04:59:51 archiso kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Apr 29 04:59:51 archiso systemd[1]: Starting Rebuild Journal Catalog...
░░ Subject: A start job for unit systemd-journal-catalog-update.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-journal-catalog-update.service has begun execution.
░░ 
░░ The job identifier is 68.
Apr 29 04:59:51 archiso systemd[1]: Starting Record System Boot/Shutdown in UTMP...
░░ Subject: A start job for unit systemd-update-utmp.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-update-utmp.service has begun execution.
░░ 
░░ The job identifier is 69.
Apr 29 04:59:51 archiso systemd[1]: Started Load/Save RF Kill Switch Status.
░░ Subject: A start job for unit systemd-rfkill.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-rfkill.service has finished successfully.
░░ 
░░ The job identifier is 198.
Apr 29 04:59:51 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:51 archiso audit[649]: SYSTEM_BOOT pid=649 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:51 archiso systemd[1]: Finished Record System Boot/Shutdown in UTMP.
░░ Subject: A start job for unit systemd-update-utmp.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-update-utmp.service has finished successfully.
░░ 
░░ The job identifier is 69.
Apr 29 04:59:51 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:51 archiso kernel: rtw89_8852bte 0000:01:00.0: loaded firmware rtw89/rtw8852bt_fw.bin
Apr 29 04:59:51 archiso kernel: rtw89_8852bte 0000:01:00.0: enabling device (0000 -> 0003)
Apr 29 04:59:51 archiso kernel: rtw89_8852bte 0000:01:00.0: Firmware version 0.29.122.0 (5659197d), cmd version 0, type 5
Apr 29 04:59:51 archiso kernel: rtw89_8852bte 0000:01:00.0: Firmware version 0.29.122.0 (5659197d), cmd version 0, type 3
Apr 29 04:59:51 archiso kernel: usb 1-3: Found UVC 1.10 device HP TrueVision HD Camera (30c9:0064)
Apr 29 04:59:51 archiso kernel: usbcore: registered new interface driver uvcvideo
Apr 29 04:59:51 archiso kernel: Bluetooth: hci0: RTL: fw version 0x04d763f7
Apr 29 04:59:51 archiso kernel: rtw89_8852bte 0000:01:00.0: chip rfe_type is 1
Apr 29 04:59:51 archiso kernel: rtw89_8852bte 0000:01:00.0: Firmware element BB version: 00 07 00 00
Apr 29 04:59:51 archiso kernel: rtw89_8852bte 0000:01:00.0: Firmware element radio A version: 00 06 00 00
Apr 29 04:59:51 archiso kernel: rtw89_8852bte 0000:01:00.0: Firmware element NCTL version: 00 04 00 00
Apr 29 04:59:51 archiso kernel: rtw89_8852bte 0000:01:00.0: Firmware element TXPWR version: 00 06 00 00
Apr 29 04:59:51 archiso kernel: rtw89_8852bte 0000:01:00.0: Firmware element PWR_TRK version: 00 06 00 00
Apr 29 04:59:51 archiso kernel: rtw89_8852bte 0000:01:00.0: rfkill hardware state changed to enable
Apr 29 04:59:51 archiso kernel: Bluetooth: hci0: AOSP extensions version v1.00
Apr 29 04:59:51 archiso kernel: wl: loading out-of-tree module taints kernel.
Apr 29 04:59:51 archiso kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Apr 29 04:59:51 archiso kernel: Disabling lock debugging due to kernel taint
Apr 29 04:59:51 archiso kernel: wl: module verification failed: signature and/or required key missing - tainting kernel
Apr 29 04:59:51 archiso kernel: wl: module license taints kernel.
Apr 29 04:59:51 archiso kernel: ------------[ cut here ]------------
Apr 29 04:59:51 archiso kernel: Unpatched return thunk in use. This should not happen!
Apr 29 04:59:51 archiso kernel: WARNING: CPU: 0 PID: 582 at arch/x86/kernel/cpu/bugs.c:3070 __warn_thunk+0x2a/0x40
Apr 29 04:59:51 archiso kernel: Modules linked in: snd_sof_intel_hda wl(POE+) coretemp snd_hda_codec_hdmi kvm_intel snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_acpi_intel_match snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_acpi soundwire_bus snd_soc_sdca kvm crct10dif_pclmul polyval_clmulni snd_soc_avs polyval_generic snd_soc_hda_codec uvcvideo snd_hda_ext_core snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine videobuf2_vmalloc uvc videobuf2_memops videobuf2_v4l2 ghash_clmulni_intel joydev videobuf2_common iTCO_wdt rtw89_8852bte videodev mousedev mc intel_pmc_bxt sha1_ssse3 iTCO_vendor_support rtw89_8852bt rtw89_8852b_common ee1004 hid_multitouch mei_hdcp rtw89_pci mei_pxp intel_rapl_msr rtw89_core hid_generic rapl btusb spi_nor mac80211 btrtl btintel btbcm btmtk libarc4 bluetooth hp_wmi intel_cstate intel_uncore mtd snd_hda_intel wmi_bmof pcspkr platform_profile intel_pmc_core processor_thermal_device_pci i2c_hid_acpi snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec snd_hda_core snd_hwdep
Apr 29 04:59:51 archiso kernel:  processor_thermal_device processor_thermal_wt_hint snd_pcm processor_thermal_rfim processor_thermal_rapl snd_timer intel_rapl_common pmt_telemetry snd processor_thermal_wt_req processor_thermal_power_floor soundcore processor_thermal_mbox i2c_hid pmt_class i2c_i801 ufshcd_pci int3403_thermal pinctrl_alderlake intel_ish_ipc(+) mei_me int3400_thermal intel_hid mei intel_lpss_pci ufshcd_core i2c_smbus sparse_keymap intel_ishtp soc_button_array i2c_mux intel_vsec governor_simpleondemand acpi_thermal_rel intel_lpss int340x_thermal_zone idma64 acpi_tad acpi_pad cfg80211 igen6_edac mac_hid rfkill pkcs8_key_parser dm_mod nfnetlink ip_tables x_tables overlay squashfs loop isofs cdrom xe drm_gpuvm drm_exec gpu_sched drm_ttm_helper drm_suballoc_helper i915 serio_raw atkbd crc32_pclmul sdhci_pci libps2 crc32c_intel drm_buddy sdhci_uhs2 vivaldi_fmap sha512_ssse3 ttm sdhci sha256_ssse3 uas i2c_algo_bit aesni_intel drm_display_helper gf128mul cqhci crypto_simd usb_storage cryptd mmc_core spi_intel_pci cec spi_intel
Apr 29 04:59:51 archiso kernel:  i8042 intel_gtt video serio wmi
Apr 29 04:59:51 archiso kernel: CPU: 0 UID: 0 PID: 582 Comm: (udev-worker) Tainted: P           OE      6.13.8-arch1-1 #1 456fce73f556a6ef8edc444db474316a8147249d
Apr 29 04:59:51 archiso kernel: Tainted: [P]=PROPRIETARY_MODULE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Apr 29 04:59:51 archiso kernel: Hardware name: HP HP Laptop 14-dq6xxx/8E05, BIOS F.01 12/12/2024
Apr 29 04:59:51 archiso kernel: RIP: 0010:__warn_thunk+0x2a/0x40
Apr 29 04:59:51 archiso kernel: Code: 66 0f 1f 00 0f 1f 44 00 00 80 3d b8 27 59 02 00 74 05 c3 cc cc cc cc 48 c7 c7 30 6a b7 83 c6 05 a3 27 59 02 01 e8 36 41 06 00 <0f> 0b c3 cc cc cc cc 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
Apr 29 04:59:51 archiso kernel: RSP: 0018:ffffad61c1cafb28 EFLAGS: 00010282
Apr 29 04:59:51 archiso kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000027
Apr 29 04:59:51 archiso kernel: RDX: ffff8e56bba218c8 RSI: 0000000000000001 RDI: ffff8e56bba218c0
Apr 29 04:59:51 archiso kernel: RBP: ffffad61c1cafb78 R08: 0000000000000000 R09: ffffad61c1caf9a8
Apr 29 04:59:51 archiso kernel: R10: ffffffff844b5448 R11: 0000000000000003 R12: ffffffffc25fcaa5
Apr 29 04:59:51 archiso kernel: R13: ffffad61c1cafbc0 R14: ffff8e5640eed240 R15: ffff8e5650a32780
Apr 29 04:59:51 archiso kernel: FS:  00007953626cd880(0000) GS:ffff8e56bba00000(0000) knlGS:0000000000000000
Apr 29 04:59:51 archiso kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Apr 29 04:59:51 archiso kernel: CR2: 00005cdab84db0c8 CR3: 000000010f3b2001 CR4: 0000000000f72ef0
Apr 29 04:59:51 archiso kernel: PKRU: 55555554
Apr 29 04:59:51 archiso kernel: Call Trace:
Apr 29 04:59:51 archiso kernel:  <TASK>
Apr 29 04:59:51 archiso kernel:  ? __warn_thunk+0x2a/0x40
Apr 29 04:59:51 archiso kernel:  ? __warn.cold+0x93/0xf6
Apr 29 04:59:51 archiso kernel:  ? __warn_thunk+0x2a/0x40
Apr 29 04:59:51 archiso kernel:  ? report_bug+0xff/0x140
Apr 29 04:59:51 archiso kernel:  ? console_unlock+0x9d/0x140
Apr 29 04:59:51 archiso kernel:  ? handle_bug+0x58/0x90
Apr 29 04:59:51 archiso kernel:  ? exc_invalid_op+0x17/0x70
Apr 29 04:59:51 archiso kernel:  ? asm_exc_invalid_op+0x1a/0x20
Apr 29 04:59:51 archiso kernel:  ? __warn_thunk+0x2a/0x40
Apr 29 04:59:51 archiso kernel:  ? __warn_thunk+0x2a/0x40
Apr 29 04:59:51 archiso kernel:  warn_thunk_thunk+0x1a/0x30
Apr 29 04:59:51 archiso kernel:  getvar+0x20/0x70 [wl 65965ac5ae4c2f96673446ac429a5282b42f8731]
Apr 29 04:59:51 archiso kernel:  ? orc_header+0x17b0/0x17b0 [wl 65965ac5ae4c2f96673446ac429a5282b42f8731]
Apr 29 04:59:51 archiso kernel:  wl_module_init+0x17/0xa0 [wl 65965ac5ae4c2f96673446ac429a5282b42f8731]
Apr 29 04:59:51 archiso kernel:  ? do_one_initcall+0x58/0x310
Apr 29 04:59:51 archiso kernel:  ? do_init_module+0x60/0x230
Apr 29 04:59:51 archiso kernel:  ? init_module_from_file+0x89/0xe0
Apr 29 04:59:51 archiso kernel:  ? idempotent_init_module+0x115/0x310
Apr 29 04:59:51 archiso kernel:  ? __x64_sys_finit_module+0x65/0xc0
Apr 29 04:59:51 archiso kernel:  ? do_syscall_64+0x82/0x190
Apr 29 04:59:51 archiso kernel:  ? do_sys_openat2+0x9c/0xe0
Apr 29 04:59:51 archiso kernel:  ? syscall_exit_to_user_mode_prepare+0x15e/0x1a0
Apr 29 04:59:51 archiso kernel:  ? syscall_exit_to_user_mode+0x37/0x1c0
Apr 29 04:59:51 archiso kernel:  ? do_syscall_64+0x8e/0x190
Apr 29 04:59:51 archiso kernel:  ? count_memcg_events.constprop.0+0x1a/0x30
Apr 29 04:59:51 archiso kernel:  ? handle_mm_fault+0x1bb/0x2c0
Apr 29 04:59:51 archiso kernel:  ? do_user_addr_fault+0x36c/0x620
Apr 29 04:59:51 archiso kernel:  ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
Apr 29 04:59:51 archiso kernel:  </TASK>
Apr 29 04:59:51 archiso kernel: ---[ end trace 0000000000000000 ]---
Apr 29 04:59:51 archiso systemd[1]: Finished Rebuild Journal Catalog.
░░ Subject: A start job for unit systemd-journal-catalog-update.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-journal-catalog-update.service has finished successfully.
░░ 
░░ The job identifier is 68.
Apr 29 04:59:51 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:51 archiso systemd-networkd[583]: wlan0: Found matching .network file, based on potentially unpredictable interface name: /etc/systemd/network/20-wlan.network
Apr 29 04:59:51 archiso systemd-networkd[583]: wlan0: Configuring with /etc/systemd/network/20-wlan.network.
Apr 29 04:59:51 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
Apr 29 04:59:51 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
Apr 29 04:59:51 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Apr 29 04:59:51 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode
Apr 29 04:59:51 archiso kernel: intel_tcc_cooling: TCC Offset locked
Apr 29 04:59:52 archiso systemd-networkd[583]: wlan0: Link UP
Apr 29 04:59:52 archiso systemd[1]: Finished Virtual Console Setup.
░░ Subject: A start job for unit systemd-vconsole-setup.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-vconsole-setup.service has finished successfully.
░░ 
░░ The job identifier is 192.
Apr 29 04:59:52 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:52 archiso systemd[1]: Starting First Boot Wizard...
░░ Subject: A start job for unit systemd-firstboot.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-firstboot.service has begun execution.
░░ 
░░ The job identifier is 70.
Apr 29 04:59:52 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5
Apr 29 04:59:52 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now
Apr 29 04:59:52 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: NHLT device BT(0) detected, ssp_mask 0x4
Apr 29 04:59:52 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: BT link detected in NHLT tables: 0x4
Apr 29 04:59:52 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2
Apr 29 04:59:52 archiso systemd[1]: Finished First Boot Wizard.
░░ Subject: A start job for unit systemd-firstboot.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-firstboot.service has finished successfully.
░░ 
░░ The job identifier is 70.
Apr 29 04:59:52 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-firstboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:52 archiso systemd[1]: Reached target First Boot Complete.
░░ Subject: A start job for unit first-boot-complete.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit first-boot-complete.target has finished successfully.
░░ 
░░ The job identifier is 71.
Apr 29 04:59:52 archiso systemd[1]: Starting Save Transient machine-id to Disk...
░░ Subject: A start job for unit systemd-machine-id-commit.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-machine-id-commit.service has begun execution.
░░ 
░░ The job identifier is 80.
Apr 29 04:59:52 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware paths/files for ipc type 0:
Apr 29 04:59:52 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3:  Firmware file:     intel/sof/sof-adl-n.ri
Apr 29 04:59:52 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3:  Topology file:     intel/sof-tplg/sof-hda-generic-2ch.tplg
Apr 29 04:59:52 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Apr 29 04:59:52 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
Apr 29 04:59:52 archiso systemd[1]: etc-machine\x2did.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit etc-machine\x2did.mount has successfully entered the 'dead' state.
Apr 29 04:59:52 archiso systemd[1]: Finished Save Transient machine-id to Disk.
░░ Subject: A start job for unit systemd-machine-id-commit.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-machine-id-commit.service has finished successfully.
░░ 
░░ The job identifier is 80.
Apr 29 04:59:52 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-machine-id-commit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:52 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864
Apr 29 04:59:52 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:1
Apr 29 04:59:52 archiso kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:1
Apr 29 04:59:52 archiso kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
Apr 29 04:59:52 archiso kernel: snd_hda_codec_realtek ehdaudio0D0: ALC236: picked fixup  for PCI SSID 103c:0000
Apr 29 04:59:52 archiso kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC236: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Apr 29 04:59:52 archiso kernel: snd_hda_codec_realtek ehdaudio0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Apr 29 04:59:52 archiso kernel: snd_hda_codec_realtek ehdaudio0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Apr 29 04:59:52 archiso kernel: snd_hda_codec_realtek ehdaudio0D0:    mono: mono_out=0x0
Apr 29 04:59:52 archiso kernel: snd_hda_codec_realtek ehdaudio0D0:    inputs:
Apr 29 04:59:52 archiso kernel: snd_hda_codec_realtek ehdaudio0D0:      Mic=0x19
Apr 29 04:59:52 archiso kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
Apr 29 04:59:52 archiso kernel: input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input15
Apr 29 04:59:52 archiso kernel: input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16
Apr 29 04:59:52 archiso kernel: input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17
Apr 29 04:59:52 archiso kernel: input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18
Apr 29 04:59:52 archiso kernel: input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19
Apr 29 04:59:52 archiso (udev-worker)[585]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 2.
Apr 29 04:59:52 archiso systemd[1]: Starting Load Kernel Module dm_mod...
░░ Subject: A start job for unit modprobe@dm_mod.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit modprobe@dm_mod.service has begun execution.
░░ 
░░ The job identifier is 237.
Apr 29 04:59:52 archiso systemd[1]: Starting Load Kernel Module efi_pstore...
░░ Subject: A start job for unit modprobe@efi_pstore.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit modprobe@efi_pstore.service has begun execution.
░░ 
░░ The job identifier is 258.
Apr 29 04:59:52 archiso systemd[1]: Starting Load Kernel Module loop...
░░ Subject: A start job for unit modprobe@loop.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit modprobe@loop.service has begun execution.
░░ 
░░ The job identifier is 239.
Apr 29 04:59:52 archiso systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
░░ Subject: A start job for unit systemd-binfmt.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-binfmt.service has finished successfully.
░░ 
░░ The job identifier is 298.
Apr 29 04:59:52 archiso systemd[1]: Merge System Configuration Images into /etc/ was skipped because no trigger condition checks were met.
░░ Subject: A start job for unit systemd-confext.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-confext.service has finished successfully.
░░ 
░░ The job identifier is 248.
Apr 29 04:59:52 archiso systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
░░ Subject: A start job for unit systemd-hibernate-clear.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-hibernate-clear.service has finished successfully.
░░ 
░░ The job identifier is 249.
Apr 29 04:59:52 archiso systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
░░ Subject: A start job for unit systemd-hwdb-update.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-hwdb-update.service has finished successfully.
░░ 
░░ The job identifier is 288.
Apr 29 04:59:52 archiso systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
░░ Subject: A start job for unit systemd-pcrmachine.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-pcrmachine.service has finished successfully.
░░ 
░░ The job identifier is 297.
Apr 29 04:59:52 archiso systemd[1]: Merge System Extension Images into /usr/ and /opt/ was skipped because no trigger condition checks were met.
░░ Subject: A start job for unit systemd-sysext.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-sysext.service has finished successfully.
░░ 
░░ The job identifier is 247.
Apr 29 04:59:52 archiso systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
░░ Subject: A start job for unit systemd-tpm2-setup-early.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-tpm2-setup-early.service has finished successfully.
░░ 
░░ The job identifier is 299.
Apr 29 04:59:52 archiso systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
░░ Subject: A start job for unit systemd-tpm2-setup.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-tpm2-setup.service has finished successfully.
░░ 
░░ The job identifier is 233.
Apr 29 04:59:52 archiso systemd[1]: Starting Wait for udev To Complete Device Initialization...
░░ Subject: A start job for unit systemd-udev-settle.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-udev-settle.service has begun execution.
░░ 
░░ The job identifier is 301.
Apr 29 04:59:52 archiso udevadm[675]: systemd-udev-settle.service is deprecated. Please fix livecd-alsa-unmuter.service not to pull it in.
░░ Subject: systemd-udev-settle.service is deprecated.
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Usage of the systemd service unit systemd-udev-settle.service is deprecated. It
░░ inserts artificial delays into the boot process without providing the
░░ guarantees other subsystems traditionally assumed it provides. Relying on this
░░ service is racy, and it is generally a bug to make use of it and depend on it.
░░ 
░░ Traditionally, this service's job was to wait until all devices a system
░░ possesses have been fully probed and initialized, delaying boot until this
░░ phase is completed. However, today's systems and hardware generally don't work
░░ this way anymore, hardware today may show up any time and take any time to be
░░ probed and initialized. Thus, in the general case, it's no longer possible to
░░ correctly delay boot until "all devices" have been processed, as it is not
░░ clear what "all devices" means and when they have been found. This is in
░░ particular the case if USB hardware or network-attached hardware is used.
░░ 
░░ Modern software that requires some specific hardware (such as a network device
░░ or block device) to operate should only wait for the specific devices it needs
░░ to show up, and otherwise operate asynchronously initializing devices as they
░░ appear during boot and during runtime without delaying the boot process.
░░ 
░░ It is a defect of the software in question if it doesn't work this way, and
░░ still pulls systemd-udev-settle.service into the boot process.
░░ 
░░ Please file a bug report against the following units, with a request for it to
░░ be updated to operate in a hotplug fashion without depending on
░░ systemd-udev-settle.service:
░░ 
░░     livecd-alsa-unmuter.service
Apr 29 04:59:52 archiso systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit modprobe@dm_mod.service has successfully entered the 'dead' state.
Apr 29 04:59:52 archiso systemd[1]: Finished Load Kernel Module dm_mod.
░░ Subject: A start job for unit modprobe@dm_mod.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit modprobe@dm_mod.service has finished successfully.
░░ 
░░ The job identifier is 237.
Apr 29 04:59:52 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:52 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:52 archiso systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit modprobe@efi_pstore.service has successfully entered the 'dead' state.
Apr 29 04:59:52 archiso systemd[1]: Finished Load Kernel Module efi_pstore.
░░ Subject: A start job for unit modprobe@efi_pstore.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit modprobe@efi_pstore.service has finished successfully.
░░ 
░░ The job identifier is 258.
Apr 29 04:59:52 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:52 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:52 archiso systemd[1]: modprobe@loop.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit modprobe@loop.service has successfully entered the 'dead' state.
Apr 29 04:59:52 archiso systemd[1]: Finished Load Kernel Module loop.
░░ Subject: A start job for unit modprobe@loop.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit modprobe@loop.service has finished successfully.
░░ 
░░ The job identifier is 239.
Apr 29 04:59:52 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:52 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:52 archiso systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
░░ Subject: A start job for unit systemd-pstore.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-pstore.service has finished successfully.
░░ 
░░ The job identifier is 257.
Apr 29 04:59:52 archiso systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
░░ Subject: A start job for unit systemd-repart.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-repart.service has finished successfully.
░░ 
░░ The job identifier is 236.
Apr 29 04:59:53 archiso kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x00
Apr 29 04:59:55 archiso systemd[1]: Finished Rebuild Dynamic Linker Cache.
░░ Subject: A start job for unit ldconfig.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit ldconfig.service has finished successfully.
░░ 
░░ The job identifier is 20.
Apr 29 04:59:55 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:55 archiso kernel: kauditd_printk_skb: 123 callbacks suppressed
Apr 29 04:59:55 archiso kernel: audit: type=1130 audit(1745917195.080:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:55 archiso systemd[1]: Starting Update is Completed...
░░ Subject: A start job for unit systemd-update-done.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-update-done.service has begun execution.
░░ 
░░ The job identifier is 32.
Apr 29 04:59:55 archiso systemd[1]: Finished Update is Completed.
░░ Subject: A start job for unit systemd-update-done.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-update-done.service has finished successfully.
░░ 
░░ The job identifier is 32.
Apr 29 04:59:55 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:55 archiso kernel: audit: type=1130 audit(1745917195.113:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:56 archiso systemd[1]: systemd-rfkill.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-rfkill.service has successfully entered the 'dead' state.
Apr 29 04:59:56 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 04:59:56 archiso kernel: audit: type=1131 audit(1745917196.789:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:00 archiso kernel: intel_ish_ipc 0000:00:12.0: [ishtp-ish]: Timed out waiting for FW-initiated reset
Apr 29 05:00:00 archiso kernel: intel_ish_ipc 0000:00:12.0: ISH: hw start failed.
Apr 29 05:00:00 archiso systemd[1]: Finished Wait for udev To Complete Device Initialization.
░░ Subject: A start job for unit systemd-udev-settle.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-udev-settle.service has finished successfully.
░░ 
░░ The job identifier is 301.
Apr 29 05:00:00 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:00 archiso kernel: audit: type=1130 audit(1745917200.688:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:00 archiso systemd[1]: Reached target System Initialization.
░░ Subject: A start job for unit sysinit.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit sysinit.target has finished successfully.
░░ 
░░ The job identifier is 4.
Apr 29 05:00:00 archiso systemd[1]: Started Daily Cleanup of Temporary Directories.
░░ Subject: A start job for unit systemd-tmpfiles-clean.timer has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-tmpfiles-clean.timer has finished successfully.
░░ 
░░ The job identifier is 91.
Apr 29 05:00:00 archiso systemd[1]: Listening on D-Bus System Message Bus Socket.
░░ Subject: A start job for unit dbus.socket has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit dbus.socket has finished successfully.
░░ 
░░ The job identifier is 111.
Apr 29 05:00:00 archiso systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
░░ Subject: A start job for unit dirmngr@etc-pacman.d-gnupg.socket has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit dirmngr@etc-pacman.d-gnupg.socket has finished successfully.
░░ 
░░ The job identifier is 102.
Apr 29 05:00:00 archiso systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
░░ Subject: A start job for unit gpg-agent-browser@etc-pacman.d-gnupg.socket has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit gpg-agent-browser@etc-pacman.d-gnupg.socket has finished successfully.
░░ 
░░ The job identifier is 94.
Apr 29 05:00:00 archiso systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
░░ Subject: A start job for unit gpg-agent-extra@etc-pacman.d-gnupg.socket has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit gpg-agent-extra@etc-pacman.d-gnupg.socket has finished successfully.
░░ 
░░ The job identifier is 117.
Apr 29 05:00:00 archiso systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
░░ Subject: A start job for unit gpg-agent-ssh@etc-pacman.d-gnupg.socket has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit gpg-agent-ssh@etc-pacman.d-gnupg.socket has finished successfully.
░░ 
░░ The job identifier is 115.
Apr 29 05:00:00 archiso systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
░░ Subject: A start job for unit gpg-agent@etc-pacman.d-gnupg.socket has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit gpg-agent@etc-pacman.d-gnupg.socket has finished successfully.
░░ 
░░ The job identifier is 120.
Apr 29 05:00:00 archiso systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
░░ Subject: A start job for unit keyboxd@etc-pacman.d-gnupg.socket has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit keyboxd@etc-pacman.d-gnupg.socket has finished successfully.
░░ 
░░ The job identifier is 99.
Apr 29 05:00:00 archiso systemd[1]: Listening on PC/SC Smart Card Daemon Activation Socket.
░░ Subject: A start job for unit pcscd.socket has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit pcscd.socket has finished successfully.
░░ 
░░ The job identifier is 112.
Apr 29 05:00:00 archiso systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
░░ Subject: A start job for unit sshd-unix-local.socket has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit sshd-unix-local.socket has finished successfully.
░░ 
░░ The job identifier is 101.
Apr 29 05:00:00 archiso systemd[1]: Listening on Hostname Service Socket.
░░ Subject: A start job for unit systemd-hostnamed.socket has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-hostnamed.socket has finished successfully.
░░ 
░░ The job identifier is 97.
Apr 29 05:00:00 archiso systemd[1]: Reached target Socket Units.
░░ Subject: A start job for unit sockets.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit sockets.target has finished successfully.
░░ 
░░ The job identifier is 92.
Apr 29 05:00:00 archiso audit: BPF prog-id=54 op=LOAD
Apr 29 05:00:00 archiso kernel: audit: type=1334 audit(1745917200.711:81): prog-id=54 op=LOAD
Apr 29 05:00:00 archiso systemd[1]: Starting D-Bus System Message Bus...
░░ Subject: A start job for unit dbus-broker.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit dbus-broker.service has begun execution.
░░ 
░░ The job identifier is 154.
Apr 29 05:00:00 archiso systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
░░ Subject: A start job for unit systemd-pcrphase-sysinit.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-pcrphase-sysinit.service has finished successfully.
░░ 
░░ The job identifier is 82.
Apr 29 05:00:00 archiso systemd[1]: Started D-Bus System Message Bus.
░░ Subject: A start job for unit dbus-broker.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit dbus-broker.service has finished successfully.
░░ 
░░ The job identifier is 154.
Apr 29 05:00:00 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus-broker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:00 archiso systemd[1]: Reached target Basic System.
░░ Subject: A start job for unit basic.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit basic.target has finished successfully.
░░ 
░░ The job identifier is 3.
Apr 29 05:00:00 archiso kernel: audit: type=1130 audit(1745917200.784:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus-broker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:00 archiso systemd[1]: Starting Save/Restore Sound Card State...
░░ Subject: A start job for unit alsa-restore.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit alsa-restore.service has begun execution.
░░ 
░░ The job identifier is 303.
Apr 29 05:00:00 archiso audit: BPF prog-id=55 op=LOAD
Apr 29 05:00:00 archiso systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
░░ Subject: A start job for unit alsa-state.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit alsa-state.service has finished successfully.
░░ 
░░ The job identifier is 302.
Apr 29 05:00:00 archiso systemd[1]: Choose mirror from the kernel command line was skipped because of an unmet condition check (ConditionKernelCommandLine=mirror).
░░ Subject: A start job for unit choose-mirror.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit choose-mirror.service has finished successfully.
░░ 
░░ The job identifier is 128.
Apr 29 05:00:00 archiso systemd[1]: Hyper-V key-value pair (KVP) was skipped because of an unmet condition check (ConditionPathExists=/dev/vmbus/hv_kvp).
░░ Subject: A start job for unit hv_kvp_daemon.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit hv_kvp_daemon.service has finished successfully.
░░ 
░░ The job identifier is 127.
Apr 29 05:00:00 archiso systemd[1]: Hyper-V volume shadow copy service (VSS) was skipped because of an unmet condition check (ConditionPathExists=/dev/vmbus/hv_vss).
░░ Subject: A start job for unit hv_vss_daemon.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit hv_vss_daemon.service has finished successfully.
░░ 
░░ The job identifier is 124.
Apr 29 05:00:00 archiso systemd[1]: Starting Wireless service...
░░ Subject: A start job for unit iwd.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit iwd.service has begun execution.
░░ 
░░ The job identifier is 155.
Apr 29 05:00:00 archiso kernel: audit: type=1334 audit(1745917200.789:83): prog-id=55 op=LOAD
Apr 29 05:00:00 archiso dbus-broker-launch[684]: Ready
Apr 29 05:00:00 archiso audit: BPF prog-id=56 op=LOAD
Apr 29 05:00:00 archiso kernel: audit: type=1334 audit(1745917200.792:84): prog-id=56 op=LOAD
Apr 29 05:00:00 archiso systemd[1]: Starting Authorization Manager...
░░ Subject: A start job for unit polkit.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit polkit.service has begun execution.
░░ 
░░ The job identifier is 135.
Apr 29 05:00:00 archiso alsactl[686]: /usr/bin/alsactl: load_state:1715: Cannot open /var/lib/alsa/asound.state for reading: No such file or directory
Apr 29 05:00:00 archiso systemd[1]: Starting SSH Key Generation...
░░ Subject: A start job for unit sshdgenkeys.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit sshdgenkeys.service has begun execution.
░░ 
░░ The job identifier is 126.
Apr 29 05:00:00 archiso audit: BPF prog-id=57 op=LOAD
Apr 29 05:00:00 archiso kernel: audit: type=1334 audit(1745917200.805:85): prog-id=57 op=LOAD
Apr 29 05:00:00 archiso systemd[1]: Starting Home Area Manager...
░░ Subject: A start job for unit systemd-homed.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-homed.service has begun execution.
░░ 
░░ The job identifier is 131.
Apr 29 05:00:00 archiso audit: BPF prog-id=58 op=LOAD
Apr 29 05:00:00 archiso audit: BPF prog-id=59 op=LOAD
Apr 29 05:00:00 archiso audit: BPF prog-id=60 op=LOAD
Apr 29 05:00:00 archiso kernel: audit: type=1334 audit(1745917200.811:86): prog-id=58 op=LOAD
Apr 29 05:00:00 archiso kernel: audit: type=1334 audit(1745917200.811:87): prog-id=59 op=LOAD
Apr 29 05:00:00 archiso kernel: audit: type=1334 audit(1745917200.811:88): prog-id=60 op=LOAD
Apr 29 05:00:00 archiso systemd[1]: Starting User Login Management...
░░ Subject: A start job for unit systemd-logind.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-logind.service has begun execution.
░░ 
░░ The job identifier is 148.
Apr 29 05:00:00 archiso systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
░░ Subject: A start job for unit systemd-pcrphase.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-pcrphase.service has finished successfully.
░░ 
░░ The job identifier is 73.
Apr 29 05:00:00 archiso systemd[1]: VirtualBox Guest Service was skipped because of an unmet condition check (ConditionVirtualization=oracle).
░░ Subject: A start job for unit vboxservice.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit vboxservice.service has finished successfully.
░░ 
░░ The job identifier is 158.
Apr 29 05:00:00 archiso systemd[1]: Open Virtual Machine Tools (VMware Tools) was skipped because of an unmet condition check (ConditionVirtualization=vmware).
░░ Subject: A start job for unit vmtoolsd.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit vmtoolsd.service has finished successfully.
░░ 
░░ The job identifier is 130.
Apr 29 05:00:00 archiso systemd[1]: Open Virtual Machine Tools (vmware-vmblock-fuse) was skipped because of an unmet condition check (ConditionVirtualization=vmware).
░░ Subject: A start job for unit vmware-vmblock-fuse.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit vmware-vmblock-fuse.service has finished successfully.
░░ 
░░ The job identifier is 141.
Apr 29 05:00:00 archiso systemd[1]: Finished Save/Restore Sound Card State.
░░ Subject: A start job for unit alsa-restore.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit alsa-restore.service has finished successfully.
░░ 
░░ The job identifier is 303.
Apr 29 05:00:00 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:00 archiso kernel: audit: type=1130 audit(1745917200.891:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:00 archiso systemd[1]: Reached target Sound Card.
░░ Subject: A start job for unit sound.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit sound.target has finished successfully.
░░ 
░░ The job identifier is 216.
Apr 29 05:00:00 archiso systemd[1]: Unmute All Sound Card Controls For Use With The Live Arch Environment was skipped because of an unmet condition check (ConditionKernelCommandLine=accessibility=on).
░░ Subject: A start job for unit livecd-alsa-unmuter.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit livecd-alsa-unmuter.service has finished successfully.
░░ 
░░ The job identifier is 217.
Apr 29 05:00:00 archiso systemd[1]: Screen reader service was skipped because of an unmet condition check (ConditionKernelCommandLine=accessibility=on).
░░ Subject: A start job for unit livecd-talk.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit livecd-talk.service has finished successfully.
░░ 
░░ The job identifier is 129.
Apr 29 05:00:00 archiso kernel: NET: Registered PF_ALG protocol family
Apr 29 05:00:00 archiso systemd-logind[695]: New seat seat0.
░░ Subject: A new seat seat0 is now available
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: sd-login(3)
░░ 
░░ A new seat seat0 has been configured and is now available.
Apr 29 05:00:00 archiso systemd-logind[695]: Watching system buttons on /dev/input/event2 (Power Button)
Apr 29 05:00:00 archiso polkitd[689]: Started polkitd version 126
Apr 29 05:00:00 archiso systemd-homed[693]: Watching /home.
Apr 29 05:00:00 archiso systemd-logind[695]: Watching system buttons on /dev/input/event1 (Power Button)
Apr 29 05:00:00 archiso systemd-logind[695]: Watching system buttons on /dev/input/event0 (Lid Switch)
Apr 29 05:00:00 archiso polkitd[689]: Loading rules from directory /etc/polkit-1/rules.d
Apr 29 05:00:00 archiso systemd[1]: Started Home Area Manager.
░░ Subject: A start job for unit systemd-homed.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-homed.service has finished successfully.
░░ 
░░ The job identifier is 131.
Apr 29 05:00:00 archiso polkitd[689]: Loading rules from directory /run/polkit-1/rules.d
Apr 29 05:00:00 archiso polkitd[689]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Apr 29 05:00:00 archiso polkitd[689]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Apr 29 05:00:00 archiso polkitd[689]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Apr 29 05:00:00 archiso polkitd[689]: Loading rules from directory /usr/share/polkit-1/rules.d
Apr 29 05:00:00 archiso systemd-logind[695]: Watching system buttons on /dev/input/event5 (Intel HID events)
Apr 29 05:00:00 archiso systemd-logind[695]: Watching system buttons on /dev/input/event6 (Intel HID 5 button array)
Apr 29 05:00:00 archiso systemd-logind[695]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Apr 29 05:00:00 archiso systemd-logind[695]: Watching system buttons on /dev/input/event8 (HP WMI hotkeys)
Apr 29 05:00:00 archiso systemd[1]: Started User Login Management.
░░ Subject: A start job for unit systemd-logind.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-logind.service has finished successfully.
░░ 
░░ The job identifier is 148.
Apr 29 05:00:00 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-homed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:00 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:01 archiso systemd[1]: Finished Home Area Activation.
░░ Subject: A start job for unit systemd-homed-activate.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-homed-activate.service has finished successfully.
░░ 
░░ The job identifier is 132.
Apr 29 05:00:00 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-homed-activate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:01 archiso polkitd[689]: Finished loading, compiling and executing 4 rules
Apr 29 05:00:01 archiso systemd[1]: Started Authorization Manager.
░░ Subject: A start job for unit polkit.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit polkit.service has finished successfully.
░░ 
░░ The job identifier is 135.
Apr 29 05:00:01 archiso polkitd[689]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Apr 29 05:00:01 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:01 archiso systemd[1]: Starting Modem Manager...
░░ Subject: A start job for unit ModemManager.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit ModemManager.service has begun execution.
░░ 
░░ The job identifier is 134.
Apr 29 05:00:01 archiso ModemManager[736]: <msg> ModemManager (version 1.22.0-1) starting in system bus...
Apr 29 05:00:01 archiso systemd[1]: Started Modem Manager.
░░ Subject: A start job for unit ModemManager.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit ModemManager.service has finished successfully.
░░ 
░░ The job identifier is 134.
Apr 29 05:00:01 archiso kernel: NET: Registered PF_QIPCRTR protocol family
Apr 29 05:00:01 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ModemManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:01 archiso iwd[687]: Wireless daemon version 3.5
Apr 29 05:00:01 archiso iwd[687]: station: Network configuration is disabled.
Apr 29 05:00:01 archiso systemd[1]: Started Wireless service.
░░ Subject: A start job for unit iwd.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit iwd.service has finished successfully.
░░ 
░░ The job identifier is 155.
Apr 29 05:00:01 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:01 archiso systemd[1]: Reached target Network.
░░ Subject: A start job for unit network.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit network.target has finished successfully.
░░ 
░░ The job identifier is 147.
Apr 29 05:00:01 archiso iwd[687]: Wiphy: 0, Name: phy0
Apr 29 05:00:01 archiso iwd[687]:         Permanent Address: 38:8d:3d:6c:7a:88
Apr 29 05:00:01 archiso iwd[687]:         2.4GHz Band:
Apr 29 05:00:01 archiso iwd[687]:                 Bitrates (non-HT):
Apr 29 05:00:01 archiso iwd[687]:                          1.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                          2.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                          5.5 Mbps
Apr 29 05:00:01 archiso iwd[687]:                         11.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                          6.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                          9.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                         12.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                         18.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                         24.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                         36.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                         48.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                         54.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                 HT Capabilities:
Apr 29 05:00:01 archiso iwd[687]:                         HT40
Apr 29 05:00:01 archiso iwd[687]:                         Short GI for 20Mhz
Apr 29 05:00:01 archiso iwd[687]:                         Short GI for 40Mhz
Apr 29 05:00:01 archiso iwd[687]:                 HT RX MCS indexes:
Apr 29 05:00:01 archiso iwd[687]:                         0-15
Apr 29 05:00:01 archiso iwd[687]:                         32
Apr 29 05:00:01 archiso iwd[687]:                 HE Capabilities
Apr 29 05:00:01 archiso iwd[687]:                         Interface Types: ap
Apr 29 05:00:01 archiso iwd[687]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Apr 29 05:00:01 archiso iwd[687]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Apr 29 05:00:01 archiso iwd[687]:                         Interface Types: station
Apr 29 05:00:01 archiso iwd[687]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Apr 29 05:00:01 archiso iwd[687]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Apr 29 05:00:01 archiso iwd[687]:         5GHz Band:
Apr 29 05:00:01 archiso iwd[687]:                 Bitrates (non-HT):
Apr 29 05:00:01 archiso iwd[687]:                          6.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                          9.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                         12.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                         18.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                         24.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                         36.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                         48.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                         54.0 Mbps
Apr 29 05:00:01 archiso iwd[687]:                 HT Capabilities:
Apr 29 05:00:01 archiso iwd[687]:                         HT40
Apr 29 05:00:01 archiso iwd[687]:                         Short GI for 20Mhz
Apr 29 05:00:01 archiso iwd[687]:                         Short GI for 40Mhz
Apr 29 05:00:01 archiso iwd[687]:                 HT RX MCS indexes:
Apr 29 05:00:01 archiso iwd[687]:                         0-15
Apr 29 05:00:01 archiso iwd[687]:                         32
Apr 29 05:00:01 archiso iwd[687]:                 VHT Capabilities:
Apr 29 05:00:01 archiso iwd[687]:                         Short GI for 80Mhz
Apr 29 05:00:01 archiso iwd[687]:                         Max RX MCS: 0-9 for NSS: 2
Apr 29 05:00:01 archiso iwd[687]:                         Max TX MCS: 0-9 for NSS: 2
Apr 29 05:00:01 archiso iwd[687]:                 HE Capabilities
Apr 29 05:00:01 archiso iwd[687]:                         Interface Types: ap
Apr 29 05:00:01 archiso iwd[687]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Apr 29 05:00:01 archiso iwd[687]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Apr 29 05:00:01 archiso iwd[687]:                         Interface Types: station
Apr 29 05:00:01 archiso iwd[687]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Apr 29 05:00:01 archiso iwd[687]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Apr 29 05:00:01 archiso iwd[687]:         Ciphers: BIP-CMAC-256 BIP-GMAC-256 BIP-GMAC-128 CCMP-256
Apr 29 05:00:01 archiso iwd[687]:                  GCMP-256 GCMP-128 BIP-CMAC-128 CCMP-128
Apr 29 05:00:01 archiso iwd[687]:                  TKIP
Apr 29 05:00:01 archiso iwd[687]:         Supported iftypes: station ap p2p-client p2p-go
Apr 29 05:00:01 archiso systemd[1]: Starting Permit User Sessions...
░░ Subject: A start job for unit systemd-user-sessions.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-user-sessions.service has begun execution.
░░ 
░░ The job identifier is 151.
Apr 29 05:00:01 archiso systemd-networkd[583]: wlan0: Link DOWN
Apr 29 05:00:01 archiso ModemManager[736]: <msg> [base-manager] port wlan0 released by device '/sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0'
Apr 29 05:00:01 archiso ModemManager[736]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0': Operation was cancelled
Apr 29 05:00:01 archiso ssh-keygen[692]: ssh-keygen: generating new host keys: RSA ECDSA ED25519
Apr 29 05:00:01 archiso systemd[1]: sshdgenkeys.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit sshdgenkeys.service has successfully entered the 'dead' state.
Apr 29 05:00:01 archiso systemd[1]: Finished SSH Key Generation.
░░ Subject: A start job for unit sshdgenkeys.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit sshdgenkeys.service has finished successfully.
░░ 
░░ The job identifier is 126.
Apr 29 05:00:01 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshdgenkeys comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:01 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshdgenkeys comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:01 archiso systemd[1]: Finished Permit User Sessions.
░░ Subject: A start job for unit systemd-user-sessions.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-user-sessions.service has finished successfully.
░░ 
░░ The job identifier is 151.
Apr 29 05:00:01 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:01 archiso systemd[1]: Started Getty on tty1.
░░ Subject: A start job for unit getty@tty1.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit getty@tty1.service has finished successfully.
░░ 
░░ The job identifier is 137.
Apr 29 05:00:01 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:01 archiso systemd[1]: Reached target Login Prompts.
░░ Subject: A start job for unit getty.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit getty.target has finished successfully.
░░ 
░░ The job identifier is 136.
Apr 29 05:00:01 archiso systemd[1]: Starting OpenSSH Daemon...
░░ Subject: A start job for unit sshd.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit sshd.service has begun execution.
░░ 
░░ The job identifier is 125.
Apr 29 05:00:01 archiso iwd[687]: event: state, old: disconnected, new: autoconnect_quick
Apr 29 05:00:01 archiso systemd-networkd[583]: wlan0: Link UP
Apr 29 05:00:01 archiso sshd[816]: Server listening on 0.0.0.0 port 22.
Apr 29 05:00:01 archiso sshd[816]: Server listening on :: port 22.
Apr 29 05:00:01 archiso systemd[1]: Started OpenSSH Daemon.
░░ Subject: A start job for unit sshd.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit sshd.service has finished successfully.
░░ 
░░ The job identifier is 125.
Apr 29 05:00:01 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:01 archiso systemd-networkd[583]: wlan0: Configuring with /etc/systemd/network/20-wlan.network.
Apr 29 05:00:01 archiso iwd[687]: udev interface=wlan0 ifindex=3
Apr 29 05:00:05 archiso iwd[687]: invalid HE capabilities for 1c:93:7c:52:d0:b4
Apr 29 05:00:05 archiso iwd[687]: invalid HE capabilities for 0e:93:7c:52:d0:b4
Apr 29 05:00:05 archiso iwd[687]: invalid HE capabilities for 16:93:7c:52:d0:b4
Apr 29 05:00:05 archiso iwd[687]: invalid HE capabilities for 0a:93:7c:52:d0:b4
Apr 29 05:00:05 archiso iwd[687]: invalid HE capabilities for 12:93:7c:52:d0:b4
Apr 29 05:00:05 archiso iwd[687]: invalid HE capabilities for d4:6c:6d:5c:bb:dd
Apr 29 05:00:05 archiso iwd[687]: invalid HE capabilities for ce:6c:6d:5c:bb:dd
Apr 29 05:00:05 archiso iwd[687]: invalid HE capabilities for d4:6c:6d:65:c4:71
Apr 29 05:00:05 archiso iwd[687]: invalid HE capabilities for ce:6c:6d:65:c4:71
Apr 29 05:00:05 archiso iwd[687]: invalid HE capabilities for d6:6c:6d:65:c4:71
Apr 29 05:00:05 archiso iwd[687]: invalid HE capabilities for ca:6c:6d:65:c4:71
Apr 29 05:00:05 archiso iwd[687]: invalid HE capabilities for d2:6c:6d:65:c4:71
Apr 29 05:00:05 archiso iwd[687]: wiphy_estimate_data_rate() failed
Apr 29 05:00:05 archiso ModemManager[736]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0': not supported by any plugin
Apr 29 05:00:06 archiso audit[815]: USER_ACCT pid=815 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Apr 29 05:00:06 archiso kernel: kauditd_printk_skb: 11 callbacks suppressed
Apr 29 05:00:06 archiso kernel: audit: type=1101 audit(1745917206.540:101): pid=815 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Apr 29 05:00:06 archiso audit[815]: CRED_ACQ pid=815 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Apr 29 05:00:06 archiso audit[815]: SYSCALL arch=c000003e syscall=1 success=yes exit=1 a0=3 a1=7ffd79c52890 a2=1 a3=0 items=0 ppid=1 pid=815 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D66002D2D
Apr 29 05:00:06 archiso kernel: audit: type=1103 audit(1745917206.561:102): pid=815 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Apr 29 05:00:06 archiso kernel: audit: type=1006 audit(1745917206.561:103): pid=815 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1
Apr 29 05:00:06 archiso kernel: audit: type=1300 audit(1745917206.561:103): arch=c000003e syscall=1 success=yes exit=1 a0=3 a1=7ffd79c52890 a2=1 a3=0 items=0 ppid=1 pid=815 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Apr 29 05:00:06 archiso kernel: audit: type=1327 audit(1745917206.561:103): proctitle=2F62696E2F6C6F67696E002D70002D66002D2D
Apr 29 05:00:06 archiso login[815]: pam_unix(login:session): session opened for user root(uid=0) by root(uid=0)
Apr 29 05:00:06 archiso systemd-logind[695]: New session 1 of user root.
░░ Subject: A new session 1 has been created for user root
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: sd-login(3)
░░ 
░░ A new session with the ID 1 has been created for the user root.
░░ 
░░ The leading process of the session is 815.
Apr 29 05:00:06 archiso systemd[1]: Created slice User Slice of UID 0.
░░ Subject: A start job for unit user-0.slice has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user-0.slice has finished successfully.
░░ 
░░ The job identifier is 388.
Apr 29 05:00:06 archiso systemd[1]: Starting User Runtime Directory /run/user/0...
░░ Subject: A start job for unit user-runtime-dir@0.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user-runtime-dir@0.service has begun execution.
░░ 
░░ The job identifier is 304.
Apr 29 05:00:06 archiso systemd[1]: Finished User Runtime Directory /run/user/0.
░░ Subject: A start job for unit user-runtime-dir@0.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user-runtime-dir@0.service has finished successfully.
░░ 
░░ The job identifier is 304.
Apr 29 05:00:06 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:06 archiso kernel: audit: type=1130 audit(1745917206.625:104): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:06 archiso systemd[1]: Starting User Manager for UID 0...
░░ Subject: A start job for unit user@0.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user@0.service has begun execution.
░░ 
░░ The job identifier is 390.
Apr 29 05:00:06 archiso audit[823]: USER_ACCT pid=823 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:06 archiso audit[823]: CRED_ACQ pid=823 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=failed'
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=1 success=yes exit=1 a0=8 a1=7ffcce988900 a2=1 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso (systemd)[823]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[root] ruser=[<unknown>] rhost=[<unknown>]
Apr 29 05:00:06 archiso (systemd)[823]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
Apr 29 05:00:06 archiso kernel: audit: type=1101 audit(1745917206.654:105): pid=823 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:06 archiso kernel: audit: type=1103 audit(1745917206.654:106): pid=823 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=failed'
Apr 29 05:00:06 archiso kernel: audit: type=1006 audit(1745917206.654:107): pid=823 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
Apr 29 05:00:06 archiso kernel: audit: type=1300 audit(1745917206.654:107): arch=c000003e syscall=1 success=yes exit=1 a0=8 a1=7ffcce988900 a2=1 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
Apr 29 05:00:06 archiso systemd-logind[695]: New session 2 of user root.
░░ Subject: A new session 2 has been created for user root
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: sd-login(3)
░░ 
░░ A new session with the ID 2 has been created for the user root.
░░ 
░░ The leading process of the session is 823.
Apr 29 05:00:06 archiso audit[823]: USER_START pid=823 uid=0 auid=0 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_umask,pam_systemd,pam_env acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:06 archiso audit: BPF prog-id=61 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffedcb39b80 a2=98 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=61 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=8 a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=62 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffedcb39c30 a2=98 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=62 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=8 a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=63 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffedcb389f0 a2=94 a3=2 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=63 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=8 a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=64 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffedcb38b30 a2=94 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=64 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=8 a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=65 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=10 a0=5 a1=7ffedcb399a0 a2=94 a3=2 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=65 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=a a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=66 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=11 a0=5 a1=7ffedcb39700 a2=94 a3=4 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=66 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=b a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=67 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=11 a0=5 a1=7ffedcb39830 a2=94 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=67 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=b a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=68 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=11 a0=5 a1=7ffedcb38fd0 a2=94 a3=52 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=69 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=12 a0=5 a1=7ffedcb38fd0 a2=94 a3=52 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=68 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=b a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=69 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=c a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=70 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffedcb38b30 a2=94 a3=2 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=70 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=8 a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=71 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=10 a0=5 a1=7ffedcb39960 a2=94 a3=2 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=71 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=a a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=72 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=12 a0=5 a1=7ffedcb39610 a2=94 a3=5 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=72 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=c a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=73 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=11 a0=5 a1=7ffedcb38e50 a2=94 a3=2 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=73 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=b a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=74 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=11 a0=5 a1=7ffedcb38f90 a2=94 a3=13 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=75 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=13 a0=5 a1=7ffedcb38de0 a2=94 a3=2 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=75 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=d a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=76 op=LOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=321 success=yes exit=12 a0=5 a1=7ffedcb38f90 a2=94 a3=13 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=74 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=b a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso audit: BPF prog-id=76 op=UNLOAD
Apr 29 05:00:06 archiso audit[823]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=c a1=0 a2=0 a3=0 items=0 ppid=1 pid=823 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Apr 29 05:00:06 archiso audit: PROCTITLE proctitle="(systemd)"
Apr 29 05:00:06 archiso systemd[823]: Queued start job for default target Main User Target.
Apr 29 05:00:06 archiso systemd[823]: Created slice User Application Slice.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 11.
Apr 29 05:00:06 archiso systemd[823]: Reached target Paths.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 7.
Apr 29 05:00:06 archiso systemd[823]: Reached target Timers.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 20.
Apr 29 05:00:06 archiso systemd[823]: Starting D-Bus User Message Bus Socket...
░░ Subject: A start job for unit UNIT has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has begun execution.
░░ 
░░ The job identifier is 14.
Apr 29 05:00:06 archiso systemd[823]: Listening on GnuPG network certificate management daemon.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 10.
Apr 29 05:00:06 archiso systemd[823]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 19.
Apr 29 05:00:06 archiso systemd[823]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 13.
Apr 29 05:00:06 archiso systemd[823]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 15.
Apr 29 05:00:06 archiso systemd[823]: Listening on GnuPG cryptographic agent and passphrase cache.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 17.
Apr 29 05:00:06 archiso systemd[823]: Listening on GnuPG public key management service.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 18.
Apr 29 05:00:06 archiso systemd[823]: Listening on p11-kit server.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 16.
Apr 29 05:00:06 archiso systemd[823]: Listening on D-Bus User Message Bus Socket.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 14.
Apr 29 05:00:06 archiso systemd[823]: Reached target Sockets.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 9.
Apr 29 05:00:06 archiso systemd[823]: Reached target Basic System.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 6.
Apr 29 05:00:06 archiso systemd[823]: Reached target Main User Target.
░░ Subject: A start job for unit UNIT has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit UNIT has finished successfully.
░░ 
░░ The job identifier is 5.
Apr 29 05:00:06 archiso systemd[823]: Startup finished in 207ms.
░░ Subject: User manager start-up is now complete
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The user manager instance for user 0 has been started. All services queued
░░ for starting have been started. Note that other services might still be starting
░░ up or be started at any later time.
░░ 
░░ Startup of the manager took 207472 microseconds.
Apr 29 05:00:06 archiso systemd[1]: Started User Manager for UID 0.
░░ Subject: A start job for unit user@0.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit user@0.service has finished successfully.
░░ 
░░ The job identifier is 390.
Apr 29 05:00:06 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:00:06 archiso systemd[1]: Started Session 1 of User root.
░░ Subject: A start job for unit session-1.scope has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit session-1.scope has finished successfully.
░░ 
░░ The job identifier is 477.
Apr 29 05:00:06 archiso audit[815]: USER_START pid=815 uid=0 auid=0 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_umask,pam_systemd,pam_env acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Apr 29 05:00:06 archiso audit[815]: CRED_REFR pid=815 uid=0 auid=0 ses=1 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Apr 29 05:00:06 archiso login[815]: ROOT LOGIN ON tty1
Apr 29 05:00:18 archiso iwd[687]: invalid HE capabilities for 1c:93:7c:52:d0:b4
Apr 29 05:00:18 archiso iwd[687]: invalid HE capabilities for 0e:93:7c:52:d0:b4
Apr 29 05:00:18 archiso iwd[687]: invalid HE capabilities for 16:93:7c:52:d0:b4
Apr 29 05:00:18 archiso iwd[687]: invalid HE capabilities for 0a:93:7c:52:d0:b4
Apr 29 05:00:18 archiso iwd[687]: invalid HE capabilities for 12:93:7c:52:d0:b4
Apr 29 05:00:18 archiso iwd[687]: invalid HE capabilities for d4:6c:6d:5c:bb:dd
Apr 29 05:00:18 archiso iwd[687]: invalid HE capabilities for ce:6c:6d:5c:bb:dd
Apr 29 05:00:18 archiso iwd[687]: invalid HE capabilities for d4:6c:6d:65:c4:71
Apr 29 05:00:18 archiso iwd[687]: invalid HE capabilities for ce:6c:6d:65:c4:71
Apr 29 05:00:18 archiso iwd[687]: invalid HE capabilities for d6:6c:6d:65:c4:71
Apr 29 05:00:18 archiso iwd[687]: invalid HE capabilities for ca:6c:6d:65:c4:71
Apr 29 05:00:18 archiso iwd[687]: invalid HE capabilities for d2:6c:6d:65:c4:71
Apr 29 05:00:18 archiso iwd[687]: wiphy_estimate_data_rate() failed
Apr 29 05:00:20 archiso systemd-resolved[555]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Apr 29 05:00:41 archiso iwd[687]: invalid HE capabilities for d4:6c:6d:65:c4:71
Apr 29 05:00:41 archiso iwd[687]: invalid HE capabilities for ce:6c:6d:65:c4:71
Apr 29 05:00:41 archiso iwd[687]: invalid HE capabilities for d6:6c:6d:65:c4:71
Apr 29 05:00:41 archiso iwd[687]: invalid HE capabilities for ca:6c:6d:65:c4:71
Apr 29 05:00:41 archiso iwd[687]: invalid HE capabilities for d2:6c:6d:65:c4:71
Apr 29 05:00:42 archiso kernel: EXT4-fs (sdb3): mounted filesystem e7452dba-7614-48a3-95fc-944fea0c16fd r/w with ordered data mode. Quota mode: none.
Apr 29 05:00:54 archiso kernel: Adding 4194300k swap on /dev/sdb2.  Priority:-2 extents:1 across:4194300k SS
Apr 29 05:01:25 archiso iwd[687]: invalid HE capabilities for ca:6c:6d:65:c4:71
Apr 29 05:01:25 archiso iwd[687]: invalid HE capabilities for d2:6c:6d:65:c4:71
Apr 29 05:01:25 archiso iwd[687]: invalid HE capabilities for 1c:93:7c:52:d0:b4
Apr 29 05:01:25 archiso iwd[687]: invalid HE capabilities for 0e:93:7c:52:d0:b4
Apr 29 05:01:25 archiso iwd[687]: invalid HE capabilities for 16:93:7c:52:d0:b4
Apr 29 05:01:25 archiso iwd[687]: invalid HE capabilities for 0a:93:7c:52:d0:b4
Apr 29 05:01:25 archiso iwd[687]: wiphy_estimate_data_rate() failed
Apr 29 05:01:50 archiso systemd-networkd-wait-online[629]: Timeout occurred while waiting for network connectivity.
Apr 29 05:01:50 archiso systemd[1]: systemd-networkd-wait-online.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit systemd-networkd-wait-online.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:01:50 archiso systemd[1]: systemd-networkd-wait-online.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-networkd-wait-online.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:01:50 archiso systemd[1]: Failed to start Wait for Network to be Configured.
░░ Subject: A start job for unit systemd-networkd-wait-online.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-networkd-wait-online.service has finished with a failure.
░░ 
░░ The job identifier is 144 and the job result is failed.
Apr 29 05:01:50 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:01:50 archiso kernel: kauditd_printk_skb: 101 callbacks suppressed
Apr 29 05:01:50 archiso kernel: audit: type=1130 audit(1745917310.980:144): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:01:50 archiso systemd[1]: Reached target Network is Online.
░░ Subject: A start job for unit network-online.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit network-online.target has finished successfully.
░░ 
░░ The job identifier is 143.
Apr 29 05:01:50 archiso audit: BPF prog-id=77 op=LOAD
Apr 29 05:01:50 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 142.
Apr 29 05:01:50 archiso kernel: audit: type=1334 audit(1745917310.982:145): prog-id=77 op=LOAD
Apr 29 05:01:53 archiso reflector[915]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:01:53 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:01:53 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:01:53 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 142 and the job result is failed.
Apr 29 05:01:53 archiso systemd[1]: reflector.service: Consumed 2.050s CPU time, 29M memory peak.
░░ Subject: Resources consumed by unit runtime
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service completed and consumed the indicated resources.
Apr 29 05:01:53 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:01:53 archiso kernel: audit: type=1130 audit(1745917313.085:146): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:01:53 archiso audit: BPF prog-id=77 op=UNLOAD
Apr 29 05:01:53 archiso kernel: audit: type=1334 audit(1745917313.094:147): prog-id=77 op=UNLOAD
Apr 29 05:02:03 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 1.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:02:03 archiso audit: BPF prog-id=78 op=LOAD
Apr 29 05:02:03 archiso kernel: audit: type=1334 audit(1745917323.228:148): prog-id=78 op=LOAD
Apr 29 05:02:03 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 565.
Apr 29 05:02:03 archiso reflector[922]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:02:03 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:02:03 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:02:03 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 565 and the job result is failed.
Apr 29 05:02:03 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:02:03 archiso kernel: audit: type=1130 audit(1745917323.379:149): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:02:03 archiso audit: BPF prog-id=78 op=UNLOAD
Apr 29 05:02:03 archiso kernel: audit: type=1334 audit(1745917323.385:150): prog-id=78 op=UNLOAD
Apr 29 05:02:13 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 2.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:02:13 archiso audit: BPF prog-id=79 op=LOAD
Apr 29 05:02:13 archiso kernel: audit: type=1334 audit(1745917333.478:151): prog-id=79 op=LOAD
Apr 29 05:02:13 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 655.
Apr 29 05:02:13 archiso reflector[928]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:02:13 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:02:13 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:02:13 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 655 and the job result is failed.
Apr 29 05:02:13 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:02:13 archiso kernel: audit: type=1130 audit(1745917333.632:152): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:02:13 archiso audit: BPF prog-id=79 op=UNLOAD
Apr 29 05:02:13 archiso kernel: audit: type=1334 audit(1745917333.639:153): prog-id=79 op=UNLOAD
Apr 29 05:02:23 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 3.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:02:23 archiso audit: BPF prog-id=80 op=LOAD
Apr 29 05:02:23 archiso kernel: audit: type=1334 audit(1745917343.728:154): prog-id=80 op=LOAD
Apr 29 05:02:23 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 745.
Apr 29 05:02:23 archiso reflector[934]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:02:23 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:02:23 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:02:23 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 745 and the job result is failed.
Apr 29 05:02:23 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:02:23 archiso kernel: audit: type=1130 audit(1745917343.882:155): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:02:23 archiso audit: BPF prog-id=80 op=UNLOAD
Apr 29 05:02:23 archiso kernel: audit: type=1334 audit(1745917343.888:156): prog-id=80 op=UNLOAD
Apr 29 05:02:33 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 4.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:02:33 archiso audit: BPF prog-id=81 op=LOAD
Apr 29 05:02:33 archiso kernel: audit: type=1334 audit(1745917353.978:157): prog-id=81 op=LOAD
Apr 29 05:02:33 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 835.
Apr 29 05:02:34 archiso reflector[941]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:02:34 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:02:34 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:02:34 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 835 and the job result is failed.
Apr 29 05:02:34 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:02:34 archiso kernel: audit: type=1130 audit(1745917354.133:158): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:02:34 archiso audit: BPF prog-id=81 op=UNLOAD
Apr 29 05:02:34 archiso kernel: audit: type=1334 audit(1745917354.138:159): prog-id=81 op=UNLOAD
Apr 29 05:02:44 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 5.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:02:44 archiso audit: BPF prog-id=82 op=LOAD
Apr 29 05:02:44 archiso kernel: audit: type=1334 audit(1745917364.228:160): prog-id=82 op=LOAD
Apr 29 05:02:44 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 925.
Apr 29 05:02:44 archiso reflector[948]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:02:44 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:02:44 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:02:44 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 925 and the job result is failed.
Apr 29 05:02:44 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:02:44 archiso kernel: audit: type=1130 audit(1745917364.383:161): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:02:44 archiso audit: BPF prog-id=82 op=UNLOAD
Apr 29 05:02:44 archiso kernel: audit: type=1334 audit(1745917364.388:162): prog-id=82 op=UNLOAD
Apr 29 05:02:48 archiso iwd[687]: invalid HE capabilities for ca:6c:6d:65:c4:71
Apr 29 05:02:48 archiso iwd[687]: invalid HE capabilities for d2:6c:6d:65:c4:71
Apr 29 05:02:48 archiso iwd[687]: invalid HE capabilities for 1c:93:7c:52:d0:b4
Apr 29 05:02:48 archiso iwd[687]: wiphy_estimate_data_rate() failed
Apr 29 05:02:48 archiso iwd[687]: invalid HE capabilities for d4:6c:6d:65:c4:71
Apr 29 05:02:48 archiso iwd[687]: invalid HE capabilities for ce:6c:6d:65:c4:71
Apr 29 05:02:48 archiso iwd[687]: invalid HE capabilities for d6:6c:6d:65:c4:71
Apr 29 05:02:54 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 6.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:02:54 archiso audit: BPF prog-id=83 op=LOAD
Apr 29 05:02:54 archiso kernel: audit: type=1334 audit(1745917374.478:163): prog-id=83 op=LOAD
Apr 29 05:02:54 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 1015.
Apr 29 05:02:54 archiso reflector[954]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:02:54 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:02:54 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:02:54 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 1015 and the job result is failed.
Apr 29 05:02:54 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:02:54 archiso kernel: audit: type=1130 audit(1745917374.639:164): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:02:54 archiso audit: BPF prog-id=83 op=UNLOAD
Apr 29 05:02:54 archiso kernel: audit: type=1334 audit(1745917374.646:165): prog-id=83 op=UNLOAD
Apr 29 05:03:04 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 7.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:03:04 archiso audit: BPF prog-id=84 op=LOAD
Apr 29 05:03:04 archiso kernel: audit: type=1334 audit(1745917384.728:166): prog-id=84 op=LOAD
Apr 29 05:03:04 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 1105.
Apr 29 05:03:04 archiso reflector[960]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:03:04 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:03:04 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:03:04 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 1105 and the job result is failed.
Apr 29 05:03:04 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:03:04 archiso kernel: audit: type=1130 audit(1745917384.891:167): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:03:04 archiso audit: BPF prog-id=84 op=UNLOAD
Apr 29 05:03:04 archiso kernel: audit: type=1334 audit(1745917384.896:168): prog-id=84 op=UNLOAD
Apr 29 05:03:14 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 8.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:03:14 archiso audit: BPF prog-id=85 op=LOAD
Apr 29 05:03:14 archiso kernel: audit: type=1334 audit(1745917394.978:169): prog-id=85 op=LOAD
Apr 29 05:03:14 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 1195.
Apr 29 05:03:15 archiso reflector[966]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:03:15 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:03:15 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:03:15 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 1195 and the job result is failed.
Apr 29 05:03:15 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:03:15 archiso kernel: audit: type=1130 audit(1745917395.141:170): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:03:15 archiso audit: BPF prog-id=85 op=UNLOAD
Apr 29 05:03:15 archiso kernel: audit: type=1334 audit(1745917395.148:171): prog-id=85 op=UNLOAD
Apr 29 05:03:25 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 9.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:03:25 archiso audit: BPF prog-id=86 op=LOAD
Apr 29 05:03:25 archiso kernel: audit: type=1334 audit(1745917405.228:172): prog-id=86 op=LOAD
Apr 29 05:03:25 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 1285.
Apr 29 05:03:25 archiso reflector[972]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:03:25 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:03:25 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:03:25 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 1285 and the job result is failed.
Apr 29 05:03:25 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:03:25 archiso kernel: audit: type=1130 audit(1745917405.396:173): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:03:25 archiso audit: BPF prog-id=86 op=UNLOAD
Apr 29 05:03:25 archiso kernel: audit: type=1334 audit(1745917405.409:174): prog-id=86 op=UNLOAD
Apr 29 05:03:35 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 10.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:03:35 archiso audit: BPF prog-id=87 op=LOAD
Apr 29 05:03:35 archiso kernel: audit: type=1334 audit(1745917415.478:175): prog-id=87 op=LOAD
Apr 29 05:03:35 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 1375.
Apr 29 05:03:35 archiso reflector[981]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:03:35 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:03:35 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:03:35 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 1375 and the job result is failed.
Apr 29 05:03:35 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:03:35 archiso kernel: audit: type=1130 audit(1745917415.641:176): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:03:35 archiso audit: BPF prog-id=87 op=UNLOAD
Apr 29 05:03:35 archiso kernel: audit: type=1334 audit(1745917415.647:177): prog-id=87 op=UNLOAD
Apr 29 05:03:45 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 11.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:03:45 archiso audit: BPF prog-id=88 op=LOAD
Apr 29 05:03:45 archiso kernel: audit: type=1334 audit(1745917425.728:178): prog-id=88 op=LOAD
Apr 29 05:03:45 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 1465.
Apr 29 05:03:45 archiso reflector[987]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:03:45 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:03:45 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:03:45 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 1465 and the job result is failed.
Apr 29 05:03:45 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:03:45 archiso kernel: audit: type=1130 audit(1745917425.897:179): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:03:45 archiso audit: BPF prog-id=88 op=UNLOAD
Apr 29 05:03:45 archiso kernel: audit: type=1334 audit(1745917425.907:180): prog-id=88 op=UNLOAD
Apr 29 05:03:55 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 12.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:03:55 archiso audit: BPF prog-id=89 op=LOAD
Apr 29 05:03:55 archiso kernel: audit: type=1334 audit(1745917435.978:181): prog-id=89 op=LOAD
Apr 29 05:03:55 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 1555.
Apr 29 05:03:56 archiso reflector[994]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:03:56 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:03:56 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:03:56 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 1555 and the job result is failed.
Apr 29 05:03:56 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:03:56 archiso kernel: audit: type=1130 audit(1745917436.140:182): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:03:56 archiso audit: BPF prog-id=89 op=UNLOAD
Apr 29 05:03:56 archiso kernel: audit: type=1334 audit(1745917436.155:183): prog-id=89 op=UNLOAD
Apr 29 05:04:06 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 13.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:04:06 archiso audit: BPF prog-id=90 op=LOAD
Apr 29 05:04:06 archiso kernel: audit: type=1334 audit(1745917446.227:184): prog-id=90 op=LOAD
Apr 29 05:04:06 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 1645.
Apr 29 05:04:06 archiso reflector[1002]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:04:06 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:04:06 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:04:06 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 1645 and the job result is failed.
Apr 29 05:04:06 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:04:06 archiso kernel: audit: type=1130 audit(1745917446.391:185): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:04:06 archiso audit: BPF prog-id=90 op=UNLOAD
Apr 29 05:04:06 archiso kernel: audit: type=1334 audit(1745917446.402:186): prog-id=90 op=UNLOAD
Apr 29 05:04:16 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 14.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:04:16 archiso audit: BPF prog-id=91 op=LOAD
Apr 29 05:04:16 archiso kernel: audit: type=1334 audit(1745917456.477:187): prog-id=91 op=LOAD
Apr 29 05:04:16 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 1735.
Apr 29 05:04:16 archiso reflector[1009]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:04:16 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:04:16 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:04:16 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 1735 and the job result is failed.
Apr 29 05:04:16 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:04:16 archiso kernel: audit: type=1130 audit(1745917456.638:188): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:04:16 archiso audit: BPF prog-id=91 op=UNLOAD
Apr 29 05:04:16 archiso kernel: audit: type=1334 audit(1745917456.645:189): prog-id=91 op=UNLOAD
Apr 29 05:04:18 archiso iwd[687]: invalid HE capabilities for 1c:93:7c:52:d0:b4
Apr 29 05:04:18 archiso iwd[687]: invalid HE capabilities for 0a:93:7c:52:d0:b4
Apr 29 05:04:18 archiso iwd[687]: invalid HE capabilities for 12:93:7c:52:d0:b4
Apr 29 05:04:18 archiso iwd[687]: invalid HE capabilities for ce:6c:6d:5c:bb:dd
Apr 29 05:04:18 archiso iwd[687]: invalid HE capabilities for d6:6c:6d:5c:bb:dd
Apr 29 05:04:18 archiso iwd[687]: invalid HE capabilities for d4:6c:6d:65:c4:71
Apr 29 05:04:18 archiso iwd[687]: invalid HE capabilities for ce:6c:6d:65:c4:71
Apr 29 05:04:18 archiso iwd[687]: invalid HE capabilities for d6:6c:6d:65:c4:71
Apr 29 05:04:18 archiso iwd[687]: invalid HE capabilities for ca:6c:6d:65:c4:71
Apr 29 05:04:18 archiso iwd[687]: invalid HE capabilities for d2:6c:6d:65:c4:71
Apr 29 05:04:18 archiso iwd[687]: invalid HE capabilities for 0c:7f:b2:60:27:89
Apr 29 05:04:26 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 15.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:04:26 archiso audit: BPF prog-id=92 op=LOAD
Apr 29 05:04:26 archiso kernel: audit: type=1334 audit(1745917466.727:190): prog-id=92 op=LOAD
Apr 29 05:04:26 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 1825.
Apr 29 05:04:26 archiso reflector[1015]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Apr 29 05:04:26 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 1.
Apr 29 05:04:26 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
Apr 29 05:04:26 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished with a failure.
░░ 
░░ The job identifier is 1825 and the job result is failed.
Apr 29 05:04:26 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:04:26 archiso kernel: audit: type=1130 audit(1745917466.891:191): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 29 05:04:26 archiso audit: BPF prog-id=92 op=UNLOAD
Apr 29 05:04:26 archiso kernel: audit: type=1334 audit(1745917466.903:192): prog-id=92 op=UNLOAD
Apr 29 05:04:28 archiso iwd[687]: event: connect-info, ssid: Math Den_5G, bss: a0:36:bc:18:b5:0c, signal: -34, load: 29/255
Apr 29 05:04:28 archiso iwd[687]: event: state, old: autoconnect_full, new: connecting
Apr 29 05:04:29 archiso kernel: wlan0: authenticate with a0:36:bc:18:b5:0c (local address=38:8d:3d:6c:7a:88)
Apr 29 05:04:29 archiso kernel: wlan0: send auth to a0:36:bc:18:b5:0c (try 1/3)
Apr 29 05:04:29 archiso kernel: wlan0: authenticated
Apr 29 05:04:29 archiso kernel: wlan0: associate with a0:36:bc:18:b5:0c (try 1/3)
Apr 29 05:04:29 archiso kernel: wlan0: RX AssocResp from a0:36:bc:18:b5:0c (capab=0x1811 status=0 aid=19)
Apr 29 05:04:29 archiso kernel: wlan0: associated
Apr 29 05:04:29 archiso kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by a0:36:bc:18:b5:0c
Apr 29 05:04:29 archiso systemd-networkd[583]: wlan0: Connected WiFi access point: Math Den_5G (a0:36:bc:18:b5:0c)
Apr 29 05:04:29 archiso iwd[687]: event: state, old: connecting, new: connected
Apr 29 05:04:29 archiso systemd-networkd[583]: wlan0: Gained carrier
Apr 29 05:04:29 archiso systemd-networkd[583]: wlan0: DHCPv4 address 192.168.50.43/24, gateway 192.168.50.1 acquired from 192.168.50.1
Apr 29 05:04:29 archiso systemd-timesyncd[556]: Network configuration changed, trying to establish connection.
Apr 29 05:04:29 archiso audit: BPF prog-id=93 op=LOAD
Apr 29 05:04:29 archiso kernel: audit: type=1334 audit(1745917469.373:193): prog-id=93 op=LOAD
Apr 29 05:04:29 archiso audit: BPF prog-id=94 op=LOAD
Apr 29 05:04:29 archiso audit: BPF prog-id=95 op=LOAD
Apr 29 05:04:29 archiso kernel: audit: type=1334 audit(1745917469.374:194): prog-id=94 op=LOAD
Apr 29 05:04:29 archiso kernel: audit: type=1334 audit(1745917469.374:195): prog-id=95 op=LOAD
Apr 29 05:04:29 archiso systemd[1]: Starting Hostname Service...
░░ Subject: A start job for unit systemd-hostnamed.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-hostnamed.service has begun execution.
░░ 
░░ The job identifier is 1915.
Apr 29 05:04:29 archiso systemd[1]: Started Hostname Service.
░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-hostnamed.service has finished successfully.
░░ 
░░ The job identifier is 1915.
Apr 29 05:04:29 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:04:29 archiso kernel: audit: type=1130 audit(1745917469.462:196): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:04:29 archiso systemd-hostnamed[1028]: Hostname set to <archiso> (static)
Apr 29 05:04:31 archiso systemd-networkd[583]: wlan0: Gained IPv6LL
Apr 29 05:04:31 archiso systemd-timesyncd[556]: Network configuration changed, trying to establish connection.
Apr 29 05:04:36 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 16.
░░ Subject: Automatic restarting of a unit has been scheduled
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ Automatic restarting of the unit reflector.service has been scheduled, as the result for
░░ the configured Restart= setting for the unit.
Apr 29 05:04:36 archiso audit: BPF prog-id=96 op=LOAD
Apr 29 05:04:36 archiso kernel: audit: type=1334 audit(1745917476.977:197): prog-id=96 op=LOAD
Apr 29 05:04:36 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has begun execution.
░░ 
░░ The job identifier is 1999.
Apr 29 05:04:59 archiso systemd[1]: systemd-hostnamed.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state.
Apr 29 05:04:59 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:04:59 archiso kernel: audit: type=1131 audit(1745917499.494:198): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:04:59 archiso audit: BPF prog-id=93 op=UNLOAD
Apr 29 05:04:59 archiso kernel: audit: type=1334 audit(1745917499.517:199): prog-id=93 op=UNLOAD
Apr 29 05:05:01 archiso systemd-timesyncd[556]: Contacted time server 108.45.124.89:123 (0.arch.pool.ntp.org).
Apr 29 05:05:01 archiso systemd-time-wait-sync[504]: adjtime state 0 status 2001 time Tue 2025-04-29 09:05:01.371407 UTC
Apr 29 05:05:01 archiso systemd-timesyncd[556]: Initial clock synchronization to Tue 2025-04-29 09:05:01.719204 UTC.
░░ Subject: Initial clock synchronization
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ For the first time during the current boot an NTP synchronization has been
░░ acquired and the local system clock adjustment has been initiated.
Apr 29 05:05:01 archiso systemd[1]: Finished Wait Until Kernel Time Synchronized.
░░ Subject: A start job for unit systemd-time-wait-sync.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-time-wait-sync.service has finished successfully.
░░ 
░░ The job identifier is 53.
Apr 29 05:05:01 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-time-wait-sync comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:05:01 archiso systemd[1]: Reached target System Time Synchronized.
░░ Subject: A start job for unit time-sync.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit time-sync.target has finished successfully.
░░ 
░░ The job identifier is 54.
Apr 29 05:05:01 archiso kernel: audit: type=1130 audit(1745917501.373:200): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-time-wait-sync comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:05:01 archiso systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
░░ Subject: A start job for unit archlinux-keyring-wkd-sync.timer has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit archlinux-keyring-wkd-sync.timer has finished successfully.
░░ 
░░ The job identifier is 88.
Apr 29 05:05:01 archiso systemd[1]: Started Daily man-db regeneration.
░░ Subject: A start job for unit man-db.timer has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit man-db.timer has finished successfully.
░░ 
░░ The job identifier is 89.
Apr 29 05:05:01 archiso systemd[1]: Started Daily verification of password and group files.
░░ Subject: A start job for unit shadow.timer has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit shadow.timer has finished successfully.
░░ 
░░ The job identifier is 90.
Apr 29 05:05:01 archiso systemd[1]: Reached target Timer Units.
░░ Subject: A start job for unit timers.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit timers.target has finished successfully.
░░ 
░░ The job identifier is 87.
Apr 29 05:05:01 archiso systemd[1]: Starting Initializes Pacman keyring...
░░ Subject: A start job for unit pacman-init.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit pacman-init.service has begun execution.
░░ 
░░ The job identifier is 152.
Apr 29 05:05:01 archiso pacman-key[1047]: gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
Apr 29 05:05:01 archiso pacman-key[1047]: gpg: no ultimately trusted keys found
Apr 29 05:05:01 archiso pacman-key[1065]: gpg: starting migration from earlier GnuPG versions
Apr 29 05:05:01 archiso pacman-key[1065]: gpg: porting secret keys from '/etc/pacman.d/gnupg/secring.gpg' to gpg-agent
Apr 29 05:05:01 archiso pacman-key[1065]: gpg: migration succeeded
Apr 29 05:05:01 archiso pacman-key[1043]: ==> Generating pacman master key. This may take some time.
Apr 29 05:05:01 archiso pacman-key[1071]: gpg: Generating pacman keyring master key...
Apr 29 05:05:03 archiso pacman-key[1071]: gpg: directory '/etc/pacman.d/gnupg/openpgp-revocs.d' created
Apr 29 05:05:03 archiso pacman-key[1071]: gpg: revocation certificate stored as '/etc/pacman.d/gnupg/openpgp-revocs.d/5BA0A7DBE021D8607DDDF058E44A8CCB03CFE923.rev'
Apr 29 05:05:03 archiso pacman-key[1071]: gpg: Done
Apr 29 05:05:03 archiso pacman-key[1043]: ==> Updating trust database...
Apr 29 05:05:03 archiso pacman-key[1074]: gpg: marginals needed: 3  completes needed: 1  trust model: pgp
Apr 29 05:05:03 archiso pacman-key[1074]: gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
Apr 29 05:05:03 archiso pacman-key[1075]: ==> Appending keys from archlinux.gpg...
Apr 29 05:05:07 archiso pacman-key[1075]: ==> Locally signing trusted keys in keyring...
Apr 29 05:05:12 archiso systemd[1]: reflector.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit reflector.service has successfully entered the 'dead' state.
Apr 29 05:05:12 archiso systemd[1]: Finished Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit reflector.service has finished successfully.
░░ 
░░ The job identifier is 1999.
Apr 29 05:05:12 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:05:12 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:05:12 archiso kernel: audit: type=1130 audit(1745917512.203:201): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:05:12 archiso kernel: audit: type=1131 audit(1745917512.204:202): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:05:12 archiso audit: BPF prog-id=96 op=UNLOAD
Apr 29 05:05:12 archiso kernel: audit: type=1334 audit(1745917512.209:203): prog-id=96 op=UNLOAD
Apr 29 05:05:12 archiso pacman-key[1075]:   -> Locally signed 5 keys.
Apr 29 05:05:12 archiso pacman-key[1075]: ==> Importing owner trust values...
Apr 29 05:05:12 archiso pacman-key[1177]: gpg: setting ownertrust to 4
Apr 29 05:05:12 archiso pacman-key[1177]: gpg: setting ownertrust to 4
Apr 29 05:05:12 archiso pacman-key[1177]: gpg: setting ownertrust to 4
Apr 29 05:05:12 archiso pacman-key[1177]: gpg: inserting ownertrust of 4
Apr 29 05:05:12 archiso pacman-key[1177]: gpg: setting ownertrust to 4
Apr 29 05:05:12 archiso pacman-key[1075]: ==> Disabling revoked keys in keyring...
Apr 29 05:05:12 archiso pacman-key[1075]:   -> Disabled 45 keys.
Apr 29 05:05:12 archiso pacman-key[1075]: ==> Updating trust database...
Apr 29 05:05:12 archiso pacman-key[1316]: gpg: Note: third-party key signatures using the SHA1 algorithm are rejected
Apr 29 05:05:12 archiso pacman-key[1316]: gpg: (use option "--allow-weak-key-signatures" to override)
Apr 29 05:05:13 archiso pacman-key[1316]: gpg: marginals needed: 3  completes needed: 1  trust model: pgp
Apr 29 05:05:13 archiso pacman-key[1316]: gpg: depth: 0  valid:   1  signed:   5  trust: 0-, 0q, 0n, 0m, 0f, 1u
Apr 29 05:05:13 archiso pacman-key[1316]: gpg: depth: 1  valid:   5  signed: 101  trust: 0-, 0q, 0n, 5m, 0f, 0u
Apr 29 05:05:13 archiso pacman-key[1316]: gpg: depth: 2  valid:  78  signed:  21  trust: 78-, 0q, 0n, 0m, 0f, 0u
Apr 29 05:05:13 archiso pacman-key[1316]: gpg: next trustdb check due at 2025-06-16
Apr 29 05:05:13 archiso systemd[1]: Finished Initializes Pacman keyring.
░░ Subject: A start job for unit pacman-init.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit pacman-init.service has finished successfully.
░░ 
░░ The job identifier is 152.
Apr 29 05:05:13 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pacman-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:05:13 archiso kernel: audit: type=1130 audit(1745917513.763:204): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pacman-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:05:13 archiso systemd[1]: Reached target Multi-User System.
░░ Subject: A start job for unit multi-user.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit multi-user.target has finished successfully.
░░ 
░░ The job identifier is 2.
Apr 29 05:05:13 archiso systemd[1]: Reached target Graphical Interface.
░░ Subject: A start job for unit graphical.target has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit graphical.target has finished successfully.
░░ 
░░ The job identifier is 1.
Apr 29 05:05:13 archiso systemd[1]: Startup finished in 11.535s (firmware) + 10.810s (loader) + 54.489s (kernel) + 5min 26.778s (userspace) = 6min 43.614s.
░░ Subject: System start-up is now complete
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ All system services necessary queued for starting at boot have been
░░ started. Note that this does not mean that the machine is now idle as services
░░ might still be busy with completing start-up.
░░ 
░░ Kernel start-up required 54489584 microseconds.
░░ 
░░ Initrd start-up required INITRD_USEC microseconds.
░░ 
░░ Userspace start-up required 326778635 microseconds.
Apr 29 05:14:01 archiso systemd[1]: Starting Cleanup of Temporary Directories...
░░ Subject: A start job for unit systemd-tmpfiles-clean.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-tmpfiles-clean.service has begun execution.
░░ 
░░ The job identifier is 2089.
Apr 29 05:14:01 archiso systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-tmpfiles-clean.service has successfully entered the 'dead' state.
Apr 29 05:14:01 archiso systemd[1]: Finished Cleanup of Temporary Directories.
░░ Subject: A start job for unit systemd-tmpfiles-clean.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-tmpfiles-clean.service has finished successfully.
░░ 
░░ The job identifier is 2089.
Apr 29 05:14:01 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:14:01 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:14:01 archiso kernel: audit: type=1130 audit(1745918041.838:205): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:14:01 archiso kernel: audit: type=1131 audit(1745918041.838:206): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 29 05:15:14 archiso systemd[1]: mnt-etc-resolv.conf.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit mnt-etc-resolv.conf.mount has successfully entered the 'dead' state.
Apr 29 05:15:14 archiso systemd[1]: mnt-tmp.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit mnt-tmp.mount has successfully entered the 'dead' state.
Apr 29 05:15:14 archiso systemd[1]: mnt-run.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit mnt-run.mount has successfully entered the 'dead' state.
Apr 29 05:15:14 archiso systemd[1]: mnt-dev-shm.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit mnt-dev-shm.mount has successfully entered the 'dead' state.
Apr 29 05:15:14 archiso systemd[1]: mnt-dev-pts.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit mnt-dev-pts.mount has successfully entered the 'dead' state.
Apr 29 05:15:14 archiso systemd[1]: mnt-dev.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit mnt-dev.mount has successfully entered the 'dead' state.
Apr 29 05:15:14 archiso systemd[1]: mnt-sys-firmware-efi-efivars.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit mnt-sys-firmware-efi-efivars.mount has successfully entered the 'dead' state.
Apr 29 05:15:14 archiso systemd[1]: mnt-sys.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit mnt-sys.mount has successfully entered the 'dead' state.
Apr 29 05:15:14 archiso systemd[1]: mnt-proc.mount: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit mnt-proc.mount has successfully entered the 'dead' state.
Apr 29 05:28:03 archiso kernel: ACPI Error: No handler for Region [CMS0] (00000000a4572958) [SystemCMOS] (20240827/evregion-131)
Apr 29 05:28:03 archiso kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20240827/exfldio-261)
Apr 29 05:28:03 archiso kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0._Q33 due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

Last edited by ads_fibonacci (2025-04-29 17:45:49)

Offline

#2 2025-04-29 10:15:09

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,694

Re: [Solved] Dropped into emergency shell on new arch install

Can you boot with the fallback initramfs?

Online

#3 2025-04-29 15:11:31

ads_fibonacci
Member
Registered: 2023-07-26
Posts: 4

Re: [Solved] Dropped into emergency shell on new arch install

No, I cannot. Its like it doesn't recognize the root partition at all, which is weird because its using the boot partition as expected.

Offline

#4 2025-04-29 15:53:08

Nikolai5
Member
From: North West, England, UK
Registered: 2024-01-27
Posts: 268

Re: [Solved] Dropped into emergency shell on new arch install

Can you try using these modules: ufs ufshcd ufshcd-pci

Include them in modules=() of mkinitcpio.

Only found it through a lot of googling, but I can't say with certainty it will resolve your issues it's worth a try. Also found a post of someone with a HP where the storage was a similar device, and I think chromebooks might have similar issues, but I couldn't find anything related on the chrome OS page of the wiki.


Ryzen 7 9850X3D | AMD 7800XT | KDE Plasma

Offline

#5 2025-04-29 16:35:11

ads_fibonacci
Member
Registered: 2023-07-26
Posts: 4

Re: [Solved] Dropped into emergency shell on new arch install

I get an error, module not found 'ufshcd'

Offline

#6 2025-04-29 16:50:57

Nikolai5
Member
From: North West, England, UK
Registered: 2024-01-27
Posts: 268

Re: [Solved] Dropped into emergency shell on new arch install


Ryzen 7 9850X3D | AMD 7800XT | KDE Plasma

Offline

#7 2025-04-29 17:42:33

ads_fibonacci
Member
Registered: 2023-07-26
Posts: 4

Re: [Solved] Dropped into emergency shell on new arch install

I am able to boot to a login now, thank you!

Offline

Board footer

Powered by FluxBB