You are not logged in.

#1 2022-10-25 21:31:22

v4m3rr
Member
Registered: 2022-10-25
Posts: 14

IWCTL seems to not working

I followed the installation guide posted on arch linux website. I am stuck at connecting to the network via wifi. I checked my rfkill and all two wlans were unblocked. When I restarted iwd.service i could make a connection via iwctl but after about 30 seconds suddenly after typing station wlan0 get-networks Ive seen no available network but 30 second earlier output of that command had been normal. Ive been struggling a lot Ive never posted such topic ever so if I haven't described corretlly i am sorry. Please help. I haven't tried connecting via ethernet cable because i don;t have that possibility. I managed to connect to wifi once but when i tried to run ping google.com I got this message "ping temporary failure in name resolution". Try to put static dns (i think this is it) to google's 8.8.8.8 but didn't worked. I don't know what to do :(

Offline

#2 2022-10-26 07:04:40

seth
Member
Registered: 2012-09-03
Posts: 60,805

Re: IWCTL seems to not working

I suppose you're typing from a phone?
https://wiki.archlinux.org/title/Tethering

I assume the wifi driver/firmware crashes - you can check the system journal for that.
If there's a parallel windows installation, see the 3rd link below - because that frequently causes such.

Online

#3 2022-10-26 14:55:57

v4m3rr
Member
Registered: 2022-10-25
Posts: 14

Re: IWCTL seems to not working

Okay let me clarify. I have Lenovo Ideapad 100. On hard drive I have installed Ubuntu but I have intention to format it and then install Arch. So I made bootable pendrive with iso file of Arch Linux (archlinux-2022.10.01-x86_64.iso). So I booted from pendrive (in UEFI mode) and then followed the installation guide posted on ArchLinux website. So I run rfkill list:

0: ideapad_wlan: Wireless LAN
	Soft blocked: yes
	Hard blocked: no
1: ideapad_bluetooth: Bluetooth
	Soft blocked: yes
	Hard blocked: no
2: hci0: Bluetooth
	Soft blocked: yes
	Hard blocked: no
3: phy0: Wireless LAN
	Soft blocked: yes
	Hard blocked: no

Then I ran

rfkill unblock wifi

and it unblocked both wlans. So I restarted iwd.service I entered iwctl utility ran

station wlan0 scan

and

station wlan0 get-networks

and as I described above for about 30 seconds I had a list of available networks and after those 30 seconds have no network available.
And that's an output of command

journalctl -u iwd.service

Photo one
Photo two

Last edited by v4m3rr (2022-10-26 20:07:45)

Offline

#4 2022-10-26 15:06:31

seth
Member
Registered: 2012-09-03
Posts: 60,805

Re: IWCTL seems to not working

Please don't embed oversized images, the board has a 250x250px max rule.
The filtered journal doesn't show much except that the wifi is rfkill'd what raises the question "why".

Please see the tethering link to get a network connection this way, post a complete system journal after failing to scan for APs and clarify whether there's (also) a parallel windows (or you're maybe hibernating Ubuntu)

journalctl -b | curl -F 'file=@-' 0x0.st # this requires you to have a network connection

Online

#5 2022-10-26 18:59:54

v4m3rr
Member
Registered: 2022-10-25
Posts: 14

Re: IWCTL seems to not working

There is no parallel windows only Ubuntu is installed on hard drive and it is not hibernated (I can delete it if it will help). The output of the

journalctl -b

was really big so i posted a pastebin JournalOutput

Offline

#6 2022-10-26 19:41:41

seth
Member
Registered: 2012-09-03
Posts: 60,805

Re: IWCTL seems to not working

Oct 26 18:19:26 archiso systemd-networkd[295]: wlan0: Could not bring up interface: Operation not possible due to RF-kill
Oct 26 18:19:30 archiso iwd[377]: rfkill id 0 can't be matched to a wiphy
Oct 26 18:19:30 archiso iwd[377]: Error bringing interface 3 up: Operation not possible due to RF-kill
Oct 26 18:19:31 archiso systemd[1]: systemd-rfkill.service: Deactivated successfully.
Oct 26 18:19:31 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'
Oct 26 18:19:44 archiso dhcpcd[740]: dhcpcd_prestartinterface: Operation not possible due to RF-kill

At not point do you seem to have unblocked the wifi and only the failed (due to rfkill) iwd pass is logged?

was really big so i posted

The command in #5 directly feeds the journal into a pastebin service.

Please edit post #4 and replace the images w/ links.

Online

#7 2022-10-26 20:25:08

v4m3rr
Member
Registered: 2022-10-25
Posts: 14

Re: IWCTL seems to not working

I am not sure what you mean. When I type

rfkill list

I got that both wlans are unblocked after and before using iwctl. And once when I managed to connect to wifi under those 30 seconds I got no error but I haven't been able to ping to any server. Got only msg

ping temporary failure in name resolution

Offline

#8 2022-10-26 20:27:41

seth
Member
Registered: 2012-09-03
Posts: 60,805

Re: IWCTL seems to not working

Possibly, but that's not reflected in the log you posted - did you dump it before or after you entered the condition described in #7 ?

Online

#9 2022-10-26 20:28:53

v4m3rr
Member
Registered: 2022-10-25
Posts: 14

Re: IWCTL seems to not working

I might not I do it again

Offline

#10 2022-10-26 20:44:59

v4m3rr
Member
Registered: 2022-10-25
Posts: 14

Re: IWCTL seems to not working

So this what I run when i booted the system:

rfkill list
0: ideapad_wlan: Wireless LAN
	Soft blocked: yes
	Hard blocked: no
1: ideapad_bluetooth: Bluetooth
	Soft blocked: yes
	Hard blocked: no
2: hci0: Bluetooth
	Soft blocked: yes
	Hard blocked: no
3: phy0: Wireless LAN
	Soft blocked: yes
	Hard blocked: no
rfkill unblock wifi
rfkill list
0: ideapad_wlan: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: ideapad_bluetooth: Bluetooth
	Soft blocked: yes
	Hard blocked: no
2: hci0: Bluetooth
	Soft blocked: yes
	Hard blocked: no
3: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
systemctl restart iwd.service
iwctl

and in iwd i ran

station wlan0 scan
station wlan0 get-networks

And then I had a list of some networks that i can connect and after about 30 seconds had no available network. So i quited iwd and ran:

rfkill list
0: ideapad_wlan: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: ideapad_bluetooth: Bluetooth
	Soft blocked: yes
	Hard blocked: no
2: hci0: Bluetooth
	Soft blocked: yes
	Hard blocked: no
3: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
dhcpcd
journalctl -b | curl -F 'file=@-' 0x0.st

And this is an output of journalctl command

Oct 26 20:29:55 archiso kernel: microcode: microcode updated early to revision 0x26, date = 2019-11-12
Oct 26 20:29:55 archiso kernel: Linux version 5.19.12-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 SMP PREEMPT_DYNAMIC Wed, 28 Sep 2022 13:21:25 +0000
Oct 26 20:29:55 archiso kernel: Command line: BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux archisobasedir=arch archisolabel=ARCH_202210
Oct 26 20:29:55 archiso kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 26 20:29:55 archiso kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 26 20:29:55 archiso kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 26 20:29:55 archiso kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 26 20:29:55 archiso kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Oct 26 20:29:55 archiso kernel: signal: max sigframe size: 1776
Oct 26 20:29:55 archiso kernel: BIOS-provided physical RAM map:
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x0000000000059000-0x0000000000087fff] usable
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x0000000000088000-0x000000000009ffff] reserved
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007bcf0fff] usable
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x000000007bcf1000-0x000000007bcf1fff] reserved
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x000000007bcf2000-0x000000007bd14fff] usable
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x000000007bd15000-0x000000007bd15fff] reserved
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x000000007bd16000-0x0000000096ca8fff] usable
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x0000000096ca9000-0x00000000975a8fff] reserved
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x00000000975a9000-0x000000009c1bdfff] usable
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x000000009c1be000-0x000000009c3bdfff] type 20
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x000000009c3be000-0x000000009ce1dfff] reserved
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x000000009ce1e000-0x000000009cf7dfff] ACPI NVS
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x000000009cf7e000-0x000000009cffdfff] ACPI data
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x000000009cffe000-0x000000009cffefff] usable
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
Oct 26 20:29:55 archiso kernel: BIOS-e820: [mem 0x0000000100000000-0x000000025f5fffff] usable
Oct 26 20:29:55 archiso kernel: NX (Execute Disable) protection: active
Oct 26 20:29:55 archiso kernel: efi: EFI v2.40 by INSYDE Corp.
Oct 26 20:29:55 archiso kernel: efi: SMBIOS=0x9c438000 ESRT=0x9c540418 ACPI 2.0=0x9cffd014 
Oct 26 20:29:55 archiso kernel: SMBIOS 2.7 present.
Oct 26 20:29:55 archiso kernel: DMI: LENOVO 80QQ/Nano 5B6, BIOS E0CN63WW 10/21/2016
Oct 26 20:29:55 archiso kernel: tsc: Fast TSC calibration using PIT
Oct 26 20:29:55 archiso kernel: tsc: Detected 2593.984 MHz processor
Oct 26 20:29:55 archiso kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 26 20:29:55 archiso kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 26 20:29:55 archiso kernel: last_pfn = 0x25f600 max_arch_pfn = 0x400000000
Oct 26 20:29:55 archiso kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 26 20:29:55 archiso kernel: total RAM covered: 14799M
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 64K         num_reg: 10          lose cover RAM: 12583164K
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 128K         num_reg: 8          lose cover RAM: 60K
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 256K         num_reg: 8          lose cover RAM: 60K
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 512K         num_reg: 8          lose cover RAM: 60K
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 1M         num_reg: 8          lose cover RAM: 60K
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 2M         num_reg: 8          lose cover RAM: 60K
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 4M         num_reg: 8          lose cover RAM: 60K
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 8M         num_reg: 8          lose cover RAM: 60K
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 16M         num_reg: 8          lose cover RAM: 60K
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 32M         num_reg: 9          lose cover RAM: 60K
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 64M         num_reg: 7          lose cover RAM: 60K
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 128M         num_reg: 7          lose cover RAM: 60K
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 256M         num_reg: 7          lose cover RAM: 60K
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 512M         num_reg: 7          lose cover RAM: 60K
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 1G         num_reg: 8          lose cover RAM: 60K
Oct 26 20:29:55 archiso kernel:  gran_size: 64K         chunk_size: 2G         num_reg: 8          lose cover RAM: 60K
Oct 26 20:29:55 archiso kernel:  gran_size: 128K         chunk_size: 128K         num_reg: 10          lose cover RAM: 12583164K
Oct 26 20:29:55 archiso kernel:  gran_size: 128K         chunk_size: 256K         num_reg: 8          lose cover RAM: 124K
Oct 26 20:29:55 archiso kernel:  gran_size: 128K         chunk_size: 512K         num_reg: 8          lose cover RAM: 124K
Oct 26 20:29:55 archiso kernel:  gran_size: 128K         chunk_size: 1M         num_reg: 8          lose cover RAM: 124K
Oct 26 20:29:55 archiso kernel:  gran_size: 128K         chunk_size: 2M         num_reg: 8          lose cover RAM: 124K
Oct 26 20:29:55 archiso kernel:  gran_size: 128K         chunk_size: 4M         num_reg: 8          lose cover RAM: 124K
Oct 26 20:29:55 archiso kernel:  gran_size: 128K         chunk_size: 8M         num_reg: 8          lose cover RAM: 124K
Oct 26 20:29:55 archiso kernel:  gran_size: 128K         chunk_size: 16M         num_reg: 8          lose cover RAM: 124K
Oct 26 20:29:55 archiso kernel:  gran_size: 128K         chunk_size: 32M         num_reg: 9          lose cover RAM: 124K
Oct 26 20:29:55 archiso kernel:  gran_size: 128K         chunk_size: 64M         num_reg: 7          lose cover RAM: 124K
Oct 26 20:29:55 archiso kernel:  gran_size: 128K         chunk_size: 128M         num_reg: 7          lose cover RAM: 124K
Oct 26 20:29:55 archiso kernel:  gran_size: 128K         chunk_size: 256M         num_reg: 7          lose cover RAM: 124K
Oct 26 20:29:55 archiso kernel:  gran_size: 128K         chunk_size: 512M         num_reg: 7          lose cover RAM: 124K
Oct 26 20:29:55 archiso kernel:  gran_size: 128K         chunk_size: 1G         num_reg: 8          lose cover RAM: 124K
Oct 26 20:29:55 archiso kernel:  gran_size: 128K         chunk_size: 2G         num_reg: 8          lose cover RAM: 124K
Oct 26 20:29:55 archiso kernel:  gran_size: 256K         chunk_size: 256K         num_reg: 10          lose cover RAM: 12583164K
Oct 26 20:29:55 archiso kernel:  gran_size: 256K         chunk_size: 512K         num_reg: 8          lose cover RAM: 252K
Oct 26 20:29:55 archiso kernel:  gran_size: 256K         chunk_size: 1M         num_reg: 8          lose cover RAM: 252K
Oct 26 20:29:55 archiso kernel:  gran_size: 256K         chunk_size: 2M         num_reg: 8          lose cover RAM: 252K
Oct 26 20:29:55 archiso kernel:  gran_size: 256K         chunk_size: 4M         num_reg: 8          lose cover RAM: 252K
Oct 26 20:29:55 archiso kernel:  gran_size: 256K         chunk_size: 8M         num_reg: 8          lose cover RAM: 252K
Oct 26 20:29:55 archiso kernel:  gran_size: 256K         chunk_size: 16M         num_reg: 8          lose cover RAM: 252K
Oct 26 20:29:55 archiso kernel:  gran_size: 256K         chunk_size: 32M         num_reg: 9          lose cover RAM: 252K
Oct 26 20:29:55 archiso kernel:  gran_size: 256K         chunk_size: 64M         num_reg: 7          lose cover RAM: 252K
Oct 26 20:29:55 archiso kernel:  gran_size: 256K         chunk_size: 128M         num_reg: 7          lose cover RAM: 252K
Oct 26 20:29:55 archiso kernel:  gran_size: 256K         chunk_size: 256M         num_reg: 7          lose cover RAM: 252K
Oct 26 20:29:55 archiso kernel:  gran_size: 256K         chunk_size: 512M         num_reg: 7          lose cover RAM: 252K
Oct 26 20:29:55 archiso kernel:  gran_size: 256K         chunk_size: 1G         num_reg: 8          lose cover RAM: 252K
Oct 26 20:29:55 archiso kernel:  gran_size: 256K         chunk_size: 2G         num_reg: 8          lose cover RAM: 252K
Oct 26 20:29:55 archiso kernel:  gran_size: 512K         chunk_size: 512K         num_reg: 10          lose cover RAM: 8389116K
Oct 26 20:29:55 archiso kernel:  gran_size: 512K         chunk_size: 1M         num_reg: 8          lose cover RAM: 508K
Oct 26 20:29:55 archiso kernel:  gran_size: 512K         chunk_size: 2M         num_reg: 8          lose cover RAM: 508K
Oct 26 20:29:55 archiso kernel:  gran_size: 512K         chunk_size: 4M         num_reg: 8          lose cover RAM: 508K
Oct 26 20:29:55 archiso kernel:  gran_size: 512K         chunk_size: 8M         num_reg: 8          lose cover RAM: 508K
Oct 26 20:29:55 archiso kernel:  gran_size: 512K         chunk_size: 16M         num_reg: 8          lose cover RAM: 508K
Oct 26 20:29:55 archiso kernel:  gran_size: 512K         chunk_size: 32M         num_reg: 9          lose cover RAM: 508K
Oct 26 20:29:55 archiso kernel:  gran_size: 512K         chunk_size: 64M         num_reg: 7          lose cover RAM: 508K
Oct 26 20:29:55 archiso kernel:  gran_size: 512K         chunk_size: 128M         num_reg: 7          lose cover RAM: 508K
Oct 26 20:29:55 archiso kernel:  gran_size: 512K         chunk_size: 256M         num_reg: 7          lose cover RAM: 508K
Oct 26 20:29:55 archiso kernel:  gran_size: 512K         chunk_size: 512M         num_reg: 7          lose cover RAM: 508K
Oct 26 20:29:55 archiso kernel:  gran_size: 512K         chunk_size: 1G         num_reg: 8          lose cover RAM: 508K
Oct 26 20:29:55 archiso kernel:  gran_size: 512K         chunk_size: 2G         num_reg: 8          lose cover RAM: 508K
Oct 26 20:29:55 archiso kernel:  gran_size: 1M         chunk_size: 1M         num_reg: 10          lose cover RAM: 1020K
Oct 26 20:29:55 archiso kernel:  gran_size: 1M         chunk_size: 2M         num_reg: 8          lose cover RAM: 1020K
Oct 26 20:29:55 archiso kernel:  gran_size: 1M         chunk_size: 4M         num_reg: 8          lose cover RAM: 1020K
Oct 26 20:29:55 archiso kernel:  gran_size: 1M         chunk_size: 8M         num_reg: 8          lose cover RAM: 1020K
Oct 26 20:29:55 archiso kernel:  gran_size: 1M         chunk_size: 16M         num_reg: 8          lose cover RAM: 1020K
Oct 26 20:29:55 archiso kernel:  gran_size: 1M         chunk_size: 32M         num_reg: 9          lose cover RAM: 1020K
Oct 26 20:29:55 archiso kernel:  gran_size: 1M         chunk_size: 64M         num_reg: 7          lose cover RAM: 1020K
Oct 26 20:29:55 archiso kernel:  gran_size: 1M         chunk_size: 128M         num_reg: 7          lose cover RAM: 1020K
Oct 26 20:29:55 archiso kernel:  gran_size: 1M         chunk_size: 256M         num_reg: 7          lose cover RAM: 1020K
Oct 26 20:29:55 archiso kernel:  gran_size: 1M         chunk_size: 512M         num_reg: 7          lose cover RAM: 1020K
Oct 26 20:29:55 archiso kernel:  gran_size: 1M         chunk_size: 1G         num_reg: 8          lose cover RAM: 1020K
Oct 26 20:29:55 archiso kernel:  gran_size: 1M         chunk_size: 2G         num_reg: 8          lose cover RAM: 1020K
Oct 26 20:29:55 archiso kernel:  gran_size: 2M         chunk_size: 2M         num_reg: 9          lose cover RAM: 2044K
Oct 26 20:29:55 archiso kernel:  gran_size: 2M         chunk_size: 4M         num_reg: 8          lose cover RAM: 2044K
Oct 26 20:29:55 archiso kernel:  gran_size: 2M         chunk_size: 8M         num_reg: 8          lose cover RAM: 2044K
Oct 26 20:29:55 archiso kernel:  gran_size: 2M         chunk_size: 16M         num_reg: 8          lose cover RAM: 2044K
Oct 26 20:29:55 archiso kernel:  gran_size: 2M         chunk_size: 32M         num_reg: 9          lose cover RAM: 2044K
Oct 26 20:29:55 archiso kernel:  gran_size: 2M         chunk_size: 64M         num_reg: 7          lose cover RAM: 2044K
Oct 26 20:29:55 archiso kernel:  gran_size: 2M         chunk_size: 128M         num_reg: 7          lose cover RAM: 2044K
Oct 26 20:29:55 archiso kernel:  gran_size: 2M         chunk_size: 256M         num_reg: 7          lose cover RAM: 2044K
Oct 26 20:29:55 archiso kernel:  gran_size: 2M         chunk_size: 512M         num_reg: 7          lose cover RAM: 2044K
Oct 26 20:29:55 archiso kernel:  gran_size: 2M         chunk_size: 1G         num_reg: 8          lose cover RAM: 2044K
Oct 26 20:29:55 archiso kernel:  gran_size: 2M         chunk_size: 2G         num_reg: 8          lose cover RAM: 2044K
Oct 26 20:29:55 archiso kernel:  gran_size: 4M         chunk_size: 4M         num_reg: 8          lose cover RAM: 4092K
Oct 26 20:29:55 archiso kernel:  gran_size: 4M         chunk_size: 8M         num_reg: 8          lose cover RAM: 4092K
Oct 26 20:29:55 archiso kernel:  gran_size: 4M         chunk_size: 16M         num_reg: 8          lose cover RAM: 4092K
Oct 26 20:29:55 archiso kernel:  gran_size: 4M         chunk_size: 32M         num_reg: 9          lose cover RAM: 4092K
Oct 26 20:29:55 archiso kernel:  gran_size: 4M         chunk_size: 64M         num_reg: 7          lose cover RAM: 4092K
Oct 26 20:29:55 archiso kernel:  gran_size: 4M         chunk_size: 128M         num_reg: 7          lose cover RAM: 4092K
Oct 26 20:29:55 archiso kernel:  gran_size: 4M         chunk_size: 256M         num_reg: 7          lose cover RAM: 4092K
Oct 26 20:29:55 archiso kernel:  gran_size: 4M         chunk_size: 512M         num_reg: 7          lose cover RAM: 4092K
Oct 26 20:29:55 archiso kernel:  gran_size: 4M         chunk_size: 1G         num_reg: 8          lose cover RAM: 4092K
Oct 26 20:29:55 archiso kernel:  gran_size: 4M         chunk_size: 2G         num_reg: 8          lose cover RAM: 4092K
Oct 26 20:29:55 archiso kernel:  gran_size: 8M         chunk_size: 8M         num_reg: 7          lose cover RAM: 8188K
Oct 26 20:29:55 archiso kernel:  gran_size: 8M         chunk_size: 16M         num_reg: 8          lose cover RAM: 8188K
Oct 26 20:29:55 archiso kernel:  gran_size: 8M         chunk_size: 32M         num_reg: 9          lose cover RAM: 8188K
Oct 26 20:29:55 archiso kernel:  gran_size: 8M         chunk_size: 64M         num_reg: 7          lose cover RAM: 8188K
Oct 26 20:29:55 archiso kernel:  gran_size: 8M         chunk_size: 128M         num_reg: 7          lose cover RAM: 8188K
Oct 26 20:29:55 archiso kernel:  gran_size: 8M         chunk_size: 256M         num_reg: 7          lose cover RAM: 8188K
Oct 26 20:29:55 archiso kernel:  gran_size: 8M         chunk_size: 512M         num_reg: 7          lose cover RAM: 8188K
Oct 26 20:29:55 archiso kernel:  gran_size: 8M         chunk_size: 1G         num_reg: 8          lose cover RAM: 8188K
Oct 26 20:29:55 archiso kernel:  gran_size: 8M         chunk_size: 2G         num_reg: 8          lose cover RAM: 8188K
Oct 26 20:29:55 archiso kernel:  gran_size: 16M         chunk_size: 16M         num_reg: 6          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 16M         chunk_size: 32M         num_reg: 6          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 16M         chunk_size: 64M         num_reg: 6          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 16M         chunk_size: 128M         num_reg: 5          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 16M         chunk_size: 256M         num_reg: 5          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 16M         chunk_size: 512M         num_reg: 5          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 16M         chunk_size: 1G         num_reg: 6          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 16M         chunk_size: 2G         num_reg: 6          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 32M         chunk_size: 32M         num_reg: 6          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 32M         chunk_size: 64M         num_reg: 6          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 32M         chunk_size: 128M         num_reg: 5          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 32M         chunk_size: 256M         num_reg: 5          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 32M         chunk_size: 512M         num_reg: 5          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 32M         chunk_size: 1G         num_reg: 6          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 32M         chunk_size: 2G         num_reg: 6          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 64M         chunk_size: 64M         num_reg: 6          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 64M         chunk_size: 128M         num_reg: 5          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 64M         chunk_size: 256M         num_reg: 5          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 64M         chunk_size: 512M         num_reg: 5          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 64M         chunk_size: 1G         num_reg: 6          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 64M         chunk_size: 2G         num_reg: 6          lose cover RAM: 16380K
Oct 26 20:29:55 archiso kernel:  gran_size: 128M         chunk_size: 128M         num_reg: 5          lose cover RAM: 81916K
Oct 26 20:29:55 archiso kernel:  gran_size: 128M         chunk_size: 256M         num_reg: 5          lose cover RAM: 81916K
Oct 26 20:29:55 archiso kernel:  gran_size: 128M         chunk_size: 512M         num_reg: 5          lose cover RAM: 81916K
Oct 26 20:29:55 archiso kernel:  gran_size: 128M         chunk_size: 1G         num_reg: 6          lose cover RAM: 81916K
Oct 26 20:29:55 archiso kernel:  gran_size: 128M         chunk_size: 2G         num_reg: 6          lose cover RAM: 81916K
Oct 26 20:29:55 archiso kernel:  gran_size: 256M         chunk_size: 256M         num_reg: 4          lose cover RAM: 212988K
Oct 26 20:29:55 archiso kernel:  gran_size: 256M         chunk_size: 512M         num_reg: 5          lose cover RAM: 212988K
Oct 26 20:29:55 archiso kernel:  gran_size: 256M         chunk_size: 1G         num_reg: 6          lose cover RAM: 212988K
Oct 26 20:29:55 archiso kernel:  gran_size: 256M         chunk_size: 2G         num_reg: 6          lose cover RAM: 212988K
Oct 26 20:29:55 archiso kernel:  gran_size: 512M         chunk_size: 512M         num_reg: 3          lose cover RAM: 475132K
Oct 26 20:29:55 archiso kernel:  gran_size: 512M         chunk_size: 1G         num_reg: 3          lose cover RAM: 475132K
Oct 26 20:29:55 archiso kernel:  gran_size: 512M         chunk_size: 2G         num_reg: 3          lose cover RAM: 475132K
Oct 26 20:29:55 archiso kernel:  gran_size: 1G         chunk_size: 1G         num_reg: 3          lose cover RAM: 475132K
Oct 26 20:29:55 archiso kernel:  gran_size: 1G         chunk_size: 2G         num_reg: 3          lose cover RAM: 475132K
Oct 26 20:29:55 archiso kernel:  gran_size: 2G         chunk_size: 2G         num_reg: 3          lose cover RAM: 475132K
Oct 26 20:29:55 archiso kernel: mtrr_cleanup: can not find optimal value
Oct 26 20:29:55 archiso kernel: please specify mtrr_gran_size/mtrr_chunk_size
Oct 26 20:29:55 archiso kernel: e820: update [mem 0x9cfff000-0xffffffff] usable ==> reserved
Oct 26 20:29:55 archiso kernel: last_pfn = 0x9cfff max_arch_pfn = 0x400000000
Oct 26 20:29:55 archiso kernel: esrt: Reserving ESRT space from 0x000000009c540418 to 0x000000009c540450.
Oct 26 20:29:55 archiso kernel: Using GB pages for direct mapping
Oct 26 20:29:55 archiso kernel: Secure boot disabled
Oct 26 20:29:55 archiso kernel: RAMDISK: [mem 0x2f485000-0x33a39fff]
Oct 26 20:29:55 archiso kernel: ACPI: Early table checksum verification disabled
Oct 26 20:29:55 archiso kernel: ACPI: RSDP 0x000000009CFFD014 000024 (v02 LENOVO)
Oct 26 20:29:55 archiso kernel: ACPI: XSDT 0x000000009CFCD188 0000F4 (v01 LENOVO CB-01    00000001      01000013)
Oct 26 20:29:55 archiso kernel: ACPI: FACP 0x000000009CFF1000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: DSDT 0x000000009CFDA000 01160E (v02 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: FACS 0x000000009CF67000 000040
Oct 26 20:29:55 archiso kernel: ACPI: UEFI 0x000000009CFFB000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: SSDT 0x000000009CFF9000 000496 (v02 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: TPM2 0x000000009CFF7000 000034 (v03 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: ASF! 0x000000009CFF5000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: BOOT 0x000000009CFF3000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: LPIT 0x000000009CFEF000 000094 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: MCFG 0x000000009CFED000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: SSDT 0x000000009CFD4000 000B74 (v02 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: TCPA 0x000000009CFFC000 000032 (v02 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: SSDT 0x000000009CFF8000 00004B (v02 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: ASPT 0x000000009CFF4000 000034 (v07 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: HPET 0x000000009CFF0000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: WDAT 0x000000009CFEC000 000224 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: SSDT 0x000000009CFD5000 000539 (v02 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: UEFI 0x000000009CFFA000 000042 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: DBGP 0x000000009CFF2000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: SSDT 0x000000009CFD6000 0037AA (v02 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: MSDM 0x000000009CFF6000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: SSDT 0x000000009CFCE000 005AC3 (v02 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: APIC 0x000000009CFEE000 00008C (v03 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: SSDT 0x000000009CFC9000 003192 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: DMAR 0x000000009CFC8000 0000F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: CSRT 0x000000009CFC7000 0000C4 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: FPDT 0x000000009CFC6000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: BGRT 0x000000009CFC5000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Oct 26 20:29:55 archiso kernel: ACPI: Reserving FACP table memory at [mem 0x9cff1000-0x9cff110b]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving DSDT table memory at [mem 0x9cfda000-0x9cfeb60d]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving FACS table memory at [mem 0x9cf67000-0x9cf6703f]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving UEFI table memory at [mem 0x9cffb000-0x9cffb235]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x9cff9000-0x9cff9495]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving TPM2 table memory at [mem 0x9cff7000-0x9cff7033]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving ASF! table memory at [mem 0x9cff5000-0x9cff50a4]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving BOOT table memory at [mem 0x9cff3000-0x9cff3027]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving LPIT table memory at [mem 0x9cfef000-0x9cfef093]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving MCFG table memory at [mem 0x9cfed000-0x9cfed03b]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x9cfd4000-0x9cfd4b73]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving TCPA table memory at [mem 0x9cffc000-0x9cffc031]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x9cff8000-0x9cff804a]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving ASPT table memory at [mem 0x9cff4000-0x9cff4033]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving HPET table memory at [mem 0x9cff0000-0x9cff0037]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving WDAT table memory at [mem 0x9cfec000-0x9cfec223]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x9cfd5000-0x9cfd5538]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving UEFI table memory at [mem 0x9cffa000-0x9cffa041]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving DBGP table memory at [mem 0x9cff2000-0x9cff2033]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x9cfd6000-0x9cfd97a9]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving MSDM table memory at [mem 0x9cff6000-0x9cff6054]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x9cfce000-0x9cfd3ac2]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving APIC table memory at [mem 0x9cfee000-0x9cfee08b]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x9cfc9000-0x9cfcc191]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving DMAR table memory at [mem 0x9cfc8000-0x9cfc80f7]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving CSRT table memory at [mem 0x9cfc7000-0x9cfc70c3]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving FPDT table memory at [mem 0x9cfc6000-0x9cfc6043]
Oct 26 20:29:55 archiso kernel: ACPI: Reserving BGRT table memory at [mem 0x9cfc5000-0x9cfc5037]
Oct 26 20:29:55 archiso kernel: No NUMA configuration found
Oct 26 20:29:55 archiso kernel: Faking a node at [mem 0x0000000000000000-0x000000025f5fffff]
Oct 26 20:29:55 archiso kernel: NODE_DATA(0) allocated [mem 0x25f5fc000-0x25f5fffff]
Oct 26 20:29:55 archiso kernel: Zone ranges:
Oct 26 20:29:55 archiso kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 26 20:29:55 archiso kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 26 20:29:55 archiso kernel:   Normal   [mem 0x0000000100000000-0x000000025f5fffff]
Oct 26 20:29:55 archiso kernel:   Device   empty
Oct 26 20:29:55 archiso kernel: Movable zone start for each node
Oct 26 20:29:55 archiso kernel: Early memory node ranges
Oct 26 20:29:55 archiso kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Oct 26 20:29:55 archiso kernel:   node   0: [mem 0x0000000000059000-0x0000000000087fff]
Oct 26 20:29:55 archiso kernel:   node   0: [mem 0x0000000000100000-0x000000007bcf0fff]
Oct 26 20:29:55 archiso kernel:   node   0: [mem 0x000000007bcf2000-0x000000007bd14fff]
Oct 26 20:29:55 archiso kernel:   node   0: [mem 0x000000007bd16000-0x0000000096ca8fff]
Oct 26 20:29:55 archiso kernel:   node   0: [mem 0x00000000975a9000-0x000000009c1bdfff]
Oct 26 20:29:55 archiso kernel:   node   0: [mem 0x000000009cffe000-0x000000009cffefff]
Oct 26 20:29:55 archiso kernel:   node   0: [mem 0x0000000100000000-0x000000025f5fffff]
Oct 26 20:29:55 archiso kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000025f5fffff]
Oct 26 20:29:55 archiso kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Oct 26 20:29:55 archiso kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Oct 26 20:29:55 archiso kernel: On node 0, zone DMA: 120 pages in unavailable ranges
Oct 26 20:29:55 archiso kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Oct 26 20:29:55 archiso kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Oct 26 20:29:55 archiso kernel: On node 0, zone DMA32: 2304 pages in unavailable ranges
Oct 26 20:29:55 archiso kernel: On node 0, zone DMA32: 3648 pages in unavailable ranges
Oct 26 20:29:55 archiso kernel: On node 0, zone Normal: 12289 pages in unavailable ranges
Oct 26 20:29:55 archiso kernel: On node 0, zone Normal: 2560 pages in unavailable ranges
Oct 26 20:29:55 archiso kernel: Reserving Intel graphics memory at [mem 0x9da00000-0x9f9fffff]
Oct 26 20:29:55 archiso kernel: ACPI: PM-Timer IO Port: 0x1808
Oct 26 20:29:55 archiso kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
Oct 26 20:29:55 archiso kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 26 20:29:55 archiso kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 26 20:29:55 archiso kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Oct 26 20:29:55 archiso kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Oct 26 20:29:55 archiso kernel: e820: update [mem 0x99066000-0x990e1fff] usable ==> reserved
Oct 26 20:29:55 archiso kernel: TSC deadline timer available
Oct 26 20:29:55 archiso kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x00088000-0x0009ffff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x7bcf1000-0x7bcf1fff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x7bd15000-0x7bd15fff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x96ca9000-0x975a8fff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x99066000-0x990e1fff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x9c1be000-0x9c3bdfff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x9c3be000-0x9ce1dfff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x9ce1e000-0x9cf7dfff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x9cf7e000-0x9cffdfff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x9cfff000-0x9d9fffff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x9da00000-0x9f9fffff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
Oct 26 20:29:55 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xffa00000-0xffffffff]
Oct 26 20:29:55 archiso kernel: [mem 0x9fa00000-0xdfffffff] available for PCI devices
Oct 26 20:29:55 archiso kernel: Booting paravirtualized kernel on bare hardware
Oct 26 20:29:55 archiso kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 26 20:29:55 archiso kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
Oct 26 20:29:55 archiso kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u524288
Oct 26 20:29:55 archiso kernel: pcpu-alloc: s221184 r8192 d28672 u524288 alloc=1*2097152
Oct 26 20:29:55 archiso kernel: pcpu-alloc: [0] 0 1 2 3 
Oct 26 20:29:55 archiso kernel: Fallback order for Node 0: 0 
Oct 26 20:29:55 archiso kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2042626
Oct 26 20:29:55 archiso kernel: Policy zone: Normal
Oct 26 20:29:55 archiso kernel: Kernel command line: BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux archisobasedir=arch archisolabel=ARCH_202210
Oct 26 20:29:55 archiso kernel: Unknown kernel command line parameters "BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux archisobasedir=arch archisolabel=ARCH_202210", will be passed to user space.
Oct 26 20:29:55 archiso kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 26 20:29:55 archiso kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Oct 26 20:29:55 archiso kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Oct 26 20:29:55 archiso kernel: Memory: 7914704K/8304908K available (14343K kernel code, 2072K rwdata, 11176K rodata, 2116K init, 3584K bss, 389944K reserved, 0K cma-reserved)
Oct 26 20:29:55 archiso kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 26 20:29:55 archiso kernel: Kernel/User page tables isolation: enabled
Oct 26 20:29:55 archiso kernel: ftrace: allocating 45426 entries in 178 pages
Oct 26 20:29:55 archiso kernel: ftrace: allocated 178 pages with 4 groups
Oct 26 20:29:55 archiso kernel: Dynamic Preempt: full
Oct 26 20:29:55 archiso kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 26 20:29:55 archiso kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Oct 26 20:29:55 archiso kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 26 20:29:55 archiso kernel:         Trampoline variant of Tasks RCU enabled.
Oct 26 20:29:55 archiso kernel:         Rude variant of Tasks RCU enabled.
Oct 26 20:29:55 archiso kernel:         Tracing variant of Tasks RCU enabled.
Oct 26 20:29:55 archiso kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 26 20:29:55 archiso kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Oct 26 20:29:55 archiso kernel: NR_IRQS: 20736, nr_irqs: 728, preallocated irqs: 16
Oct 26 20:29:55 archiso kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Oct 26 20:29:55 archiso kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Oct 26 20:29:55 archiso kernel: random: crng init done
Oct 26 20:29:55 archiso kernel: Console: colour dummy device 80x25
Oct 26 20:29:55 archiso kernel: printk: console [tty0] enabled
Oct 26 20:29:55 archiso kernel: ACPI: Core revision 20220331
Oct 26 20:29:55 archiso kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Oct 26 20:29:55 archiso kernel: APIC: Switch to symmetric I/O mode setup
Oct 26 20:29:55 archiso kernel: DMAR: Host address width 39
Oct 26 20:29:55 archiso kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Oct 26 20:29:55 archiso kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
Oct 26 20:29:55 archiso kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Oct 26 20:29:55 archiso kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
Oct 26 20:29:55 archiso kernel: DMAR: RMRR base: 0x0000009cdc3000 end: 0x0000009cde2fff
Oct 26 20:29:55 archiso kernel: DMAR: RMRR base: 0x0000009d800000 end: 0x0000009f9fffff
Oct 26 20:29:55 archiso kernel: DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x000000009d800000-0x000000009f9fffff], contact BIOS vendor for fixes
Oct 26 20:29:55 archiso kernel: DMAR: [Firmware Bug]: Your BIOS is broken; bad RMRR [0x000000009d800000-0x000000009f9fffff]
                                BIOS vendor: LENOVO; Ver: E0CN63WW; Product Version: Lenovo ideapad 100-15IBD
Oct 26 20:29:55 archiso kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.SDMA
Oct 26 20:29:55 archiso kernel: DMAR: ANDD device: 2 name: \_SB.PCI0.SDHC
Oct 26 20:29:55 archiso kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Oct 26 20:29:55 archiso kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Oct 26 20:29:55 archiso kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
Oct 26 20:29:55 archiso kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
Oct 26 20:29:55 archiso kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
Oct 26 20:29:55 archiso kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Oct 26 20:29:55 archiso kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x256408f279e, max_idle_ns: 440795272493 ns
Oct 26 20:29:55 archiso kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5190.13 BogoMIPS (lpj=8646613)
Oct 26 20:29:55 archiso kernel: pid_max: default: 32768 minimum: 301
Oct 26 20:29:55 archiso kernel: LSM: Security Framework initializing
Oct 26 20:29:55 archiso kernel: landlock: Up and running.
Oct 26 20:29:55 archiso kernel: Yama: becoming mindful.
Oct 26 20:29:55 archiso kernel: LSM support for eBPF active
Oct 26 20:29:55 archiso kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Oct 26 20:29:55 archiso kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Oct 26 20:29:55 archiso kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
Oct 26 20:29:55 archiso kernel: process: using mwait in idle threads
Oct 26 20:29:55 archiso kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Oct 26 20:29:55 archiso kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Oct 26 20:29:55 archiso kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 26 20:29:55 archiso kernel: Spectre V2 : Mitigation: Retpolines
Oct 26 20:29:55 archiso kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 26 20:29:55 archiso kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Oct 26 20:29:55 archiso kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Oct 26 20:29:55 archiso kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 26 20:29:55 archiso kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Oct 26 20:29:55 archiso kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Oct 26 20:29:55 archiso kernel: MDS: Mitigation: Clear CPU buffers
Oct 26 20:29:55 archiso kernel: MMIO Stale Data: Unknown: No mitigations
Oct 26 20:29:55 archiso kernel: SRBDS: Mitigation: Microcode
Oct 26 20:29:55 archiso kernel: Freeing SMP alternatives memory: 36K
Oct 26 20:29:55 archiso kernel: smpboot: CPU0: Intel(R) Core(TM) i5-4288U CPU @ 2.60GHz (family: 0x6, model: 0x45, stepping: 0x1)
Oct 26 20:29:55 archiso kernel: cblist_init_generic: Setting adjustable number of callback queues.
Oct 26 20:29:55 archiso kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Oct 26 20:29:55 archiso kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Oct 26 20:29:55 archiso kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Oct 26 20:29:55 archiso kernel: Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
Oct 26 20:29:55 archiso kernel: ... version:                3
Oct 26 20:29:55 archiso kernel: ... bit width:              48
Oct 26 20:29:55 archiso kernel: ... generic registers:      4
Oct 26 20:29:55 archiso kernel: ... value mask:             0000ffffffffffff
Oct 26 20:29:55 archiso kernel: ... max period:             00007fffffffffff
Oct 26 20:29:55 archiso kernel: ... fixed-purpose events:   3
Oct 26 20:29:55 archiso kernel: ... event mask:             000000070000000f
Oct 26 20:29:55 archiso kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1220
Oct 26 20:29:55 archiso kernel: rcu: Hierarchical SRCU implementation.
Oct 26 20:29:55 archiso kernel: rcu:         Max phase no-delay instances is 1000.
Oct 26 20:29:55 archiso kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 26 20:29:55 archiso kernel: smp: Bringing up secondary CPUs ...
Oct 26 20:29:55 archiso kernel: x86: Booting SMP configuration:
Oct 26 20:29:55 archiso kernel: .... node  #0, CPUs:      #1 #2
Oct 26 20:29:55 archiso kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Oct 26 20:29:55 archiso kernel:  #3
Oct 26 20:29:55 archiso kernel: smp: Brought up 1 node, 4 CPUs
Oct 26 20:29:55 archiso kernel: smpboot: Max logical packages: 1
Oct 26 20:29:55 archiso kernel: smpboot: Total of 4 processors activated (20760.53 BogoMIPS)
Oct 26 20:29:55 archiso kernel: devtmpfs: initialized
Oct 26 20:29:55 archiso kernel: x86/mm: Memory block size: 128MB
Oct 26 20:29:55 archiso kernel: ACPI: PM: Registering ACPI NVS region [mem 0x9ce1e000-0x9cf7dfff] (1441792 bytes)
Oct 26 20:29:55 archiso kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 26 20:29:55 archiso kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Oct 26 20:29:55 archiso kernel: pinctrl core: initialized pinctrl subsystem
Oct 26 20:29:55 archiso kernel: PM: RTC time: 20:29:42, date: 2022-10-26
Oct 26 20:29:55 archiso kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Oct 26 20:29:55 archiso kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
Oct 26 20:29:55 archiso kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Oct 26 20:29:55 archiso kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Oct 26 20:29:55 archiso kernel: audit: initializing netlink subsys (disabled)
Oct 26 20:29:55 archiso kernel: audit: type=2000 audit(1666816182.006:1): state=initialized audit_enabled=0 res=1
Oct 26 20:29:55 archiso kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 26 20:29:55 archiso kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 26 20:29:55 archiso kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 26 20:29:55 archiso kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 26 20:29:55 archiso kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 26 20:29:55 archiso kernel: cpuidle: using governor ladder
Oct 26 20:29:55 archiso kernel: cpuidle: using governor menu
Oct 26 20:29:55 archiso kernel: Simple Boot Flag at 0x44 set to 0x1
Oct 26 20:29:55 archiso kernel: HugeTLB: can optimize 4095 vmemmap pages for hugepages-1048576kB
Oct 26 20:29:55 archiso kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 26 20:29:55 archiso kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 26 20:29:55 archiso kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Oct 26 20:29:55 archiso kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Oct 26 20:29:55 archiso kernel: pmd_set_huge: Cannot satisfy [mem 0xe0000000-0xe0200000] with a huge-page mapping due to MTRR override.
Oct 26 20:29:55 archiso kernel: PCI: Using configuration type 1 for base access
Oct 26 20:29:55 archiso kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Oct 26 20:29:55 archiso kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Oct 26 20:29:55 archiso kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Oct 26 20:29:55 archiso kernel: HugeTLB: can optimize 7 vmemmap pages for hugepages-2048kB
Oct 26 20:29:55 archiso kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 26 20:29:55 archiso kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 26 20:29:55 archiso kernel: fbcon: Taking over console
Oct 26 20:29:55 archiso kernel: ACPI: Added _OSI(Module Device)
Oct 26 20:29:55 archiso kernel: ACPI: Added _OSI(Processor Device)
Oct 26 20:29:55 archiso kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 26 20:29:55 archiso kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 26 20:29:55 archiso kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 26 20:29:55 archiso kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 26 20:29:55 archiso kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Oct 26 20:29:55 archiso kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
Oct 26 20:29:55 archiso kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 26 20:29:55 archiso kernel: ACPI: Dynamic OEM Table Load:
Oct 26 20:29:55 archiso kernel: ACPI: SSDT 0xFFFF9387C0DD4000 0003D3 (v02 PmRef  Cpu0Cst  00003001 INTL 20121220)
Oct 26 20:29:55 archiso kernel: ACPI: Dynamic OEM Table Load:
Oct 26 20:29:55 archiso kernel: ACPI: SSDT 0xFFFF9387C11FA800 0005AA (v02 PmRef  ApIst    00003000 INTL 20121220)
Oct 26 20:29:55 archiso kernel: ACPI: Dynamic OEM Table Load:
Oct 26 20:29:55 archiso kernel: ACPI: SSDT 0xFFFF9387C1310A00 000119 (v02 PmRef  ApCst    00003000 INTL 20121220)
Oct 26 20:29:55 archiso kernel: ACPI: EC: EC started
Oct 26 20:29:55 archiso kernel: ACPI: EC: interrupt blocked
Oct 26 20:29:55 archiso kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 26 20:29:55 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Oct 26 20:29:55 archiso kernel: ACPI: Interpreter enabled
Oct 26 20:29:55 archiso kernel: ACPI: PM: (supports S0 S3 S4 S5)
Oct 26 20:29:55 archiso kernel: ACPI: Using IOAPIC for interrupt routing
Oct 26 20:29:55 archiso kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 26 20:29:55 archiso kernel: PCI: Using E820 reservations for host bridge windows
Oct 26 20:29:55 archiso kernel: ACPI: watchdog: Skipping WDAT on this system because it uses RTC SRAM
Oct 26 20:29:55 archiso kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Oct 26 20:29:55 archiso kernel: ACPI: PM: Power Resource [PC05]
Oct 26 20:29:55 archiso kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Oct 26 20:29:55 archiso kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Oct 26 20:29:55 archiso kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Oct 26 20:29:55 archiso kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Oct 26 20:29:55 archiso kernel: PCI host bridge to bus 0000:00
Oct 26 20:29:55 archiso kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xdfffffff window]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:00: root bus resource [mem 0xfe101000-0xfe113fff window]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Oct 26 20:29:55 archiso kernel: pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
Oct 26 20:29:55 archiso kernel: pci 0000:00:02.0: [8086:0a2e] type 00 class 0x030000
Oct 26 20:29:55 archiso kernel: pci 0000:00:02.0: reg 0x10: [mem 0xb3000000-0xb33fffff 64bit]
Oct 26 20:29:55 archiso kernel: pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
Oct 26 20:29:55 archiso kernel: pci 0000:00:02.0: reg 0x20: [io  0x6000-0x603f]
Oct 26 20:29:55 archiso kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Oct 26 20:29:55 archiso kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
Oct 26 20:29:55 archiso kernel: pci 0000:00:03.0: reg 0x10: [mem 0xb3610000-0xb3613fff 64bit]
Oct 26 20:29:55 archiso kernel: pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
Oct 26 20:29:55 archiso kernel: pci 0000:00:14.0: reg 0x10: [mem 0xb3600000-0xb360ffff 64bit]
Oct 26 20:29:55 archiso kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Oct 26 20:29:55 archiso kernel: pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
Oct 26 20:29:55 archiso kernel: pci 0000:00:16.0: reg 0x10: [mem 0xb361b000-0xb361b01f 64bit]
Oct 26 20:29:55 archiso kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Oct 26 20:29:55 archiso kernel: pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
Oct 26 20:29:55 archiso kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xb3614000-0xb3617fff 64bit]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.2: [8086:9c14] type 01 class 0x060400
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Oct 26 20:29:55 archiso kernel: pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
Oct 26 20:29:55 archiso kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xb3619000-0xb36193ff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Oct 26 20:29:55 archiso kernel: pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
Oct 26 20:29:55 archiso kernel: pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
Oct 26 20:29:55 archiso kernel: pci 0000:00:1f.2: reg 0x10: [io  0x6088-0x608f]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1f.2: reg 0x14: [io  0x6094-0x6097]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1f.2: reg 0x18: [io  0x6080-0x6087]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x6090-0x6093]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1f.2: reg 0x20: [io  0x6060-0x607f]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xb3618000-0xb36187ff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1f.2: PME# supported from D3hot
Oct 26 20:29:55 archiso kernel: pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
Oct 26 20:29:55 archiso kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xb361a000-0xb361a0ff 64bit]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1f.3: reg 0x20: [io  0x6040-0x605f]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Oct 26 20:29:55 archiso kernel: pci 0000:02:00.0: [10ec:8136] type 00 class 0x020000
Oct 26 20:29:55 archiso kernel: pci 0000:02:00.0: reg 0x10: [io  0x5000-0x50ff]
Oct 26 20:29:55 archiso kernel: pci 0000:02:00.0: reg 0x18: [mem 0xb3504000-0xb3504fff 64bit]
Oct 26 20:29:55 archiso kernel: pci 0000:02:00.0: reg 0x20: [mem 0xb3500000-0xb3503fff 64bit]
Oct 26 20:29:55 archiso kernel: pci 0000:02:00.0: supports D1 D2
Oct 26 20:29:55 archiso kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.2: PCI bridge to [bus 02]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.2:   bridge window [io  0x5000-0x5fff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.2:   bridge window [mem 0xb3500000-0xb35fffff]
Oct 26 20:29:55 archiso kernel: pci 0000:03:00.0: [10ec:b723] type 00 class 0x028000
Oct 26 20:29:55 archiso kernel: pci 0000:03:00.0: reg 0x10: [io  0x4000-0x40ff]
Oct 26 20:29:55 archiso kernel: pci 0000:03:00.0: reg 0x18: [mem 0xb3400000-0xb3403fff 64bit]
Oct 26 20:29:55 archiso kernel: pci 0000:03:00.0: supports D1 D2
Oct 26 20:29:55 archiso kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.3:   bridge window [mem 0xb3400000-0xb34fffff]
Oct 26 20:29:55 archiso kernel: pci 0000:04:00.0: [10de:134f] type 00 class 0x030200
Oct 26 20:29:55 archiso kernel: pci 0000:04:00.0: reg 0x10: [mem 0xb2000000-0xb2ffffff]
Oct 26 20:29:55 archiso kernel: pci 0000:04:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
Oct 26 20:29:55 archiso kernel: pci 0000:04:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
Oct 26 20:29:55 archiso kernel: pci 0000:04:00.0: reg 0x24: [io  0x3000-0x307f]
Oct 26 20:29:55 archiso kernel: pci 0000:04:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Oct 26 20:29:55 archiso kernel: pci 0000:04:00.0: Enabling HDA controller
Oct 26 20:29:55 archiso kernel: pci 0000:04:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:1c.4 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.4:   bridge window [mem 0xb2000000-0xb2ffffff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
Oct 26 20:29:55 archiso kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 7
Oct 26 20:29:55 archiso kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Oct 26 20:29:55 archiso kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Oct 26 20:29:55 archiso kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 10
Oct 26 20:29:55 archiso kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Oct 26 20:29:55 archiso kernel: ACPI: PCI: Interrupt link LNKE disabled
Oct 26 20:29:55 archiso kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Oct 26 20:29:55 archiso kernel: ACPI: PCI: Interrupt link LNKF disabled
Oct 26 20:29:55 archiso kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Oct 26 20:29:55 archiso kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 7
Oct 26 20:29:55 archiso kernel: ACPI: EC: interrupt unblocked
Oct 26 20:29:55 archiso kernel: ACPI: EC: event unblocked
Oct 26 20:29:55 archiso kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 26 20:29:55 archiso kernel: ACPI: EC: GPE=0x7
Oct 26 20:29:55 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Oct 26 20:29:55 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Oct 26 20:29:55 archiso kernel: iommu: Default domain type: Translated 
Oct 26 20:29:55 archiso kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Oct 26 20:29:55 archiso kernel: SCSI subsystem initialized
Oct 26 20:29:55 archiso kernel: libata version 3.00 loaded.
Oct 26 20:29:55 archiso kernel: ACPI: bus type USB registered
Oct 26 20:29:55 archiso kernel: usbcore: registered new interface driver usbfs
Oct 26 20:29:55 archiso kernel: usbcore: registered new interface driver hub
Oct 26 20:29:55 archiso kernel: usbcore: registered new device driver usb
Oct 26 20:29:55 archiso kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 26 20:29:55 archiso kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 26 20:29:55 archiso kernel: PTP clock support registered
Oct 26 20:29:55 archiso kernel: EDAC MC: Ver: 3.0.0
Oct 26 20:29:55 archiso kernel: Registered efivars operations
Oct 26 20:29:55 archiso kernel: NetLabel: Initializing
Oct 26 20:29:55 archiso kernel: NetLabel:  domain hash size = 128
Oct 26 20:29:55 archiso kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 26 20:29:55 archiso kernel: NetLabel:  unlabeled traffic allowed by default
Oct 26 20:29:55 archiso kernel: mctp: management component transport protocol core
Oct 26 20:29:55 archiso kernel: NET: Registered PF_MCTP protocol family
Oct 26 20:29:55 archiso kernel: PCI: Using ACPI for IRQ routing
Oct 26 20:29:55 archiso kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 26 20:29:55 archiso kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Oct 26 20:29:55 archiso kernel: e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
Oct 26 20:29:55 archiso kernel: e820: reserve RAM buffer [mem 0x7bcf1000-0x7bffffff]
Oct 26 20:29:55 archiso kernel: e820: reserve RAM buffer [mem 0x7bd15000-0x7bffffff]
Oct 26 20:29:55 archiso kernel: e820: reserve RAM buffer [mem 0x96ca9000-0x97ffffff]
Oct 26 20:29:55 archiso kernel: e820: reserve RAM buffer [mem 0x99066000-0x9bffffff]
Oct 26 20:29:55 archiso kernel: e820: reserve RAM buffer [mem 0x9c1be000-0x9fffffff]
Oct 26 20:29:55 archiso kernel: e820: reserve RAM buffer [mem 0x9cfff000-0x9fffffff]
Oct 26 20:29:55 archiso kernel: e820: reserve RAM buffer [mem 0x25f600000-0x25fffffff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Oct 26 20:29:55 archiso kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Oct 26 20:29:55 archiso kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Oct 26 20:29:55 archiso kernel: vgaarb: loaded
Oct 26 20:29:55 archiso kernel: clocksource: Switched to clocksource tsc-early
Oct 26 20:29:55 archiso kernel: VFS: Disk quotas dquot_6.6.0
Oct 26 20:29:55 archiso kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 26 20:29:55 archiso kernel: pnp: PnP ACPI init
Oct 26 20:29:55 archiso kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Oct 26 20:29:55 archiso kernel: system 00:00: [io  0xffff] has been reserved
Oct 26 20:29:55 archiso kernel: system 00:00: [io  0xffff] has been reserved
Oct 26 20:29:55 archiso kernel: system 00:00: [io  0xffff] has been reserved
Oct 26 20:29:55 archiso kernel: system 00:00: [io  0x1800-0x18fe] has been reserved
Oct 26 20:29:55 archiso kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Oct 26 20:29:55 archiso kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Oct 26 20:29:55 archiso kernel: system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
Oct 26 20:29:55 archiso kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
Oct 26 20:29:55 archiso kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 26 20:29:55 archiso kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 26 20:29:55 archiso kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
Oct 26 20:29:55 archiso kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 26 20:29:55 archiso kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
Oct 26 20:29:55 archiso kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
Oct 26 20:29:55 archiso kernel: system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
Oct 26 20:29:55 archiso kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
Oct 26 20:29:55 archiso kernel: system 00:05: [mem 0x9fa10000-0x9fa1ffff] has been reserved
Oct 26 20:29:55 archiso kernel: system 00:05: [mem 0x9fa00000-0x9fa0ffff] has been reserved
Oct 26 20:29:55 archiso kernel: pnp: PnP ACPI: found 6 devices
Oct 26 20:29:55 archiso kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 26 20:29:55 archiso kernel: NET: Registered PF_INET protocol family
Oct 26 20:29:55 archiso kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 26 20:29:55 archiso kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Oct 26 20:29:55 archiso kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Oct 26 20:29:55 archiso kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
Oct 26 20:29:55 archiso kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 26 20:29:55 archiso kernel: TCP: Hash tables configured (established 65536 bind 65536)
Oct 26 20:29:55 archiso kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
Oct 26 20:29:55 archiso kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
Oct 26 20:29:55 archiso kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
Oct 26 20:29:55 archiso kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Oct 26 20:29:55 archiso kernel: NET: Registered PF_XDP protocol family
Oct 26 20:29:55 archiso kernel: pci 0000:04:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0x9fb00000-0x9fcfffff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0x9fd00000-0x9fefffff 64bit pref]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.0:   bridge window [mem 0x9fb00000-0x9fcfffff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.0:   bridge window [mem 0x9fd00000-0x9fefffff 64bit pref]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.2: PCI bridge to [bus 02]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.2:   bridge window [io  0x5000-0x5fff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.2:   bridge window [mem 0xb3500000-0xb35fffff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.3:   bridge window [mem 0xb3400000-0xb34fffff]
Oct 26 20:29:55 archiso kernel: pci 0000:04:00.0: BAR 6: no space for [mem size 0x00080000 pref]
Oct 26 20:29:55 archiso kernel: pci 0000:04:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.4:   bridge window [mem 0xb2000000-0xb2ffffff]
Oct 26 20:29:55 archiso kernel: pci 0000:00:1c.4:   bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:00: resource 7 [mem 0x9fa00000-0xdfffffff window]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:00: resource 8 [mem 0xfe101000-0xfe113fff window]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:01: resource 1 [mem 0x9fb00000-0x9fcfffff]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:01: resource 2 [mem 0x9fd00000-0x9fefffff 64bit pref]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:02: resource 1 [mem 0xb3500000-0xb35fffff]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:03: resource 1 [mem 0xb3400000-0xb34fffff]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:04: resource 1 [mem 0xb2000000-0xb2ffffff]
Oct 26 20:29:55 archiso kernel: pci_bus 0000:04: resource 2 [mem 0xa0000000-0xb1ffffff 64bit pref]
Oct 26 20:29:55 archiso kernel: pci 0000:00:14.0: can't derive routing for PCI INT A
Oct 26 20:29:55 archiso kernel: pci 0000:00:14.0: PCI INT A: no GSI
Oct 26 20:29:55 archiso kernel: pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x750 took 15711 usecs
Oct 26 20:29:55 archiso kernel: PCI: CLS 64 bytes, default 64
Oct 26 20:29:55 archiso kernel: DMAR: Failed to find handle for ACPI object \_SB.PCI0.SDMA
Oct 26 20:29:55 archiso kernel: DMAR: Failed to find handle for ACPI object \_SB.PCI0.SDHC
Oct 26 20:29:55 archiso kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 26 20:29:55 archiso kernel: software IO TLB: mapped [mem 0x000000008f57d000-0x000000009357d000] (64MB)
Oct 26 20:29:55 archiso kernel: Trying to unpack rootfs image as initramfs...
Oct 26 20:29:55 archiso kernel: Initialise system trusted keyrings
Oct 26 20:29:55 archiso kernel: Key type blacklist registered
Oct 26 20:29:55 archiso kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
Oct 26 20:29:55 archiso kernel: zbud: loaded
Oct 26 20:29:55 archiso kernel: integrity: Platform Keyring initialized
Oct 26 20:29:55 archiso kernel: integrity: Machine keyring initialized
Oct 26 20:29:55 archiso kernel: Key type asymmetric registered
Oct 26 20:29:55 archiso kernel: Asymmetric key parser 'x509' registered
Oct 26 20:29:55 archiso kernel: tsc: Refined TSC clocksource calibration: 2593.995 MHz
Oct 26 20:29:55 archiso kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x256413873f2, max_idle_ns: 440795261455 ns
Oct 26 20:29:55 archiso kernel: clocksource: Switched to clocksource tsc
Oct 26 20:29:55 archiso kernel: Freeing initrd memory: 71380K
Oct 26 20:29:55 archiso kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Oct 26 20:29:55 archiso kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Oct 26 20:29:55 archiso kernel: io scheduler mq-deadline registered
Oct 26 20:29:55 archiso kernel: io scheduler kyber registered
Oct 26 20:29:55 archiso kernel: io scheduler bfq registered
Oct 26 20:29:55 archiso kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 42
Oct 26 20:29:55 archiso kernel: pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Oct 26 20:29:55 archiso kernel: pcieport 0000:00:1c.2: PME: Signaling with IRQ 43
Oct 26 20:29:55 archiso kernel: pcieport 0000:00:1c.3: PME: Signaling with IRQ 44
Oct 26 20:29:55 archiso kernel: pcieport 0000:00:1c.4: PME: Signaling with IRQ 45
Oct 26 20:29:55 archiso kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 26 20:29:55 archiso kernel: ACPI: AC: AC Adapter [ADP0] (on-line)
Oct 26 20:29:55 archiso kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Oct 26 20:29:55 archiso kernel: ACPI: button: Lid Switch [LID0]
Oct 26 20:29:55 archiso kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Oct 26 20:29:55 archiso kernel: ACPI: button: Power Button [PWRB]
Oct 26 20:29:55 archiso kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Oct 26 20:29:55 archiso kernel: ACPI: button: Power Button [PWRF]
Oct 26 20:29:55 archiso kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Oct 26 20:29:55 archiso kernel: hpet_acpi_add: no address or irqs in _CRS
Oct 26 20:29:55 archiso kernel: Non-volatile memory driver v1.3
Oct 26 20:29:55 archiso kernel: Linux agpgart interface v0.103
Oct 26 20:29:55 archiso kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Oct 26 20:29:55 archiso kernel: ACPI: bus type drm_connector registered
Oct 26 20:29:55 archiso kernel: ahci 0000:00:1f.2: version 3.0
Oct 26 20:29:55 archiso kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x3 impl SATA mode
Oct 26 20:29:55 archiso kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
Oct 26 20:29:55 archiso kernel: scsi host0: ahci
Oct 26 20:29:55 archiso kernel: scsi host1: ahci
Oct 26 20:29:55 archiso kernel: scsi host2: ahci
Oct 26 20:29:55 archiso kernel: scsi host3: ahci
Oct 26 20:29:55 archiso kernel: ata1: SATA max UDMA/133 abar m2048@0xb3618000 port 0xb3618100 irq 46
Oct 26 20:29:55 archiso kernel: ata2: SATA max UDMA/133 abar m2048@0xb3618000 port 0xb3618180 irq 46
Oct 26 20:29:55 archiso kernel: ata3: DUMMY
Oct 26 20:29:55 archiso kernel: ata4: DUMMY
Oct 26 20:29:55 archiso kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 26 20:29:55 archiso kernel: ehci-pci: EHCI PCI platform driver
Oct 26 20:29:55 archiso kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Oct 26 20:29:55 archiso kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
Oct 26 20:29:55 archiso kernel: ehci-pci 0000:00:1d.0: debug port 2
Oct 26 20:29:55 archiso kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xb3619000
Oct 26 20:29:55 archiso kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Oct 26 20:29:55 archiso kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19
Oct 26 20:29:55 archiso kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 26 20:29:55 archiso kernel: usb usb1: Product: EHCI Host Controller
Oct 26 20:29:55 archiso kernel: usb usb1: Manufacturer: Linux 5.19.12-arch1-1 ehci_hcd
Oct 26 20:29:55 archiso kernel: usb usb1: SerialNumber: 0000:00:1d.0
Oct 26 20:29:55 archiso kernel: hub 1-0:1.0: USB hub found
Oct 26 20:29:55 archiso kernel: hub 1-0:1.0: 2 ports detected
Oct 26 20:29:55 archiso kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Oct 26 20:29:55 archiso kernel: ohci-pci: OHCI PCI platform driver
Oct 26 20:29:55 archiso kernel: uhci_hcd: USB Universal Host Controller Interface driver
Oct 26 20:29:55 archiso kernel: usbcore: registered new interface driver usbserial_generic
Oct 26 20:29:55 archiso kernel: usbserial: USB Serial support registered for generic
Oct 26 20:29:55 archiso kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 26 20:29:55 archiso kernel: rtc_cmos 00:01: registered as rtc0
Oct 26 20:29:55 archiso kernel: rtc_cmos 00:01: setting system clock to 2022-10-26T20:29:49 UTC (1666816189)
Oct 26 20:29:55 archiso kernel: rtc_cmos 00:01: alarms up to one month, 242 bytes nvram
Oct 26 20:29:55 archiso kernel: intel_pstate: Intel P-state driver initializing
Oct 26 20:29:55 archiso kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 26 20:29:55 archiso kernel: efifb: probing for efifb
Oct 26 20:29:55 archiso kernel: efifb: framebuffer at 0xc0000000, using 4160k, total 4160k
Oct 26 20:29:55 archiso kernel: efifb: mode is 1366x768x32, linelength=5504, pages=1
Oct 26 20:29:55 archiso kernel: efifb: scrolling: redraw
Oct 26 20:29:55 archiso kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 26 20:29:55 archiso kernel: Console: switching to colour frame buffer device 170x48
Oct 26 20:29:55 archiso kernel: fb0: EFI VGA frame buffer device
Oct 26 20:29:55 archiso kernel: hid: raw HID events driver (C) Jiri Kosina
Oct 26 20:29:55 archiso kernel: drop_monitor: Initializing network drop monitor service
Oct 26 20:29:55 archiso kernel: Initializing XFRM netlink socket
Oct 26 20:29:55 archiso kernel: NET: Registered PF_INET6 protocol family
Oct 26 20:29:55 archiso kernel: Segment Routing with IPv6
Oct 26 20:29:55 archiso kernel: RPL Segment Routing with IPv6
Oct 26 20:29:55 archiso kernel: In-situ OAM (IOAM) with IPv6
Oct 26 20:29:55 archiso kernel: NET: Registered PF_PACKET protocol family
Oct 26 20:29:55 archiso kernel: microcode: sig=0x40651, pf=0x40, revision=0x26
Oct 26 20:29:55 archiso kernel: microcode: Microcode Update Driver: v2.2.
Oct 26 20:29:55 archiso kernel: IPI shorthand broadcast: enabled
Oct 26 20:29:55 archiso kernel: sched_clock: Marking stable (7413844890, 1814751)->(7449620846, -33961205)
Oct 26 20:29:55 archiso kernel: registered taskstats version 1
Oct 26 20:29:55 archiso kernel: Loading compiled-in X.509 certificates
Oct 26 20:29:55 archiso kernel: Loaded X.509 cert 'Build time autogenerated kernel key: e323943f5125c2182b55832412e507fe7b4cd598'
Oct 26 20:29:55 archiso kernel: zswap: loaded using pool lz4/z3fold
Oct 26 20:29:55 archiso kernel: Key type ._fscrypt registered
Oct 26 20:29:55 archiso kernel: Key type .fscrypt registered
Oct 26 20:29:55 archiso kernel: Key type fscrypt-provisioning registered
Oct 26 20:29:55 archiso kernel: PM:   Magic number: 10:29:499
Oct 26 20:29:55 archiso kernel: RAS: Correctable Errors collector initialized.
Oct 26 20:29:55 archiso kernel: ACPI: battery: Slot [BAT0] (battery present)
Oct 26 20:29:55 archiso kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Oct 26 20:29:55 archiso kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 26 20:29:55 archiso kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 26 20:29:55 archiso kernel: ata2.00: ATAPI: PLDS    DVD-RW DA8AESH, XL61, max UDMA/133
Oct 26 20:29:55 archiso kernel: ata2.00: configured for UDMA/133
Oct 26 20:29:55 archiso kernel: ata1.00: ATA-10: ST1000LM035-1RK172, LVM1, max UDMA/133
Oct 26 20:29:55 archiso kernel: ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Oct 26 20:29:55 archiso kernel: ata1.00: configured for UDMA/133
Oct 26 20:29:55 archiso kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
Oct 26 20:29:55 archiso kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 26 20:29:55 archiso kernel: scsi 0:0:0:0: Direct-Access     ATA      ST1000LM035-1RK1 LVM1 PQ: 0 ANSI: 5
Oct 26 20:29:55 archiso kernel: hub 1-1:1.0: USB hub found
Oct 26 20:29:55 archiso kernel: hub 1-1:1.0: 8 ports detected
Oct 26 20:29:55 archiso kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Oct 26 20:29:55 archiso kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Oct 26 20:29:55 archiso kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 26 20:29:55 archiso kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 26 20:29:55 archiso kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 26 20:29:55 archiso kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Oct 26 20:29:55 archiso kernel: scsi 1:0:0:0: CD-ROM            PLDS     DVD-RW DA8AESH   XL61 PQ: 0 ANSI: 5
Oct 26 20:29:55 archiso kernel:  sda: sda1 sda2
Oct 26 20:29:55 archiso kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Oct 26 20:29:55 archiso kernel: Freeing unused decrypted memory: 2036K
Oct 26 20:29:55 archiso kernel: Freeing unused kernel image (initmem) memory: 2116K
Oct 26 20:29:55 archiso kernel: Write protecting the kernel read-only data: 28672k
Oct 26 20:29:55 archiso kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Oct 26 20:29:55 archiso kernel: Freeing unused kernel image (rodata/data gap) memory: 1112K
Oct 26 20:29:55 archiso kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 26 20:29:55 archiso kernel: rodata_test: all tests were successful
Oct 26 20:29:55 archiso kernel: x86/mm: Checking user space page tables
Oct 26 20:29:55 archiso kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 26 20:29:55 archiso kernel: Run /init as init process
Oct 26 20:29:55 archiso kernel:   with arguments:
Oct 26 20:29:55 archiso kernel:     /init
Oct 26 20:29:55 archiso kernel:   with environment:
Oct 26 20:29:55 archiso kernel:     HOME=/
Oct 26 20:29:55 archiso kernel:     TERM=linux
Oct 26 20:29:55 archiso kernel:     BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux
Oct 26 20:29:55 archiso kernel:     archisobasedir=arch
Oct 26 20:29:55 archiso kernel:     archisolabel=ARCH_202210
Oct 26 20:29:55 archiso kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
Oct 26 20:29:55 archiso kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
Oct 26 20:29:55 archiso kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
Oct 26 20:29:55 archiso kernel: wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
Oct 26 20:29:55 archiso kernel: cryptd: max_cpu_qlen set to 1000
Oct 26 20:29:55 archiso kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Oct 26 20:29:55 archiso kernel: xhci_hcd 0000:00:14.0: can't derive routing for PCI INT A
Oct 26 20:29:55 archiso kernel: xhci_hcd 0000:00:14.0: PCI INT A: no GSI
Oct 26 20:29:55 archiso kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 26 20:29:55 archiso kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 26 20:29:55 archiso kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 26 20:29:55 archiso kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 26 20:29:55 archiso kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
Oct 26 20:29:55 archiso kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 26 20:29:55 archiso kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Oct 26 20:29:55 archiso kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Oct 26 20:29:55 archiso kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19
Oct 26 20:29:55 archiso kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 26 20:29:55 archiso kernel: usb usb2: Product: xHCI Host Controller
Oct 26 20:29:55 archiso kernel: usb usb2: Manufacturer: Linux 5.19.12-arch1-1 xhci-hcd
Oct 26 20:29:55 archiso kernel: usb usb2: SerialNumber: 0000:00:14.0
Oct 26 20:29:55 archiso kernel: hub 2-0:1.0: USB hub found
Oct 26 20:29:55 archiso kernel: hub 2-0:1.0: 9 ports detected
Oct 26 20:29:55 archiso kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.19
Oct 26 20:29:55 archiso kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 26 20:29:55 archiso kernel: usb usb3: Product: xHCI Host Controller
Oct 26 20:29:55 archiso kernel: usb usb3: Manufacturer: Linux 5.19.12-arch1-1 xhci-hcd
Oct 26 20:29:55 archiso kernel: usb usb3: SerialNumber: 0000:00:14.0
Oct 26 20:29:55 archiso kernel: hub 3-0:1.0: USB hub found
Oct 26 20:29:55 archiso kernel: hub 3-0:1.0: 4 ports detected
Oct 26 20:29:55 archiso kernel: AVX2 version of gcm_enc/dec engaged.
Oct 26 20:29:55 archiso kernel: AES CTR mode by8 optimization enabled
Oct 26 20:29:55 archiso kernel: r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
Oct 26 20:29:55 archiso kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Oct 26 20:29:55 archiso kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Oct 26 20:29:55 archiso kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Oct 26 20:29:55 archiso kernel: r8169 0000:02:00.0 eth0: RTL8106eus, c8:5b:76:ad:b5:f4, XID 509, IRQ 48
Oct 26 20:29:55 archiso kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Oct 26 20:29:55 archiso kernel: usb 2-1: new high-speed USB device number 2 using xhci_hcd
Oct 26 20:29:55 archiso kernel: ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20220331/nsarguments-61)
Oct 26 20:29:55 archiso kernel: ACPI Warning: \_SB.PCI0.RP05.PXSX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20220331/nsarguments-61)
Oct 26 20:29:55 archiso kernel: pci 0000:04:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
Oct 26 20:29:55 archiso kernel: VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.RP05.PXSX handle
Oct 26 20:29:55 archiso kernel: nouveau: detected PR support, will not use DSM
Oct 26 20:29:55 archiso kernel: nouveau 0000:04:00.0: enabling device (0106 -> 0107)
Oct 26 20:29:55 archiso kernel: Console: switching to colour dummy device 80x25
Oct 26 20:29:55 archiso kernel: nouveau 0000:04:00.0: NVIDIA GM108 (1180f0a2)
Oct 26 20:29:55 archiso kernel: nouveau 0000:04:00.0: bios: version 82.08.57.00.20
Oct 26 20:29:55 archiso kernel: usb 2-1: New USB device found, idVendor=1f75, idProduct=0918, bcdDevice= 2.10
Oct 26 20:29:55 archiso kernel: usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=4
Oct 26 20:29:55 archiso kernel: usb 2-1: Product: Disk 3.0
Oct 26 20:29:55 archiso kernel: usb 2-1: Manufacturer: USB
Oct 26 20:29:55 archiso kernel: usb 2-1: SerialNumber: 43824571
Oct 26 20:29:55 archiso kernel: nouveau 0000:04:00.0: fb: 2048 MiB DDR3
Oct 26 20:29:55 archiso kernel: nouveau 0000:04:00.0: bus: MMIO read of 00000000 FAULT at 6013d4 [ PRIVRING ]
Oct 26 20:29:55 archiso kernel: usb 2-4: new high-speed USB device number 3 using xhci_hcd
Oct 26 20:29:55 archiso kernel: usb-storage 2-1:1.0: USB Mass Storage device detected
Oct 26 20:29:55 archiso kernel: scsi host4: usb-storage 2-1:1.0
Oct 26 20:29:55 archiso kernel: usbcore: registered new interface driver usb-storage
Oct 26 20:29:55 archiso kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Oct 26 20:29:55 archiso kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Oct 26 20:29:55 archiso kernel: usbcore: registered new interface driver uas
Oct 26 20:29:55 archiso kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to write source OUI
Oct 26 20:29:55 archiso kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
Oct 26 20:29:55 archiso kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Oct 26 20:29:55 archiso kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
Oct 26 20:29:55 archiso kernel: ACPI: video: [Firmware Bug]: ACPI(PXSX) defines _DOD but not _DOS
Oct 26 20:29:55 archiso kernel: ACPI: video: Video Device [PXSX] (multi-head: yes  rom: yes  post: no)
Oct 26 20:29:55 archiso kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4c/LNXVIDEO:01/input/input6
Oct 26 20:29:55 archiso kernel: fbcon: i915drmfb (fb0) is primary device
Oct 26 20:29:55 archiso kernel: usb 2-4: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
Oct 26 20:29:55 archiso kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 26 20:29:55 archiso kernel: usb 2-4: Product: USB2.0-CRW
Oct 26 20:29:55 archiso kernel: usb 2-4: Manufacturer: Generic
Oct 26 20:29:55 archiso kernel: usb 2-4: SerialNumber: 20100201396000000
Oct 26 20:29:55 archiso kernel: usbcore: registered new interface driver rtsx_usb
Oct 26 20:29:55 archiso kernel: usb 2-6: new high-speed USB device number 4 using xhci_hcd
Oct 26 20:29:55 archiso kernel: usb 2-6: New USB device found, idVendor=04f2, idProduct=b572, bcdDevice=95.60
Oct 26 20:29:55 archiso kernel: usb 2-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 26 20:29:55 archiso kernel: usb 2-6: Product: Lenovo EasyCamera
Oct 26 20:29:55 archiso kernel: usb 2-6: Manufacturer: Chicony Electronics Co.,Ltd.
Oct 26 20:29:55 archiso kernel: usb 2-6: SerialNumber: 0x0001
Oct 26 20:29:55 archiso kernel: usb 2-7: new full-speed USB device number 5 using xhci_hcd
Oct 26 20:29:55 archiso kernel: usb 2-7: New USB device found, idVendor=0bda, idProduct=b728, bcdDevice= 2.00
Oct 26 20:29:55 archiso kernel: usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 26 20:29:55 archiso kernel: usb 2-7: Product: Bluetooth Radio 
Oct 26 20:29:55 archiso kernel: usb 2-7: Manufacturer: Realtek 
Oct 26 20:29:55 archiso kernel: usb 2-7: SerialNumber: 00e04c000001
Oct 26 20:29:55 archiso kernel: vga_switcheroo: enabled
Oct 26 20:29:55 archiso kernel: nouveau 0000:04:00.0: DRM: VRAM: 2048 MiB
Oct 26 20:29:55 archiso kernel: nouveau 0000:04:00.0: DRM: GART: 1048576 MiB
Oct 26 20:29:55 archiso kernel: nouveau 0000:04:00.0: DRM: Pointer to TMDS table not found
Oct 26 20:29:55 archiso kernel: nouveau 0000:04:00.0: DRM: DCB version 4.0
Oct 26 20:29:55 archiso kernel: nouveau 0000:04:00.0: DRM: MM: using COPY for buffer copies
Oct 26 20:29:55 archiso kernel: [drm] Initialized nouveau 1.3.1 20120801 for 0000:04:00.0 on minor 0
Oct 26 20:29:55 archiso kernel: scsi 4:0:0:0: Direct-Access     USB      Disk 3.0         0009 PQ: 0 ANSI: 4
Oct 26 20:29:55 archiso kernel: sd 4:0:0:0: [sdb] 60825600 512-byte logical blocks: (31.1 GB/29.0 GiB)
Oct 26 20:29:55 archiso kernel: sd 4:0:0:0: [sdb] Write Protect is off
Oct 26 20:29:55 archiso kernel: sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
Oct 26 20:29:55 archiso kernel: sd 4:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Oct 26 20:29:55 archiso kernel:  sdb: sdb1
Oct 26 20:29:55 archiso kernel: sd 4:0:0:0: [sdb] Attached SCSI removable disk
Oct 26 20:29:55 archiso kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to write source OUI
Oct 26 20:29:55 archiso kernel: Console: switching to colour frame buffer device 170x48
Oct 26 20:29:55 archiso kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Oct 26 20:29:55 archiso kernel: loop: module loaded
Oct 26 20:29:55 archiso kernel: loop0: detected capacity change from 0 to 1406744
Oct 26 20:29:55 archiso kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Oct 26 20:29:55 archiso kernel: overlayfs: "xino" feature enabled using 2 upper inode bits.
Oct 26 20:29:55 archiso systemd[1]: systemd 251.4-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Oct 26 20:29:55 archiso systemd[1]: Detected architecture x86-64.
Oct 26 20:29:55 archiso systemd[1]: Hostname set to <archiso>.
Oct 26 20:29:55 archiso systemd[1]: Initializing machine ID from random generator.
Oct 26 20:29:55 archiso systemd[1]: Queued start job for default target Graphical Interface.
Oct 26 20:29:55 archiso systemd[1]: Created slice Slice /system/getty.
Oct 26 20:29:55 archiso systemd[1]: Created slice Slice /system/modprobe.
Oct 26 20:29:55 archiso systemd[1]: Created slice User and Session Slice.
Oct 26 20:29:55 archiso systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 26 20:29:55 archiso systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 26 20:29:55 archiso systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 26 20:29:55 archiso systemd[1]: Reached target Local Encrypted Volumes.
Oct 26 20:29:55 archiso systemd[1]: Reached target Local Integrity Protected Volumes.
Oct 26 20:29:55 archiso systemd[1]: Reached target Path Units.
Oct 26 20:29:55 archiso systemd[1]: Reached target Remote File Systems.
Oct 26 20:29:55 archiso systemd[1]: Reached target Slice Units.
Oct 26 20:29:55 archiso systemd[1]: Reached target Swaps.
Oct 26 20:29:55 archiso systemd[1]: Reached target Local Verity Protected Volumes.
Oct 26 20:29:55 archiso systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 26 20:29:55 archiso systemd[1]: Listening on LVM2 poll daemon socket.
Oct 26 20:29:55 archiso systemd[1]: Listening on Process Core Dump Socket.
Oct 26 20:29:55 archiso systemd[1]: Listening on Journal Audit Socket.
Oct 26 20:29:55 archiso systemd[1]: Listening on Journal Socket (/dev/log).
Oct 26 20:29:55 archiso systemd[1]: Listening on Journal Socket.
Oct 26 20:29:55 archiso systemd[1]: Listening on Network Service Netlink Socket.
Oct 26 20:29:55 archiso systemd[1]: Listening on udev Control Socket.
Oct 26 20:29:55 archiso systemd[1]: Listening on udev Kernel Socket.
Oct 26 20:29:55 archiso systemd[1]: Mounting Huge Pages File System...
Oct 26 20:29:55 archiso systemd[1]: Mounting POSIX Message Queue File System...
Oct 26 20:29:55 archiso systemd[1]: Mounting Kernel Debug File System...
Oct 26 20:29:55 archiso systemd[1]: Mounting Kernel Trace File System...
Oct 26 20:29:55 archiso systemd[1]: Mounting Temporary Directory /tmp...
Oct 26 20:29:55 archiso systemd[1]: Starting Create List of Static Device Nodes...
Oct 26 20:29:55 archiso systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Oct 26 20:29:55 archiso systemd[1]: Starting Load Kernel Module configfs...
Oct 26 20:29:55 archiso systemd[1]: Starting Load Kernel Module drm...
Oct 26 20:29:55 archiso systemd[1]: Starting Load Kernel Module fuse...
Oct 26 20:29:55 archiso systemd[1]: OpenVSwitch configuration for cleanup was skipped because of a failed condition check (ConditionFileIsExecutable=/usr/bin/ovs-vsctl).
Oct 26 20:29:55 archiso systemd[1]: Starting Journal Service...
Oct 26 20:29:55 archiso kernel: fuse: init (API version 7.36)
Oct 26 20:29:55 archiso systemd[1]: Starting Load Kernel Modules...
Oct 26 20:29:55 archiso systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 26 20:29:55 archiso systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Oct 26 20:29:55 archiso systemd[1]: Starting Wait Until Kernel Time Synchronized...
Oct 26 20:29:55 archiso systemd[1]: Starting Coldplug All udev Devices...
Oct 26 20:29:55 archiso systemd[1]: Mounted Huge Pages File System.
Oct 26 20:29:55 archiso systemd[1]: Mounted POSIX Message Queue File System.
Oct 26 20:29:55 archiso systemd[1]: Mounted Kernel Debug File System.
Oct 26 20:29:55 archiso systemd[1]: Mounted Kernel Trace File System.
Oct 26 20:29:55 archiso systemd[1]: Mounted Temporary Directory /tmp.
Oct 26 20:29:55 archiso systemd[1]: Finished Create List of Static Device Nodes.
Oct 26 20:29:55 archiso systemd[1]: modprobe@configfs.service: Deactivated successfully.
Oct 26 20:29:55 archiso systemd[1]: Finished Load Kernel Module configfs.
Oct 26 20:29:55 archiso systemd[1]: modprobe@drm.service: Deactivated successfully.
Oct 26 20:29:55 archiso systemd[1]: Finished Load Kernel Module drm.
Oct 26 20:29:55 archiso systemd[1]: modprobe@fuse.service: Deactivated successfully.
Oct 26 20:29:55 archiso systemd[1]: Finished Load Kernel Module fuse.
Oct 26 20:29:55 archiso systemd[1]: Mounting FUSE Control File System...
Oct 26 20:29:55 archiso systemd[1]: Mounting Kernel Configuration File System...
Oct 26 20:29:55 archiso systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 26 20:29:55 archiso systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
Oct 26 20:29:55 archiso systemd-journald[277]: Journal started
Oct 26 20:29:55 archiso systemd-journald[277]: Runtime Journal (/run/log/journal/ea41bdfeceec4582a4295f91557b5592) is 8.0M, max 393.4M, 385.4M free.
Oct 26 20:29:55 archiso systemd-time-wait-sync[280]: adjtime state 5 status 40 time Wed 2022-10-26 20:29:55.432212 UTC
Oct 26 20:29:55 archiso systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
Oct 26 20:29:55 archiso systemd[1]: Starting Load/Save Random Seed...
Oct 26 20:29:55 archiso systemd-modules-load[278]: Inserted module 'pkcs8_key_parser'
Oct 26 20:29:55 archiso systemd[1]: Starting Create System Users...
Oct 26 20:29:55 archiso kernel: Asymmetric key parser 'pkcs8' registered
Oct 26 20:29:55 archiso systemd[1]: Finished Load Kernel Modules.
Oct 26 20:29:55 archiso systemd[1]: Started Journal Service.
Oct 26 20:29:55 archiso systemd[1]: Mounted FUSE Control File System.
Oct 26 20:29:55 archiso systemd[1]: Mounted Kernel Configuration File System.
Oct 26 20:29:55 archiso systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 26 20:29:55 archiso systemd[1]: Starting Apply Kernel Variables...
Oct 26 20:29:55 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso kernel: audit: type=1130 audit(1666816195.493:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso kernel: audit: type=1130 audit(1666816195.496:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso systemd[1]: Finished Load/Save Random Seed.
Oct 26 20:29:55 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
Oct 26 20:29:55 archiso kernel: audit: type=1130 audit(1666816195.523:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso systemd-journald[277]: Runtime Journal (/run/log/journal/ea41bdfeceec4582a4295f91557b5592) is 8.0M, max 393.4M, 385.4M free.
Oct 26 20:29:55 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 26 20:29:55 archiso systemd-journald[277]: Received client request to flush runtime journal.
Oct 26 20:29:55 archiso kernel: audit: type=1130 audit(1666816195.570:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso systemd[1]: Finished Apply Kernel Variables.
Oct 26 20:29:55 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso kernel: audit: type=1130 audit(1666816195.603:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso systemd[1]: Finished Coldplug All udev Devices.
Oct 26 20:29:55 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso kernel: audit: type=1130 audit(1666816195.643:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso systemd[1]: Finished Create System Users.
Oct 26 20:29:55 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso kernel: audit: type=1130 audit(1666816195.666:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 26 20:29:55 archiso systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 26 20:29:55 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso kernel: audit: type=1130 audit(1666816195.743:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso audit: BPF prog-id=9 op=LOAD
Oct 26 20:29:55 archiso audit: BPF prog-id=10 op=LOAD
Oct 26 20:29:55 archiso audit: BPF prog-id=11 op=LOAD
Oct 26 20:29:55 archiso systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 26 20:29:55 archiso kernel: audit: type=1334 audit(1666816195.746:10): prog-id=9 op=LOAD
Oct 26 20:29:55 archiso kernel: audit: type=1334 audit(1666816195.746:11): prog-id=10 op=LOAD
Oct 26 20:29:55 archiso systemd-udevd[291]: Using default interface naming scheme 'v251'.
Oct 26 20:29:55 archiso systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 26 20:29:55 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso audit: BPF prog-id=12 op=LOAD
Oct 26 20:29:55 archiso systemd[1]: Starting Network Configuration...
Oct 26 20:29:55 archiso systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 26 20:29:55 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:55 archiso systemd[1]: Reached target Preparation for Local File Systems.
Oct 26 20:29:56 archiso systemd[1]: Mounting Temporary /etc/pacman.d/gnupg directory...
Oct 26 20:29:56 archiso kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 26 20:29:56 archiso systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
Oct 26 20:29:56 archiso kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 26 20:29:56 archiso systemd[1]: Mounted Temporary /etc/pacman.d/gnupg directory.
Oct 26 20:29:56 archiso systemd[1]: Reached target Local File Systems.
Oct 26 20:29:56 archiso systemd[1]: Starting Rebuild Dynamic Linker Cache...
Oct 26 20:29:56 archiso kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Oct 26 20:29:56 archiso systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
Oct 26 20:29:56 archiso systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Oct 26 20:29:56 archiso systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
Oct 26 20:29:56 archiso systemd[1]: Starting Create Volatile Files and Directories...
Oct 26 20:29:56 archiso kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
Oct 26 20:29:56 archiso kernel: ACPI: watchdog: Skipping WDAT on this system because it uses RTC SRAM
Oct 26 20:29:56 archiso kernel: i801_smbus 0000:00:1f.3: SPD Write Disable is set
Oct 26 20:29:56 archiso kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Oct 26 20:29:56 archiso kernel: ACPI: watchdog: Skipping WDAT on this system because it uses RTC SRAM
Oct 26 20:29:56 archiso kernel: i2c i2c-10: 1/2 memory slots populated (from DMI)
Oct 26 20:29:56 archiso kernel: i2c i2c-10: Successfully instantiated SPD at 0x50
Oct 26 20:29:56 archiso systemd[1]: Created slice Slice /system/systemd-backlight.
Oct 26 20:29:56 archiso systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Oct 26 20:29:56 archiso systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Oct 26 20:29:56 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'
Oct 26 20:29:56 archiso systemd[1]: Finished Create Volatile Files and Directories.
Oct 26 20:29:56 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'
Oct 26 20:29:56 archiso audit: BPF prog-id=13 op=LOAD
Oct 26 20:29:56 archiso systemd[1]: Starting Rebuild Journal Catalog...
Oct 26 20:29:56 archiso systemd[1]: Starting Network Name Resolution...
Oct 26 20:29:56 archiso audit: BPF prog-id=14 op=LOAD
Oct 26 20:29:56 archiso systemd[1]: Starting Network Time Synchronization...
Oct 26 20:29:56 archiso systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Oct 26 20:29:56 archiso audit[336]: SYSTEM_BOOT pid=336 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:56 archiso systemd-networkd[297]: lo: Link UP
Oct 26 20:29:56 archiso systemd-networkd[297]: lo: Gained carrier
Oct 26 20:29:56 archiso systemd-networkd[297]: Enumeration completed
Oct 26 20:29:56 archiso systemd[1]: Started Network Configuration.
Oct 26 20:29:56 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'
Oct 26 20:29:56 archiso systemd[1]: Starting Wait for Network to be Configured...
Oct 26 20:29:56 archiso kernel: mc: Linux media interface: v0.10
Oct 26 20:29:56 archiso kernel: input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input9
Oct 26 20:29:56 archiso kernel: ideapad_acpi VPC2004:00: Keyboard backlight control not available
Oct 26 20:29:56 archiso systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Oct 26 20:29:56 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'
Oct 26 20:29:56 archiso kernel: ideapad_acpi VPC2004:00: DYTC interface is not available
Oct 26 20:29:57 archiso systemd-networkd[297]: enp2s0: Configuring with /etc/systemd/network/20-ethernet.network.
Oct 26 20:29:57 archiso systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 26 20:29:57 archiso systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 26 20:29:57 archiso systemd-resolved[334]: Positive Trust Anchors:
Oct 26 20:29:57 archiso systemd-resolved[334]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Oct 26 20:29:57 archiso systemd-resolved[334]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Oct 26 20:29:57 archiso systemd[1]: Started Network Time Synchronization.
Oct 26 20:29:57 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:57 archiso systemd[1]: Reached target System Time Set.
Oct 26 20:29:57 archiso kernel: Bluetooth: Core ver 2.22
Oct 26 20:29:57 archiso kernel: NET: Registered PF_BLUETOOTH protocol family
Oct 26 20:29:57 archiso kernel: Bluetooth: HCI device and connection manager initialized
Oct 26 20:29:57 archiso kernel: Bluetooth: HCI socket layer initialized
Oct 26 20:29:57 archiso kernel: Bluetooth: L2CAP socket layer initialized
Oct 26 20:29:57 archiso kernel: Bluetooth: SCO socket layer initialized
Oct 26 20:29:57 archiso kernel: videodev: Linux video capture interface: v2.00
Oct 26 20:29:57 archiso kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
Oct 26 20:29:57 archiso kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5e0f01)
Oct 26 20:29:57 archiso kernel: at24 10-0050: supply vcc not found, using dummy regulator
Oct 26 20:29:57 archiso kernel: at24 10-0050: 256 byte spd EEPROM, read-only
Oct 26 20:29:57 archiso kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Oct 26 20:29:57 archiso kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Oct 26 20:29:57 archiso kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Oct 26 20:29:57 archiso kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Oct 26 20:29:57 archiso kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Oct 26 20:29:57 archiso kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x71, 0x12, 0x09.
Oct 26 20:29:57 archiso kernel: iTCO_vendor_support: vendor-support=0
Oct 26 20:29:57 archiso kernel: psmouse serio1: elantech: Elan sample query result 05, 12, 97
Oct 26 20:29:57 archiso kernel: r8169 0000:02:00.0 enp2s0: Link is Down
Oct 26 20:29:57 archiso systemd-networkd[297]: enp2s0: Link UP
Oct 26 20:29:57 archiso systemd-udevd[295]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
Oct 26 20:29:57 archiso kernel: usbcore: registered new interface driver btusb
Oct 26 20:29:57 archiso kernel: Bluetooth: hci0: RTL: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
Oct 26 20:29:57 archiso kernel: Bluetooth: hci0: RTL: rom_version status=0 version=1
Oct 26 20:29:57 archiso kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8723b_fw.bin
Oct 26 20:29:57 archiso kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input8
Oct 26 20:29:57 archiso kernel: iTCO_wdt iTCO_wdt.3.auto: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
Oct 26 20:29:57 archiso kernel: iTCO_wdt iTCO_wdt.3.auto: initialized. heartbeat=30 sec (nowayout=0)
Oct 26 20:29:57 archiso kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8723b_config.bin
Oct 26 20:29:57 archiso kernel: bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
Oct 26 20:29:57 archiso kernel: Bluetooth: hci0: RTL: cfg_sz -2, total sz 22496
Oct 26 20:29:57 archiso kernel: mousedev: PS/2 mouse device common for all mice
Oct 26 20:29:57 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'
Oct 26 20:29:57 archiso systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 26 20:29:57 archiso systemd[1]: Reached target Bluetooth Support.
Oct 26 20:29:57 archiso systemd[1]: Finished Rebuild Journal Catalog.
Oct 26 20:29:57 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'
Oct 26 20:29:57 archiso kernel: usb 2-6: Found UVC 1.00 device Lenovo EasyCamera (04f2:b572)
Oct 26 20:29:57 archiso kernel: input: Lenovo EasyCamera: Lenovo EasyC as /devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6:1.0/input/input10
Oct 26 20:29:57 archiso kernel: usbcore: registered new interface driver uvcvideo
Oct 26 20:29:57 archiso systemd-resolved[334]: Using system hostname 'archiso'.
Oct 26 20:29:57 archiso systemd[1]: Started Network Name Resolution.
Oct 26 20:29:57 archiso systemd[1]: Reached target Host and Network Name Lookups.
Oct 26 20:29:57 archiso kernel: snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 26 20:29:57 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:29:57 archiso kernel: spi-nor spi0.0: gd25q64 (8192 Kbytes)
Oct 26 20:29:57 archiso kernel: Creating 1 MTD partitions on "intel-spi":
Oct 26 20:29:57 archiso kernel: 0x000000000000-0x000000800000 : "BIOS"
Oct 26 20:29:57 archiso kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
Oct 26 20:29:57 archiso kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
Oct 26 20:29:57 archiso kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
Oct 26 20:29:57 archiso kernel: input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
Oct 26 20:29:57 archiso kernel: input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
Oct 26 20:29:57 archiso kernel: rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin
Oct 26 20:29:57 archiso kernel: ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
Oct 26 20:29:57 archiso kernel: rtlwifi: rtlwifi: wireless switch is on
Oct 26 20:29:57 archiso kernel: snd_hda_codec_conexant hdaudioC1D0: CX20751/2: BIOS auto-probing.
Oct 26 20:29:57 archiso kernel: snd_hda_codec_conexant hdaudioC1D0: autoconfig for CX20751/2: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Oct 26 20:29:57 archiso kernel: snd_hda_codec_conexant hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 26 20:29:57 archiso kernel: snd_hda_codec_conexant hdaudioC1D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
Oct 26 20:29:57 archiso kernel: snd_hda_codec_conexant hdaudioC1D0:    mono: mono_out=0x0
Oct 26 20:29:57 archiso kernel: snd_hda_codec_conexant hdaudioC1D0:    inputs:
Oct 26 20:29:57 archiso kernel: snd_hda_codec_conexant hdaudioC1D0:      Internal Mic=0x1a
Oct 26 20:29:57 archiso kernel: snd_hda_codec_conexant hdaudioC1D0:      Mic=0x19
Oct 26 20:29:57 archiso kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
Oct 26 20:29:57 archiso kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
Oct 26 20:29:57 archiso systemd-udevd[308]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Oct 26 20:29:57 archiso systemd-udevd[303]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 99.
Oct 26 20:29:57 archiso kernel: wl: loading out-of-tree module taints kernel.
Oct 26 20:29:57 archiso kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Oct 26 20:29:57 archiso kernel: Disabling lock debugging due to kernel taint
Oct 26 20:29:58 archiso systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
Oct 26 20:29:58 archiso systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Oct 26 20:29:58 archiso systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
Oct 26 20:29:58 archiso systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
Oct 26 20:29:58 archiso systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
Oct 26 20:29:58 archiso systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
Oct 26 20:29:58 archiso systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Oct 26 20:29:58 archiso kernel: wl: module verification failed: signature and/or required key missing - tainting kernel
Oct 26 20:29:58 archiso systemd[1]: Starting Wait for udev To Complete Device Initialization...
Oct 26 20:29:58 archiso udevadm[373]: systemd-udev-settle.service is deprecated. Please fix livecd-alsa-unmuter.service not to pull it in.
Oct 26 20:29:58 archiso systemd-networkd[297]: wlan0: found matching network '/etc/systemd/network/20-wlan.network', based on potentially unpredictable interface name.
Oct 26 20:29:58 archiso systemd-networkd[297]: wlan0: Configuring with /etc/systemd/network/20-wlan.network.
Oct 26 20:29:58 archiso systemd-networkd[297]: wlan0: Could not bring up interface: Operation not possible due to RF-kill
Oct 26 20:29:58 archiso kernel: intel_rapl_common: Found RAPL domain package
Oct 26 20:29:58 archiso kernel: intel_rapl_common: Found RAPL domain core
Oct 26 20:29:58 archiso kernel: intel_rapl_common: Found RAPL domain uncore
Oct 26 20:29:58 archiso kernel: intel_rapl_common: Found RAPL domain dram
Oct 26 20:29:58 archiso kernel: intel_rapl_common: RAPL package-0 domain package locked by BIOS
Oct 26 20:29:58 archiso kernel: intel_rapl_common: RAPL package-0 domain dram locked by BIOS
Oct 26 20:29:58 archiso systemd[1]: Finished Wait for udev To Complete Device Initialization.
Oct 26 20:29:58 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'
Oct 26 20:29:58 archiso kernel: Bluetooth: hci0: RTL: fw version 0x0e2f9f73
Oct 26 20:30:01 archiso systemd[1]: Finished Rebuild Dynamic Linker Cache.
Oct 26 20:30:01 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'
Oct 26 20:30:01 archiso kernel: kauditd_printk_skb: 16 callbacks suppressed
Oct 26 20:30:01 archiso kernel: audit: type=1130 audit(1666816201.760:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:30:01 archiso systemd[1]: Starting Update is Completed...
Oct 26 20:30:01 archiso systemd[1]: Finished Update is Completed.
Oct 26 20:30:01 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'
Oct 26 20:30:01 archiso systemd[1]: Reached target System Initialization.
Oct 26 20:30:01 archiso systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 26 20:30:01 archiso kernel: audit: type=1130 audit(1666816201.793:29): 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'
Oct 26 20:30:01 archiso systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 26 20:30:01 archiso systemd[1]: Reached target Socket Units.
Oct 26 20:30:01 archiso systemd[1]: Reached target Basic System.
Oct 26 20:30:01 archiso systemd[1]: Starting Save/Restore Sound Card State...
Oct 26 20:30:01 archiso systemd[1]: Manage Sound Card State (restore and store) was skipped because of a failed condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Oct 26 20:30:01 archiso systemd[1]: Choose mirror from the kernel command line was skipped because of a failed condition check (ConditionKernelCommandLine=mirror).
Oct 26 20:30:01 archiso alsactl[376]: /usr/bin/alsactl: load_state:1689: Cannot open /var/lib/alsa/asound.state for reading: No such file or directory
Oct 26 20:30:01 archiso systemd[1]: Starting D-Bus System Message Bus...
Oct 26 20:30:01 archiso systemd[1]: Hyper-V file copy service (FCOPY) was skipped because of a failed condition check (ConditionPathExists=/dev/vmbus/hv_fcopy).
Oct 26 20:30:01 archiso systemd[1]: Hyper-V key-value pair (KVP) was skipped because of a failed condition check (ConditionPathExists=/dev/vmbus/hv_kvp).
Oct 26 20:30:01 archiso systemd[1]: Hyper-V volume shadow copy service (VSS) was skipped because of a failed condition check (ConditionPathExists=/dev/vmbus/hv_vss).
Oct 26 20:30:01 archiso alsactl[376]: Found hardware: "HDA-Intel" "Intel Haswell HDMI" "HDA:80862807,80860101,00100000" "0x17aa" "0x3801"
Oct 26 20:30:01 archiso alsactl[376]: Hardware is initialized using a generic method
Oct 26 20:30:01 archiso audit: BPF prog-id=15 op=LOAD
Oct 26 20:30:01 archiso alsactl[376]: Found hardware: "HDA-Intel" "Conexant CX20751/2" "HDA:14f1510f,17aa3826,00100100" "0x17aa" "0x3801"
Oct 26 20:30:01 archiso alsactl[376]: Hardware is initialized using a generic method
Oct 26 20:30:01 archiso systemd[1]: Starting Wireless service...
Oct 26 20:30:01 archiso kernel: audit: type=1334 audit(1666816201.800:30): prog-id=15 op=LOAD
Oct 26 20:30:01 archiso systemd[1]: Starting Authorization Manager...
Oct 26 20:30:01 archiso systemd[1]: Starting SSH Key Generation...
Oct 26 20:30:01 archiso audit: BPF prog-id=16 op=LOAD
Oct 26 20:30:01 archiso audit: BPF prog-id=17 op=LOAD
Oct 26 20:30:01 archiso audit: BPF prog-id=18 op=LOAD
Oct 26 20:30:01 archiso systemd[1]: Starting User Login Management...
Oct 26 20:30:01 archiso kernel: audit: type=1334 audit(1666816201.816:31): prog-id=16 op=LOAD
Oct 26 20:30:01 archiso kernel: audit: type=1334 audit(1666816201.816:32): prog-id=17 op=LOAD
Oct 26 20:30:01 archiso kernel: audit: type=1334 audit(1666816201.816:33): prog-id=18 op=LOAD
Oct 26 20:30:01 archiso systemd[1]: VirtualBox Guest Service was skipped because of a failed condition check (ConditionVirtualization=oracle).
Oct 26 20:30:01 archiso systemd[1]: Open Virtual Machine Tools (VMware Tools) was skipped because of a failed condition check (ConditionVirtualization=vmware).
Oct 26 20:30:01 archiso systemd[1]: Open Virtual Machine Tools (vmware-vmblock-fuse) was skipped because of a failed condition check (ConditionVirtualization=vmware).
Oct 26 20:30:01 archiso systemd[1]: Finished Save/Restore Sound Card State.
Oct 26 20:30:01 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'
Oct 26 20:30:01 archiso systemd[1]: Reached target Sound Card.
Oct 26 20:30:01 archiso kernel: audit: type=1130 audit(1666816201.820:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:30:01 archiso systemd[1]: Unmute All Sound Card Controls For Use With The Live Arch Environment was skipped because of a failed condition check (ConditionKernelCommandLine=accessibility=on).
Oct 26 20:30:01 archiso systemd[1]: Screen reader service was skipped because of a failed condition check (ConditionKernelCommandLine=accessibility=on).
Oct 26 20:30:01 archiso polkitd[379]: Started polkitd version 121
Oct 26 20:30:01 archiso dbus-daemon[377]: dbus[377]: Unknown group "netdev" in message bus configuration file
Oct 26 20:30:01 archiso dbus-daemon[377]: dbus[377]: Unknown group "netdev" in message bus configuration file
Oct 26 20:30:01 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:30:01 archiso systemd[1]: Started D-Bus System Message Bus.
Oct 26 20:30:01 archiso polkitd[379]: Loading rules from directory /etc/polkit-1/rules.d
Oct 26 20:30:01 archiso polkitd[379]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 26 20:30:01 archiso kernel: audit: type=1130 audit(1666816201.906:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:30:01 archiso kernel: NET: Registered PF_ALG protocol family
Oct 26 20:30:01 archiso polkitd[379]: Finished loading, compiling and executing 3 rules
Oct 26 20:30:01 archiso systemd[1]: Started Authorization Manager.
Oct 26 20:30:01 archiso polkitd[379]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Oct 26 20:30: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'
Oct 26 20:30:01 archiso kernel: audit: type=1130 audit(1666816201.943:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:30:01 archiso systemd[1]: Starting Modem Manager...
Oct 26 20:30:01 archiso systemd-logind[381]: New seat seat0.
Oct 26 20:30:01 archiso systemd-logind[381]: Watching system buttons on /dev/input/event2 (Power Button)
Oct 26 20:30:01 archiso systemd-logind[381]: Watching system buttons on /dev/input/event1 (Power Button)
Oct 26 20:30:01 archiso systemd-logind[381]: Watching system buttons on /dev/input/event0 (Lid Switch)
Oct 26 20:30:01 archiso systemd-logind[381]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Oct 26 20:30:01 archiso systemd[1]: Started User Login Management.
Oct 26 20:30:01 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'
Oct 26 20:30:01 archiso kernel: audit: type=1130 audit(1666816201.970:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:30:02 archiso ModemManager[391]: <info>  ModemManager (version 1.18.12-1) starting in system bus...
Oct 26 20:30:02 archiso iwd[378]: Wireless daemon version 1.30
Oct 26 20:30:02 archiso systemd[1]: Started Wireless service.
Oct 26 20:30:02 archiso iwd[378]: station: Network configuration is disabled.
Oct 26 20:30:02 archiso iwd[378]: rfkill id 0 can't be matched to a wiphy
Oct 26 20:30:02 archiso iwd[378]: Wiphy: 0, Name: phy0
Oct 26 20:30:02 archiso iwd[378]:         Permanent Address: c8:3d:d4:7a:2f:6b
Oct 26 20:30:02 archiso iwd[378]:         2.4Ghz Band:
Oct 26 20:30:02 archiso iwd[378]:                 Bitrates (non-HT):
Oct 26 20:30:02 archiso iwd[378]:                          1.0 Mbps
Oct 26 20:30:02 archiso iwd[378]:                          2.0 Mbps
Oct 26 20:30:02 archiso iwd[378]:                          5.5 Mbps
Oct 26 20:30:02 archiso iwd[378]:                         11.0 Mbps
Oct 26 20:30:02 archiso iwd[378]:                          6.0 Mbps
Oct 26 20:30:02 archiso iwd[378]:                          9.0 Mbps
Oct 26 20:30:02 archiso iwd[378]:                         12.0 Mbps
Oct 26 20:30:02 archiso iwd[378]:                         18.0 Mbps
Oct 26 20:30:02 archiso iwd[378]:                         24.0 Mbps
Oct 26 20:30:02 archiso iwd[378]:                         36.0 Mbps
Oct 26 20:30:02 archiso iwd[378]:                         48.0 Mbps
Oct 26 20:30:02 archiso iwd[378]:                         54.0 Mbps
Oct 26 20:30:02 archiso iwd[378]:                 HT Capabilities:
Oct 26 20:30:02 archiso iwd[378]:                         HT40
Oct 26 20:30:02 archiso iwd[378]:                         Short GI for 20Mhz
Oct 26 20:30:02 archiso iwd[378]:                         Short GI for 40Mhz
Oct 26 20:30:02 archiso iwd[378]:                 HT RX MCS indexes:
Oct 26 20:30:02 archiso iwd[378]:                         0-7
Oct 26 20:30:02 archiso iwd[378]:                         32
Oct 26 20:30:02 archiso iwd[378]:         Ciphers: CCMP TKIP BIP
Oct 26 20:30:02 archiso iwd[378]:         Supported iftypes: ad-hoc station ap p2p-client p2p-go
Oct 26 20:30:02 archiso iwd[378]: Wiphy phy0 will only use the default interface
Oct 26 20:30:02 archiso iwd[378]: Error bringing interface 3 up: Operation not possible due to RF-kill
Oct 26 20:30:02 archiso systemd[1]: Reached target Network.
Oct 26 20:30:02 archiso systemd[1]: Starting Permit User Sessions...
Oct 26 20:30:02 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'
Oct 26 20:30:02 archiso ssh-keygen[380]: ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519
Oct 26 20:30:02 archiso systemd[1]: Finished SSH Key Generation.
Oct 26 20:30:02 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'
Oct 26 20:30:02 archiso systemd[1]: Finished Permit User Sessions.
Oct 26 20:30:02 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'
Oct 26 20:30:02 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'
Oct 26 20:30:02 archiso systemd[1]: Started Getty on tty1.
Oct 26 20:30:02 archiso systemd[1]: Reached target Login Prompts.
Oct 26 20:30:02 archiso systemd[1]: Started OpenSSH Daemon.
Oct 26 20:30:02 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'
Oct 26 20:30:02 archiso ModemManager[391]: [qrtr] socket lookup from 1:0
Oct 26 20:30:02 archiso ModemManager[391]: [qrtr] initial lookup finished
Oct 26 20:30:02 archiso systemd[1]: Started Modem Manager.
Oct 26 20:30:02 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'
Oct 26 20:30:02 archiso kernel: NET: Registered PF_QIPCRTR protocol family
Oct 26 20:30:02 archiso sshd[474]: Server listening on 0.0.0.0 port 22.
Oct 26 20:30:02 archiso sshd[474]: Server listening on :: port 22.
Oct 26 20:30:03 archiso systemd[1]: systemd-rfkill.service: Deactivated successfully.
Oct 26 20:30:03 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'
Oct 26 20:30:04 archiso ModemManager[391]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0': not supported by any plugin
Oct 26 20:30:04 archiso ModemManager[391]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0': not supported by any plugin
Oct 26 20:30:07 archiso audit[473]: USER_ACCT pid=473 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'
Oct 26 20:30:07 archiso audit[473]: CRED_ACQ pid=473 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Oct 26 20:30:07 archiso audit[473]: SYSCALL arch=c000003e syscall=1 success=yes exit=1 a0=4 a1=7fff1e185b50 a2=1 a3=7fff1e185867 items=0 ppid=1 pid=473 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)
Oct 26 20:30:07 archiso audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D66002D2D
Oct 26 20:30:07 archiso login[473]: pam_unix(login:session): session opened for user root(uid=0) by LOGIN(uid=0)
Oct 26 20:30:07 archiso kernel: kauditd_printk_skb: 7 callbacks suppressed
Oct 26 20:30:07 archiso kernel: audit: type=1101 audit(1666816207.363:45): pid=473 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'
Oct 26 20:30:07 archiso kernel: audit: type=1103 audit(1666816207.363:46): pid=473 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Oct 26 20:30:07 archiso kernel: audit: type=1006 audit(1666816207.363:47): pid=473 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1
Oct 26 20:30:07 archiso kernel: audit: type=1300 audit(1666816207.363:47): arch=c000003e syscall=1 success=yes exit=1 a0=4 a1=7fff1e185b50 a2=1 a3=7fff1e185867 items=0 ppid=1 pid=473 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)
Oct 26 20:30:07 archiso kernel: audit: type=1327 audit(1666816207.363:47): proctitle=2F62696E2F6C6F67696E002D70002D66002D2D
Oct 26 20:30:07 archiso systemd[1]: Created slice User Slice of UID 0.
Oct 26 20:30:07 archiso systemd[1]: Starting User Runtime Directory /run/user/0...
Oct 26 20:30:07 archiso systemd-logind[381]: New session 1 of user root.
Oct 26 20:30:07 archiso systemd[1]: Finished User Runtime Directory /run/user/0.
Oct 26 20:30:07 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'
Oct 26 20:30:07 archiso kernel: audit: type=1130 audit(1666816207.423:48): 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'
Oct 26 20:30:07 archiso systemd[1]: Starting User Manager for UID 0...
Oct 26 20:30:07 archiso audit[480]: USER_ACCT pid=480 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" hostname=? addr=? terminal=? res=success'
Oct 26 20:30:07 archiso audit[480]: CRED_ACQ pid=480 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:30:07 archiso audit[480]: SYSCALL arch=c000003e syscall=1 success=yes exit=1 a0=9 a1=7ffce182ad70 a2=1 a3=7ffce182aa87 items=0 ppid=1 pid=480 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)
Oct 26 20:30:07 archiso audit: PROCTITLE proctitle="(systemd)"
Oct 26 20:30:07 archiso systemd[480]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[root] ruser=[<unknown>] rhost=[<unknown>]
Oct 26 20:30:07 archiso systemd[480]: pam_unix(systemd-user:session): session opened for user root(uid=0) by (uid=0)
Oct 26 20:30:07 archiso kernel: audit: type=1101 audit(1666816207.453:49): pid=480 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" hostname=? addr=? terminal=? res=success'
Oct 26 20:30:07 archiso kernel: audit: type=1103 audit(1666816207.453:50): pid=480 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:30:07 archiso kernel: audit: type=1006 audit(1666816207.453:51): pid=480 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
Oct 26 20:30:07 archiso kernel: audit: type=1300 audit(1666816207.453:51): arch=c000003e syscall=1 success=yes exit=1 a0=9 a1=7ffce182ad70 a2=1 a3=7ffce182aa87 items=0 ppid=1 pid=480 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)
Oct 26 20:30:07 archiso systemd[480]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Oct 26 20:30:07 archiso audit[480]: USER_START pid=480 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_systemd,pam_env acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:30:07 archiso audit: BPF prog-id=19 op=LOAD
Oct 26 20:30:07 archiso audit[480]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffd87bb7e20 a2=80 a3=0 items=0 ppid=1 pid=480 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)
Oct 26 20:30:07 archiso audit: PROCTITLE proctitle=2F7573722F6C69622F73797374656D642F73797374656D64002D2D75736572
Oct 26 20:30:07 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:30:07 archiso audit: BPF prog-id=20 op=LOAD
Oct 26 20:30:07 archiso audit[480]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffd87bb7eb0 a2=80 a3=4 items=0 ppid=1 pid=480 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)
Oct 26 20:30:07 archiso audit: PROCTITLE proctitle=2F7573722F6C69622F73797374656D642F73797374656D64002D2D75736572
Oct 26 20:30:07 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:30:07 archiso systemd[480]: Queued start job for default target Main User Target.
Oct 26 20:30:07 archiso systemd[480]: Created slice User Application Slice.
Oct 26 20:30:07 archiso systemd[480]: Reached target Paths.
Oct 26 20:30:07 archiso systemd[480]: Reached target Timers.
Oct 26 20:30:07 archiso systemd[480]: Starting D-Bus User Message Bus Socket...
Oct 26 20:30:07 archiso systemd[480]: Listening on GnuPG network certificate management daemon.
Oct 26 20:30:07 archiso systemd[480]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 26 20:30:07 archiso systemd[480]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 26 20:30:07 archiso systemd[480]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 26 20:30:07 archiso systemd[480]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 26 20:30:07 archiso systemd[480]: Listening on p11-kit server.
Oct 26 20:30:07 archiso systemd[480]: Listening on D-Bus User Message Bus Socket.
Oct 26 20:30:07 archiso systemd[480]: Reached target Sockets.
Oct 26 20:30:07 archiso systemd[480]: Reached target Basic System.
Oct 26 20:30:07 archiso systemd[480]: Reached target Main User Target.
Oct 26 20:30:07 archiso systemd[480]: Startup finished in 179ms.
Oct 26 20:30:07 archiso systemd[1]: Started User Manager for UID 0.
Oct 26 20:30:07 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'
Oct 26 20:30:07 archiso systemd[1]: Started Session 1 of User root.
Oct 26 20:30:07 archiso login[473]: pam_env(login:session): deprecated reading of user environment enabled
Oct 26 20:30:07 archiso audit[473]: USER_START pid=473 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_systemd,pam_env acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Oct 26 20:30:07 archiso audit[473]: CRED_REFR pid=473 uid=0 auid=0 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Oct 26 20:30:07 archiso login[473]: ROOT LOGIN ON tty1
Oct 26 20:31:20 archiso iwd[378]: rfkill id 0 not found in a RFKILL_OP_CHANGE event
Oct 26 20:31:20 archiso rfkill[532]: unblock set for type wifi
Oct 26 20:31:20 archiso systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 26 20:31:20 archiso systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 26 20:31:20 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'
Oct 26 20:31:20 archiso kernel: kauditd_printk_skb: 13 callbacks suppressed
Oct 26 20:31:20 archiso kernel: audit: type=1130 audit(1666816280.643:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:31:21 archiso systemd-networkd[297]: wlan0: Link UP
Oct 26 20:31:25 archiso systemd[1]: dev-virtio\x2dports-org.qemu.guest_agent.0.device: Job dev-virtio\x2dports-org.qemu.guest_agent.0.device/start timed out.
Oct 26 20:31:25 archiso systemd[1]: Timed out waiting for device /dev/virtio-ports/org.qemu.guest_agent.0.
Oct 26 20:31:25 archiso systemd[1]: Dependency failed for QEMU Guest Agent.
Oct 26 20:31:25 archiso systemd[1]: qemu-guest-agent.service: Job qemu-guest-agent.service/start failed with result 'dependency'.
Oct 26 20:31:25 archiso systemd[1]: dev-virtio\x2dports-org.qemu.guest_agent.0.device: Job dev-virtio\x2dports-org.qemu.guest_agent.0.device/start failed with result 'timeout'.
Oct 26 20:31:25 archiso systemd[1]: systemd-rfkill.service: Deactivated successfully.
Oct 26 20:31:25 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'
Oct 26 20:31:25 archiso kernel: audit: type=1131 audit(1666816285.650:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:31:56 archiso systemd-networkd-wait-online[340]: Timeout occurred while waiting for network connectivity.
Oct 26 20:31:56 archiso systemd[1]: systemd-networkd-wait-online.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:31:56 archiso systemd[1]: systemd-networkd-wait-online.service: Failed with result 'exit-code'.
Oct 26 20:31:56 archiso systemd[1]: Failed to start Wait for Network to be Configured.
Oct 26 20:31:56 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'
Oct 26 20:31:56 archiso systemd[1]: Reached target Network is Online.
Oct 26 20:31:56 archiso audit: BPF prog-id=21 op=LOAD
Oct 26 20:31:56 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:31:56 archiso kernel: audit: type=1130 audit(1666816316.980:62): 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'
Oct 26 20:31:56 archiso kernel: audit: type=1334 audit(1666816316.980:63): prog-id=21 op=LOAD
Oct 26 20:31:59 archiso systemd-resolved[334]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Oct 26 20:31:59 archiso reflector[539]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:31:59 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:31:59 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:31:59 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:31:59 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'
Oct 26 20:31:59 archiso systemd[1]: reflector.service: Consumed 2.604s CPU time.
Oct 26 20:31:59 archiso kernel: audit: type=1130 audit(1666816319.816:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:31:59 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:31:59 archiso kernel: audit: type=1334 audit(1666816319.850:65): prog-id=0 op=UNLOAD
Oct 26 20:32:09 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 1.
Oct 26 20:32:09 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:32:09 archiso systemd[1]: reflector.service: Consumed 2.604s CPU time.
Oct 26 20:32:09 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'
Oct 26 20:32:09 archiso kernel: audit: type=1130 audit(1666816329.976:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:32:09 archiso kernel: audit: type=1131 audit(1666816329.976:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:32:09 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'
Oct 26 20:32:09 archiso audit: BPF prog-id=22 op=LOAD
Oct 26 20:32:09 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:32:09 archiso kernel: audit: type=1334 audit(1666816329.980:68): prog-id=22 op=LOAD
Oct 26 20:32:10 archiso reflector[543]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:32:10 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:32:10 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:32:10 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:32:10 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'
Oct 26 20:32:10 archiso kernel: audit: type=1130 audit(1666816330.103:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:32:10 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:32:10 archiso kernel: audit: type=1334 audit(1666816330.120:70): prog-id=0 op=UNLOAD
Oct 26 20:32:20 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 2.
Oct 26 20:32:20 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'
Oct 26 20:32:20 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'
Oct 26 20:32:20 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:32:20 archiso kernel: audit: type=1130 audit(1666816340.226:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:32:20 archiso kernel: audit: type=1131 audit(1666816340.226:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:32:20 archiso audit: BPF prog-id=23 op=LOAD
Oct 26 20:32:20 archiso kernel: audit: type=1334 audit(1666816340.230:73): prog-id=23 op=LOAD
Oct 26 20:32:20 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:32:20 archiso reflector[547]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:32:20 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:32:20 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:32:20 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:32:20 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'
Oct 26 20:32:20 archiso kernel: audit: type=1130 audit(1666816340.356:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:32:20 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:32:20 archiso kernel: audit: type=1334 audit(1666816340.386:75): prog-id=0 op=UNLOAD
Oct 26 20:32:30 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 3.
Oct 26 20:32:30 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:32:30 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'
Oct 26 20:32:30 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'
Oct 26 20:32:30 archiso kernel: audit: type=1130 audit(1666816350.476:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:32:30 archiso kernel: audit: type=1131 audit(1666816350.476:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:32:30 archiso audit: BPF prog-id=24 op=LOAD
Oct 26 20:32:30 archiso kernel: audit: type=1334 audit(1666816350.480:78): prog-id=24 op=LOAD
Oct 26 20:32:30 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:32:30 archiso reflector[551]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:32:30 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:32:30 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:32:30 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:32:30 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'
Oct 26 20:32:30 archiso kernel: audit: type=1130 audit(1666816350.606:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:32:30 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:32:30 archiso kernel: audit: type=1334 audit(1666816350.626:80): prog-id=0 op=UNLOAD
Oct 26 20:32:40 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 4.
Oct 26 20:32:40 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:32:40 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'
Oct 26 20:32:40 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'
Oct 26 20:32:40 archiso kernel: audit: type=1130 audit(1666816360.726:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:32:40 archiso kernel: audit: type=1131 audit(1666816360.726:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:32:40 archiso audit: BPF prog-id=25 op=LOAD
Oct 26 20:32:40 archiso kernel: audit: type=1334 audit(1666816360.730:83): prog-id=25 op=LOAD
Oct 26 20:32:40 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:32:40 archiso reflector[555]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:32:40 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:32:40 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:32:40 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:32:40 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'
Oct 26 20:32:40 archiso kernel: audit: type=1130 audit(1666816360.856:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:32:40 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:32:40 archiso kernel: audit: type=1334 audit(1666816360.876:85): prog-id=0 op=UNLOAD
Oct 26 20:32:41 archiso iwd[378]: Terminate
Oct 26 20:32:41 archiso iwd[378]: Removing scan context for wdev 1
Oct 26 20:32:41 archiso systemd[1]: Stopping Wireless service...
Oct 26 20:32:42 archiso systemd-networkd[297]: wlan0: Link DOWN
Oct 26 20:32:42 archiso iwd[378]: D-Bus disconnected, quitting...
Oct 26 20:32:42 archiso systemd[1]: iwd.service: Deactivated successfully.
Oct 26 20:32:42 archiso systemd[1]: Stopped Wireless service.
Oct 26 20:32:42 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:32:42 archiso systemd[1]: iwd.service: Consumed 2.752s CPU time.
Oct 26 20:32:42 archiso audit: BPF prog-id=26 op=LOAD
Oct 26 20:32:42 archiso systemd[1]: Starting Wireless service...
Oct 26 20:32:42 archiso kernel: audit: type=1131 audit(1666816362.940:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:32:42 archiso kernel: audit: type=1334 audit(1666816362.940:87): prog-id=26 op=LOAD
Oct 26 20:32:42 archiso iwd[573]: Wireless daemon version 1.30
Oct 26 20:32:42 archiso systemd[1]: Started Wireless service.
Oct 26 20:32:42 archiso iwd[573]: station: Network configuration is disabled.
Oct 26 20:32:42 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'
Oct 26 20:32:42 archiso iwd[573]: rfkill id 0 can't be matched to a wiphy
Oct 26 20:32:42 archiso iwd[573]: Wiphy: 0, Name: phy0
Oct 26 20:32:42 archiso iwd[573]:         Permanent Address: c8:3d:d4:7a:2f:6b
Oct 26 20:32:42 archiso iwd[573]:         2.4Ghz Band:
Oct 26 20:32:42 archiso iwd[573]:                 Bitrates (non-HT):
Oct 26 20:32:42 archiso iwd[573]:                          1.0 Mbps
Oct 26 20:32:42 archiso iwd[573]:                          2.0 Mbps
Oct 26 20:32:42 archiso iwd[573]:                          5.5 Mbps
Oct 26 20:32:42 archiso iwd[573]:                         11.0 Mbps
Oct 26 20:32:42 archiso iwd[573]:                          6.0 Mbps
Oct 26 20:32:42 archiso iwd[573]:                          9.0 Mbps
Oct 26 20:32:42 archiso iwd[573]:                         12.0 Mbps
Oct 26 20:32:42 archiso iwd[573]:                         18.0 Mbps
Oct 26 20:32:42 archiso iwd[573]:                         24.0 Mbps
Oct 26 20:32:42 archiso iwd[573]:                         36.0 Mbps
Oct 26 20:32:42 archiso iwd[573]:                         48.0 Mbps
Oct 26 20:32:42 archiso iwd[573]:                         54.0 Mbps
Oct 26 20:32:42 archiso iwd[573]:                 HT Capabilities:
Oct 26 20:32:42 archiso iwd[573]:                         HT40
Oct 26 20:32:42 archiso iwd[573]:                         Short GI for 20Mhz
Oct 26 20:32:42 archiso iwd[573]:                         Short GI for 40Mhz
Oct 26 20:32:42 archiso iwd[573]:                 HT RX MCS indexes:
Oct 26 20:32:42 archiso iwd[573]:                         0-7
Oct 26 20:32:42 archiso iwd[573]:                         32
Oct 26 20:32:42 archiso iwd[573]:         Ciphers: CCMP TKIP BIP
Oct 26 20:32:42 archiso iwd[573]:         Supported iftypes: ad-hoc station ap p2p-client p2p-go
Oct 26 20:32:42 archiso iwd[573]: Wiphy phy0 will only use the default interface
Oct 26 20:32:42 archiso kernel: audit: type=1130 audit(1666816362.953:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:32:42 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:32:42 archiso kernel: audit: type=1334 audit(1666816362.960:89): prog-id=0 op=UNLOAD
Oct 26 20:32:43 archiso systemd-networkd[297]: wlan0: Link UP
Oct 26 20:32:50 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 5.
Oct 26 20:32:50 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:32:50 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'
Oct 26 20:32:50 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'
Oct 26 20:32:50 archiso kernel: audit: type=1130 audit(1666816370.976:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:32:50 archiso kernel: audit: type=1131 audit(1666816370.976:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:32:50 archiso audit: BPF prog-id=27 op=LOAD
Oct 26 20:32:50 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:32:50 archiso kernel: audit: type=1334 audit(1666816370.980:92): prog-id=27 op=LOAD
Oct 26 20:32:51 archiso reflector[574]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:32:51 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:32:51 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:32:51 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:32:51 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'
Oct 26 20:32:51 archiso kernel: audit: type=1130 audit(1666816371.103:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:32:51 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:32:51 archiso kernel: audit: type=1334 audit(1666816371.120:94): prog-id=0 op=UNLOAD
Oct 26 20:33:01 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 6.
Oct 26 20:33:01 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:33:01 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'
Oct 26 20:33:01 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'
Oct 26 20:33:01 archiso audit: BPF prog-id=28 op=LOAD
Oct 26 20:33:01 archiso kernel: audit: type=1130 audit(1666816381.226:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:33:01 archiso kernel: audit: type=1131 audit(1666816381.226:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:33:01 archiso kernel: audit: type=1334 audit(1666816381.230:97): prog-id=28 op=LOAD
Oct 26 20:33:01 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:33:01 archiso reflector[581]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:33:01 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:33:01 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:33:01 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:33:01 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'
Oct 26 20:33:01 archiso kernel: audit: type=1130 audit(1666816381.356:98): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:33:01 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:33:01 archiso kernel: audit: type=1334 audit(1666816381.373:99): prog-id=0 op=UNLOAD
Oct 26 20:33:11 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 7.
Oct 26 20:33:11 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'
Oct 26 20:33:11 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'
Oct 26 20:33:11 archiso kernel: audit: type=1130 audit(1666816391.476:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:33:11 archiso kernel: audit: type=1131 audit(1666816391.476:101): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:33:11 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:33:11 archiso audit: BPF prog-id=29 op=LOAD
Oct 26 20:33:11 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:33:11 archiso kernel: audit: type=1334 audit(1666816391.480:102): prog-id=29 op=LOAD
Oct 26 20:33:11 archiso reflector[585]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:33:11 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:33:11 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:33:11 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:33:11 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'
Oct 26 20:33:11 archiso kernel: audit: type=1130 audit(1666816391.606:103): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:33:11 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:33:11 archiso kernel: audit: type=1334 audit(1666816391.626:104): prog-id=0 op=UNLOAD
Oct 26 20:33:21 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 8.
Oct 26 20:33:21 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:33:21 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'
Oct 26 20:33:21 archiso kernel: audit: type=1130 audit(1666816401.726:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:33:21 archiso kernel: audit: type=1131 audit(1666816401.726:106): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:33:21 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'
Oct 26 20:33:21 archiso audit: BPF prog-id=30 op=LOAD
Oct 26 20:33:21 archiso kernel: audit: type=1334 audit(1666816401.730:107): prog-id=30 op=LOAD
Oct 26 20:33:21 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:33:21 archiso reflector[589]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:33:21 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:33:21 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:33:21 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:33:21 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'
Oct 26 20:33:21 archiso kernel: audit: type=1130 audit(1666816401.856:108): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:33:21 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:33:21 archiso kernel: audit: type=1334 audit(1666816401.886:109): prog-id=0 op=UNLOAD
Oct 26 20:33:31 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 9.
Oct 26 20:33:31 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'
Oct 26 20:33:31 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'
Oct 26 20:33:31 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:33:31 archiso kernel: audit: type=1130 audit(1666816411.976:110): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:33:31 archiso kernel: audit: type=1131 audit(1666816411.976:111): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:33:31 archiso audit: BPF prog-id=31 op=LOAD
Oct 26 20:33:31 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:33:31 archiso kernel: audit: type=1334 audit(1666816411.980:112): prog-id=31 op=LOAD
Oct 26 20:33:32 archiso reflector[593]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:33:32 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:33:32 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:33:32 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:33:32 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'
Oct 26 20:33:32 archiso kernel: audit: type=1130 audit(1666816412.106:113): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:33:32 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:33:32 archiso kernel: audit: type=1334 audit(1666816412.126:114): prog-id=0 op=UNLOAD
Oct 26 20:33:42 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 10.
Oct 26 20:33:42 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:33:42 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'
Oct 26 20:33:42 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'
Oct 26 20:33:42 archiso kernel: audit: type=1130 audit(1666816422.226:115): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:33:42 archiso kernel: audit: type=1131 audit(1666816422.226:116): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:33:42 archiso audit: BPF prog-id=32 op=LOAD
Oct 26 20:33:42 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:33:42 archiso kernel: audit: type=1334 audit(1666816422.230:117): prog-id=32 op=LOAD
Oct 26 20:33:42 archiso reflector[597]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:33:42 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:33:42 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:33:42 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:33:42 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'
Oct 26 20:33:42 archiso kernel: audit: type=1130 audit(1666816422.356:118): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:33:42 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:33:42 archiso kernel: audit: type=1334 audit(1666816422.386:119): prog-id=0 op=UNLOAD
Oct 26 20:33:52 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 11.
Oct 26 20:33:52 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'
Oct 26 20:33:52 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'
Oct 26 20:33:52 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:33:52 archiso kernel: audit: type=1130 audit(1666816432.476:120): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:33:52 archiso kernel: audit: type=1131 audit(1666816432.476:121): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:33:52 archiso audit: BPF prog-id=33 op=LOAD
Oct 26 20:33:52 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:33:52 archiso kernel: audit: type=1334 audit(1666816432.480:122): prog-id=33 op=LOAD
Oct 26 20:33:52 archiso reflector[601]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:33:52 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:33:52 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:33:52 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:33:52 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'
Oct 26 20:33:52 archiso kernel: audit: type=1130 audit(1666816432.603:123): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:33:52 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:33:52 archiso kernel: audit: type=1334 audit(1666816432.620:124): prog-id=0 op=UNLOAD
Oct 26 20:34:02 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 12.
Oct 26 20:34:02 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'
Oct 26 20:34:02 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'
Oct 26 20:34:02 archiso kernel: audit: type=1130 audit(1666816442.726:125): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:34:02 archiso kernel: audit: type=1131 audit(1666816442.726:126): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:34:02 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:34:02 archiso audit: BPF prog-id=34 op=LOAD
Oct 26 20:34:02 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:34:02 archiso kernel: audit: type=1334 audit(1666816442.730:127): prog-id=34 op=LOAD
Oct 26 20:34:02 archiso reflector[605]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:34:02 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:34:02 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:34:02 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:34:02 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'
Oct 26 20:34:02 archiso kernel: audit: type=1130 audit(1666816442.856:128): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:34:02 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:34:02 archiso kernel: audit: type=1334 audit(1666816442.886:129): prog-id=0 op=UNLOAD
Oct 26 20:34:12 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 13.
Oct 26 20:34: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'
Oct 26 20:34: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'
Oct 26 20:34:12 archiso kernel: audit: type=1130 audit(1666816452.976:130): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:34:12 archiso kernel: audit: type=1131 audit(1666816452.976:131): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:34:12 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:34:12 archiso audit: BPF prog-id=35 op=LOAD
Oct 26 20:34:12 archiso kernel: audit: type=1334 audit(1666816452.980:132): prog-id=35 op=LOAD
Oct 26 20:34:12 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:34:13 archiso reflector[609]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:34:13 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:34:13 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:34:13 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:34: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'
Oct 26 20:34:13 archiso kernel: audit: type=1130 audit(1666816453.106:133): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:34:13 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:34:13 archiso kernel: audit: type=1334 audit(1666816453.126:134): prog-id=0 op=UNLOAD
Oct 26 20:34:23 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 14.
Oct 26 20:34: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=success'
Oct 26 20:34:23 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'
Oct 26 20:34:23 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:34:23 archiso kernel: audit: type=1130 audit(1666816463.226:135): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:34:23 archiso kernel: audit: type=1131 audit(1666816463.226:136): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:34:23 archiso audit: BPF prog-id=36 op=LOAD
Oct 26 20:34:23 archiso kernel: audit: type=1334 audit(1666816463.230:137): prog-id=36 op=LOAD
Oct 26 20:34:23 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:34:23 archiso reflector[613]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:34:23 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:34:23 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:34:23 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:34: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'
Oct 26 20:34:23 archiso kernel: audit: type=1130 audit(1666816463.360:138): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:34:23 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:34:23 archiso kernel: audit: type=1334 audit(1666816463.376:139): prog-id=0 op=UNLOAD
Oct 26 20:34:33 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 15.
Oct 26 20:34:33 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'
Oct 26 20:34:33 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'
Oct 26 20:34:33 archiso kernel: audit: type=1130 audit(1666816473.476:140): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:34:33 archiso kernel: audit: type=1131 audit(1666816473.476:141): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:34:33 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:34:33 archiso audit: BPF prog-id=37 op=LOAD
Oct 26 20:34:33 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:34:33 archiso kernel: audit: type=1334 audit(1666816473.480:142): prog-id=37 op=LOAD
Oct 26 20:34:33 archiso reflector[617]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:34:33 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:34:33 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:34:33 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:34:33 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'
Oct 26 20:34:33 archiso kernel: audit: type=1130 audit(1666816473.606:143): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:34:33 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:34:33 archiso kernel: audit: type=1334 audit(1666816473.640:144): prog-id=0 op=UNLOAD
Oct 26 20:34:43 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 16.
Oct 26 20:34:43 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'
Oct 26 20:34:43 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'
Oct 26 20:34:43 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:34:43 archiso kernel: audit: type=1130 audit(1666816483.726:145): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:34:43 archiso kernel: audit: type=1131 audit(1666816483.726:146): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:34:43 archiso audit: BPF prog-id=38 op=LOAD
Oct 26 20:34:43 archiso kernel: audit: type=1334 audit(1666816483.730:147): prog-id=38 op=LOAD
Oct 26 20:34:43 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:34:43 archiso reflector[621]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:34:43 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:34:43 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:34:43 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:34:43 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'
Oct 26 20:34:43 archiso kernel: audit: type=1130 audit(1666816483.856:148): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:34:43 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:34:43 archiso kernel: audit: type=1334 audit(1666816483.876:149): prog-id=0 op=UNLOAD
Oct 26 20:34:53 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 17.
Oct 26 20:34: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=success'
Oct 26 20:34:53 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'
Oct 26 20:34:53 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:34:53 archiso kernel: audit: type=1130 audit(1666816493.976:150): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:34:53 archiso kernel: audit: type=1131 audit(1666816493.976:151): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:34:53 archiso audit: BPF prog-id=39 op=LOAD
Oct 26 20:34:53 archiso kernel: audit: type=1334 audit(1666816493.980:152): prog-id=39 op=LOAD
Oct 26 20:34:53 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:34:54 archiso reflector[625]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:34:54 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:34:54 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:34:54 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:34: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'
Oct 26 20:34:54 archiso kernel: audit: type=1130 audit(1666816494.106:153): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:34:54 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:34:54 archiso kernel: audit: type=1334 audit(1666816494.133:154): prog-id=0 op=UNLOAD
Oct 26 20:35:04 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 18.
Oct 26 20:35:04 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:35: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=success'
Oct 26 20:35:04 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'
Oct 26 20:35:04 archiso kernel: audit: type=1130 audit(1666816504.226:155): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:35:04 archiso kernel: audit: type=1131 audit(1666816504.226:156): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:35:04 archiso audit: BPF prog-id=40 op=LOAD
Oct 26 20:35:04 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:35:04 archiso kernel: audit: type=1334 audit(1666816504.230:157): prog-id=40 op=LOAD
Oct 26 20:35:04 archiso reflector[632]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:35:04 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:35:04 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:35:04 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:35: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'
Oct 26 20:35:04 archiso kernel: audit: type=1130 audit(1666816504.353:158): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:35:04 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:35:04 archiso kernel: audit: type=1334 audit(1666816504.373:159): prog-id=0 op=UNLOAD
Oct 26 20:35:14 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 19.
Oct 26 20:35:14 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:35:14 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'
Oct 26 20:35:14 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'
Oct 26 20:35:14 archiso kernel: audit: type=1130 audit(1666816514.476:160): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:35:14 archiso kernel: audit: type=1131 audit(1666816514.476:161): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:35:14 archiso audit: BPF prog-id=41 op=LOAD
Oct 26 20:35:14 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:35:14 archiso kernel: audit: type=1334 audit(1666816514.480:162): prog-id=41 op=LOAD
Oct 26 20:35:14 archiso reflector[637]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:35:14 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:35:14 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:35:14 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:35:14 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'
Oct 26 20:35:14 archiso kernel: audit: type=1130 audit(1666816514.603:163): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:35:14 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:35:14 archiso kernel: audit: type=1334 audit(1666816514.623:164): prog-id=0 op=UNLOAD
Oct 26 20:35:24 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 20.
Oct 26 20:35:24 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:35:24 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'
Oct 26 20:35:24 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'
Oct 26 20:35:24 archiso kernel: audit: type=1130 audit(1666816524.726:165): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:35:24 archiso kernel: audit: type=1131 audit(1666816524.726:166): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:35:24 archiso audit: BPF prog-id=42 op=LOAD
Oct 26 20:35:24 archiso kernel: audit: type=1334 audit(1666816524.730:167): prog-id=42 op=LOAD
Oct 26 20:35:24 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:35:24 archiso reflector[641]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:35:24 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:35:24 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:35:24 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:35:24 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'
Oct 26 20:35:24 archiso kernel: audit: type=1130 audit(1666816524.860:168): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:35:24 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:35:24 archiso kernel: audit: type=1334 audit(1666816524.876:169): prog-id=0 op=UNLOAD
Oct 26 20:35:34 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 21.
Oct 26 20:35:34 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:35: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=success'
Oct 26 20:35:34 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'
Oct 26 20:35:34 archiso kernel: audit: type=1130 audit(1666816534.976:170): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:35:34 archiso kernel: audit: type=1131 audit(1666816534.976:171): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:35:34 archiso audit: BPF prog-id=43 op=LOAD
Oct 26 20:35:34 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:35:34 archiso kernel: audit: type=1334 audit(1666816534.980:172): prog-id=43 op=LOAD
Oct 26 20:35:35 archiso reflector[647]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:35:35 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:35:35 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:35:35 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:35: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'
Oct 26 20:35:35 archiso kernel: audit: type=1130 audit(1666816535.103:173): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:35:35 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:35:35 archiso kernel: audit: type=1334 audit(1666816535.120:174): prog-id=0 op=UNLOAD
Oct 26 20:35:45 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 22.
Oct 26 20:35: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=success'
Oct 26 20:35:45 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'
Oct 26 20:35:45 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:35:45 archiso kernel: audit: type=1130 audit(1666816545.226:175): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:35:45 archiso kernel: audit: type=1131 audit(1666816545.226:176): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:35:45 archiso audit: BPF prog-id=44 op=LOAD
Oct 26 20:35:45 archiso kernel: audit: type=1334 audit(1666816545.230:177): prog-id=44 op=LOAD
Oct 26 20:35:45 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:35:45 archiso reflector[651]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:35:45 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:35:45 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:35:45 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:35: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'
Oct 26 20:35:45 archiso kernel: audit: type=1130 audit(1666816545.360:178): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:35:45 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:35:45 archiso kernel: audit: type=1334 audit(1666816545.376:179): prog-id=0 op=UNLOAD
Oct 26 20:35:48 archiso kernel: usb 2-2: new high-speed USB device number 6 using xhci_hcd
Oct 26 20:35:48 archiso kernel: usb 2-2: New USB device found, idVendor=05ac, idProduct=12a8, bcdDevice=12.08
Oct 26 20:35:48 archiso kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 26 20:35:48 archiso kernel: usb 2-2: Product: iPhone
Oct 26 20:35:48 archiso kernel: usb 2-2: Manufacturer: Apple Inc.
Oct 26 20:35:48 archiso kernel: usb 2-2: SerialNumber: 000080300011353C1AD0402E
Oct 26 20:35:48 archiso systemd[1]: /usr/lib/systemd/system/usbmuxd.service:7: PIDFile= references a path below legacy directory /var/run/, updating /var/run/usbmuxd.pid → /run/usbmuxd.pid; please update the unit file accordingly.
Oct 26 20:35:48 archiso systemd[1]: Started Socket daemon for the usbmux protocol used by Apple devices.
Oct 26 20:35:48 archiso kernel: audit: type=1130 audit(1666816548.823:180): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=usbmuxd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:35:48 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=usbmuxd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:35:48 archiso kernel: usbcore: registered new device driver apple-mfi-fastcharge
Oct 26 20:35:48 archiso usbmuxd[656]: [20:35:48.866][3] usbmuxd v1.1.1 starting up
Oct 26 20:35:48 archiso usbmuxd[656]: [20:35:48.867][3] Successfully dropped privileges to 'usbmux'
Oct 26 20:35:48 archiso usbmuxd[656]: [20:35:48.867][3] Using libusb 1.0.26
Oct 26 20:35:48 archiso usbmuxd[656]: [20:35:48.875][3] Initialization complete
Oct 26 20:35:48 archiso usbmuxd[656]: [20:35:48.875][3] Enabled exit on SIGUSR1 if no devices are attached. Start a new instance with "--exit" to trigger.
Oct 26 20:35:48 archiso usbmuxd[656]: [20:35:48.875][3] Connecting to new device on location 0x20006 as ID 1
Oct 26 20:35:48 archiso usbmuxd[656]: [20:35:48.876][3] Connected to v2.0 device 1 on location 0x20006 with serial number 00008030-0011353C1AD0402E
Oct 26 20:35:48 archiso kernel: ipheth 2-2:4.2: Apple iPhone USB Ethernet device attached
Oct 26 20:35:48 archiso kernel: usbcore: registered new interface driver ipheth
Oct 26 20:35:48 archiso kernel: ipheth 2-2:4.2 enp0s20u2c4i2: renamed from eth0
Oct 26 20:35:48 archiso systemd-networkd[297]: eth0: Interface name change detected, renamed to enp0s20u2c4i2.
Oct 26 20:35:48 archiso systemd-networkd[297]: enp0s20u2c4i2: Configuring with /etc/systemd/network/20-ethernet.network.
Oct 26 20:35:48 archiso systemd-networkd[297]: enp0s20u2c4i2: Link UP
Oct 26 20:35:51 archiso ModemManager[391]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2': not supported by any plugin
Oct 26 20:35:55 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 23.
Oct 26 20:35:55 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:35:55 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'
Oct 26 20:35:55 archiso kernel: audit: type=1130 audit(1666816555.476:181): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:35:55 archiso kernel: audit: type=1131 audit(1666816555.476:182): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:35:55 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'
Oct 26 20:35:55 archiso audit: BPF prog-id=45 op=LOAD
Oct 26 20:35:55 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:35:55 archiso kernel: audit: type=1334 audit(1666816555.480:183): prog-id=45 op=LOAD
Oct 26 20:35:55 archiso reflector[663]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:35:55 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:35:55 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:35:55 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:35:55 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'
Oct 26 20:35:55 archiso kernel: audit: type=1130 audit(1666816555.603:184): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:35:55 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:35:55 archiso kernel: audit: type=1334 audit(1666816555.633:185): prog-id=0 op=UNLOAD
Oct 26 20:36:01 archiso dhcpcd[669]: dhcpcd-9.4.1 starting
Oct 26 20:36:01 archiso dhcpcd[672]: dev: loaded udev
Oct 26 20:36:01 archiso dhcpcd[672]: DUID 00:04:15:32:91:46:bb:5b:11:e6:80:1f:c8:5b:76:ad:b5:f4
Oct 26 20:36:01 archiso kernel: 8021q: 802.1Q VLAN Support v1.8
Oct 26 20:36:01 archiso dhcpcd[672]: no interfaces have a carrier
Oct 26 20:36:01 archiso dhcpcd[672]: enp2s0: waiting for carrier
Oct 26 20:36:01 archiso dhcpcd[672]: wlan0: waiting for carrier
Oct 26 20:36:01 archiso dhcpcd[672]: enp0s20u2c4i2: waiting for carrier
Oct 26 20:36:05 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 24.
Oct 26 20:36:05 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'
Oct 26 20:36:05 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'
Oct 26 20:36:05 archiso kernel: audit: type=1130 audit(1666816565.726:186): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:36:05 archiso kernel: audit: type=1131 audit(1666816565.726:187): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:36:05 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:36:05 archiso audit: BPF prog-id=46 op=LOAD
Oct 26 20:36:05 archiso kernel: audit: type=1334 audit(1666816565.730:188): prog-id=46 op=LOAD
Oct 26 20:36:05 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:36:05 archiso reflector[686]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:36:05 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:36:05 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:36:05 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:36:05 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'
Oct 26 20:36:05 archiso kernel: audit: type=1130 audit(1666816565.856:189): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:36:05 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:36:05 archiso kernel: audit: type=1334 audit(1666816565.900:190): prog-id=0 op=UNLOAD
Oct 26 20:36:15 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 25.
Oct 26 20:36: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=success'
Oct 26 20:36:15 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'
Oct 26 20:36:15 archiso kernel: audit: type=1130 audit(1666816575.976:191): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:36:15 archiso kernel: audit: type=1131 audit(1666816575.976:192): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:36:15 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:36:15 archiso audit: BPF prog-id=47 op=LOAD
Oct 26 20:36:15 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:36:15 archiso kernel: audit: type=1334 audit(1666816575.980:193): prog-id=47 op=LOAD
Oct 26 20:36:16 archiso reflector[690]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:36:16 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:36:16 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:36:16 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:36: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'
Oct 26 20:36:16 archiso kernel: audit: type=1130 audit(1666816576.103:194): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:36:16 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:36:16 archiso kernel: audit: type=1334 audit(1666816576.120:195): prog-id=0 op=UNLOAD
Oct 26 20:36:26 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 26.
Oct 26 20:36: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=success'
Oct 26 20:36:26 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'
Oct 26 20:36:26 archiso kernel: audit: type=1130 audit(1666816586.226:196): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:36:26 archiso kernel: audit: type=1131 audit(1666816586.226:197): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:36:26 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:36:26 archiso audit: BPF prog-id=48 op=LOAD
Oct 26 20:36:26 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:36:26 archiso kernel: audit: type=1334 audit(1666816586.230:198): prog-id=48 op=LOAD
Oct 26 20:36:26 archiso reflector[695]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:36:26 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:36:26 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:36:26 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:36: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'
Oct 26 20:36:26 archiso kernel: audit: type=1130 audit(1666816586.353:199): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:36:26 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:36:26 archiso kernel: audit: type=1334 audit(1666816586.370:200): prog-id=0 op=UNLOAD
Oct 26 20:36:36 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 27.
Oct 26 20:36:36 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'
Oct 26 20:36:36 archiso kernel: audit: type=1130 audit(1666816596.476:201): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:36:36 archiso kernel: audit: type=1131 audit(1666816596.476:202): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:36:36 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'
Oct 26 20:36:36 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:36:36 archiso audit: BPF prog-id=49 op=LOAD
Oct 26 20:36:36 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:36:36 archiso kernel: audit: type=1334 audit(1666816596.480:203): prog-id=49 op=LOAD
Oct 26 20:36:36 archiso reflector[699]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:36:36 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:36:36 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:36:36 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:36:36 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'
Oct 26 20:36:36 archiso kernel: audit: type=1130 audit(1666816596.603:204): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:36:36 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:36:36 archiso kernel: audit: type=1334 audit(1666816596.623:205): prog-id=0 op=UNLOAD
Oct 26 20:36:46 archiso systemd[1]: reflector.service: Scheduled restart job, restart counter is at 28.
Oct 26 20:36:46 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'
Oct 26 20:36:46 archiso kernel: audit: type=1130 audit(1666816606.726:206): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:36:46 archiso kernel: audit: type=1131 audit(1666816606.726:207): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 26 20:36:46 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'
Oct 26 20:36:46 archiso systemd[1]: Stopped Refresh Pacman mirrorlist with Reflector..
Oct 26 20:36:46 archiso audit: BPF prog-id=50 op=LOAD
Oct 26 20:36:46 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 26 20:36:46 archiso kernel: audit: type=1334 audit(1666816606.730:208): prog-id=50 op=LOAD
Oct 26 20:36:46 archiso reflector[708]: error: failed to retrieve mirrorstatus data: URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Oct 26 20:36:46 archiso systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Oct 26 20:36:46 archiso systemd[1]: reflector.service: Failed with result 'exit-code'.
Oct 26 20:36:46 archiso systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
Oct 26 20:36:46 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'
Oct 26 20:36:46 archiso kernel: audit: type=1130 audit(1666816606.853:209): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 26 20:36:46 archiso audit: BPF prog-id=0 op=UNLOAD
Oct 26 20:36:46 archiso kernel: audit: type=1334 audit(1666816606.886:210): prog-id=0 op=UNLOAD
Oct 26 20:36:54 archiso dhcpcd[672]: enp0s20u2c4i2: carrier acquired
Oct 26 20:36:54 archiso systemd-networkd[297]: enp0s20u2c4i2: Gained carrier
Oct 26 20:36:54 archiso kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20u2c4i2: link becomes ready
Oct 26 20:36:54 archiso dhcpcd[672]: enp0s20u2c4i2: IAID c9:03:e7:4f
Oct 26 20:36:54 archiso dhcpcd[672]: enp0s20u2c4i2: adding address fe80::df82:2e93:dd87:6d1a
Oct 26 20:36:54 archiso systemd-networkd[297]: enp0s20u2c4i2: DHCPv4 address 172.20.10.3/28, gateway 172.20.10.1 acquired from 172.20.10.1
Oct 26 20:36:54 archiso systemd-timesyncd[335]: Network configuration changed, trying to establish connection.
Oct 26 20:36:54 archiso systemd-time-wait-sync[280]: adjtime state 0 status 2001 time Wed 2022-10-26 20:36:54.856567 UTC
Oct 26 20:36:54 archiso systemd-timesyncd[335]: Contacted time server 195.46.37.22:123 (0.arch.pool.ntp.org).
Oct 26 20:36:54 archiso systemd-timesyncd[335]: Initial clock synchronization to Wed 2022-10-26 20:36:55.210707 UTC.
Oct 26 20:36:54 archiso systemd[1]: Finished Wait Until Kernel Time Synchronized.
Oct 26 20:36:54 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'
Oct 26 20:36:54 archiso systemd[1]: Reached target System Time Synchronized.
Oct 26 20:36:54 archiso kernel: audit: type=1130 audit(1666816614.856:211): 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'
Oct 26 20:36:54 archiso systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Oct 26 20:36:54 archiso systemd[1]: Started Daily man-db regeneration.
Oct 26 20:36:54 archiso systemd[1]: Started Daily verification of password and group files.
Oct 26 20:36:54 archiso systemd[1]: Reached target Timer Units.
Oct 26 20:36:54 archiso systemd[1]: Starting Initializes Pacman keyring...
Oct 26 20:36:54 archiso dhcpcd[672]: enp0s20u2c4i2: soliciting an IPv6 router
Oct 26 20:36:55 archiso pacman-key[719]: gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
Oct 26 20:36:55 archiso pacman-key[719]: gpg: no ultimately trusted keys found
Oct 26 20:36:55 archiso pacman-key[738]: gpg: starting migration from earlier GnuPG versions
Oct 26 20:36:55 archiso pacman-key[738]: gpg: porting secret keys from '/etc/pacman.d/gnupg/secring.gpg' to gpg-agent
Oct 26 20:36:55 archiso pacman-key[738]: gpg: migration succeeded
Oct 26 20:36:55 archiso pacman-key[715]: ==> Generating pacman master key. This may take some time.
Oct 26 20:36:55 archiso pacman-key[745]: gpg: Generating pacman keyring master key...
Oct 26 20:36:55 archiso dhcpcd[672]: enp0s20u2c4i2: soliciting a DHCP lease
Oct 26 20:36:55 archiso dhcpcd[672]: enp0s20u2c4i2: offered 172.20.10.3 from 172.20.10.1 iPhone-7
Oct 26 20:36:55 archiso dhcpcd[672]: enp0s20u2c4i2: leased 172.20.10.3 for 86400 seconds
Oct 26 20:36:55 archiso dhcpcd[672]: enp0s20u2c4i2: adding route to 172.20.10.0/28
Oct 26 20:36:55 archiso dhcpcd[672]: enp0s20u2c4i2: adding default route via 172.20.10.1
Oct 26 20:36:55 archiso dhcpcd[672]: enp0s20u2c4i2: pid 0 deleted route to 172.20.10.0/28
Oct 26 20:36:55 archiso systemd-networkd[297]: enp0s20u2c4i2: Gained IPv6LL

Last edited by v4m3rr (2022-10-26 20:47:27)

Offline

#11 2022-10-26 21:44:07

seth
Member
Registered: 2012-09-03
Posts: 60,805

Re: IWCTL seems to not working

And then I had a list of some networks that i can connect and after about 30 seconds had no available network.

For clarification: did you try to connect to one of them and that failed after 30s or did subsequent scans fail to find any APs?

There're no driver or firmware crashes and there's no indication that you ever had any network connection on the Wifi NIC (eg. reflector fails) but only on the tethered phone.

Online

#12 2022-10-27 06:22:49

v4m3rr
Member
Registered: 2022-10-25
Posts: 14

Re: IWCTL seems to not working

I haven’t tried to connect to any network. As I said after running

station wlan0 get-networks

I had a list of available networks there was also my Home network but I didn’t try to connect and after 30 seconds I couldn’t connect to any of those networks because they have suddenly disappered.

Last edited by v4m3rr (2022-10-27 06:23:53)

Offline

#13 2022-10-27 08:11:17

seth
Member
Registered: 2012-09-03
Posts: 60,805

Re: IWCTL seems to not working

Did you issue an(other) "station wlan0 scan" before the "station wlan0 get-networks"?
You can also just blindly "station wlan0 connect SSID" for your SSID.

Online

#14 2022-10-27 10:52:04

v4m3rr
Member
Registered: 2022-10-25
Posts: 14

Re: IWCTL seems to not working

I ran „station wlan0 scan” before „station wlan0 get-networks”

Offline

#15 2022-10-27 12:15:32

seth
Member
Registered: 2012-09-03
Posts: 60,805

Re: IWCTL seems to not working

https://wiki.archlinux.org/title/Networ … /rtl8723be

modprobe -r rtl8723be
modprobe rtl8723be fwlps=0

You can also try "ant_sel=1" or "ant_sel=2" next to "fwlps=0"

Online

#16 2022-10-27 18:22:11

v4m3rr
Member
Registered: 2022-10-25
Posts: 14

Re: IWCTL seems to not working

Non of it worked. I got the same behaviour.

Offline

#17 2022-10-27 18:28:34

v4m3rr
Member
Registered: 2022-10-25
Posts: 14

Re: IWCTL seems to not working

On ubuntu installed on hard drive wifi works fine

Offline

#18 2022-10-27 18:53:55

v4m3rr
Member
Registered: 2022-10-25
Posts: 14

Re: IWCTL seems to not working

Okay that's strange. I tried to connect to wifi really fast before all of this sudden disapearness of available networks and I succeed and now I have internet connection. Constatlly. After running those commands. I've might been not able to connect to internet when I described couple days ago.

Last edited by v4m3rr (2022-10-27 18:55:27)

Offline

#19 2022-10-27 18:56:11

v4m3rr
Member
Registered: 2022-10-25
Posts: 14

Re: IWCTL seems to not working

Have you any ideas why now it's working?

Offline

#20 2022-10-27 19:15:53

seth
Member
Registered: 2012-09-03
Posts: 60,805

Re: IWCTL seems to not working

seth wrote:

You can also just blindly "station wlan0 connect SSID" for your SSID.

There's absolutely no error indication (leaving aside the rfkill that should™ not be there) in the logs you posted, I could only suspect that the NIC (silently) fails to enter the scanning mode - but that's a guess w/o any basis.
In that case I'd assume the connection would have worked all along.

Online

#21 2022-10-27 19:18:38

v4m3rr
Member
Registered: 2022-10-25
Posts: 14

Re: IWCTL seems to not working

I don't know but thank you very much for your help

Offline

#22 2022-10-27 20:33:56

v4m3rr
Member
Registered: 2022-10-25
Posts: 14

Re: IWCTL seems to not working

modprobe -r rtl8723be
modprobe rtl8723be fwlps=0

I find out that this code just don't allow to disconnect me after connecting to wifi network. But I still need to be fast when connecting to wifi smile. So this thing kinda works

Offline

Board footer

Powered by FluxBB