You are not logged in.
I tried to install nvidia proprietary drivers on my old laptop Dell XPS, runing the linux kernel, which has a GeForce 525M (NVC1 Fermi) because the intel integrated card goes crazy with services such as whereby or zoom I'm using these days for home office work.
I compiled the drivers suggested in the wiki for my card https://aur.archlinux.org/packages/nvidia-390xx-dkms/. Everything went fine.
Following the configuration section, I created the 20-nvidia.conf file
Section "Device"
Identifier "Nvidia Card"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 525M"
EndSectionRun the # nvidia-xconfig command and made sure that there was a proper xorg.conf file
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 390.132 (buildmeister@swio-display-x64-rhel04-14) Fri Nov 1 05:15:46 PDT 2019
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSectionRebooted and couldn't log in. Via chroot, I checked Xorg.0.log and found this:
[ 8.443] Current Operating System: Linux arch 5.5.13-arch2-1 #1 SMP PREEMPT Mon, 30 Mar 2020 20:42:41 +0000 x86_64
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 8.444] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[ 8.444] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 8.444] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 8.444] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 8.444] (WW) Disabling Keyboard0
[ 8.444] (WW) Disabling Mouse0
[ 8.458] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 8.464] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[ 8.464] (EE) NVIDIA: system's kernel log for additional error messages and
[ 8.464] (EE) NVIDIA: consult the NVIDIA README for details.
[ 8.468] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[ 8.468] (EE) NVIDIA: system's kernel log for additional error messages and
[ 8.468] (EE) NVIDIA: consult the NVIDIA README for details.
[ 8.471] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[ 8.471] (EE) NVIDIA: system's kernel log for additional error messages and
[ 8.471] (EE) NVIDIA: consult the NVIDIA README for details.
[ 8.474] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[ 8.474] (EE) NVIDIA: system's kernel log for additional error messages and
[ 8.474] (EE) NVIDIA: consult the NVIDIA README for details.
[ 8.474] (EE) No devices detected.
[ 8.474] (EE)
[ 8.474] (EE) no screens found(EE)
[ 8.474] (EE)
[ 8.474] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 8.474] (EE)
[ 8.529] (EE) Server terminated with error (1). Closing log file.So following the instructions from the wiki on https://wiki.archlinux.org/index.php/NV … tarts_fine, got a timed out for /dev/dri/card0. Again chrooted into my system and Xorg.0.log says
again the previous error.
Obviously I'm doing something wrong because I'm not able to start correctly my system but I don't know what else to try.
Thanks in advance.
Offline
If you'd attach a kernel log it would be helpful, without it we have no idea what's happening. Just to make sure, nouveau is blacklisted by nvidia-390xx-dkms, right?
Offline
If you'd attach a kernel log it would be helpful, without it we have no idea what's happening. Just to make sure, nouveau is blacklisted by nvidia-390xx-dkms, right?
Yes, it is blacklisted. Anyway, I also created a blacklist.conf file in /etc/modprobe.d to be sure.
Here it is the journalctl -b output:
-- Logs begin at Sun 2020-03-15 19:35:54 CET, end at Sat 2020-04-04 00:25:56 CEST. --
Apr 04 00:23:47 archiso kernel: microcode: microcode updated early to revision 0x2f, date = 2019-02-17
Apr 04 00:23:47 archiso kernel: Linux version 5.5.6-arch1-1 (linux@archlinux) (gcc version 9.2.1 20200130 (Arch Linux 9.2.1+20200130-2)) #1 SMP PREEMPT Mon, 24 Feb 2020 12:20:16 +0000
Apr 04 00:23:47 archiso kernel: Command line: BOOT_IMAGE=boot/x86_64/vmlinuz archisobasedir=arch archisolabel=ARCH_202003 initrd=boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
Apr 04 00:23:47 archiso kernel: KERNEL supported cpus:
Apr 04 00:23:47 archiso kernel: Intel GenuineIntel
Apr 04 00:23:47 archiso kernel: AMD AuthenticAMD
Apr 04 00:23:47 archiso kernel: Hygon HygonGenuine
Apr 04 00:23:47 archiso kernel: Centaur CentaurHauls
Apr 04 00:23:47 archiso kernel: zhaoxin Shanghai
Apr 04 00:23:47 archiso kernel: Disabled fast string operations
Apr 04 00:23:47 archiso kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Apr 04 00:23:47 archiso kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Apr 04 00:23:47 archiso kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Apr 04 00:23:47 archiso kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Apr 04 00:23:47 archiso kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Apr 04 00:23:47 archiso kernel: BIOS-provided physical RAM map:
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bac8efff] usable
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000bac8f000-0x00000000bacabfff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000bacac000-0x00000000bacb8fff] ACPI NVS
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000bacb9000-0x00000000badcefff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000badcf000-0x00000000badcffff] ACPI NVS
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000badd0000-0x00000000badfafff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000badfb000-0x00000000badfcfff] ACPI NVS
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000badfd000-0x00000000badfefff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000badff000-0x00000000bae01fff] ACPI NVS
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000bae02000-0x00000000bae09fff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000bae0a000-0x00000000bae1afff] ACPI NVS
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000bae1b000-0x00000000baf17fff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000baf18000-0x00000000baf1bfff] ACPI NVS
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000baf1c000-0x00000000baf1efff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000baf1f000-0x00000000baf9efff] ACPI NVS
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000bafff000-0x00000000baffffff] usable
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000bb000000-0x00000000bf9fffff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x0000000100000000-0x000000013e9fefff] usable
Apr 04 00:23:47 archiso kernel: BIOS-e820: [mem 0x000000013e9ff000-0x000000013fdfffff] reserved
Apr 04 00:23:47 archiso kernel: NX (Execute Disable) protection: active
Apr 04 00:23:47 archiso kernel: SMBIOS 2.6 present.
Apr 04 00:23:47 archiso kernel: DMI: Dell Inc. Dell System XPS L502X/0YR8NN, BIOS A12 09/07/2012
Apr 04 00:23:47 archiso kernel: tsc: Fast TSC calibration using PIT
Apr 04 00:23:47 archiso kernel: tsc: Detected 2394.654 MHz processor
Apr 04 00:23:47 archiso kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Apr 04 00:23:47 archiso kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Apr 04 00:23:47 archiso kernel: last_pfn = 0x13e9ff max_arch_pfn = 0x400000000
Apr 04 00:23:47 archiso kernel: MTRR default type: uncachable
Apr 04 00:23:47 archiso kernel: MTRR fixed ranges enabled:
Apr 04 00:23:47 archiso kernel: 00000-9FFFF write-back
Apr 04 00:23:47 archiso kernel: A0000-BFFFF uncachable
Apr 04 00:23:47 archiso kernel: C0000-FFFFF write-protect
Apr 04 00:23:47 archiso kernel: MTRR variable ranges enabled:
Apr 04 00:23:47 archiso kernel: 0 base 0FFC00000 mask FFFC00000 write-protect
Apr 04 00:23:47 archiso kernel: 1 base 000000000 mask F80000000 write-back
Apr 04 00:23:47 archiso kernel: 2 base 080000000 mask FC0000000 write-back
Apr 04 00:23:47 archiso kernel: 3 base 0BC000000 mask FFC000000 uncachable
Apr 04 00:23:47 archiso kernel: 4 base 0BB000000 mask FFF000000 uncachable
Apr 04 00:23:47 archiso kernel: 5 base 100000000 mask FC0000000 write-back
Apr 04 00:23:47 archiso kernel: 6 base 13FE00000 mask FFFE00000 uncachable
Apr 04 00:23:47 archiso kernel: 7 disabled
Apr 04 00:23:47 archiso kernel: 8 disabled
Apr 04 00:23:47 archiso kernel: 9 disabled
Apr 04 00:23:47 archiso kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Apr 04 00:23:47 archiso kernel: last_pfn = 0xbb000 max_arch_pfn = 0x400000000
Apr 04 00:23:47 archiso kernel: check: Scanning 1 areas for low memory corruption
Apr 04 00:23:47 archiso kernel: reserving inaccessible SNB gfx pages
Apr 04 00:23:47 archiso kernel: BRK [0x2fc01000, 0x2fc01fff] PGTABLE
Apr 04 00:23:47 archiso kernel: BRK [0x2fc02000, 0x2fc02fff] PGTABLE
Apr 04 00:23:47 archiso kernel: BRK [0x2fc03000, 0x2fc03fff] PGTABLE
Apr 04 00:23:47 archiso kernel: BRK [0x2fc04000, 0x2fc04fff] PGTABLE
Apr 04 00:23:47 archiso kernel: BRK [0x2fc05000, 0x2fc05fff] PGTABLE
Apr 04 00:23:47 archiso kernel: BRK [0x2fc06000, 0x2fc06fff] PGTABLE
Apr 04 00:23:47 archiso kernel: BRK [0x2fc07000, 0x2fc07fff] PGTABLE
Apr 04 00:23:47 archiso kernel: RAMDISK: [mem 0x7d6ae000-0x7fffffff]
Apr 04 00:23:47 archiso kernel: ACPI: Early table checksum verification disabled
Apr 04 00:23:47 archiso kernel: ACPI: RSDP 0x00000000000F00E0 000024 (v02 DELL )
Apr 04 00:23:47 archiso kernel: ACPI: XSDT 0x00000000BAFFE120 00008C (v01 DELL QA09 00000002 LOHR 00000002)
Apr 04 00:23:47 archiso kernel: ACPI: FACP 0x00000000BAFEF000 0000F4 (v03 DELL QA09 00000002 PTL 00000002)
Apr 04 00:23:47 archiso kernel: ACPI: DSDT 0x00000000BAFF2000 008C93 (v02 DELL SNB-CPT 00000000 INTL 20061109)
Apr 04 00:23:47 archiso kernel: ACPI: FACS 0x00000000BAF40000 000040
Apr 04 00:23:47 archiso kernel: ACPI: FACS 0x00000000BAF40000 000040
Apr 04 00:23:47 archiso kernel: ACPI: SLIC 0x00000000BAFFD000 000176 (v01 DELL QA09 00000002 LOHR 00000001)
Apr 04 00:23:47 archiso kernel: ACPI: SSDT 0x00000000BAFFB000 001068 (v01 DELL PtidDevc 00001000 INTL 20061109)
Apr 04 00:23:47 archiso kernel: ACPI: ASF! 0x00000000BAFF1000 0000A5 (v32 DELL QA09 00000002 PTL 00000002)
Apr 04 00:23:47 archiso kernel: ACPI: HPET 0x00000000BAFEE000 000038 (v01 DELL QA09 00000002 PTL 00000002)
Apr 04 00:23:47 archiso kernel: ACPI: APIC 0x00000000BAFED000 000098 (v01 DELL QA09 00000002 PTL 00000002)
Apr 04 00:23:47 archiso kernel: ACPI: MCFG 0x00000000BAFEC000 00003C (v01 DELL QA09 00000002 PTL 00000002)
Apr 04 00:23:47 archiso kernel: ACPI: SSDT 0x00000000BAFEA000 00124D (v01 NvORef NvOptTbl 00001000 INTL 20061109)
Apr 04 00:23:47 archiso kernel: ACPI: SSDT 0x00000000BAFE9000 0007C2 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
Apr 04 00:23:47 archiso kernel: ACPI: SSDT 0x00000000BAFE8000 000996 (v01 PmRef CpuPm 00003000 INTL 20061109)
Apr 04 00:23:47 archiso kernel: ACPI: UEFI 0x00000000BAFE7000 00003E (v01 DELL QA09 00000002 PTL 00000002)
Apr 04 00:23:47 archiso kernel: ACPI: UEFI 0x00000000BAFE6000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
Apr 04 00:23:47 archiso kernel: ACPI: UEFI 0x00000000BAFE5000 00026A (v01 DELL QA09 00000002 PTL 00000002)
Apr 04 00:23:47 archiso kernel: ACPI: Local APIC address 0xfee00000
Apr 04 00:23:47 archiso kernel: No NUMA configuration found
Apr 04 00:23:47 archiso kernel: Faking a node at [mem 0x0000000000000000-0x000000013e9fefff]
Apr 04 00:23:47 archiso kernel: NODE_DATA(0) allocated [mem 0x13e9fb000-0x13e9fefff]
Apr 04 00:23:47 archiso kernel: Zone ranges:
Apr 04 00:23:47 archiso kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Apr 04 00:23:47 archiso kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Apr 04 00:23:47 archiso kernel: Normal [mem 0x0000000100000000-0x000000013e9fefff]
Apr 04 00:23:47 archiso kernel: Device empty
Apr 04 00:23:47 archiso kernel: Movable zone start for each node
Apr 04 00:23:47 archiso kernel: Early memory node ranges
Apr 04 00:23:47 archiso kernel: node 0: [mem 0x0000000000001000-0x000000000009cfff]
Apr 04 00:23:47 archiso kernel: node 0: [mem 0x0000000000100000-0x00000000bac8efff]
Apr 04 00:23:47 archiso kernel: node 0: [mem 0x00000000bafff000-0x00000000baffffff]
Apr 04 00:23:47 archiso kernel: node 0: [mem 0x0000000100000000-0x000000013e9fefff]
Apr 04 00:23:47 archiso kernel: Zeroed struct page in unavailable ranges: 27093 pages
Apr 04 00:23:47 archiso kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000013e9fefff]
Apr 04 00:23:47 archiso kernel: On node 0 totalpages: 1021483
Apr 04 00:23:47 archiso kernel: DMA zone: 64 pages used for memmap
Apr 04 00:23:47 archiso kernel: DMA zone: 156 pages reserved
Apr 04 00:23:47 archiso kernel: DMA zone: 3996 pages, LIFO batch:0
Apr 04 00:23:47 archiso kernel: DMA32 zone: 11891 pages used for memmap
Apr 04 00:23:47 archiso kernel: DMA32 zone: 760976 pages, LIFO batch:63
Apr 04 00:23:47 archiso kernel: Normal zone: 4008 pages used for memmap
Apr 04 00:23:47 archiso kernel: Normal zone: 256511 pages, LIFO batch:63
Apr 04 00:23:47 archiso kernel: Reserving Intel graphics memory at [mem 0xbba00000-0xbf9fffff]
Apr 04 00:23:47 archiso kernel: ACPI: PM-Timer IO Port: 0x408
Apr 04 00:23:47 archiso kernel: ACPI: Local APIC address 0xfee00000
Apr 04 00:23:47 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Apr 04 00:23:47 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Apr 04 00:23:47 archiso kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Apr 04 00:23:47 archiso kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 04 00:23:47 archiso kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 04 00:23:47 archiso kernel: ACPI: IRQ0 used by override.
Apr 04 00:23:47 archiso kernel: ACPI: IRQ9 used by override.
Apr 04 00:23:47 archiso kernel: Using ACPI (MADT) for SMP configuration information
Apr 04 00:23:47 archiso kernel: ACPI: HPET id: 0x8086a301 base: 0xfed00000
Apr 04 00:23:47 archiso kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbac8f000-0xbacabfff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbacac000-0xbacb8fff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbacb9000-0xbadcefff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbadcf000-0xbadcffff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbadd0000-0xbadfafff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbadfb000-0xbadfcfff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbadfd000-0xbadfefff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbadff000-0xbae01fff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbae02000-0xbae09fff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbae0a000-0xbae1afff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbae1b000-0xbaf17fff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbaf18000-0xbaf1bfff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbaf1c000-0xbaf1efff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbaf1f000-0xbaf9efff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbaf9f000-0xbaffefff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbb000000-0xbf9fffff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xbfa00000-0xf7ffffff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
Apr 04 00:23:47 archiso kernel: PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
Apr 04 00:23:47 archiso kernel: [mem 0xbfa00000-0xf7ffffff] available for PCI devices
Apr 04 00:23:47 archiso kernel: Booting paravirtualized kernel on bare hardware
Apr 04 00:23:47 archiso kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Apr 04 00:23:47 archiso kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Apr 04 00:23:47 archiso kernel: percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
Apr 04 00:23:47 archiso kernel: pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
Apr 04 00:23:47 archiso kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Apr 04 00:23:47 archiso kernel: Built 1 zonelists, mobility grouping on. Total pages: 1005364
Apr 04 00:23:47 archiso kernel: Policy zone: Normal
Apr 04 00:23:47 archiso kernel: Kernel command line: BOOT_IMAGE=boot/x86_64/vmlinuz archisobasedir=arch archisolabel=ARCH_202003 initrd=boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
Apr 04 00:23:47 archiso kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Apr 04 00:23:47 archiso kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Apr 04 00:23:47 archiso kernel: mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Apr 04 00:23:47 archiso kernel: Memory: 3872700K/4085932K available (12291K kernel code, 1344K rwdata, 4292K rodata, 1664K init, 3388K bss, 213232K reserved, 0K cma-reserved)
Apr 04 00:23:47 archiso kernel: random: get_random_u64 called from __kmem_cache_create+0x3e/0x520 with crng_init=0
Apr 04 00:23:47 archiso kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Apr 04 00:23:47 archiso kernel: Kernel/User page tables isolation: enabled
Apr 04 00:23:47 archiso kernel: ftrace: allocating 38787 entries in 152 pages
Apr 04 00:23:47 archiso kernel: ftrace: allocated 152 pages with 3 groups
Apr 04 00:23:47 archiso kernel: rcu: Preemptible hierarchical RCU implementation.
Apr 04 00:23:47 archiso kernel: rcu: RCU dyntick-idle grace-period acceleration is enabled.
Apr 04 00:23:47 archiso kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Apr 04 00:23:47 archiso kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Apr 04 00:23:47 archiso kernel: Tasks RCU enabled.
Apr 04 00:23:47 archiso kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Apr 04 00:23:47 archiso kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Apr 04 00:23:47 archiso kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
Apr 04 00:23:47 archiso kernel: Console: colour VGA+ 80x25
Apr 04 00:23:47 archiso kernel: printk: console [tty0] enabled
Apr 04 00:23:47 archiso kernel: ACPI: Core revision 20191018
Apr 04 00:23:47 archiso kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Apr 04 00:23:47 archiso kernel: APIC: Switch to symmetric I/O mode setup
Apr 04 00:23:47 archiso kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Apr 04 00:23:47 archiso kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 04 00:23:47 archiso kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22847d3cd31, max_idle_ns: 440795256896 ns
Apr 04 00:23:47 archiso kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4791.86 BogoMIPS (lpj=7982180)
Apr 04 00:23:47 archiso kernel: pid_max: default: 32768 minimum: 301
Apr 04 00:23:47 archiso kernel: LSM: Security Framework initializing
Apr 04 00:23:47 archiso kernel: Yama: becoming mindful.
Apr 04 00:23:47 archiso kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Apr 04 00:23:47 archiso kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Apr 04 00:23:47 archiso kernel: *** VALIDATE tmpfs ***
Apr 04 00:23:47 archiso kernel: *** VALIDATE proc ***
Apr 04 00:23:47 archiso kernel: *** VALIDATE cgroup1 ***
Apr 04 00:23:47 archiso kernel: *** VALIDATE cgroup2 ***
Apr 04 00:23:47 archiso kernel: Disabled fast string operations
Apr 04 00:23:47 archiso kernel: process: using mwait in idle threads
Apr 04 00:23:47 archiso kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Apr 04 00:23:47 archiso kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Apr 04 00:23:47 archiso kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr 04 00:23:47 archiso kernel: Spectre V2 : Mitigation: Full generic retpoline
Apr 04 00:23:47 archiso kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Apr 04 00:23:47 archiso kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Apr 04 00:23:47 archiso kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Apr 04 00:23:47 archiso kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Apr 04 00:23:47 archiso kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Apr 04 00:23:47 archiso kernel: MDS: Mitigation: Clear CPU buffers
Apr 04 00:23:47 archiso kernel: Freeing SMP alternatives memory: 32K
Apr 04 00:23:47 archiso kernel: TSC deadline timer enabled
Apr 04 00:23:47 archiso kernel: smpboot: CPU0: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz (family: 0x6, model: 0x2a, stepping: 0x7)
Apr 04 00:23:47 archiso kernel: Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Apr 04 00:23:47 archiso kernel: ... version: 3
Apr 04 00:23:47 archiso kernel: ... bit width: 48
Apr 04 00:23:47 archiso kernel: ... generic registers: 4
Apr 04 00:23:47 archiso kernel: ... value mask: 0000ffffffffffff
Apr 04 00:23:47 archiso kernel: ... max period: 00007fffffffffff
Apr 04 00:23:47 archiso kernel: ... fixed-purpose events: 3
Apr 04 00:23:47 archiso kernel: ... event mask: 000000070000000f
Apr 04 00:23:47 archiso kernel: rcu: Hierarchical SRCU implementation.
Apr 04 00:23:47 archiso kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Apr 04 00:23:47 archiso kernel: smp: Bringing up secondary CPUs ...
Apr 04 00:23:47 archiso kernel: x86: Booting SMP configuration:
Apr 04 00:23:47 archiso kernel: .... node #0, CPUs: #1
Apr 04 00:23:47 archiso kernel: Disabled fast string operations
Apr 04 00:23:47 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.
Apr 04 00:23:47 archiso kernel: #2
Apr 04 00:23:47 archiso kernel: Disabled fast string operations
Apr 04 00:23:47 archiso kernel: #3
Apr 04 00:23:47 archiso kernel: Disabled fast string operations
Apr 04 00:23:47 archiso kernel: smp: Brought up 1 node, 4 CPUs
Apr 04 00:23:47 archiso kernel: smpboot: Max logical packages: 2
Apr 04 00:23:47 archiso kernel: smpboot: Total of 4 processors activated (19164.45 BogoMIPS)
Apr 04 00:23:47 archiso kernel: devtmpfs: initialized
Apr 04 00:23:47 archiso kernel: x86/mm: Memory block size: 128MB
Apr 04 00:23:47 archiso kernel: PM: Registering ACPI NVS region [mem 0xbacac000-0xbacb8fff] (53248 bytes)
Apr 04 00:23:47 archiso kernel: PM: Registering ACPI NVS region [mem 0xbadcf000-0xbadcffff] (4096 bytes)
Apr 04 00:23:47 archiso kernel: PM: Registering ACPI NVS region [mem 0xbadfb000-0xbadfcfff] (8192 bytes)
Apr 04 00:23:47 archiso kernel: PM: Registering ACPI NVS region [mem 0xbadff000-0xbae01fff] (12288 bytes)
Apr 04 00:23:47 archiso kernel: PM: Registering ACPI NVS region [mem 0xbae0a000-0xbae1afff] (69632 bytes)
Apr 04 00:23:47 archiso kernel: PM: Registering ACPI NVS region [mem 0xbaf18000-0xbaf1bfff] (16384 bytes)
Apr 04 00:23:47 archiso kernel: PM: Registering ACPI NVS region [mem 0xbaf1f000-0xbaf9efff] (524288 bytes)
Apr 04 00:23:47 archiso kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Apr 04 00:23:47 archiso kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Apr 04 00:23:47 archiso kernel: pinctrl core: initialized pinctrl subsystem
Apr 04 00:23:47 archiso kernel: PM: RTC time: 22:23:36, date: 2020-04-03
Apr 04 00:23:47 archiso kernel: thermal_sys: Registered thermal governor 'fair_share'
Apr 04 00:23:47 archiso kernel: thermal_sys: Registered thermal governor 'bang_bang'
Apr 04 00:23:47 archiso kernel: thermal_sys: Registered thermal governor 'step_wise'
Apr 04 00:23:47 archiso kernel: thermal_sys: Registered thermal governor 'user_space'
Apr 04 00:23:47 archiso kernel: thermal_sys: Registered thermal governor 'power_allocator'
Apr 04 00:23:47 archiso kernel: NET: Registered protocol family 16
Apr 04 00:23:47 archiso kernel: audit: initializing netlink subsys (disabled)
Apr 04 00:23:47 archiso kernel: audit: type=2000 audit(1585952616.206:1): state=initialized audit_enabled=0 res=1
Apr 04 00:23:47 archiso kernel: cpuidle: using governor ladder
Apr 04 00:23:47 archiso kernel: cpuidle: using governor menu
Apr 04 00:23:47 archiso kernel: ACPI: bus type PCI registered
Apr 04 00:23:47 archiso kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 04 00:23:47 archiso kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Apr 04 00:23:47 archiso kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Apr 04 00:23:47 archiso kernel: PCI: Using configuration type 1 for base access
Apr 04 00:23:47 archiso kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Apr 04 00:23:47 archiso kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Apr 04 00:23:47 archiso kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Apr 04 00:23:47 archiso kernel: ACPI: Added _OSI(Module Device)
Apr 04 00:23:47 archiso kernel: ACPI: Added _OSI(Processor Device)
Apr 04 00:23:47 archiso kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 04 00:23:47 archiso kernel: ACPI: Added _OSI(Processor Aggregator Device)
Apr 04 00:23:47 archiso kernel: ACPI: Added _OSI(Linux-Dell-Video)
Apr 04 00:23:47 archiso kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Apr 04 00:23:47 archiso kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Apr 04 00:23:47 archiso kernel: ACPI: 5 ACPI AML tables successfully acquired and loaded
Apr 04 00:23:47 archiso kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Apr 04 00:23:47 archiso kernel: ACPI: Dynamic OEM Table Load:
Apr 04 00:23:47 archiso kernel: ACPI: SSDT 0xFFFF9F33791D3000 00067C (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
Apr 04 00:23:47 archiso kernel: ACPI: Dynamic OEM Table Load:
Apr 04 00:23:47 archiso kernel: ACPI: SSDT 0xFFFF9F337922A800 000303 (v01 PmRef ApIst 00003000 INTL 20061109)
Apr 04 00:23:47 archiso kernel: ACPI: Dynamic OEM Table Load:
Apr 04 00:23:47 archiso kernel: ACPI: SSDT 0xFFFF9F337928E400 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
Apr 04 00:23:47 archiso kernel: ACPI: EC: EC started
Apr 04 00:23:47 archiso kernel: ACPI: EC: interrupt blocked
Apr 04 00:23:47 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
Apr 04 00:23:47 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 04 00:23:47 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Apr 04 00:23:47 archiso kernel: ACPI: Interpreter enabled
Apr 04 00:23:47 archiso kernel: ACPI: (supports S0 S3 S4 S5)
Apr 04 00:23:47 archiso kernel: ACPI: Using IOAPIC for interrupt routing
Apr 04 00:23:47 archiso kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 04 00:23:47 archiso kernel: ACPI: Enabled 7 GPEs in block 00 to 3F
Apr 04 00:23:47 archiso kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Apr 04 00:23:47 archiso kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Apr 04 00:23:47 archiso kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
Apr 04 00:23:47 archiso kernel: PCI host bridge to bus 0000:00
Apr 04 00:23:47 archiso kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfeafffff window]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Apr 04 00:23:47 archiso kernel: pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
Apr 04 00:23:47 archiso kernel: pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
Apr 04 00:23:47 archiso kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Apr 04 00:23:47 archiso kernel: pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
Apr 04 00:23:47 archiso kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf1400000-0xf17fffff 64bit]
Apr 04 00:23:47 archiso kernel: pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
Apr 04 00:23:47 archiso kernel: pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
Apr 04 00:23:47 archiso kernel: pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
Apr 04 00:23:47 archiso kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf1c05000-0xf1c0500f 64bit]
Apr 04 00:23:47 archiso kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Apr 04 00:23:47 archiso kernel: pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
Apr 04 00:23:47 archiso kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf1c0a000-0xf1c0a3ff]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Apr 04 00:23:47 archiso kernel: pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
Apr 04 00:23:47 archiso kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf1c00000-0xf1c03fff 64bit]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Apr 04 00:23:47 archiso kernel: pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
Apr 04 00:23:47 archiso kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf1c09000-0xf1c093ff]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Apr 04 00:23:47 archiso kernel: pci 0000:00:1f.0: [8086:1c4b] type 00 class 0x060100
Apr 04 00:23:47 archiso kernel: pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
Apr 04 00:23:47 archiso kernel: pci 0000:00:1f.2: reg 0x10: [io 0x4088-0x408f]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1f.2: reg 0x14: [io 0x4094-0x4097]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1f.2: reg 0x18: [io 0x4080-0x4087]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x4090-0x4093]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1f.2: reg 0x20: [io 0x4060-0x407f]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf1c08000-0xf1c087ff]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1f.2: PME# supported from D3hot
Apr 04 00:23:47 archiso kernel: pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
Apr 04 00:23:47 archiso kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf1c04000-0xf1c040ff 64bit]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.0: [10de:0df5] type 00 class 0x030000
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.0: reg 0x24: [io 0x3000-0x307f]
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.0: enabling Extended Tags
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.0: Enabling HDA controller
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.1: [10de:0bea] type 00 class 0x040300
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf1000000-0xf1003fff]
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.1: enabling Extended Tags
Apr 04 00:23:47 archiso kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 04 00:23:47 archiso kernel: pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
Apr 04 00:23:47 archiso kernel: pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
Apr 04 00:23:47 archiso kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 04 00:23:47 archiso kernel: pci 0000:03:00.0: [8086:0091] type 00 class 0x028000
Apr 04 00:23:47 archiso kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf1b00000-0xf1b01fff 64bit]
Apr 04 00:23:47 archiso kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.1: bridge window [mem 0xf1b00000-0xf1bfffff]
Apr 04 00:23:47 archiso kernel: pci 0000:04:00.0: [1033:0194] type 00 class 0x0c0330
Apr 04 00:23:47 archiso kernel: pci 0000:04:00.0: reg 0x10: [mem 0xf1a00000-0xf1a01fff 64bit]
Apr 04 00:23:47 archiso kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.3: bridge window [mem 0xf1a00000-0xf1afffff]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.4: PCI bridge to [bus 05]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.4: bridge window [mem 0xf1900000-0xf19fffff]
Apr 04 00:23:47 archiso kernel: pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
Apr 04 00:23:47 archiso kernel: pci 0000:06:00.0: reg 0x10: [io 0x2000-0x20ff]
Apr 04 00:23:47 archiso kernel: pci 0000:06:00.0: reg 0x18: [mem 0xf1804000-0xf1804fff 64bit pref]
Apr 04 00:23:47 archiso kernel: pci 0000:06:00.0: reg 0x20: [mem 0xf1800000-0xf1803fff 64bit pref]
Apr 04 00:23:47 archiso kernel: pci 0000:06:00.0: supports D1 D2
Apr 04 00:23:47 archiso kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.5: PCI bridge to [bus 06]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.5: bridge window [mem 0xf1800000-0xf18fffff 64bit pref]
Apr 04 00:23:47 archiso kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Apr 04 00:23:47 archiso kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Apr 04 00:23:47 archiso kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
Apr 04 00:23:47 archiso kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
Apr 04 00:23:47 archiso kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 04 00:23:47 archiso kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 04 00:23:47 archiso kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Apr 04 00:23:47 archiso kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 *10 11 12 14 15)
Apr 04 00:23:47 archiso kernel: ACPI: EC: interrupt unblocked
Apr 04 00:23:47 archiso kernel: ACPI: EC: event unblocked
Apr 04 00:23:47 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 04 00:23:47 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
Apr 04 00:23:47 archiso kernel: iommu: Default domain type: Translated
Apr 04 00:23:47 archiso kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Apr 04 00:23:47 archiso kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Apr 04 00:23:47 archiso kernel: pci 0000:00:02.0: vgaarb: no bridge control possible
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Apr 04 00:23:47 archiso kernel: vgaarb: loaded
Apr 04 00:23:47 archiso kernel: ACPI: bus type USB registered
Apr 04 00:23:47 archiso kernel: usbcore: registered new interface driver usbfs
Apr 04 00:23:47 archiso kernel: usbcore: registered new interface driver hub
Apr 04 00:23:47 archiso kernel: usbcore: registered new device driver usb
Apr 04 00:23:47 archiso kernel: pps_core: LinuxPPS API ver. 1 registered
Apr 04 00:23:47 archiso kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Apr 04 00:23:47 archiso kernel: PTP clock support registered
Apr 04 00:23:47 archiso kernel: EDAC MC: Ver: 3.0.0
Apr 04 00:23:47 archiso kernel: PCI: Using ACPI for IRQ routing
Apr 04 00:23:47 archiso kernel: PCI: pci_cache_line_size set to 64 bytes
Apr 04 00:23:47 archiso kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
Apr 04 00:23:47 archiso kernel: e820: reserve RAM buffer [mem 0xbac8f000-0xbbffffff]
Apr 04 00:23:47 archiso kernel: e820: reserve RAM buffer [mem 0xbb000000-0xbbffffff]
Apr 04 00:23:47 archiso kernel: e820: reserve RAM buffer [mem 0x13e9ff000-0x13fffffff]
Apr 04 00:23:47 archiso kernel: NetLabel: Initializing
Apr 04 00:23:47 archiso kernel: NetLabel: domain hash size = 128
Apr 04 00:23:47 archiso kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Apr 04 00:23:47 archiso kernel: NetLabel: unlabeled traffic allowed by default
Apr 04 00:23:47 archiso kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Apr 04 00:23:47 archiso kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Apr 04 00:23:47 archiso kernel: clocksource: Switched to clocksource tsc-early
Apr 04 00:23:47 archiso kernel: *** VALIDATE bpf ***
Apr 04 00:23:47 archiso kernel: VFS: Disk quotas dquot_6.6.0
Apr 04 00:23:47 archiso kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 04 00:23:47 archiso kernel: *** VALIDATE ramfs ***
Apr 04 00:23:47 archiso kernel: *** VALIDATE hugetlbfs ***
Apr 04 00:23:47 archiso kernel: pnp: PnP ACPI init
Apr 04 00:23:47 archiso kernel: system 00:00: [io 0x0680-0x069f] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:00: [io 0x1000-0x1003] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:00: [io 0x1004-0x1013] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:00: [io 0xffff] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:00: [io 0x0400-0x0453] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:00: [io 0x0458-0x047f] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:00: [io 0x0500-0x057f] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:00: [io 0x164e-0x164f] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 04 00:23:47 archiso kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Apr 04 00:23:47 archiso kernel: system 00:02: [io 0x0454-0x0457] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Apr 04 00:23:47 archiso kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
Apr 04 00:23:47 archiso kernel: pnp 00:04: Plug and Play ACPI device, IDs DLL04b6 PNP0f13 (active)
Apr 04 00:23:47 archiso kernel: pnp 00:05: disabling [mem 0xfffff000-0xffffffff] because it overlaps 0000:01:00.0 BAR 6 [mem 0xfff80000-0xffffffff pref]
Apr 04 00:23:47 archiso kernel: system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:05: [mem 0xf8000000-0xfbffffff] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
Apr 04 00:23:47 archiso kernel: system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
Apr 04 00:23:47 archiso kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
Apr 04 00:23:47 archiso kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 04 00:23:47 archiso kernel: pnp: PnP ACPI: found 6 devices
Apr 04 00:23:47 archiso kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xf1080000-0xf10fffff pref]
Apr 04 00:23:47 archiso kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 04 00:23:47 archiso kernel: pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
Apr 04 00:23:47 archiso kernel: pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
Apr 04 00:23:47 archiso kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.1: bridge window [mem 0xf1b00000-0xf1bfffff]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.3: bridge window [mem 0xf1a00000-0xf1afffff]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.4: PCI bridge to [bus 05]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.4: bridge window [mem 0xf1900000-0xf19fffff]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.5: PCI bridge to [bus 06]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
Apr 04 00:23:47 archiso kernel: pci 0000:00:1c.5: bridge window [mem 0xf1800000-0xf18fffff 64bit pref]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfeafffff window]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf10fffff]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:03: resource 1 [mem 0xf1b00000-0xf1bfffff]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:04: resource 1 [mem 0xf1a00000-0xf1afffff]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:05: resource 1 [mem 0xf1900000-0xf19fffff]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:06: resource 0 [io 0x2000-0x2fff]
Apr 04 00:23:47 archiso kernel: pci_bus 0000:06: resource 2 [mem 0xf1800000-0xf18fffff 64bit pref]
Apr 04 00:23:47 archiso kernel: NET: Registered protocol family 2
Apr 04 00:23:47 archiso kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Apr 04 00:23:47 archiso kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 04 00:23:47 archiso kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
Apr 04 00:23:47 archiso kernel: TCP: Hash tables configured (established 32768 bind 32768)
Apr 04 00:23:47 archiso kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Apr 04 00:23:47 archiso kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Apr 04 00:23:47 archiso kernel: NET: Registered protocol family 1
Apr 04 00:23:47 archiso kernel: NET: Registered protocol family 44
Apr 04 00:23:47 archiso kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Apr 04 00:23:47 archiso kernel: PCI: CLS 64 bytes, default 64
Apr 04 00:23:47 archiso kernel: Trying to unpack rootfs image as initramfs...
Apr 04 00:23:47 archiso kernel: Freeing initrd memory: 42312K
Apr 04 00:23:47 archiso kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 04 00:23:47 archiso kernel: software IO TLB: mapped [mem 0xb6c8f000-0xbac8f000] (64MB)
Apr 04 00:23:47 archiso kernel: check: Scanning for low memory corruption every 60 seconds
Apr 04 00:23:47 archiso kernel: Initialise system trusted keyrings
Apr 04 00:23:47 archiso kernel: Key type blacklist registered
Apr 04 00:23:47 archiso kernel: workingset: timestamp_bits=41 max_order=20 bucket_order=0
Apr 04 00:23:47 archiso kernel: zbud: loaded
Apr 04 00:23:47 archiso kernel: Key type asymmetric registered
Apr 04 00:23:47 archiso kernel: Asymmetric key parser 'x509' registered
Apr 04 00:23:47 archiso kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Apr 04 00:23:47 archiso kernel: io scheduler mq-deadline registered
Apr 04 00:23:47 archiso kernel: io scheduler kyber registered
Apr 04 00:23:47 archiso kernel: io scheduler bfq registered
Apr 04 00:23:47 archiso kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr 04 00:23:47 archiso kernel: intel_idle: MWAIT substates: 0x21120
Apr 04 00:23:47 archiso kernel: intel_idle: v0.4.1 model 0x2A
Apr 04 00:23:47 archiso kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Apr 04 00:23:47 archiso kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Apr 04 00:23:47 archiso kernel: ACPI: Power Button [PWRB]
Apr 04 00:23:47 archiso kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Apr 04 00:23:47 archiso kernel: ACPI: Sleep Button [SLPB]
Apr 04 00:23:47 archiso kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Apr 04 00:23:47 archiso kernel: ACPI: Lid Switch [LID0]
Apr 04 00:23:47 archiso kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Apr 04 00:23:47 archiso kernel: ACPI: Power Button [PWRF]
Apr 04 00:23:47 archiso kernel: thermal LNXTHERM:00: registered as thermal_zone0
Apr 04 00:23:47 archiso kernel: ACPI: Thermal Zone [TZ00] (61 C)
Apr 04 00:23:47 archiso kernel: thermal LNXTHERM:01: registered as thermal_zone1
Apr 04 00:23:47 archiso kernel: ACPI: Thermal Zone [TZ01] (61 C)
Apr 04 00:23:47 archiso kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Apr 04 00:23:47 archiso kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Apr 04 00:23:47 archiso kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Apr 04 00:23:47 archiso kernel: usbcore: registered new interface driver usbserial_generic
Apr 04 00:23:47 archiso kernel: usbserial: USB Serial support registered for generic
Apr 04 00:23:47 archiso kernel: rtc_cmos 00:01: RTC can wake from S4
Apr 04 00:23:47 archiso kernel: rtc_cmos 00:01: registered as rtc0
Apr 04 00:23:47 archiso kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Apr 04 00:23:47 archiso kernel: intel_pstate: Intel P-state driver initializing
Apr 04 00:23:47 archiso kernel: ledtrig-cpu: registered to indicate activity on CPUs
Apr 04 00:23:47 archiso kernel: drop_monitor: Initializing network drop monitor service
Apr 04 00:23:47 archiso kernel: NET: Registered protocol family 10
Apr 04 00:23:47 archiso kernel: Segment Routing with IPv6
Apr 04 00:23:47 archiso kernel: NET: Registered protocol family 17
Apr 04 00:23:47 archiso kernel: RAS: Correctable Errors collector initialized.
Apr 04 00:23:47 archiso kernel: microcode: sig=0x206a7, pf=0x10, revision=0x2f
Apr 04 00:23:47 archiso kernel: microcode: Microcode Update Driver: v2.2.
Apr 04 00:23:47 archiso kernel: IPI shorthand broadcast: enabled
Apr 04 00:23:47 archiso kernel: sched_clock: Marking stable (5105162385, 2059852)->(5174028508, -66806271)
Apr 04 00:23:47 archiso kernel: registered taskstats version 1
Apr 04 00:23:47 archiso kernel: Loading compiled-in X.509 certificates
Apr 04 00:23:47 archiso kernel: Loaded X.509 cert 'Build time autogenerated kernel key: cfe7c07c6463dfb70cb379ae68ff6410fa0541b8'
Apr 04 00:23:47 archiso kernel: zswap: loaded using pool lzo/zbud
Apr 04 00:23:47 archiso kernel: Key type ._fscrypt registered
Apr 04 00:23:47 archiso kernel: Key type .fscrypt registered
Apr 04 00:23:47 archiso kernel: Key type big_key registered
Apr 04 00:23:47 archiso kernel: PM: Magic number: 0:370:400
Apr 04 00:23:47 archiso kernel: rtc_cmos 00:01: setting system clock to 2020-04-03T22:23:41 UTC (1585952621)
Apr 04 00:23:47 archiso kernel: Freeing unused decrypted memory: 2040K
Apr 04 00:23:47 archiso kernel: Freeing unused kernel image (initmem) memory: 1664K
Apr 04 00:23:47 archiso kernel: Write protecting the kernel read-only data: 20480k
Apr 04 00:23:47 archiso kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Apr 04 00:23:47 archiso kernel: Freeing unused kernel image (rodata/data gap) memory: 1852K
Apr 04 00:23:47 archiso kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Apr 04 00:23:47 archiso kernel: x86/mm: Checking user space page tables
Apr 04 00:23:47 archiso kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Apr 04 00:23:47 archiso kernel: Run /init as init process
Apr 04 00:23:47 archiso kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Apr 04 00:23:47 archiso kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Apr 04 00:23:47 archiso kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Apr 04 00:23:47 archiso kernel: Linux agpgart interface v0.103
Apr 04 00:23:47 archiso kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Apr 04 00:23:47 archiso kernel: ehci-pci: EHCI PCI platform driver
Apr 04 00:23:47 archiso kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Apr 04 00:23:47 archiso kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Apr 04 00:23:47 archiso kernel: ehci-pci 0000:00:1a.0: debug port 2
Apr 04 00:23:47 archiso kernel: wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
Apr 04 00:23:47 archiso kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Apr 04 00:23:47 archiso kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf1c0a000
Apr 04 00:23:47 archiso kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Apr 04 00:23:47 archiso kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Apr 04 00:23:47 archiso kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
Apr 04 00:23:47 archiso kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 04 00:23:47 archiso kernel: usb usb1: Product: EHCI Host Controller
Apr 04 00:23:47 archiso kernel: usb usb1: Manufacturer: Linux 5.5.6-arch1-1 ehci_hcd
Apr 04 00:23:47 archiso kernel: usb usb1: SerialNumber: 0000:00:1a.0
Apr 04 00:23:47 archiso kernel: hub 1-0:1.0: USB hub found
Apr 04 00:23:47 archiso kernel: hub 1-0:1.0: 2 ports detected
Apr 04 00:23:47 archiso kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Apr 04 00:23:47 archiso kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Apr 04 00:23:47 archiso kernel: ehci-pci 0000:00:1d.0: debug port 2
Apr 04 00:23:47 archiso kernel: SCSI subsystem initialized
Apr 04 00:23:47 archiso kernel: r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
Apr 04 00:23:47 archiso kernel: cryptd: max_cpu_qlen set to 1000
Apr 04 00:23:47 archiso kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Apr 04 00:23:47 archiso kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf1c09000
Apr 04 00:23:47 archiso kernel: libphy: r8169: probed
Apr 04 00:23:47 archiso kernel: r8169 0000:06:00.0 eth0: RTL8168e/8111e, 84:8f:69:b1:ca:a8, XID 2c2, IRQ 30
Apr 04 00:23:47 archiso kernel: r8169 0000:06:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Apr 04 00:23:47 archiso kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Apr 04 00:23:47 archiso kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
Apr 04 00:23:47 archiso kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 04 00:23:47 archiso kernel: usb usb2: Product: EHCI Host Controller
Apr 04 00:23:47 archiso kernel: usb usb2: Manufacturer: Linux 5.5.6-arch1-1 ehci_hcd
Apr 04 00:23:47 archiso kernel: usb usb2: SerialNumber: 0000:00:1d.0
Apr 04 00:23:47 archiso kernel: hub 2-0:1.0: USB hub found
Apr 04 00:23:47 archiso kernel: hub 2-0:1.0: 2 ports detected
Apr 04 00:23:47 archiso kernel: libata version 3.00 loaded.
Apr 04 00:23:47 archiso kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Apr 04 00:23:47 archiso kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
Apr 04 00:23:47 archiso kernel: xhci_hcd 0000:04:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x0000000000000004
Apr 04 00:23:47 archiso kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
Apr 04 00:23:47 archiso kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 04 00:23:47 archiso kernel: usb usb3: Product: xHCI Host Controller
Apr 04 00:23:47 archiso kernel: usb usb3: Manufacturer: Linux 5.5.6-arch1-1 xhci-hcd
Apr 04 00:23:47 archiso kernel: usb usb3: SerialNumber: 0000:04:00.0
Apr 04 00:23:47 archiso kernel: ahci 0000:00:1f.2: version 3.0
Apr 04 00:23:47 archiso kernel: hub 3-0:1.0: USB hub found
Apr 04 00:23:47 archiso kernel: hub 3-0:1.0: 2 ports detected
Apr 04 00:23:47 archiso kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
Apr 04 00:23:47 archiso kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Apr 04 00:23:47 archiso kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
Apr 04 00:23:47 archiso kernel: xhci_hcd 0000:04:00.0: Host supports USB 3.0 SuperSpeed
Apr 04 00:23:47 archiso kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x11 impl SATA mode
Apr 04 00:23:47 archiso kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
Apr 04 00:23:47 archiso kernel: AVX version of gcm_enc/dec engaged.
Apr 04 00:23:47 archiso kernel: AES CTR mode by8 optimization enabled
Apr 04 00:23:47 archiso kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Apr 04 00:23:47 archiso kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.05
Apr 04 00:23:47 archiso kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 04 00:23:47 archiso kernel: usb usb4: Product: xHCI Host Controller
Apr 04 00:23:47 archiso kernel: usb usb4: Manufacturer: Linux 5.5.6-arch1-1 xhci-hcd
Apr 04 00:23:47 archiso kernel: usb usb4: SerialNumber: 0000:04:00.0
Apr 04 00:23:47 archiso kernel: hub 4-0:1.0: USB hub found
Apr 04 00:23:47 archiso kernel: hub 4-0:1.0: 2 ports detected
Apr 04 00:23:47 archiso kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Apr 04 00:23:47 archiso kernel: scsi host0: ahci
Apr 04 00:23:47 archiso kernel: scsi host1: ahci
Apr 04 00:23:47 archiso kernel: scsi host2: ahci
Apr 04 00:23:47 archiso kernel: scsi host3: ahci
Apr 04 00:23:47 archiso kernel: scsi host4: ahci
Apr 04 00:23:47 archiso kernel: scsi host5: ahci
Apr 04 00:23:47 archiso kernel: ata1: SATA max UDMA/133 abar m2048@0xf1c08000 port 0xf1c08100 irq 36
Apr 04 00:23:47 archiso kernel: ata2: DUMMY
Apr 04 00:23:47 archiso kernel: ata3: DUMMY
Apr 04 00:23:47 archiso kernel: ata4: DUMMY
Apr 04 00:23:47 archiso kernel: ata5: SATA max UDMA/133 abar m2048@0xf1c08000 port 0xf1c08300 irq 36
Apr 04 00:23:47 archiso kernel: ata6: DUMMY
Apr 04 00:23:47 archiso kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Apr 04 00:23:47 archiso kernel: Console: switching to colour dummy device 80x25
Apr 04 00:23:47 archiso kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Apr 04 00:23:47 archiso kernel: [drm] Driver supports precise vblank timestamp query.
Apr 04 00:23:47 archiso kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Apr 04 00:23:47 archiso kernel: ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20191018/nsarguments-59)
Apr 04 00:23:47 archiso kernel: i915 0000:00:02.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
Apr 04 00:23:47 archiso kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20191018/nsarguments-59)
Apr 04 00:23:47 archiso kernel: pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
Apr 04 00:23:47 archiso kernel: VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: enabling device (0006 -> 0007)
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: NVIDIA GF108 (0c1a80a1)
Apr 04 00:23:47 archiso kernel: [drm] Initialized i915 1.6.0 20191101 for 0000:00:02.0 on minor 0
Apr 04 00:23:47 archiso kernel: ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no)
Apr 04 00:23:47 archiso kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:32/LNXVIDEO:00/input/input6
Apr 04 00:23:47 archiso kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
Apr 04 00:23:47 archiso kernel: acpi device:34: registered as cooling_device4
Apr 04 00:23:47 archiso kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: bios: version 70.08.53.00.04
Apr 04 00:23:47 archiso kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Apr 04 00:23:47 archiso kernel: fbcon: i915drmfb (fb0) is primary device
Apr 04 00:23:47 archiso kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Apr 04 00:23:47 archiso kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Apr 04 00:23:47 archiso kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 04 00:23:47 archiso kernel: hub 1-1:1.0: USB hub found
Apr 04 00:23:47 archiso kernel: hub 1-1:1.0: 6 ports detected
Apr 04 00:23:47 archiso kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Apr 04 00:23:47 archiso kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 04 00:23:47 archiso kernel: hub 2-1:1.0: USB hub found
Apr 04 00:23:47 archiso kernel: hub 2-1:1.0: 8 ports detected
Apr 04 00:23:47 archiso kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 04 00:23:47 archiso kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Apr 04 00:23:47 archiso kernel: ata1.00: supports DRM functions and may not be fully accessible
Apr 04 00:23:47 archiso kernel: ata1.00: ATA-10: CT250MX500SSD1, M3CR023, max UDMA/133
Apr 04 00:23:47 archiso kernel: ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Apr 04 00:23:47 archiso kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Apr 04 00:23:47 archiso kernel: ata1.00: supports DRM functions and may not be fully accessible
Apr 04 00:23:47 archiso kernel: ata1.00: configured for UDMA/133
Apr 04 00:23:47 archiso kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd
Apr 04 00:23:47 archiso kernel: scsi 0:0:0:0: Direct-Access ATA CT250MX500SSD1 023 PQ: 0 ANSI: 5
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: fb: 1024 MiB DDR3
Apr 04 00:23:47 archiso kernel: usb 3-1: New USB device found, idVendor=0b95, idProduct=7720, bcdDevice= 0.01
Apr 04 00:23:47 archiso kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 04 00:23:47 archiso kernel: usb 3-1: Product: AX88x72A
Apr 04 00:23:47 archiso kernel: usb 3-1: Manufacturer: ASIX Elec. Corp.
Apr 04 00:23:47 archiso kernel: usb 3-1: SerialNumber: 14EB64
Apr 04 00:23:47 archiso kernel: vga_switcheroo: enabled
Apr 04 00:23:47 archiso kernel: [TTM] Zone kernel: Available graphics memory: 1961322 KiB
Apr 04 00:23:47 archiso kernel: [TTM] Initializing pool allocator
Apr 04 00:23:47 archiso kernel: [TTM] Initializing DMA pool allocator
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: VRAM: 1024 MiB
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: TMDS table version 2.0
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: DCB version 4.0
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: DCB outp 00: 02014300 00000000
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: DCB outp 01: 02021362 00020010
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 00: 00000340
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 01: 00001061
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 02: 00000147
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 03: 00002346
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 04: 00000400
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 05: 00000210
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 06: 00000211
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 07: 00000213
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: MM: using COPY0 for buffer copies
Apr 04 00:23:47 archiso kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Apr 04 00:23:47 archiso kernel: [drm] Driver supports precise vblank timestamp query.
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: DRM: allocated 1024x768 fb: 0x60000, bo (____ptrval____)
Apr 04 00:23:47 archiso kernel: usb 3-2: new high-speed USB device number 3 using xhci_hcd
Apr 04 00:23:47 archiso kernel: usb 3-2: New USB device found, idVendor=0951, idProduct=1624, bcdDevice= 1.00
Apr 04 00:23:47 archiso kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 04 00:23:47 archiso kernel: usb 3-2: Product: DataTraveler G2
Apr 04 00:23:47 archiso kernel: usb 3-2: Manufacturer: Kingston
Apr 04 00:23:47 archiso kernel: usb 3-2: SerialNumber: 0014780F995DF991265D08E9
Apr 04 00:23:47 archiso kernel: usb-storage 3-2:1.0: USB Mass Storage device detected
Apr 04 00:23:47 archiso kernel: scsi host6: usb-storage 3-2:1.0
Apr 04 00:23:47 archiso kernel: usbcore: registered new interface driver usb-storage
Apr 04 00:23:47 archiso kernel: usbcore: registered new interface driver uas
Apr 04 00:23:47 archiso kernel: usb 1-1.4: new high-speed USB device number 3 using ehci-pci
Apr 04 00:23:47 archiso kernel: usb 2-1.5: new full-speed USB device number 3 using ehci-pci
Apr 04 00:23:47 archiso kernel: usb 1-1.4: New USB device found, idVendor=0408, idProduct=2fb1, bcdDevice= 9.01
Apr 04 00:23:47 archiso kernel: usb 1-1.4: New USB device strings: Mfr=3, Product=2, SerialNumber=0
Apr 04 00:23:47 archiso kernel: usb 1-1.4: Product: Laptop_Integrated_Webcam_2HDM
Apr 04 00:23:47 archiso kernel: usb 1-1.4: Manufacturer: CN07CN2C786641AA1167A00
Apr 04 00:23:47 archiso kernel: ata5: SATA link down (SStatus 0 SControl 300)
Apr 04 00:23:47 archiso kernel: tsc: Refined TSC clocksource calibration: 2394.560 MHz
Apr 04 00:23:47 archiso kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2284248580e, max_idle_ns: 440795288736 ns
Apr 04 00:23:47 archiso kernel: clocksource: Switched to clocksource tsc
Apr 04 00:23:47 archiso kernel: usb 2-1.5: New USB device found, idVendor=8086, idProduct=0189, bcdDevice=69.19
Apr 04 00:23:47 archiso kernel: usb 2-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 04 00:23:47 archiso kernel: random: fast init done
Apr 04 00:23:47 archiso kernel: asix 3-1:1.0 eth1: register 'asix' at usb-0000:04:00.0-1, ASIX AX88772 USB 2.0 Ethernet, 00:50:b6:14:eb:64
Apr 04 00:23:47 archiso kernel: usbcore: registered new interface driver asix
Apr 04 00:23:47 archiso kernel: Console: switching to colour frame buffer device 240x67
Apr 04 00:23:47 archiso kernel: i915 0000:00:02.0: fb0: i915drmfb frame buffer device
Apr 04 00:23:47 archiso kernel: nouveau 0000:01:00.0: fb1: nouveaudrmfb frame buffer device
Apr 04 00:23:47 archiso kernel: [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
Apr 04 00:23:47 archiso kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Apr 04 00:23:47 archiso kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Apr 04 00:23:47 archiso kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr 04 00:23:47 archiso kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 04 00:23:47 archiso kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 04 00:23:47 archiso kernel: sda: sda1 sda2 sda3 sda4
Apr 04 00:23:47 archiso kernel: sd 0:0:0:0: [sda] supports TCG Opal
Apr 04 00:23:47 archiso kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Apr 04 00:23:47 archiso kernel: scsi 6:0:0:0: Direct-Access Kingston DataTraveler G2 1.00 PQ: 0 ANSI: 2
Apr 04 00:23:47 archiso kernel: sd 6:0:0:0: [sdb] 7827392 512-byte logical blocks: (4.01 GB/3.73 GiB)
Apr 04 00:23:47 archiso kernel: sd 6:0:0:0: [sdb] Write Protect is off
Apr 04 00:23:47 archiso kernel: sd 6:0:0:0: [sdb] Mode Sense: 16 24 09 51
Apr 04 00:23:47 archiso kernel: sd 6:0:0:0: [sdb] Incomplete mode parameter data
Apr 04 00:23:47 archiso kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
Apr 04 00:23:47 archiso kernel: sdb: sdb1 sdb2
Apr 04 00:23:47 archiso kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
Apr 04 00:23:47 archiso kernel: ISO 9660 Extensions: RRIP_1991A
Apr 04 00:23:47 archiso kernel: loop: module loaded
Apr 04 00:23:47 archiso kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Apr 04 00:23:47 archiso systemd[1]: systemd 244.3-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Apr 04 00:23:47 archiso systemd[1]: Detected architecture x86-64.
Apr 04 00:23:47 archiso systemd[1]: Set hostname to <archiso>.
Apr 04 00:23:47 archiso kernel: random: systemd: uninitialized urandom read (16 bytes read)
Apr 04 00:23:47 archiso systemd[1]: Initializing machine ID from random generator.
Apr 04 00:23:47 archiso kernel: random: crng init done
Apr 04 00:23:47 archiso systemd[1]: Created slice system-getty.slice.
Apr 04 00:23:47 archiso systemd[1]: Created slice system-modprobe.slice.
Apr 04 00:23:47 archiso systemd[1]: Created slice User and Session Slice.
Apr 04 00:23:47 archiso systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Apr 04 00:23:47 archiso systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Apr 04 00:23:47 archiso systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Apr 04 00:23:47 archiso systemd[1]: Reached target Local Encrypted Volumes.
Apr 04 00:23:47 archiso systemd[1]: Reached target Paths.
Apr 04 00:23:47 archiso systemd[1]: Reached target Remote File Systems.
Apr 04 00:23:47 archiso systemd[1]: Reached target Slices.
Apr 04 00:23:47 archiso systemd[1]: Reached target Swap.
Apr 04 00:23:47 archiso systemd[1]: Listening on Device-mapper event daemon FIFOs.
Apr 04 00:23:47 archiso systemd[1]: Listening on LVM2 metadata daemon socket.
Apr 04 00:23:47 archiso systemd[1]: Listening on LVM2 poll daemon socket.
Apr 04 00:23:47 archiso systemd[1]: Listening on Process Core Dump Socket.
Apr 04 00:23:47 archiso systemd[1]: Listening on initctl Compatibility Named Pipe.
Apr 04 00:23:47 archiso systemd[1]: Listening on Journal Audit Socket.
Apr 04 00:23:47 archiso systemd[1]: Listening on Journal Socket (/dev/log).
Apr 04 00:23:47 archiso systemd[1]: Listening on Journal Socket.
Apr 04 00:23:47 archiso systemd[1]: Listening on udev Control Socket.
Apr 04 00:23:47 archiso systemd[1]: Listening on udev Kernel Socket.
Apr 04 00:23:47 archiso systemd[1]: Mounting Huge Pages File System...
Apr 04 00:23:47 archiso systemd[1]: Mounting POSIX Message Queue File System...
Apr 04 00:23:47 archiso systemd[1]: Mounting Kernel Debug File System...
Apr 04 00:23:47 archiso systemd[1]: Mounting Temporary Directory (/tmp)...
Apr 04 00:23:47 archiso systemd[1]: Starting Create list of static device nodes for the current kernel...
Apr 04 00:23:47 archiso systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Apr 04 00:23:47 archiso systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Apr 04 00:23:47 archiso systemd[1]: Starting Load Kernel Modules...
Apr 04 00:23:47 archiso systemd[1]: Starting Remount Root and Kernel File Systems...
Apr 04 00:23:47 archiso systemd[1]: Starting udev Coldplug all Devices...
Apr 04 00:23:47 archiso systemd[1]: Mounted Huge Pages File System.
Apr 04 00:23:47 archiso systemd[1]: Mounted POSIX Message Queue File System.
Apr 04 00:23:47 archiso systemd[1]: Mounted Kernel Debug File System.
Apr 04 00:23:47 archiso systemd[1]: Mounted Temporary Directory (/tmp).
Apr 04 00:23:47 archiso systemd[1]: Started Create list of static device nodes for the current kernel.
Apr 04 00:23:47 archiso systemd[1]: Started Remount Root and Kernel File Systems.
Apr 04 00:23:47 archiso systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 04 00:23:47 archiso systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 04 00:23:47 archiso systemd[1]: Starting Load/Save Random Seed...
Apr 04 00:23:47 archiso systemd[1]: Starting Create System Users...
Apr 04 00:23:47 archiso systemd[1]: Started Load/Save Random Seed.
Apr 04 00:23:47 archiso kernel: Asymmetric key parser 'pkcs8' registered
Apr 04 00:23:47 archiso systemd[1]: Started Load Kernel Modules.
Apr 04 00:23:47 archiso systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Apr 04 00:23:47 archiso systemd[1]: Mounting Kernel Configuration File System...
Apr 04 00:23:47 archiso systemd[1]: Starting Apply Kernel Variables...
Apr 04 00:23:47 archiso systemd[1]: Mounted Kernel Configuration File System.
Apr 04 00:23:47 archiso systemd[1]: Started Create System Users.
Apr 04 00:23:47 archiso systemd[1]: Starting Create Static Device Nodes in /dev...
Apr 04 00:23:47 archiso systemd[1]: Started Create Static Device Nodes in /dev.
Apr 04 00:23:47 archiso systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
Apr 04 00:23:47 archiso systemd[1]: Starting Journal Service...
Apr 04 00:23:47 archiso systemd[1]: Starting udev Kernel Device Manager...
Apr 04 00:23:47 archiso systemd[1]: Started Apply Kernel Variables.
Apr 04 00:23:47 archiso systemd[1]: Started udev Coldplug all Devices.
Apr 04 00:23:47 archiso systemd[1]: Started LVM2 metadata daemon.
Apr 04 00:23:47 archiso systemd[1]: Started udev Kernel Device Manager.
Apr 04 00:23:47 archiso systemd-journald[346]: Journal started
Apr 04 00:23:47 archiso systemd-journald[346]: Runtime Journal (/run/log/journal/39fac4ac094842a5bbb590975b2aaa8c) is 8.0M, max 191.5M, 183.5M free.
Apr 04 00:23:47 archiso systemd-modules-load[335]: Inserted module 'pkcs8_key_parser'
Apr 04 00:23:47 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'
Apr 04 00:23:47 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'
Apr 04 00:23:47 archiso haveged[345]: haveged: listening socket at 3
Apr 04 00:23:47 archiso haveged[345]: haveged: ver: 1.9.8; arch: x86; vend: GenuineIntel; build: (gcc 9.1.0 ITV); collect: 128K
Apr 04 00:23:47 archiso haveged[345]: haveged: cpu: (L4 VC); data: 32K (L4 V); inst: 32K (L4 V); idx: 25/40; sz: 32671/52623
Apr 04 00:23:47 archiso haveged[345]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B): last entropy estimate 8.00031
Apr 04 00:23:47 archiso haveged[345]: haveged: fills: 0, generated: 0
Apr 04 00:23:47 archiso kernel: audit: type=1130 audit(1585952627.811:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:47 archiso systemd[1]: Started Journal Service.
Apr 04 00:23:47 archiso kernel: audit: type=1130 audit(1585952627.811:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:47 archiso systemd[1]: Starting Flush Journal to Persistent Storage...
Apr 04 00:23:47 archiso systemd-journald[346]: Runtime Journal (/run/log/journal/39fac4ac094842a5bbb590975b2aaa8c) is 8.0M, max 191.5M, 183.5M free.
Apr 04 00:23:47 archiso systemd[1]: Started Flush Journal to Persistent Storage.
Apr 04 00:23:47 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'
Apr 04 00:23:47 archiso kernel: audit: type=1130 audit(1585952627.878:4): 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'
Apr 04 00:23:48 archiso systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Apr 04 00:23:48 archiso systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Apr 04 00:23:48 archiso kernel: ACPI: AC Adapter [ADP0] (on-line)
Apr 04 00:23:48 archiso systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Apr 04 00:23:48 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:48 archiso kernel: audit: type=1130 audit(1585952628.238:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:48 archiso kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Apr 04 00:23:48 archiso kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20191018/utaddress-204)
Apr 04 00:23:48 archiso kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 04 00:23:48 archiso kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20191018/utaddress-204)
Apr 04 00:23:48 archiso kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20191018/utaddress-204)
Apr 04 00:23:48 archiso kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 04 00:23:48 archiso kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20191018/utaddress-204)
Apr 04 00:23:48 archiso kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20191018/utaddress-204)
Apr 04 00:23:48 archiso kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 04 00:23:48 archiso kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20191018/utaddress-204)
Apr 04 00:23:48 archiso kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20191018/utaddress-204)
Apr 04 00:23:48 archiso kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 04 00:23:48 archiso kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Apr 04 00:23:48 archiso systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Apr 04 00:23:48 archiso systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Apr 04 00:23:48 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:48 archiso kernel: audit: type=1130 audit(1585952628.381:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:48 archiso systemd-udevd[354]: Using default interface naming scheme 'v243'.
Apr 04 00:23:48 archiso kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.3)
Apr 04 00:23:48 archiso systemd-udevd[369]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 04 00:23:48 archiso kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input8
Apr 04 00:23:48 archiso systemd-udevd[354]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 04 00:23:48 archiso kernel: r8169 0000:06:00.0 enp6s0: renamed from eth0
Apr 04 00:23:48 archiso kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
Apr 04 00:23:48 archiso kernel: RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Apr 04 00:23:48 archiso kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Apr 04 00:23:48 archiso kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
Apr 04 00:23:48 archiso systemd[1]: Created slice system-dhcpcd.slice.
Apr 04 00:23:48 archiso systemd-udevd[366]: Using default interface naming scheme 'v243'.
Apr 04 00:23:48 archiso systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Apr 04 00:23:48 archiso systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Apr 04 00:23:48 archiso systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Apr 04 00:23:48 archiso systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 04 00:23:48 archiso systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 04 00:23:48 archiso kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Apr 04 00:23:48 archiso kernel: input: PC Speaker as /devices/platform/pcspkr/input/input10
Apr 04 00:23:48 archiso kernel: iTCO_vendor_support: vendor-support=0
Apr 04 00:23:48 archiso kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Apr 04 00:23:48 archiso kernel: iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
Apr 04 00:23:49 archiso kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Apr 04 00:23:49 archiso kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Apr 04 00:23:49 archiso systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight...
Apr 04 00:23:49 archiso systemd[1]: Started Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight.
Apr 04 00:23:49 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:dell::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:49 archiso kernel: audit: type=1130 audit(1585952629.031:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:dell::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:49 archiso systemd-udevd[363]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
Apr 04 00:23:49 archiso kernel: Bluetooth: Core ver 2.22
Apr 04 00:23:49 archiso kernel: NET: Registered protocol family 31
Apr 04 00:23:49 archiso kernel: Bluetooth: HCI device and connection manager initialized
Apr 04 00:23:49 archiso kernel: Bluetooth: HCI socket layer initialized
Apr 04 00:23:49 archiso kernel: Bluetooth: L2CAP socket layer initialized
Apr 04 00:23:49 archiso kernel: Bluetooth: SCO socket layer initialized
Apr 04 00:23:49 archiso kernel: snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Apr 04 00:23:49 archiso kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Apr 04 00:23:49 archiso kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Apr 04 00:23:49 archiso systemd-udevd[366]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 04 00:23:49 archiso kernel: asix 3-1:1.0 enp4s0u1: renamed from eth1
Apr 04 00:23:49 archiso kernel: Intel(R) Wireless WiFi driver for Linux
Apr 04 00:23:49 archiso kernel: Copyright(c) 2003- 2015 Intel Corporation
Apr 04 00:23:49 archiso kernel: iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
Apr 04 00:23:49 archiso systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Apr 04 00:23:49 archiso systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Apr 04 00:23:49 archiso systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 04 00:23:49 archiso systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 04 00:23:49 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: ALC665: SKU not ready 0x598301f0
Apr 04 00:23:49 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC665: line_outs=1 (0x15/0x0/0x0/0x0/0x0) type:speaker
Apr 04 00:23:49 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Apr 04 00:23:49 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=2 (0x1b/0x19/0x0/0x0/0x0)
Apr 04 00:23:49 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
Apr 04 00:23:49 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
Apr 04 00:23:49 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
Apr 04 00:23:49 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: Mic=0x1a
Apr 04 00:23:49 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
Apr 04 00:23:49 archiso systemd[1]: Starting Load/Save RF Kill Switch Status...
Apr 04 00:23:49 archiso kernel: usbcore: registered new interface driver btusb
Apr 04 00:23:49 archiso kernel: Bluetooth: hci0: unexpected event for opcode 0x0000
Apr 04 00:23:49 archiso systemd[1]: Reached target Bluetooth.
Apr 04 00:23:49 archiso kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Apr 04 00:23:49 archiso kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Apr 04 00:23:49 archiso kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
Apr 04 00:23:49 archiso kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
Apr 04 00:23:49 archiso kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
Apr 04 00:23:49 archiso systemd[1]: Reached target Sound Card.
Apr 04 00:23:49 archiso systemd[1]: Started Load/Save RF Kill Switch Status.
Apr 04 00:23:49 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:49 archiso kernel: audit: type=1130 audit(1585952629.464:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:49 archiso kernel: psmouse serio1: synaptics: queried max coordinates: x [..5398], y [..4728]
Apr 04 00:23:49 archiso kernel: mc: Linux media interface: v0.10
Apr 04 00:23:49 archiso kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04771/0xa40000/0x8a0400/0x0, board id: 0, fw id: 662324
Apr 04 00:23:49 archiso kernel: videodev: Linux video capture interface: v2.00
Apr 04 00:23:49 archiso kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
Apr 04 00:23:49 archiso kernel: mousedev: PS/2 mouse device common for all mice
Apr 04 00:23:50 archiso kernel: iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
Apr 04 00:23:50 archiso kernel: uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_2HDM (0408:2fb1)
Apr 04 00:23:50 archiso kernel: uvcvideo: No streaming interface found for terminal 6.
Apr 04 00:23:50 archiso kernel: uvcvideo 1-1.4:1.0: Entity type for entity Extension 4 was not initialized!
Apr 04 00:23:50 archiso kernel: uvcvideo 1-1.4:1.0: Entity type for entity Extension 3 was not initialized!
Apr 04 00:23:50 archiso kernel: uvcvideo 1-1.4:1.0: Entity type for entity Processing 2 was not initialized!
Apr 04 00:23:50 archiso kernel: uvcvideo 1-1.4:1.0: Entity type for entity Camera 1 was not initialized!
Apr 04 00:23:50 archiso kernel: input: Laptop_Integrated_Webcam_2HDM: as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input19
Apr 04 00:23:50 archiso kernel: usbcore: registered new interface driver uvcvideo
Apr 04 00:23:50 archiso kernel: USB Video Class driver (1.1.1)
Apr 04 00:23:50 archiso kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
Apr 04 00:23:50 archiso kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
Apr 04 00:23:50 archiso kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
Apr 04 00:23:50 archiso kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
Apr 04 00:23:50 archiso kernel: intel_rapl_common: Found RAPL domain package
Apr 04 00:23:50 archiso kernel: intel_rapl_common: Found RAPL domain core
Apr 04 00:23:50 archiso kernel: intel_rapl_common: Found RAPL domain uncore
Apr 04 00:23:50 archiso kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG enabled
Apr 04 00:23:50 archiso kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
Apr 04 00:23:50 archiso kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
Apr 04 00:23:50 archiso kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
Apr 04 00:23:50 archiso kernel: wl: loading out-of-tree module taints kernel.
Apr 04 00:23:50 archiso kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Apr 04 00:23:50 archiso kernel: Disabling lock debugging due to kernel taint
Apr 04 00:23:50 archiso kernel: wl: module verification failed: signature and/or required key missing - tainting kernel
Apr 04 00:23:50 archiso kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
Apr 04 00:23:50 archiso systemd-udevd[366]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 04 00:23:50 archiso systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Apr 04 00:23:50 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'
Apr 04 00:23:50 archiso systemd[1]: Reached target Local File Systems (Pre).
Apr 04 00:23:50 archiso kernel: audit: type=1130 audit(1585952630.474:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:50 archiso systemd[1]: Mounting Temporary /etc/pacman.d/gnupg directory...
Apr 04 00:23:50 archiso systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Apr 04 00:23:50 archiso systemd[1]: Mounted Temporary /etc/pacman.d/gnupg directory.
Apr 04 00:23:50 archiso systemd[1]: Reached target Local File Systems.
Apr 04 00:23:50 archiso systemd[1]: Starting Rebuild Dynamic Linker Cache...
Apr 04 00:23:50 archiso systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 04 00:23:50 archiso systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 04 00:23:50 archiso systemd[1]: Starting Create Volatile Files and Directories...
Apr 04 00:23:50 archiso systemd[1]: Started Create Volatile Files and Directories.
Apr 04 00:23:50 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:50 archiso kernel: audit: type=1130 audit(1585952630.528:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:50 archiso systemd[1]: Starting Rebuild Journal Catalog...
Apr 04 00:23:50 archiso systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Apr 04 00:23:50 archiso audit[418]: SYSTEM_BOOT pid=418 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:50 archiso kernel: audit: type=1127 audit(1585952630.544:11): pid=418 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:50 archiso systemd[1]: Started Update UTMP about System Boot/Shutdown.
Apr 04 00:23:50 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:50 archiso systemd[1]: Started Rebuild Journal Catalog.
Apr 04 00:23:50 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:54 archiso systemd[1]: Started Rebuild Dynamic Linker Cache.
Apr 04 00:23:54 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:54 archiso kernel: kauditd_printk_skb: 2 callbacks suppressed
Apr 04 00:23:54 archiso kernel: audit: type=1130 audit(1585952634.098:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:54 archiso systemd[1]: Starting Update is Completed...
Apr 04 00:23:54 archiso systemd[1]: Started Update is Completed.
Apr 04 00:23:54 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:54 archiso systemd[1]: Reached target System Initialization.
Apr 04 00:23:54 archiso kernel: audit: type=1130 audit(1585952634.114:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:54 archiso systemd[1]: Started Daily man-db regeneration.
Apr 04 00:23:54 archiso systemd[1]: Started Daily verification of password and group files.
Apr 04 00:23:54 archiso systemd[1]: Started Daily Cleanup of Temporary Directories.
Apr 04 00:23:54 archiso systemd[1]: Reached target Timers.
Apr 04 00:23:54 archiso systemd[1]: Listening on D-Bus System Message Bus Socket.
Apr 04 00:23:54 archiso systemd[1]: Reached target Sockets.
Apr 04 00:23:54 archiso systemd[1]: Reached target Basic System.
Apr 04 00:23:54 archiso systemd[1]: Condition check resulted in Choose mirror from the kernel command line being skipped.
Apr 04 00:23:54 archiso systemd[1]: Started D-Bus System Message Bus.
Apr 04 00:23:54 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'
Apr 04 00:23:54 archiso systemd[1]: Starting dhcpcd on enp4s0u1...
Apr 04 00:23:54 archiso kernel: audit: type=1130 audit(1585952634.144:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:54 archiso systemd[1]: Starting dhcpcd on enp6s0...
Apr 04 00:23:54 archiso systemd[1]: Starting Load kernel module drm...
Apr 04 00:23:54 archiso systemd[1]: Starting Initializes Pacman keyring...
Apr 04 00:23:54 archiso systemd[1]: modprobe@drm.service: Succeeded.
Apr 04 00:23:54 archiso systemd[1]: Started Load kernel module drm.
Apr 04 00:23:54 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:54 archiso kernel: audit: type=1130 audit(1585952634.161:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:54 archiso kernel: audit: type=1131 audit(1585952634.161:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:54 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:54 archiso systemd[1]: Starting Login Service...
Apr 04 00:23:54 archiso kernel: 8021q: 802.1Q VLAN Support v1.8
Apr 04 00:23:54 archiso kernel: RTL8211DN Gigabit Ethernet r8169-600:00: attached PHY driver [RTL8211DN Gigabit Ethernet] (mii_bus:phy_addr=r8169-600:00, irq=IGNORE)
Apr 04 00:23:54 archiso systemd-logind[425]: New seat seat0.
Apr 04 00:23:54 archiso systemd-logind[425]: Watching system buttons on /dev/input/event3 (Power Button)
Apr 04 00:23:54 archiso pacman-key[441]: gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
Apr 04 00:23:54 archiso pacman-key[441]: gpg: no ultimately trusted keys found
Apr 04 00:23:54 archiso systemd-logind[425]: Watching system buttons on /dev/input/event0 (Power Button)
Apr 04 00:23:54 archiso systemd-logind[425]: Watching system buttons on /dev/input/event2 (Lid Switch)
Apr 04 00:23:54 archiso systemd-logind[425]: Watching system buttons on /dev/input/event1 (Sleep Button)
Apr 04 00:23:54 archiso dhcpcd[422]: enp6s0: waiting for carrier
Apr 04 00:23:54 archiso dhcpcd[422]: enp6s0: carrier acquired
Apr 04 00:23:54 archiso dhcpcd[421]: enp4s0u1: waiting for carrier
Apr 04 00:23:54 archiso kernel: r8169 0000:06:00.0 enp6s0: Link is Down
Apr 04 00:23:54 archiso dhcpcd[422]: DUID 00:04:4c:4c:45:44:00:34:43:10:80:42:b1:c0:4f:32:53:31
Apr 04 00:23:54 archiso dhcpcd[422]: enp6s0: IAID 69:b1:ca:a8
Apr 04 00:23:54 archiso dhcpcd[422]: enp6s0: adding address fe80::27f:5001:9c1b:9b03
Apr 04 00:23:54 archiso dhcpcd[422]: enp6s0: carrier lost
Apr 04 00:23:54 archiso dhcpcd[422]: enp6s0: deleting address fe80::27f:5001:9c1b:9b03
Apr 04 00:23:54 archiso dhcpcd[421]: enp4s0u1: carrier acquired
Apr 04 00:23:54 archiso kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0u1: link becomes ready
Apr 04 00:23:54 archiso dhcpcd[421]: DUID 00:04:4c:4c:45:44:00:34:43:10:80:42:b1:c0:4f:32:53:31
Apr 04 00:23:54 archiso dhcpcd[421]: enp4s0u1: IAID b6:14:eb:64
Apr 04 00:23:54 archiso dhcpcd[421]: enp4s0u1: adding address fe80::e781:a992:671a:39dd
Apr 04 00:23:54 archiso kernel: asix 3-1:1.0 enp4s0u1: link up, 100Mbps, full-duplex, lpa 0xC5E1
Apr 04 00:23:54 archiso pacman-key[467]: gpg: starting migration from earlier GnuPG versions
Apr 04 00:23:54 archiso pacman-key[467]: gpg: porting secret keys from '/etc/pacman.d/gnupg/secring.gpg' to gpg-agent
Apr 04 00:23:54 archiso pacman-key[467]: gpg: migration succeeded
Apr 04 00:23:54 archiso pacman-key[473]: gpg: Generating pacman keyring master key...
Apr 04 00:23:55 archiso systemd-logind[425]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Apr 04 00:23:55 archiso systemd[1]: Started Login Service.
Apr 04 00:23:55 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:55 archiso kernel: audit: type=1130 audit(1585952635.144:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:55 archiso pacman-key[473]: gpg: key 61BF12319557F275 marked as ultimately trusted
Apr 04 00:23:55 archiso pacman-key[473]: gpg: directory '/etc/pacman.d/gnupg/openpgp-revocs.d' created
Apr 04 00:23:55 archiso pacman-key[473]: gpg: revocation certificate stored as '/etc/pacman.d/gnupg/openpgp-revocs.d/FC1035A762D8B60098EF6A4261BF12319557F275.rev'
Apr 04 00:23:55 archiso pacman-key[473]: gpg: Done
Apr 04 00:23:55 archiso pacman-key[424]: ==> Updating trust database...
Apr 04 00:23:55 archiso pacman-key[476]: gpg: marginals needed: 3 completes needed: 1 trust model: pgp
Apr 04 00:23:55 archiso pacman-key[476]: gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
Apr 04 00:23:55 archiso pacman-key[477]: ==> Appending keys from archlinux.gpg...
Apr 04 00:23:55 archiso dhcpcd[421]: enp4s0u1: soliciting a DHCP lease
Apr 04 00:23:55 archiso dhcpcd[421]: enp4s0u1: offered 192.168.88.21 from 192.168.88.1
Apr 04 00:23:55 archiso dhcpcd[421]: enp4s0u1: probing address 192.168.88.21/24
Apr 04 00:23:55 archiso systemd[1]: systemd-rfkill.service: Succeeded.
Apr 04 00:23:55 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:55 archiso kernel: audit: type=1131 audit(1585952635.464:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:23:55 archiso dhcpcd[421]: enp4s0u1: soliciting an IPv6 router
Apr 04 00:23:58 archiso pacman-key[477]: ==> Locally signing trusted keys in keyring...
Apr 04 00:23:58 archiso pacman-key[477]: -> Locally signing key D8AFDDA07A5B6EDFA7D8CCDAD6D055F927843F1C...
Apr 04 00:23:58 archiso pacman-key[477]: -> Locally signing key DDB867B92AA789C165EEFA799B729B06A680C281...
Apr 04 00:23:58 archiso pacman-key[477]: -> Locally signing key 91FFE0700E80619CEB73235CA88E23E377514E00...
Apr 04 00:23:58 archiso pacman-key[477]: -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
Apr 04 00:23:58 archiso pacman-key[477]: -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
Apr 04 00:23:58 archiso pacman-key[477]: ==> Importing owner trust values...
Apr 04 00:23:58 archiso pacman-key[504]: gpg: inserting ownertrust of 4
Apr 04 00:23:58 archiso pacman-key[504]: gpg: setting ownertrust to 4
Apr 04 00:23:58 archiso pacman-key[504]: gpg: setting ownertrust to 4
Apr 04 00:23:58 archiso pacman-key[504]: gpg: setting ownertrust to 4
Apr 04 00:23:58 archiso pacman-key[504]: gpg: setting ownertrust to 4
Apr 04 00:23:58 archiso pacman-key[477]: ==> Disabling revoked keys in keyring...
Apr 04 00:23:58 archiso pacman-key[477]: -> Disabling key 8F76BEEA0289F9E1D3E229C05F946DED983D4366...
Apr 04 00:23:58 archiso pacman-key[477]: -> Disabling key 63F395DE2D6398BBE458F281F2DBB4931985A992...
Apr 04 00:23:59 archiso pacman-key[477]: -> Disabling key 50F33E2E5B0C3D900424ABE89BDCF497A4BBCC7F...
Apr 04 00:23:59 archiso pacman-key[477]: -> Disabling key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
Apr 04 00:23:59 archiso pacman-key[477]: -> Disabling key 39F880E50E49A4D11341E8F939E4F17F295AFBF4...
Apr 04 00:23:59 archiso pacman-key[477]: -> Disabling key 8840BD07FC24CB7CE394A07CCF7037A4F27FB7DA...
Apr 04 00:23:59 archiso pacman-key[477]: -> Disabling key 5559BC1A32B8F76B3FCCD9555FA5E5544F010D48...
Apr 04 00:23:59 archiso pacman-key[477]: -> Disabling key 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196...
Apr 04 00:24:00 archiso pacman-key[477]: -> Disabling key 07DFD3A0BC213FA12EDC217559B3122E2FA915EC...
Apr 04 00:24:00 archiso pacman-key[477]: -> Disabling key 4FCF887689C41B09506BE8D5F3E1D5C5D30DB0AD...
Apr 04 00:24:00 archiso pacman-key[477]: -> Disabling key 5A2257D19FF7E1E0E415968CE62F853100F0D0F0...
Apr 04 00:24:00 archiso pacman-key[477]: -> Disabling key D921CABED130A5690EF1896E81AF739EC0711BF1...
Apr 04 00:24:00 archiso pacman-key[477]: -> Disabling key 7FA647CD89891DEDC060287BB9113D1ED21E1A55...
Apr 04 00:24:00 archiso dhcpcd[421]: enp4s0u1: leased 192.168.88.21 for 600 seconds
Apr 04 00:24:00 archiso dhcpcd[421]: enp4s0u1: adding route to 192.168.88.0/24
Apr 04 00:24:00 archiso dhcpcd[421]: enp4s0u1: adding default route via 192.168.88.1
Apr 04 00:24:00 archiso pacman-key[477]: -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
Apr 04 00:24:00 archiso dhcpcd[421]: forked to background, child pid 608
Apr 04 00:24:00 archiso systemd[1]: Started dhcpcd on enp4s0u1.
Apr 04 00:24:00 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@enp4s0u1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:24:00 archiso kernel: audit: type=1130 audit(1585952640.964:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@enp4s0u1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:24:00 archiso pacman-key[477]: -> Disabling key 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2...
Apr 04 00:24:01 archiso pacman-key[477]: -> Disabling key 5696C003B0854206450C8E5BE613C09CB4440678...
Apr 04 00:24:01 archiso pacman-key[477]: -> Disabling key 684148BB25B49E986A4944C55184252D824B18E8...
Apr 04 00:24:01 archiso pacman-key[477]: -> Disabling key 8CF934E339CAD8ABF342E822E711306E3C4F88BC...
Apr 04 00:24:01 archiso pacman-key[477]: -> Disabling key F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6...
Apr 04 00:24:01 archiso pacman-key[477]: -> Disabling key 5E7585ADFF106BFFBBA319DC654B877A0864983E...
Apr 04 00:24:01 archiso pacman-key[477]: -> Disabling key 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A...
Apr 04 00:24:02 archiso pacman-key[477]: -> Disabling key 40440DC037C05620984379A6761FAD69BA06C6A9...
Apr 04 00:24:02 archiso pacman-key[477]: -> Disabling key 34C5D94FE7E7913E86DC427E7FB1A3800C84C0A5...
Apr 04 00:24:02 archiso pacman-key[477]: -> Disabling key 81D7F8241DB38BC759C80FCE3A726C6170E80477...
Apr 04 00:24:02 archiso pacman-key[477]: -> Disabling key E7210A59715F6940CF9A4E36A001876699AD6E84...
Apr 04 00:24:02 archiso pacman-key[477]: -> Disabling key 5357F3B111688D88C1D88119FCF2CB179205AC90...
Apr 04 00:24:02 archiso pacman-key[477]: -> Disabling key FB871F0131FEA4FB5A9192B4C8880A6406361833...
Apr 04 00:24:02 archiso pacman-key[477]: -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
Apr 04 00:24:03 archiso pacman-key[477]: -> Disabling key B1F2C889CB2CCB2ADA36D963097D629E437520BD...
Apr 04 00:24:03 archiso pacman-key[477]: -> Disabling key 9515D8A8EAB88E49BB65EDBCE6B456CAF15447D5...
Apr 04 00:24:03 archiso pacman-key[477]: -> Disabling key 76B4192E902C0A52642C63C273B8ED52F1D357C1...
Apr 04 00:24:03 archiso pacman-key[477]: -> Disabling key 40776A5221EF5AD468A4906D42A1DB15EC133BAD...
Apr 04 00:24:03 archiso pacman-key[477]: -> Disabling key D4DE5ABDE2A7287644EAC7E36D1A9E70E19DAA50...
Apr 04 00:24:03 archiso pacman-key[477]: -> Disabling key 44D4A033AC140143927397D47EFD567D4C7EA887...
Apr 04 00:24:04 archiso pacman-key[477]: ==> Updating trust database...
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 1EB2638FF56C0C53: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 1EB2638FF56C0C53: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:24:04 archiso pacman-key[690]: gpg: marginals needed: 3 completes needed: 1 trust model: pgp
Apr 04 00:24:04 archiso pacman-key[690]: gpg: depth: 0 valid: 1 signed: 5 trust: 0-, 0q, 0n, 0m, 0f, 1u
Apr 04 00:24:04 archiso pacman-key[690]: gpg: depth: 1 valid: 5 signed: 79 trust: 0-, 0q, 0n, 5m, 0f, 0u
Apr 04 00:24:04 archiso pacman-key[690]: gpg: depth: 2 valid: 73 signed: 23 trust: 73-, 0q, 0n, 0m, 0f, 0u
Apr 04 00:24:04 archiso pacman-key[690]: gpg: next trustdb check due at 2020-05-31
Apr 04 00:24:04 archiso systemd[1]: Started Initializes Pacman keyring.
Apr 04 00:24:04 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pacman-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:24:04 archiso kernel: audit: type=1130 audit(1585952644.154:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pacman-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:24:08 archiso dhcpcd[608]: enp4s0u1: no IPv6 Routers available
Apr 04 00:24:24 archiso dhcpcd[422]: timed out
Apr 04 00:24:24 archiso dhcpcd[422]: timed out
Apr 04 00:24:24 archiso dhcpcd[422]: dhcpcd exited
Apr 04 00:24:24 archiso systemd[1]: dhcpcd@enp6s0.service: Control process exited, code=exited, status=1/FAILURE
Apr 04 00:24:24 archiso systemd[1]: dhcpcd@enp6s0.service: Failed with result 'exit-code'.
Apr 04 00:24:24 archiso systemd[1]: Failed to start dhcpcd on enp6s0.
Apr 04 00:24:24 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@enp6s0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 04 00:24:24 archiso systemd[1]: Reached target Network.
Apr 04 00:24:24 archiso kernel: audit: type=1130 audit(1585952664.431:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@enp6s0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 04 00:24:24 archiso systemd[1]: Starting Permit User Sessions...
Apr 04 00:24:24 archiso systemd[1]: Started Permit User Sessions.
Apr 04 00:24:24 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:24:24 archiso kernel: audit: type=1130 audit(1585952664.454:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:24:24 archiso systemd[1]: Started Getty on tty1.
Apr 04 00:24:24 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:24:24 archiso systemd[1]: Reached target Login Prompts.
Apr 04 00:24:24 archiso kernel: audit: type=1130 audit(1585952664.461:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:24:24 archiso systemd[1]: Reached target Multi-User System.
Apr 04 00:24:24 archiso systemd[1]: Startup finished in 9.614s (kernel) + 38.493s (userspace) = 48.107s.
Apr 04 00:24:24 archiso audit[693]: USER_ACCT pid=693 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=tty1 res=success'
Apr 04 00:24:24 archiso kernel: audit: type=1101 audit(1585952664.624:26): pid=693 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=tty1 res=success'
Apr 04 00:24:24 archiso audit[693]: CRED_ACQ pid=693 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=tty1 res=success'
Apr 04 00:24:24 archiso login[693]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Apr 04 00:24:24 archiso kernel: audit: type=1103 audit(1585952664.628:27): pid=693 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=tty1 res=success'
Apr 04 00:24:24 archiso kernel: audit: type=1006 audit(1585952664.628:28): pid=693 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1
Apr 04 00:24:24 archiso systemd[1]: Created slice User Slice of UID 0.
Apr 04 00:24:24 archiso systemd[1]: Starting User Runtime Directory /run/user/0...
Apr 04 00:24:24 archiso systemd-logind[425]: New session 1 of user root.
Apr 04 00:24:24 archiso systemd[1]: Started User Runtime Directory /run/user/0.
Apr 04 00:24:24 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:24:24 archiso kernel: audit: type=1130 audit(1585952664.658:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:24:24 archiso systemd[1]: Starting User Manager for UID 0...
Apr 04 00:24:24 archiso audit[695]: USER_ACCT pid=695 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:24:24 archiso systemd[695]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
Apr 04 00:24:24 archiso audit[695]: USER_START pid=695 uid=0 auid=0 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:24:24 archiso kernel: audit: type=1101 audit(1585952664.668:30): pid=695 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:24:24 archiso kernel: audit: type=1006 audit(1585952664.668:31): pid=695 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
Apr 04 00:24:24 archiso kernel: audit: type=1105 audit(1585952664.668:32): pid=695 uid=0 auid=0 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:24:24 archiso systemd[695]: Reached target Paths.
Apr 04 00:24:24 archiso systemd[695]: Reached target Timers.
Apr 04 00:24:24 archiso systemd[695]: Starting D-Bus User Message Bus Socket.
Apr 04 00:24:24 archiso systemd[695]: Listening on GnuPG network certificate management daemon.
Apr 04 00:24:24 archiso systemd[695]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Apr 04 00:24:24 archiso systemd[695]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Apr 04 00:24:24 archiso systemd[695]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Apr 04 00:24:24 archiso systemd[695]: Listening on GnuPG cryptographic agent and passphrase cache.
Apr 04 00:24:24 archiso systemd[695]: Listening on p11-kit server.
Apr 04 00:24:24 archiso systemd[695]: Listening on D-Bus User Message Bus Socket.
Apr 04 00:24:24 archiso systemd[695]: Reached target Sockets.
Apr 04 00:24:24 archiso systemd[695]: Reached target Basic System.
Apr 04 00:24:24 archiso systemd[695]: Reached target Main User Target.
Apr 04 00:24:24 archiso systemd[695]: Startup finished in 95ms.
Apr 04 00:24:24 archiso systemd[1]: Started User Manager for UID 0.
Apr 04 00:24:24 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:24:24 archiso systemd[1]: Started Session 1 of user root.
Apr 04 00:24:24 archiso audit[693]: USER_START pid=693 uid=0 auid=0 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=tty1 res=success'
Apr 04 00:24:24 archiso audit[693]: CRED_REFR pid=693 uid=0 auid=0 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=tty1 res=success'
Apr 04 00:24:24 archiso login[693]: ROOT LOGIN ON tty1
Apr 04 00:25:44 archiso kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Apr 04 00:25:50 archiso kernel: EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
Apr 04 00:25:50 archiso kernel: EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
Apr 04 00:25:50 archiso kernel: ext2 filesystem being mounted at /mnt/boot supports timestamps until 2038 (0x7fffffff)
Apr 04 00:25:56 archiso kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)Offline
This looks like archiso's log. I meant the system's on your disk. As in chroot, then do journalctl -b.
Offline
This looks like archiso's log. I meant the system's on your disk. As in chroot, then do journalctl -b.
I chrooted in my system and did journalctl -b:
[root@archiso /]# journalctl -b |& curl -F "sprunge=<-" http://sprunge.usand got this:
-- Logs begin at Sun 2020-03-15 19:35:54 CET, end at Sat 2020-04-04 00:39:04 CEST. --
Apr 04 00:38:00 archiso kernel: microcode: microcode updated early to revision 0x2f, date = 2019-02-17
Apr 04 00:38:00 archiso kernel: Linux version 5.5.6-arch1-1 (linux@archlinux) (gcc version 9.2.1 20200130 (Arch Linux 9.2.1+20200130-2)) #1 SMP PREEMPT Mon, 24 Feb 2020 12:20:16 +0000
Apr 04 00:38:00 archiso kernel: Command line: BOOT_IMAGE=boot/x86_64/vmlinuz archisobasedir=arch archisolabel=ARCH_202003 initrd=boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
Apr 04 00:38:00 archiso kernel: KERNEL supported cpus:
Apr 04 00:38:00 archiso kernel: Intel GenuineIntel
Apr 04 00:38:00 archiso kernel: AMD AuthenticAMD
Apr 04 00:38:00 archiso kernel: Hygon HygonGenuine
Apr 04 00:38:00 archiso kernel: Centaur CentaurHauls
Apr 04 00:38:00 archiso kernel: zhaoxin Shanghai
Apr 04 00:38:00 archiso kernel: Disabled fast string operations
Apr 04 00:38:00 archiso kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Apr 04 00:38:00 archiso kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Apr 04 00:38:00 archiso kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Apr 04 00:38:00 archiso kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Apr 04 00:38:00 archiso kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Apr 04 00:38:00 archiso kernel: BIOS-provided physical RAM map:
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bac8efff] usable
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000bac8f000-0x00000000bacabfff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000bacac000-0x00000000bacb8fff] ACPI NVS
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000bacb9000-0x00000000badcefff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000badcf000-0x00000000badcffff] ACPI NVS
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000badd0000-0x00000000badfafff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000badfb000-0x00000000badfcfff] ACPI NVS
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000badfd000-0x00000000badfefff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000badff000-0x00000000bae01fff] ACPI NVS
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000bae02000-0x00000000bae09fff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000bae0a000-0x00000000bae1afff] ACPI NVS
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000bae1b000-0x00000000baf17fff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000baf18000-0x00000000baf1bfff] ACPI NVS
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000baf1c000-0x00000000baf1efff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000baf1f000-0x00000000baf9efff] ACPI NVS
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000bafff000-0x00000000baffffff] usable
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000bb000000-0x00000000bf9fffff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x0000000100000000-0x000000013e9fefff] usable
Apr 04 00:38:00 archiso kernel: BIOS-e820: [mem 0x000000013e9ff000-0x000000013fdfffff] reserved
Apr 04 00:38:00 archiso kernel: NX (Execute Disable) protection: active
Apr 04 00:38:00 archiso kernel: SMBIOS 2.6 present.
Apr 04 00:38:00 archiso kernel: DMI: Dell Inc. Dell System XPS L502X/0YR8NN, BIOS A12 09/07/2012
Apr 04 00:38:00 archiso kernel: tsc: Fast TSC calibration using PIT
Apr 04 00:38:00 archiso kernel: tsc: Detected 2394.396 MHz processor
Apr 04 00:38:00 archiso kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Apr 04 00:38:00 archiso kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Apr 04 00:38:00 archiso kernel: last_pfn = 0x13e9ff max_arch_pfn = 0x400000000
Apr 04 00:38:00 archiso kernel: MTRR default type: uncachable
Apr 04 00:38:00 archiso kernel: MTRR fixed ranges enabled:
Apr 04 00:38:00 archiso kernel: 00000-9FFFF write-back
Apr 04 00:38:00 archiso kernel: A0000-BFFFF uncachable
Apr 04 00:38:00 archiso kernel: C0000-FFFFF write-protect
Apr 04 00:38:00 archiso kernel: MTRR variable ranges enabled:
Apr 04 00:38:00 archiso kernel: 0 base 0FFC00000 mask FFFC00000 write-protect
Apr 04 00:38:00 archiso kernel: 1 base 000000000 mask F80000000 write-back
Apr 04 00:38:00 archiso kernel: 2 base 080000000 mask FC0000000 write-back
Apr 04 00:38:00 archiso kernel: 3 base 0BC000000 mask FFC000000 uncachable
Apr 04 00:38:00 archiso kernel: 4 base 0BB000000 mask FFF000000 uncachable
Apr 04 00:38:00 archiso kernel: 5 base 100000000 mask FC0000000 write-back
Apr 04 00:38:00 archiso kernel: 6 base 13FE00000 mask FFFE00000 uncachable
Apr 04 00:38:00 archiso kernel: 7 disabled
Apr 04 00:38:00 archiso kernel: 8 disabled
Apr 04 00:38:00 archiso kernel: 9 disabled
Apr 04 00:38:00 archiso kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Apr 04 00:38:00 archiso kernel: last_pfn = 0xbb000 max_arch_pfn = 0x400000000
Apr 04 00:38:00 archiso kernel: check: Scanning 1 areas for low memory corruption
Apr 04 00:38:00 archiso kernel: reserving inaccessible SNB gfx pages
Apr 04 00:38:00 archiso kernel: BRK [0x3a201000, 0x3a201fff] PGTABLE
Apr 04 00:38:00 archiso kernel: BRK [0x3a202000, 0x3a202fff] PGTABLE
Apr 04 00:38:00 archiso kernel: BRK [0x3a203000, 0x3a203fff] PGTABLE
Apr 04 00:38:00 archiso kernel: BRK [0x3a204000, 0x3a204fff] PGTABLE
Apr 04 00:38:00 archiso kernel: BRK [0x3a205000, 0x3a205fff] PGTABLE
Apr 04 00:38:00 archiso kernel: BRK [0x3a206000, 0x3a206fff] PGTABLE
Apr 04 00:38:00 archiso kernel: BRK [0x3a207000, 0x3a207fff] PGTABLE
Apr 04 00:38:00 archiso kernel: RAMDISK: [mem 0x7d6ae000-0x7fffffff]
Apr 04 00:38:00 archiso kernel: ACPI: Early table checksum verification disabled
Apr 04 00:38:00 archiso kernel: ACPI: RSDP 0x00000000000F00E0 000024 (v02 DELL )
Apr 04 00:38:00 archiso kernel: ACPI: XSDT 0x00000000BAFFE120 00008C (v01 DELL QA09 00000002 LOHR 00000002)
Apr 04 00:38:00 archiso kernel: ACPI: FACP 0x00000000BAFEF000 0000F4 (v03 DELL QA09 00000002 PTL 00000002)
Apr 04 00:38:00 archiso kernel: ACPI: DSDT 0x00000000BAFF2000 008C93 (v02 DELL SNB-CPT 00000000 INTL 20061109)
Apr 04 00:38:00 archiso kernel: ACPI: FACS 0x00000000BAF40000 000040
Apr 04 00:38:00 archiso kernel: ACPI: FACS 0x00000000BAF40000 000040
Apr 04 00:38:00 archiso kernel: ACPI: SLIC 0x00000000BAFFD000 000176 (v01 DELL QA09 00000002 LOHR 00000001)
Apr 04 00:38:00 archiso kernel: ACPI: SSDT 0x00000000BAFFB000 001068 (v01 DELL PtidDevc 00001000 INTL 20061109)
Apr 04 00:38:00 archiso kernel: ACPI: ASF! 0x00000000BAFF1000 0000A5 (v32 DELL QA09 00000002 PTL 00000002)
Apr 04 00:38:00 archiso kernel: ACPI: HPET 0x00000000BAFEE000 000038 (v01 DELL QA09 00000002 PTL 00000002)
Apr 04 00:38:00 archiso kernel: ACPI: APIC 0x00000000BAFED000 000098 (v01 DELL QA09 00000002 PTL 00000002)
Apr 04 00:38:00 archiso kernel: ACPI: MCFG 0x00000000BAFEC000 00003C (v01 DELL QA09 00000002 PTL 00000002)
Apr 04 00:38:00 archiso kernel: ACPI: SSDT 0x00000000BAFEA000 00124D (v01 NvORef NvOptTbl 00001000 INTL 20061109)
Apr 04 00:38:00 archiso kernel: ACPI: SSDT 0x00000000BAFE9000 0007C2 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
Apr 04 00:38:00 archiso kernel: ACPI: SSDT 0x00000000BAFE8000 000996 (v01 PmRef CpuPm 00003000 INTL 20061109)
Apr 04 00:38:00 archiso kernel: ACPI: UEFI 0x00000000BAFE7000 00003E (v01 DELL QA09 00000002 PTL 00000002)
Apr 04 00:38:00 archiso kernel: ACPI: UEFI 0x00000000BAFE6000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
Apr 04 00:38:00 archiso kernel: ACPI: UEFI 0x00000000BAFE5000 00026A (v01 DELL QA09 00000002 PTL 00000002)
Apr 04 00:38:00 archiso kernel: ACPI: Local APIC address 0xfee00000
Apr 04 00:38:00 archiso kernel: No NUMA configuration found
Apr 04 00:38:00 archiso kernel: Faking a node at [mem 0x0000000000000000-0x000000013e9fefff]
Apr 04 00:38:00 archiso kernel: NODE_DATA(0) allocated [mem 0x13e9fb000-0x13e9fefff]
Apr 04 00:38:00 archiso kernel: Zone ranges:
Apr 04 00:38:00 archiso kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Apr 04 00:38:00 archiso kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Apr 04 00:38:00 archiso kernel: Normal [mem 0x0000000100000000-0x000000013e9fefff]
Apr 04 00:38:00 archiso kernel: Device empty
Apr 04 00:38:00 archiso kernel: Movable zone start for each node
Apr 04 00:38:00 archiso kernel: Early memory node ranges
Apr 04 00:38:00 archiso kernel: node 0: [mem 0x0000000000001000-0x000000000009cfff]
Apr 04 00:38:00 archiso kernel: node 0: [mem 0x0000000000100000-0x00000000bac8efff]
Apr 04 00:38:00 archiso kernel: node 0: [mem 0x00000000bafff000-0x00000000baffffff]
Apr 04 00:38:00 archiso kernel: node 0: [mem 0x0000000100000000-0x000000013e9fefff]
Apr 04 00:38:00 archiso kernel: Zeroed struct page in unavailable ranges: 27093 pages
Apr 04 00:38:00 archiso kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000013e9fefff]
Apr 04 00:38:00 archiso kernel: On node 0 totalpages: 1021483
Apr 04 00:38:00 archiso kernel: DMA zone: 64 pages used for memmap
Apr 04 00:38:00 archiso kernel: DMA zone: 156 pages reserved
Apr 04 00:38:00 archiso kernel: DMA zone: 3996 pages, LIFO batch:0
Apr 04 00:38:00 archiso kernel: DMA32 zone: 11891 pages used for memmap
Apr 04 00:38:00 archiso kernel: DMA32 zone: 760976 pages, LIFO batch:63
Apr 04 00:38:00 archiso kernel: Normal zone: 4008 pages used for memmap
Apr 04 00:38:00 archiso kernel: Normal zone: 256511 pages, LIFO batch:63
Apr 04 00:38:00 archiso kernel: Reserving Intel graphics memory at [mem 0xbba00000-0xbf9fffff]
Apr 04 00:38:00 archiso kernel: ACPI: PM-Timer IO Port: 0x408
Apr 04 00:38:00 archiso kernel: ACPI: Local APIC address 0xfee00000
Apr 04 00:38:00 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Apr 04 00:38:00 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Apr 04 00:38:00 archiso kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Apr 04 00:38:00 archiso kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 04 00:38:00 archiso kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 04 00:38:00 archiso kernel: ACPI: IRQ0 used by override.
Apr 04 00:38:00 archiso kernel: ACPI: IRQ9 used by override.
Apr 04 00:38:00 archiso kernel: Using ACPI (MADT) for SMP configuration information
Apr 04 00:38:00 archiso kernel: ACPI: HPET id: 0x8086a301 base: 0xfed00000
Apr 04 00:38:00 archiso kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbac8f000-0xbacabfff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbacac000-0xbacb8fff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbacb9000-0xbadcefff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbadcf000-0xbadcffff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbadd0000-0xbadfafff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbadfb000-0xbadfcfff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbadfd000-0xbadfefff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbadff000-0xbae01fff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbae02000-0xbae09fff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbae0a000-0xbae1afff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbae1b000-0xbaf17fff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbaf18000-0xbaf1bfff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbaf1c000-0xbaf1efff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbaf1f000-0xbaf9efff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbaf9f000-0xbaffefff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbb000000-0xbf9fffff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xbfa00000-0xf7ffffff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
Apr 04 00:38:00 archiso kernel: PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
Apr 04 00:38:00 archiso kernel: [mem 0xbfa00000-0xf7ffffff] available for PCI devices
Apr 04 00:38:00 archiso kernel: Booting paravirtualized kernel on bare hardware
Apr 04 00:38:00 archiso kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Apr 04 00:38:00 archiso kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Apr 04 00:38:00 archiso kernel: percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
Apr 04 00:38:00 archiso kernel: pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
Apr 04 00:38:00 archiso kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Apr 04 00:38:00 archiso kernel: Built 1 zonelists, mobility grouping on. Total pages: 1005364
Apr 04 00:38:00 archiso kernel: Policy zone: Normal
Apr 04 00:38:00 archiso kernel: Kernel command line: BOOT_IMAGE=boot/x86_64/vmlinuz archisobasedir=arch archisolabel=ARCH_202003 initrd=boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
Apr 04 00:38:00 archiso kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Apr 04 00:38:00 archiso kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Apr 04 00:38:00 archiso kernel: mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Apr 04 00:38:00 archiso kernel: Memory: 3872700K/4085932K available (12291K kernel code, 1344K rwdata, 4292K rodata, 1664K init, 3388K bss, 213232K reserved, 0K cma-reserved)
Apr 04 00:38:00 archiso kernel: random: get_random_u64 called from __kmem_cache_create+0x3e/0x520 with crng_init=0
Apr 04 00:38:00 archiso kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Apr 04 00:38:00 archiso kernel: Kernel/User page tables isolation: enabled
Apr 04 00:38:00 archiso kernel: ftrace: allocating 38787 entries in 152 pages
Apr 04 00:38:00 archiso kernel: ftrace: allocated 152 pages with 3 groups
Apr 04 00:38:00 archiso kernel: rcu: Preemptible hierarchical RCU implementation.
Apr 04 00:38:00 archiso kernel: rcu: RCU dyntick-idle grace-period acceleration is enabled.
Apr 04 00:38:00 archiso kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Apr 04 00:38:00 archiso kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Apr 04 00:38:00 archiso kernel: Tasks RCU enabled.
Apr 04 00:38:00 archiso kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Apr 04 00:38:00 archiso kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Apr 04 00:38:00 archiso kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
Apr 04 00:38:00 archiso kernel: Console: colour VGA+ 80x25
Apr 04 00:38:00 archiso kernel: printk: console [tty0] enabled
Apr 04 00:38:00 archiso kernel: ACPI: Core revision 20191018
Apr 04 00:38:00 archiso kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Apr 04 00:38:00 archiso kernel: APIC: Switch to symmetric I/O mode setup
Apr 04 00:38:00 archiso kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Apr 04 00:38:00 archiso kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 04 00:38:00 archiso kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22838980d0b, max_idle_ns: 440795263258 ns
Apr 04 00:38:00 archiso kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.32 BogoMIPS (lpj=7981320)
Apr 04 00:38:00 archiso kernel: pid_max: default: 32768 minimum: 301
Apr 04 00:38:00 archiso kernel: LSM: Security Framework initializing
Apr 04 00:38:00 archiso kernel: Yama: becoming mindful.
Apr 04 00:38:00 archiso kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Apr 04 00:38:00 archiso kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Apr 04 00:38:00 archiso kernel: *** VALIDATE tmpfs ***
Apr 04 00:38:00 archiso kernel: *** VALIDATE proc ***
Apr 04 00:38:00 archiso kernel: *** VALIDATE cgroup1 ***
Apr 04 00:38:00 archiso kernel: *** VALIDATE cgroup2 ***
Apr 04 00:38:00 archiso kernel: Disabled fast string operations
Apr 04 00:38:00 archiso kernel: process: using mwait in idle threads
Apr 04 00:38:00 archiso kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Apr 04 00:38:00 archiso kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Apr 04 00:38:00 archiso kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr 04 00:38:00 archiso kernel: Spectre V2 : Mitigation: Full generic retpoline
Apr 04 00:38:00 archiso kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Apr 04 00:38:00 archiso kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Apr 04 00:38:00 archiso kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Apr 04 00:38:00 archiso kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Apr 04 00:38:00 archiso kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Apr 04 00:38:00 archiso kernel: MDS: Mitigation: Clear CPU buffers
Apr 04 00:38:00 archiso kernel: Freeing SMP alternatives memory: 32K
Apr 04 00:38:00 archiso kernel: TSC deadline timer enabled
Apr 04 00:38:00 archiso kernel: smpboot: CPU0: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz (family: 0x6, model: 0x2a, stepping: 0x7)
Apr 04 00:38:00 archiso kernel: Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Apr 04 00:38:00 archiso kernel: ... version: 3
Apr 04 00:38:00 archiso kernel: ... bit width: 48
Apr 04 00:38:00 archiso kernel: ... generic registers: 4
Apr 04 00:38:00 archiso kernel: ... value mask: 0000ffffffffffff
Apr 04 00:38:00 archiso kernel: ... max period: 00007fffffffffff
Apr 04 00:38:00 archiso kernel: ... fixed-purpose events: 3
Apr 04 00:38:00 archiso kernel: ... event mask: 000000070000000f
Apr 04 00:38:00 archiso kernel: rcu: Hierarchical SRCU implementation.
Apr 04 00:38:00 archiso kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Apr 04 00:38:00 archiso kernel: smp: Bringing up secondary CPUs ...
Apr 04 00:38:00 archiso kernel: x86: Booting SMP configuration:
Apr 04 00:38:00 archiso kernel: .... node #0, CPUs: #1
Apr 04 00:38:00 archiso kernel: Disabled fast string operations
Apr 04 00:38:00 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.
Apr 04 00:38:00 archiso kernel: #2
Apr 04 00:38:00 archiso kernel: Disabled fast string operations
Apr 04 00:38:00 archiso kernel: #3
Apr 04 00:38:00 archiso kernel: Disabled fast string operations
Apr 04 00:38:00 archiso kernel: smp: Brought up 1 node, 4 CPUs
Apr 04 00:38:00 archiso kernel: smpboot: Max logical packages: 2
Apr 04 00:38:00 archiso kernel: smpboot: Total of 4 processors activated (19162.30 BogoMIPS)
Apr 04 00:38:00 archiso kernel: devtmpfs: initialized
Apr 04 00:38:00 archiso kernel: x86/mm: Memory block size: 128MB
Apr 04 00:38:00 archiso kernel: PM: Registering ACPI NVS region [mem 0xbacac000-0xbacb8fff] (53248 bytes)
Apr 04 00:38:00 archiso kernel: PM: Registering ACPI NVS region [mem 0xbadcf000-0xbadcffff] (4096 bytes)
Apr 04 00:38:00 archiso kernel: PM: Registering ACPI NVS region [mem 0xbadfb000-0xbadfcfff] (8192 bytes)
Apr 04 00:38:00 archiso kernel: PM: Registering ACPI NVS region [mem 0xbadff000-0xbae01fff] (12288 bytes)
Apr 04 00:38:00 archiso kernel: PM: Registering ACPI NVS region [mem 0xbae0a000-0xbae1afff] (69632 bytes)
Apr 04 00:38:00 archiso kernel: PM: Registering ACPI NVS region [mem 0xbaf18000-0xbaf1bfff] (16384 bytes)
Apr 04 00:38:00 archiso kernel: PM: Registering ACPI NVS region [mem 0xbaf1f000-0xbaf9efff] (524288 bytes)
Apr 04 00:38:00 archiso kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Apr 04 00:38:00 archiso kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Apr 04 00:38:00 archiso kernel: pinctrl core: initialized pinctrl subsystem
Apr 04 00:38:00 archiso kernel: PM: RTC time: 22:37:50, date: 2020-04-03
Apr 04 00:38:00 archiso kernel: thermal_sys: Registered thermal governor 'fair_share'
Apr 04 00:38:00 archiso kernel: thermal_sys: Registered thermal governor 'bang_bang'
Apr 04 00:38:00 archiso kernel: thermal_sys: Registered thermal governor 'step_wise'
Apr 04 00:38:00 archiso kernel: thermal_sys: Registered thermal governor 'user_space'
Apr 04 00:38:00 archiso kernel: thermal_sys: Registered thermal governor 'power_allocator'
Apr 04 00:38:00 archiso kernel: NET: Registered protocol family 16
Apr 04 00:38:00 archiso kernel: audit: initializing netlink subsys (disabled)
Apr 04 00:38:00 archiso kernel: audit: type=2000 audit(1585953470.206:1): state=initialized audit_enabled=0 res=1
Apr 04 00:38:00 archiso kernel: cpuidle: using governor ladder
Apr 04 00:38:00 archiso kernel: cpuidle: using governor menu
Apr 04 00:38:00 archiso kernel: ACPI: bus type PCI registered
Apr 04 00:38:00 archiso kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 04 00:38:00 archiso kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Apr 04 00:38:00 archiso kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Apr 04 00:38:00 archiso kernel: PCI: Using configuration type 1 for base access
Apr 04 00:38:00 archiso kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Apr 04 00:38:00 archiso kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Apr 04 00:38:00 archiso kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Apr 04 00:38:00 archiso kernel: ACPI: Added _OSI(Module Device)
Apr 04 00:38:00 archiso kernel: ACPI: Added _OSI(Processor Device)
Apr 04 00:38:00 archiso kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 04 00:38:00 archiso kernel: ACPI: Added _OSI(Processor Aggregator Device)
Apr 04 00:38:00 archiso kernel: ACPI: Added _OSI(Linux-Dell-Video)
Apr 04 00:38:00 archiso kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Apr 04 00:38:00 archiso kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Apr 04 00:38:00 archiso kernel: ACPI: 5 ACPI AML tables successfully acquired and loaded
Apr 04 00:38:00 archiso kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Apr 04 00:38:00 archiso kernel: ACPI: Dynamic OEM Table Load:
Apr 04 00:38:00 archiso kernel: ACPI: SSDT 0xFFFF9AA7F9203000 00067C (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
Apr 04 00:38:00 archiso kernel: ACPI: Dynamic OEM Table Load:
Apr 04 00:38:00 archiso kernel: ACPI: SSDT 0xFFFF9AA7F922CC00 000303 (v01 PmRef ApIst 00003000 INTL 20061109)
Apr 04 00:38:00 archiso kernel: ACPI: Dynamic OEM Table Load:
Apr 04 00:38:00 archiso kernel: ACPI: SSDT 0xFFFF9AA7F9216400 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
Apr 04 00:38:00 archiso kernel: ACPI: EC: EC started
Apr 04 00:38:00 archiso kernel: ACPI: EC: interrupt blocked
Apr 04 00:38:00 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
Apr 04 00:38:00 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 04 00:38:00 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Apr 04 00:38:00 archiso kernel: ACPI: Interpreter enabled
Apr 04 00:38:00 archiso kernel: ACPI: (supports S0 S3 S4 S5)
Apr 04 00:38:00 archiso kernel: ACPI: Using IOAPIC for interrupt routing
Apr 04 00:38:00 archiso kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 04 00:38:00 archiso kernel: ACPI: Enabled 7 GPEs in block 00 to 3F
Apr 04 00:38:00 archiso kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Apr 04 00:38:00 archiso kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Apr 04 00:38:00 archiso kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
Apr 04 00:38:00 archiso kernel: PCI host bridge to bus 0000:00
Apr 04 00:38:00 archiso kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfeafffff window]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Apr 04 00:38:00 archiso kernel: pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
Apr 04 00:38:00 archiso kernel: pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
Apr 04 00:38:00 archiso kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Apr 04 00:38:00 archiso kernel: pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
Apr 04 00:38:00 archiso kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf1400000-0xf17fffff 64bit]
Apr 04 00:38:00 archiso kernel: pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
Apr 04 00:38:00 archiso kernel: pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
Apr 04 00:38:00 archiso kernel: pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
Apr 04 00:38:00 archiso kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf1c05000-0xf1c0500f 64bit]
Apr 04 00:38:00 archiso kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Apr 04 00:38:00 archiso kernel: pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
Apr 04 00:38:00 archiso kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf1c0a000-0xf1c0a3ff]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Apr 04 00:38:00 archiso kernel: pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
Apr 04 00:38:00 archiso kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf1c00000-0xf1c03fff 64bit]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Apr 04 00:38:00 archiso kernel: pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
Apr 04 00:38:00 archiso kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf1c09000-0xf1c093ff]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Apr 04 00:38:00 archiso kernel: pci 0000:00:1f.0: [8086:1c4b] type 00 class 0x060100
Apr 04 00:38:00 archiso kernel: pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
Apr 04 00:38:00 archiso kernel: pci 0000:00:1f.2: reg 0x10: [io 0x4088-0x408f]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1f.2: reg 0x14: [io 0x4094-0x4097]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1f.2: reg 0x18: [io 0x4080-0x4087]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x4090-0x4093]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1f.2: reg 0x20: [io 0x4060-0x407f]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf1c08000-0xf1c087ff]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1f.2: PME# supported from D3hot
Apr 04 00:38:00 archiso kernel: pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
Apr 04 00:38:00 archiso kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf1c04000-0xf1c040ff 64bit]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.0: [10de:0df5] type 00 class 0x030000
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.0: reg 0x24: [io 0x3000-0x307f]
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.0: enabling Extended Tags
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.0: Enabling HDA controller
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.1: [10de:0bea] type 00 class 0x040300
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf1000000-0xf1003fff]
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.1: enabling Extended Tags
Apr 04 00:38:00 archiso kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 04 00:38:00 archiso kernel: pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
Apr 04 00:38:00 archiso kernel: pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
Apr 04 00:38:00 archiso kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 04 00:38:00 archiso kernel: pci 0000:03:00.0: [8086:0091] type 00 class 0x028000
Apr 04 00:38:00 archiso kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf1b00000-0xf1b01fff 64bit]
Apr 04 00:38:00 archiso kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.1: bridge window [mem 0xf1b00000-0xf1bfffff]
Apr 04 00:38:00 archiso kernel: pci 0000:04:00.0: [1033:0194] type 00 class 0x0c0330
Apr 04 00:38:00 archiso kernel: pci 0000:04:00.0: reg 0x10: [mem 0xf1a00000-0xf1a01fff 64bit]
Apr 04 00:38:00 archiso kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.3: bridge window [mem 0xf1a00000-0xf1afffff]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.4: PCI bridge to [bus 05]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.4: bridge window [mem 0xf1900000-0xf19fffff]
Apr 04 00:38:00 archiso kernel: pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
Apr 04 00:38:00 archiso kernel: pci 0000:06:00.0: reg 0x10: [io 0x2000-0x20ff]
Apr 04 00:38:00 archiso kernel: pci 0000:06:00.0: reg 0x18: [mem 0xf1804000-0xf1804fff 64bit pref]
Apr 04 00:38:00 archiso kernel: pci 0000:06:00.0: reg 0x20: [mem 0xf1800000-0xf1803fff 64bit pref]
Apr 04 00:38:00 archiso kernel: pci 0000:06:00.0: supports D1 D2
Apr 04 00:38:00 archiso kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.5: PCI bridge to [bus 06]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.5: bridge window [mem 0xf1800000-0xf18fffff 64bit pref]
Apr 04 00:38:00 archiso kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Apr 04 00:38:00 archiso kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Apr 04 00:38:00 archiso kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
Apr 04 00:38:00 archiso kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
Apr 04 00:38:00 archiso kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 04 00:38:00 archiso kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 04 00:38:00 archiso kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Apr 04 00:38:00 archiso kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 *10 11 12 14 15)
Apr 04 00:38:00 archiso kernel: ACPI: EC: interrupt unblocked
Apr 04 00:38:00 archiso kernel: ACPI: EC: event unblocked
Apr 04 00:38:00 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 04 00:38:00 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
Apr 04 00:38:00 archiso kernel: iommu: Default domain type: Translated
Apr 04 00:38:00 archiso kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Apr 04 00:38:00 archiso kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Apr 04 00:38:00 archiso kernel: pci 0000:00:02.0: vgaarb: no bridge control possible
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Apr 04 00:38:00 archiso kernel: vgaarb: loaded
Apr 04 00:38:00 archiso kernel: ACPI: bus type USB registered
Apr 04 00:38:00 archiso kernel: usbcore: registered new interface driver usbfs
Apr 04 00:38:00 archiso kernel: usbcore: registered new interface driver hub
Apr 04 00:38:00 archiso kernel: usbcore: registered new device driver usb
Apr 04 00:38:00 archiso kernel: pps_core: LinuxPPS API ver. 1 registered
Apr 04 00:38:00 archiso kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Apr 04 00:38:00 archiso kernel: PTP clock support registered
Apr 04 00:38:00 archiso kernel: EDAC MC: Ver: 3.0.0
Apr 04 00:38:00 archiso kernel: PCI: Using ACPI for IRQ routing
Apr 04 00:38:00 archiso kernel: PCI: pci_cache_line_size set to 64 bytes
Apr 04 00:38:00 archiso kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
Apr 04 00:38:00 archiso kernel: e820: reserve RAM buffer [mem 0xbac8f000-0xbbffffff]
Apr 04 00:38:00 archiso kernel: e820: reserve RAM buffer [mem 0xbb000000-0xbbffffff]
Apr 04 00:38:00 archiso kernel: e820: reserve RAM buffer [mem 0x13e9ff000-0x13fffffff]
Apr 04 00:38:00 archiso kernel: NetLabel: Initializing
Apr 04 00:38:00 archiso kernel: NetLabel: domain hash size = 128
Apr 04 00:38:00 archiso kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Apr 04 00:38:00 archiso kernel: NetLabel: unlabeled traffic allowed by default
Apr 04 00:38:00 archiso kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Apr 04 00:38:00 archiso kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Apr 04 00:38:00 archiso kernel: clocksource: Switched to clocksource tsc-early
Apr 04 00:38:00 archiso kernel: *** VALIDATE bpf ***
Apr 04 00:38:00 archiso kernel: VFS: Disk quotas dquot_6.6.0
Apr 04 00:38:00 archiso kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 04 00:38:00 archiso kernel: *** VALIDATE ramfs ***
Apr 04 00:38:00 archiso kernel: *** VALIDATE hugetlbfs ***
Apr 04 00:38:00 archiso kernel: pnp: PnP ACPI init
Apr 04 00:38:00 archiso kernel: system 00:00: [io 0x0680-0x069f] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:00: [io 0x1000-0x1003] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:00: [io 0x1004-0x1013] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:00: [io 0xffff] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:00: [io 0x0400-0x0453] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:00: [io 0x0458-0x047f] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:00: [io 0x0500-0x057f] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:00: [io 0x164e-0x164f] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 04 00:38:00 archiso kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Apr 04 00:38:00 archiso kernel: system 00:02: [io 0x0454-0x0457] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Apr 04 00:38:00 archiso kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
Apr 04 00:38:00 archiso kernel: pnp 00:04: Plug and Play ACPI device, IDs DLL04b6 PNP0f13 (active)
Apr 04 00:38:00 archiso kernel: pnp 00:05: disabling [mem 0xfffff000-0xffffffff] because it overlaps 0000:01:00.0 BAR 6 [mem 0xfff80000-0xffffffff pref]
Apr 04 00:38:00 archiso kernel: system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:05: [mem 0xf8000000-0xfbffffff] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
Apr 04 00:38:00 archiso kernel: system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
Apr 04 00:38:00 archiso kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
Apr 04 00:38:00 archiso kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 04 00:38:00 archiso kernel: pnp: PnP ACPI: found 6 devices
Apr 04 00:38:00 archiso kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xf1080000-0xf10fffff pref]
Apr 04 00:38:00 archiso kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 04 00:38:00 archiso kernel: pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
Apr 04 00:38:00 archiso kernel: pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
Apr 04 00:38:00 archiso kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.1: bridge window [mem 0xf1b00000-0xf1bfffff]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.3: bridge window [mem 0xf1a00000-0xf1afffff]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.4: PCI bridge to [bus 05]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.4: bridge window [mem 0xf1900000-0xf19fffff]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.5: PCI bridge to [bus 06]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
Apr 04 00:38:00 archiso kernel: pci 0000:00:1c.5: bridge window [mem 0xf1800000-0xf18fffff 64bit pref]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfeafffff window]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf10fffff]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:03: resource 1 [mem 0xf1b00000-0xf1bfffff]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:04: resource 1 [mem 0xf1a00000-0xf1afffff]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:05: resource 1 [mem 0xf1900000-0xf19fffff]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:06: resource 0 [io 0x2000-0x2fff]
Apr 04 00:38:00 archiso kernel: pci_bus 0000:06: resource 2 [mem 0xf1800000-0xf18fffff 64bit pref]
Apr 04 00:38:00 archiso kernel: NET: Registered protocol family 2
Apr 04 00:38:00 archiso kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Apr 04 00:38:00 archiso kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 04 00:38:00 archiso kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
Apr 04 00:38:00 archiso kernel: TCP: Hash tables configured (established 32768 bind 32768)
Apr 04 00:38:00 archiso kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Apr 04 00:38:00 archiso kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Apr 04 00:38:00 archiso kernel: NET: Registered protocol family 1
Apr 04 00:38:00 archiso kernel: NET: Registered protocol family 44
Apr 04 00:38:00 archiso kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Apr 04 00:38:00 archiso kernel: PCI: CLS 64 bytes, default 64
Apr 04 00:38:00 archiso kernel: Trying to unpack rootfs image as initramfs...
Apr 04 00:38:00 archiso kernel: Freeing initrd memory: 42312K
Apr 04 00:38:00 archiso kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 04 00:38:00 archiso kernel: software IO TLB: mapped [mem 0xb6c8f000-0xbac8f000] (64MB)
Apr 04 00:38:00 archiso kernel: check: Scanning for low memory corruption every 60 seconds
Apr 04 00:38:00 archiso kernel: Initialise system trusted keyrings
Apr 04 00:38:00 archiso kernel: Key type blacklist registered
Apr 04 00:38:00 archiso kernel: workingset: timestamp_bits=41 max_order=20 bucket_order=0
Apr 04 00:38:00 archiso kernel: zbud: loaded
Apr 04 00:38:00 archiso kernel: Key type asymmetric registered
Apr 04 00:38:00 archiso kernel: Asymmetric key parser 'x509' registered
Apr 04 00:38:00 archiso kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Apr 04 00:38:00 archiso kernel: io scheduler mq-deadline registered
Apr 04 00:38:00 archiso kernel: io scheduler kyber registered
Apr 04 00:38:00 archiso kernel: io scheduler bfq registered
Apr 04 00:38:00 archiso kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr 04 00:38:00 archiso kernel: intel_idle: MWAIT substates: 0x21120
Apr 04 00:38:00 archiso kernel: intel_idle: v0.4.1 model 0x2A
Apr 04 00:38:00 archiso kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Apr 04 00:38:00 archiso kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Apr 04 00:38:00 archiso kernel: ACPI: Power Button [PWRB]
Apr 04 00:38:00 archiso kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Apr 04 00:38:00 archiso kernel: ACPI: Sleep Button [SLPB]
Apr 04 00:38:00 archiso kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Apr 04 00:38:00 archiso kernel: ACPI: Lid Switch [LID0]
Apr 04 00:38:00 archiso kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Apr 04 00:38:00 archiso kernel: ACPI: Power Button [PWRF]
Apr 04 00:38:00 archiso kernel: thermal LNXTHERM:00: registered as thermal_zone0
Apr 04 00:38:00 archiso kernel: ACPI: Thermal Zone [TZ00] (62 C)
Apr 04 00:38:00 archiso kernel: thermal LNXTHERM:01: registered as thermal_zone1
Apr 04 00:38:00 archiso kernel: ACPI: Thermal Zone [TZ01] (62 C)
Apr 04 00:38:00 archiso kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Apr 04 00:38:00 archiso kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Apr 04 00:38:00 archiso kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Apr 04 00:38:00 archiso kernel: usbcore: registered new interface driver usbserial_generic
Apr 04 00:38:00 archiso kernel: usbserial: USB Serial support registered for generic
Apr 04 00:38:00 archiso kernel: rtc_cmos 00:01: RTC can wake from S4
Apr 04 00:38:00 archiso kernel: rtc_cmos 00:01: registered as rtc0
Apr 04 00:38:00 archiso kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Apr 04 00:38:00 archiso kernel: intel_pstate: Intel P-state driver initializing
Apr 04 00:38:00 archiso kernel: ledtrig-cpu: registered to indicate activity on CPUs
Apr 04 00:38:00 archiso kernel: drop_monitor: Initializing network drop monitor service
Apr 04 00:38:00 archiso kernel: NET: Registered protocol family 10
Apr 04 00:38:00 archiso kernel: Segment Routing with IPv6
Apr 04 00:38:00 archiso kernel: NET: Registered protocol family 17
Apr 04 00:38:00 archiso kernel: RAS: Correctable Errors collector initialized.
Apr 04 00:38:00 archiso kernel: microcode: sig=0x206a7, pf=0x10, revision=0x2f
Apr 04 00:38:00 archiso kernel: microcode: Microcode Update Driver: v2.2.
Apr 04 00:38:00 archiso kernel: IPI shorthand broadcast: enabled
Apr 04 00:38:00 archiso kernel: sched_clock: Marking stable (5102367929, 2065155)->(5170876091, -66443007)
Apr 04 00:38:00 archiso kernel: registered taskstats version 1
Apr 04 00:38:00 archiso kernel: Loading compiled-in X.509 certificates
Apr 04 00:38:00 archiso kernel: Loaded X.509 cert 'Build time autogenerated kernel key: cfe7c07c6463dfb70cb379ae68ff6410fa0541b8'
Apr 04 00:38:00 archiso kernel: zswap: loaded using pool lzo/zbud
Apr 04 00:38:00 archiso kernel: Key type ._fscrypt registered
Apr 04 00:38:00 archiso kernel: Key type .fscrypt registered
Apr 04 00:38:00 archiso kernel: Key type big_key registered
Apr 04 00:38:00 archiso kernel: PM: Magic number: 0:129:653
Apr 04 00:38:00 archiso kernel: vc vcsu1: hash matches
Apr 04 00:38:00 archiso kernel: acpi LNXCPU:06: hash matches
Apr 04 00:38:00 archiso kernel: rtc_cmos 00:01: setting system clock to 2020-04-03T22:37:54 UTC (1585953474)
Apr 04 00:38:00 archiso kernel: Freeing unused decrypted memory: 2040K
Apr 04 00:38:00 archiso kernel: Freeing unused kernel image (initmem) memory: 1664K
Apr 04 00:38:00 archiso kernel: Write protecting the kernel read-only data: 20480k
Apr 04 00:38:00 archiso kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Apr 04 00:38:00 archiso kernel: Freeing unused kernel image (rodata/data gap) memory: 1852K
Apr 04 00:38:00 archiso kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Apr 04 00:38:00 archiso kernel: x86/mm: Checking user space page tables
Apr 04 00:38:00 archiso kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Apr 04 00:38:00 archiso kernel: Run /init as init process
Apr 04 00:38:00 archiso kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Apr 04 00:38:00 archiso kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Apr 04 00:38:00 archiso kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Apr 04 00:38:00 archiso kernel: wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
Apr 04 00:38:00 archiso kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Apr 04 00:38:00 archiso kernel: Linux agpgart interface v0.103
Apr 04 00:38:00 archiso kernel: cryptd: max_cpu_qlen set to 1000
Apr 04 00:38:00 archiso kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Apr 04 00:38:00 archiso kernel: AVX version of gcm_enc/dec engaged.
Apr 04 00:38:00 archiso kernel: AES CTR mode by8 optimization enabled
Apr 04 00:38:00 archiso kernel: ehci-pci: EHCI PCI platform driver
Apr 04 00:38:00 archiso kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Apr 04 00:38:00 archiso kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Apr 04 00:38:00 archiso kernel: ehci-pci 0000:00:1a.0: debug port 2
Apr 04 00:38:00 archiso kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Apr 04 00:38:00 archiso kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf1c0a000
Apr 04 00:38:00 archiso kernel: SCSI subsystem initialized
Apr 04 00:38:00 archiso kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Apr 04 00:38:00 archiso kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
Apr 04 00:38:00 archiso kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 04 00:38:00 archiso kernel: usb usb1: Product: EHCI Host Controller
Apr 04 00:38:00 archiso kernel: usb usb1: Manufacturer: Linux 5.5.6-arch1-1 ehci_hcd
Apr 04 00:38:00 archiso kernel: usb usb1: SerialNumber: 0000:00:1a.0
Apr 04 00:38:00 archiso kernel: hub 1-0:1.0: USB hub found
Apr 04 00:38:00 archiso kernel: hub 1-0:1.0: 2 ports detected
Apr 04 00:38:00 archiso kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Apr 04 00:38:00 archiso kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
Apr 04 00:38:00 archiso kernel: xhci_hcd 0000:04:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x0000000000000004
Apr 04 00:38:00 archiso kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
Apr 04 00:38:00 archiso kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 04 00:38:00 archiso kernel: usb usb2: Product: xHCI Host Controller
Apr 04 00:38:00 archiso kernel: usb usb2: Manufacturer: Linux 5.5.6-arch1-1 xhci-hcd
Apr 04 00:38:00 archiso kernel: usb usb2: SerialNumber: 0000:04:00.0
Apr 04 00:38:00 archiso kernel: hub 2-0:1.0: USB hub found
Apr 04 00:38:00 archiso kernel: hub 2-0:1.0: 2 ports detected
Apr 04 00:38:00 archiso kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Apr 04 00:38:00 archiso kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
Apr 04 00:38:00 archiso kernel: xhci_hcd 0000:04:00.0: Host supports USB 3.0 SuperSpeed
Apr 04 00:38:00 archiso kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Apr 04 00:38:00 archiso kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Apr 04 00:38:00 archiso kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.05
Apr 04 00:38:00 archiso kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 04 00:38:00 archiso kernel: usb usb3: Product: xHCI Host Controller
Apr 04 00:38:00 archiso kernel: usb usb3: Manufacturer: Linux 5.5.6-arch1-1 xhci-hcd
Apr 04 00:38:00 archiso kernel: usb usb3: SerialNumber: 0000:04:00.0
Apr 04 00:38:00 archiso kernel: hub 3-0:1.0: USB hub found
Apr 04 00:38:00 archiso kernel: hub 3-0:1.0: 2 ports detected
Apr 04 00:38:00 archiso kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Apr 04 00:38:00 archiso kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
Apr 04 00:38:00 archiso kernel: ehci-pci 0000:00:1d.0: debug port 2
Apr 04 00:38:00 archiso kernel: libata version 3.00 loaded.
Apr 04 00:38:00 archiso kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Apr 04 00:38:00 archiso kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf1c09000
Apr 04 00:38:00 archiso kernel: r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
Apr 04 00:38:00 archiso kernel: libphy: r8169: probed
Apr 04 00:38:00 archiso kernel: ahci 0000:00:1f.2: version 3.0
Apr 04 00:38:00 archiso kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
Apr 04 00:38:00 archiso kernel: r8169 0000:06:00.0 eth0: RTL8168e/8111e, 84:8f:69:b1:ca:a8, XID 2c2, IRQ 35
Apr 04 00:38:00 archiso kernel: r8169 0000:06:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Apr 04 00:38:00 archiso kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Apr 04 00:38:00 archiso kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
Apr 04 00:38:00 archiso kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 04 00:38:00 archiso kernel: usb usb4: Product: EHCI Host Controller
Apr 04 00:38:00 archiso kernel: usb usb4: Manufacturer: Linux 5.5.6-arch1-1 ehci_hcd
Apr 04 00:38:00 archiso kernel: usb usb4: SerialNumber: 0000:00:1d.0
Apr 04 00:38:00 archiso kernel: hub 4-0:1.0: USB hub found
Apr 04 00:38:00 archiso kernel: hub 4-0:1.0: 2 ports detected
Apr 04 00:38:00 archiso kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x11 impl SATA mode
Apr 04 00:38:00 archiso kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
Apr 04 00:38:00 archiso kernel: scsi host0: ahci
Apr 04 00:38:00 archiso kernel: scsi host1: ahci
Apr 04 00:38:00 archiso kernel: scsi host2: ahci
Apr 04 00:38:00 archiso kernel: scsi host3: ahci
Apr 04 00:38:00 archiso kernel: scsi host4: ahci
Apr 04 00:38:00 archiso kernel: scsi host5: ahci
Apr 04 00:38:00 archiso kernel: ata1: SATA max UDMA/133 abar m2048@0xf1c08000 port 0xf1c08100 irq 36
Apr 04 00:38:00 archiso kernel: ata2: DUMMY
Apr 04 00:38:00 archiso kernel: ata3: DUMMY
Apr 04 00:38:00 archiso kernel: ata4: DUMMY
Apr 04 00:38:00 archiso kernel: ata5: SATA max UDMA/133 abar m2048@0xf1c08000 port 0xf1c08300 irq 36
Apr 04 00:38:00 archiso kernel: ata6: DUMMY
Apr 04 00:38:00 archiso kernel: ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20191018/nsarguments-59)
Apr 04 00:38:00 archiso kernel: pci 0000:00:02.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
Apr 04 00:38:00 archiso kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20191018/nsarguments-59)
Apr 04 00:38:00 archiso kernel: pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
Apr 04 00:38:00 archiso kernel: VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: enabling device (0006 -> 0007)
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: NVIDIA GF108 (0c1a80a1)
Apr 04 00:38:00 archiso kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Apr 04 00:38:00 archiso kernel: Console: switching to colour dummy device 80x25
Apr 04 00:38:00 archiso kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Apr 04 00:38:00 archiso kernel: [drm] Driver supports precise vblank timestamp query.
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: bios: version 70.08.53.00.04
Apr 04 00:38:00 archiso kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Apr 04 00:38:00 archiso kernel: [drm] Initialized i915 1.6.0 20191101 for 0000:00:02.0 on minor 0
Apr 04 00:38:00 archiso kernel: ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no)
Apr 04 00:38:00 archiso kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:32/LNXVIDEO:00/input/input6
Apr 04 00:38:00 archiso kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
Apr 04 00:38:00 archiso kernel: acpi device:34: registered as cooling_device4
Apr 04 00:38:00 archiso kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: fb: 1024 MiB DDR3
Apr 04 00:38:00 archiso kernel: fbcon: i915drmfb (fb0) is primary device
Apr 04 00:38:00 archiso kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Apr 04 00:38:00 archiso kernel: usb 2-1: new high-speed USB device number 2 using xhci_hcd
Apr 04 00:38:00 archiso kernel: usb 4-1: new high-speed USB device number 2 using ehci-pci
Apr 04 00:38:00 archiso kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Apr 04 00:38:00 archiso kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 04 00:38:00 archiso kernel: hub 1-1:1.0: USB hub found
Apr 04 00:38:00 archiso kernel: hub 1-1:1.0: 6 ports detected
Apr 04 00:38:00 archiso kernel: vga_switcheroo: enabled
Apr 04 00:38:00 archiso kernel: [TTM] Zone kernel: Available graphics memory: 1961322 KiB
Apr 04 00:38:00 archiso kernel: [TTM] Initializing pool allocator
Apr 04 00:38:00 archiso kernel: [TTM] Initializing DMA pool allocator
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: VRAM: 1024 MiB
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: TMDS table version 2.0
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: DCB version 4.0
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: DCB outp 00: 02014300 00000000
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: DCB outp 01: 02021362 00020010
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 00: 00000340
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 01: 00001061
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 02: 00000147
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 03: 00002346
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 04: 00000400
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 05: 00000210
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 06: 00000211
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: DCB conn 07: 00000213
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: MM: using COPY0 for buffer copies
Apr 04 00:38:00 archiso kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Apr 04 00:38:00 archiso kernel: [drm] Driver supports precise vblank timestamp query.
Apr 04 00:38:00 archiso kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 04 00:38:00 archiso kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Apr 04 00:38:00 archiso kernel: ata1.00: supports DRM functions and may not be fully accessible
Apr 04 00:38:00 archiso kernel: ata1.00: ATA-10: CT250MX500SSD1, M3CR023, max UDMA/133
Apr 04 00:38:00 archiso kernel: ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Apr 04 00:38:00 archiso kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Apr 04 00:38:00 archiso kernel: ata1.00: supports DRM functions and may not be fully accessible
Apr 04 00:38:00 archiso kernel: ata1.00: configured for UDMA/133
Apr 04 00:38:00 archiso kernel: usb 2-1: New USB device found, idVendor=0b95, idProduct=7720, bcdDevice= 0.01
Apr 04 00:38:00 archiso kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 04 00:38:00 archiso kernel: usb 2-1: Product: AX88x72A
Apr 04 00:38:00 archiso kernel: usb 2-1: Manufacturer: ASIX Elec. Corp.
Apr 04 00:38:00 archiso kernel: usb 2-1: SerialNumber: 14EB64
Apr 04 00:38:00 archiso kernel: scsi 0:0:0:0: Direct-Access ATA CT250MX500SSD1 023 PQ: 0 ANSI: 5
Apr 04 00:38:00 archiso kernel: usb 4-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Apr 04 00:38:00 archiso kernel: usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 04 00:38:00 archiso kernel: hub 4-1:1.0: USB hub found
Apr 04 00:38:00 archiso kernel: hub 4-1:1.0: 8 ports detected
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: DRM: allocated 1024x768 fb: 0x60000, bo (____ptrval____)
Apr 04 00:38:00 archiso kernel: usb 2-2: new high-speed USB device number 3 using xhci_hcd
Apr 04 00:38:00 archiso kernel: usb 2-2: New USB device found, idVendor=0951, idProduct=1624, bcdDevice= 1.00
Apr 04 00:38:00 archiso kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 04 00:38:00 archiso kernel: usb 2-2: Product: DataTraveler G2
Apr 04 00:38:00 archiso kernel: usb 2-2: Manufacturer: Kingston
Apr 04 00:38:00 archiso kernel: usb 2-2: SerialNumber: 0014780F995DF991265D08E9
Apr 04 00:38:00 archiso kernel: usb-storage 2-2:1.0: USB Mass Storage device detected
Apr 04 00:38:00 archiso kernel: scsi host6: usb-storage 2-2:1.0
Apr 04 00:38:00 archiso kernel: usbcore: registered new interface driver usb-storage
Apr 04 00:38:00 archiso kernel: usbcore: registered new interface driver uas
Apr 04 00:38:00 archiso kernel: usb 1-1.4: new high-speed USB device number 3 using ehci-pci
Apr 04 00:38:00 archiso kernel: usb 1-1.4: New USB device found, idVendor=0408, idProduct=2fb1, bcdDevice= 9.01
Apr 04 00:38:00 archiso kernel: usb 1-1.4: New USB device strings: Mfr=3, Product=2, SerialNumber=0
Apr 04 00:38:00 archiso kernel: usb 1-1.4: Product: Laptop_Integrated_Webcam_2HDM
Apr 04 00:38:00 archiso kernel: usb 1-1.4: Manufacturer: CN07CN2C786641AA1167A00
Apr 04 00:38:00 archiso kernel: usb 4-1.5: new full-speed USB device number 3 using ehci-pci
Apr 04 00:38:00 archiso kernel: ata5: SATA link down (SStatus 0 SControl 300)
Apr 04 00:38:00 archiso kernel: tsc: Refined TSC clocksource calibration: 2394.559 MHz
Apr 04 00:38:00 archiso kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2284235ba97, max_idle_ns: 440795203400 ns
Apr 04 00:38:00 archiso kernel: clocksource: Switched to clocksource tsc
Apr 04 00:38:00 archiso kernel: usb 4-1.5: New USB device found, idVendor=8086, idProduct=0189, bcdDevice=69.19
Apr 04 00:38:00 archiso kernel: usb 4-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 04 00:38:00 archiso kernel: random: fast init done
Apr 04 00:38:00 archiso kernel: asix 2-1:1.0 eth1: register 'asix' at usb-0000:04:00.0-1, ASIX AX88772 USB 2.0 Ethernet, 00:50:b6:14:eb:64
Apr 04 00:38:00 archiso kernel: usbcore: registered new interface driver asix
Apr 04 00:38:00 archiso kernel: Console: switching to colour frame buffer device 240x67
Apr 04 00:38:00 archiso kernel: i915 0000:00:02.0: fb0: i915drmfb frame buffer device
Apr 04 00:38:00 archiso kernel: nouveau 0000:01:00.0: fb1: nouveaudrmfb frame buffer device
Apr 04 00:38:00 archiso kernel: [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
Apr 04 00:38:00 archiso kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Apr 04 00:38:00 archiso kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Apr 04 00:38:00 archiso kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr 04 00:38:00 archiso kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 04 00:38:00 archiso kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 04 00:38:00 archiso kernel: sda: sda1 sda2 sda3 sda4
Apr 04 00:38:00 archiso kernel: sd 0:0:0:0: [sda] supports TCG Opal
Apr 04 00:38:00 archiso kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Apr 04 00:38:00 archiso kernel: scsi 6:0:0:0: Direct-Access Kingston DataTraveler G2 1.00 PQ: 0 ANSI: 2
Apr 04 00:38:00 archiso kernel: sd 6:0:0:0: [sdb] 7827392 512-byte logical blocks: (4.01 GB/3.73 GiB)
Apr 04 00:38:00 archiso kernel: sd 6:0:0:0: [sdb] Write Protect is off
Apr 04 00:38:00 archiso kernel: sd 6:0:0:0: [sdb] Mode Sense: 16 24 09 51
Apr 04 00:38:00 archiso kernel: sd 6:0:0:0: [sdb] Incomplete mode parameter data
Apr 04 00:38:00 archiso kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
Apr 04 00:38:00 archiso kernel: sdb: sdb1 sdb2
Apr 04 00:38:00 archiso kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
Apr 04 00:38:00 archiso kernel: ISO 9660 Extensions: RRIP_1991A
Apr 04 00:38:00 archiso kernel: loop: module loaded
Apr 04 00:38:00 archiso kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Apr 04 00:38:00 archiso systemd[1]: systemd 244.3-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Apr 04 00:38:00 archiso systemd[1]: Detected architecture x86-64.
Apr 04 00:38:00 archiso systemd[1]: Set hostname to <archiso>.
Apr 04 00:38:00 archiso kernel: random: systemd: uninitialized urandom read (16 bytes read)
Apr 04 00:38:00 archiso systemd[1]: Initializing machine ID from random generator.
Apr 04 00:38:00 archiso kernel: random: crng init done
Apr 04 00:38:00 archiso systemd[1]: Created slice system-getty.slice.
Apr 04 00:38:00 archiso systemd[1]: Created slice system-modprobe.slice.
Apr 04 00:38:00 archiso systemd[1]: Created slice User and Session Slice.
Apr 04 00:38:00 archiso systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Apr 04 00:38:00 archiso systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Apr 04 00:38:00 archiso systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Apr 04 00:38:00 archiso systemd[1]: Reached target Local Encrypted Volumes.
Apr 04 00:38:00 archiso systemd[1]: Reached target Paths.
Apr 04 00:38:00 archiso systemd[1]: Reached target Remote File Systems.
Apr 04 00:38:00 archiso systemd[1]: Reached target Slices.
Apr 04 00:38:00 archiso systemd[1]: Reached target Swap.
Apr 04 00:38:00 archiso systemd[1]: Listening on Device-mapper event daemon FIFOs.
Apr 04 00:38:00 archiso systemd[1]: Listening on LVM2 metadata daemon socket.
Apr 04 00:38:00 archiso systemd[1]: Listening on LVM2 poll daemon socket.
Apr 04 00:38:00 archiso systemd[1]: Listening on Process Core Dump Socket.
Apr 04 00:38:00 archiso systemd[1]: Listening on initctl Compatibility Named Pipe.
Apr 04 00:38:00 archiso systemd[1]: Listening on Journal Audit Socket.
Apr 04 00:38:00 archiso systemd[1]: Listening on Journal Socket (/dev/log).
Apr 04 00:38:00 archiso systemd[1]: Listening on Journal Socket.
Apr 04 00:38:00 archiso systemd[1]: Listening on udev Control Socket.
Apr 04 00:38:00 archiso systemd[1]: Listening on udev Kernel Socket.
Apr 04 00:38:00 archiso systemd[1]: Mounting Huge Pages File System...
Apr 04 00:38:00 archiso systemd[1]: Mounting POSIX Message Queue File System...
Apr 04 00:38:00 archiso systemd[1]: Mounting Kernel Debug File System...
Apr 04 00:38:00 archiso systemd[1]: Mounting Temporary Directory (/tmp)...
Apr 04 00:38:00 archiso systemd[1]: Starting Create list of static device nodes for the current kernel...
Apr 04 00:38:00 archiso systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Apr 04 00:38:00 archiso systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Apr 04 00:38:00 archiso systemd[1]: Starting Load Kernel Modules...
Apr 04 00:38:00 archiso systemd[1]: Starting Remount Root and Kernel File Systems...
Apr 04 00:38:00 archiso systemd[1]: Starting udev Coldplug all Devices...
Apr 04 00:38:00 archiso systemd[1]: Mounted Huge Pages File System.
Apr 04 00:38:00 archiso systemd[1]: Mounted POSIX Message Queue File System.
Apr 04 00:38:00 archiso systemd[1]: Mounted Kernel Debug File System.
Apr 04 00:38:00 archiso systemd[1]: Mounted Temporary Directory (/tmp).
Apr 04 00:38:00 archiso systemd[1]: Started Create list of static device nodes for the current kernel.
Apr 04 00:38:00 archiso systemd[1]: Started Remount Root and Kernel File Systems.
Apr 04 00:38:00 archiso systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 04 00:38:00 archiso systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 04 00:38:00 archiso systemd[1]: Starting Load/Save Random Seed...
Apr 04 00:38:00 archiso systemd[1]: Starting Create System Users...
Apr 04 00:38:00 archiso systemd[1]: Started Load/Save Random Seed.
Apr 04 00:38:00 archiso kernel: Asymmetric key parser 'pkcs8' registered
Apr 04 00:38:00 archiso systemd[1]: Started Load Kernel Modules.
Apr 04 00:38:00 archiso systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Apr 04 00:38:00 archiso systemd[1]: Mounting Kernel Configuration File System...
Apr 04 00:38:00 archiso systemd[1]: Starting Apply Kernel Variables...
Apr 04 00:38:00 archiso systemd[1]: Mounted Kernel Configuration File System.
Apr 04 00:38:00 archiso systemd[1]: Started Create System Users.
Apr 04 00:38:00 archiso systemd[1]: Starting Create Static Device Nodes in /dev...
Apr 04 00:38:00 archiso systemd[1]: Started udev Coldplug all Devices.
Apr 04 00:38:00 archiso systemd[1]: Started Create Static Device Nodes in /dev.
Apr 04 00:38:00 archiso systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
Apr 04 00:38:00 archiso systemd[1]: Starting Journal Service...
Apr 04 00:38:00 archiso systemd[1]: Starting udev Kernel Device Manager...
Apr 04 00:38:00 archiso systemd[1]: Started Apply Kernel Variables.
Apr 04 00:38:00 archiso systemd[1]: Started LVM2 metadata daemon.
Apr 04 00:38:00 archiso systemd[1]: Started udev Kernel Device Manager.
Apr 04 00:38:00 archiso systemd-journald[348]: Journal started
Apr 04 00:38:00 archiso systemd-journald[348]: Runtime Journal (/run/log/journal/5075a515131a41059d71df2e46dbf212) is 8.0M, max 191.5M, 183.5M free.
Apr 04 00:38:00 archiso systemd-modules-load[336]: Inserted module 'pkcs8_key_parser'
Apr 04 00:38:00 archiso systemd[1]: Started Journal Service.
Apr 04 00:38:00 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'
Apr 04 00:38:00 archiso haveged[347]: haveged: listening socket at 3
Apr 04 00:38:00 archiso haveged[347]: haveged: ver: 1.9.8; arch: x86; vend: GenuineIntel; build: (gcc 9.1.0 ITV); collect: 128K
Apr 04 00:38:00 archiso haveged[347]: haveged: cpu: (L4 VC); data: 32K (L4 V); inst: 32K (L4 V); idx: 25/40; sz: 32671/52623
Apr 04 00:38:00 archiso haveged[347]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B): last entropy estimate 8.00132
Apr 04 00:38:00 archiso haveged[347]: haveged: fills: 0, generated: 0
Apr 04 00:38:00 archiso systemd[1]: Starting Flush Journal to Persistent Storage...
Apr 04 00:38:00 archiso kernel: audit: type=1130 audit(1585953480.878: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'
Apr 04 00:38:01 archiso systemd-journald[348]: Runtime Journal (/run/log/journal/5075a515131a41059d71df2e46dbf212) is 8.0M, max 191.5M, 183.5M free.
Apr 04 00:38:01 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'
Apr 04 00:38:01 archiso systemd[1]: Started Flush Journal to Persistent Storage.
Apr 04 00:38:01 archiso kernel: audit: type=1130 audit(1585953481.104:3): 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'
Apr 04 00:38:01 archiso kernel: ACPI: AC Adapter [ADP0] (on-line)
Apr 04 00:38:01 archiso kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
Apr 04 00:38:01 archiso kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Apr 04 00:38:01 archiso systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Apr 04 00:38:01 archiso kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20191018/utaddress-204)
Apr 04 00:38:01 archiso kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 04 00:38:01 archiso kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20191018/utaddress-204)
Apr 04 00:38:01 archiso kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20191018/utaddress-204)
Apr 04 00:38:01 archiso kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 04 00:38:01 archiso kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20191018/utaddress-204)
Apr 04 00:38:01 archiso kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20191018/utaddress-204)
Apr 04 00:38:01 archiso kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 04 00:38:01 archiso kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20191018/utaddress-204)
Apr 04 00:38:01 archiso kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20191018/utaddress-204)
Apr 04 00:38:01 archiso kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 04 00:38:01 archiso kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Apr 04 00:38:01 archiso systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Apr 04 00:38:01 archiso systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Apr 04 00:38:01 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:01 archiso kernel: audit: type=1130 audit(1585953481.408:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:01 archiso systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Apr 04 00:38:01 archiso systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Apr 04 00:38:01 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:01 archiso kernel: audit: type=1130 audit(1585953481.474:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:01 archiso systemd-udevd[371]: Using default interface naming scheme 'v243'.
Apr 04 00:38:01 archiso systemd-udevd[371]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 04 00:38:01 archiso kernel: r8169 0000:06:00.0 enp6s0: renamed from eth0
Apr 04 00:38:01 archiso systemd-udevd[355]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 04 00:38:01 archiso kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.3)
Apr 04 00:38:01 archiso kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
Apr 04 00:38:01 archiso kernel: RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Apr 04 00:38:01 archiso kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Apr 04 00:38:01 archiso kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
Apr 04 00:38:01 archiso systemd-udevd[357]: Using default interface naming scheme 'v243'.
Apr 04 00:38:01 archiso kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Apr 04 00:38:01 archiso kernel: iTCO_vendor_support: vendor-support=0
Apr 04 00:38:02 archiso kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Apr 04 00:38:02 archiso kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Apr 04 00:38:02 archiso kernel: iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
Apr 04 00:38:02 archiso kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Apr 04 00:38:02 archiso kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input10
Apr 04 00:38:02 archiso systemd-udevd[365]: Using default interface naming scheme 'v243'.
Apr 04 00:38:02 archiso systemd[1]: Created slice system-dhcpcd.slice.
Apr 04 00:38:02 archiso systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Apr 04 00:38:02 archiso systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Apr 04 00:38:02 archiso systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Apr 04 00:38:02 archiso systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 04 00:38:02 archiso systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 04 00:38:02 archiso systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight...
Apr 04 00:38:02 archiso systemd[1]: Started Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight.
Apr 04 00:38:02 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:dell::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:02 archiso kernel: audit: type=1130 audit(1585953482.058:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:dell::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:02 archiso kernel: snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Apr 04 00:38:02 archiso kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Apr 04 00:38:02 archiso kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Apr 04 00:38:02 archiso systemd-udevd[372]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
Apr 04 00:38:02 archiso kernel: Bluetooth: Core ver 2.22
Apr 04 00:38:02 archiso kernel: NET: Registered protocol family 31
Apr 04 00:38:02 archiso kernel: Bluetooth: HCI device and connection manager initialized
Apr 04 00:38:02 archiso kernel: Bluetooth: HCI socket layer initialized
Apr 04 00:38:02 archiso kernel: Bluetooth: L2CAP socket layer initialized
Apr 04 00:38:02 archiso kernel: Bluetooth: SCO socket layer initialized
Apr 04 00:38:02 archiso systemd-udevd[357]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 04 00:38:02 archiso kernel: asix 2-1:1.0 enp4s0u1: renamed from eth1
Apr 04 00:38:02 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: ALC665: SKU not ready 0x598301f0
Apr 04 00:38:02 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC665: line_outs=1 (0x15/0x0/0x0/0x0/0x0) type:speaker
Apr 04 00:38:02 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Apr 04 00:38:02 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=2 (0x1b/0x19/0x0/0x0/0x0)
Apr 04 00:38:02 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
Apr 04 00:38:02 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
Apr 04 00:38:02 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
Apr 04 00:38:02 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: Mic=0x1a
Apr 04 00:38:02 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
Apr 04 00:38:02 archiso systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Apr 04 00:38:02 archiso systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Apr 04 00:38:02 archiso systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 04 00:38:02 archiso systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 04 00:38:02 archiso kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Apr 04 00:38:02 archiso kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Apr 04 00:38:02 archiso kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
Apr 04 00:38:02 archiso kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
Apr 04 00:38:02 archiso kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
Apr 04 00:38:02 archiso systemd[1]: Reached target Sound Card.
Apr 04 00:38:02 archiso kernel: Intel(R) Wireless WiFi driver for Linux
Apr 04 00:38:02 archiso kernel: Copyright(c) 2003- 2015 Intel Corporation
Apr 04 00:38:02 archiso kernel: iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
Apr 04 00:38:02 archiso kernel: mc: Linux media interface: v0.10
Apr 04 00:38:02 archiso kernel: usbcore: registered new interface driver btusb
Apr 04 00:38:02 archiso systemd[1]: Starting Load/Save RF Kill Switch Status...
Apr 04 00:38:02 archiso systemd[1]: Reached target Bluetooth.
Apr 04 00:38:02 archiso kernel: Bluetooth: hci0: unexpected event for opcode 0x0000
Apr 04 00:38:02 archiso systemd[1]: Started Load/Save RF Kill Switch Status.
Apr 04 00:38:02 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:02 archiso kernel: audit: type=1130 audit(1585953482.534:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:02 archiso kernel: psmouse serio1: synaptics: queried max coordinates: x [..5398], y [..4728]
Apr 04 00:38:02 archiso kernel: videodev: Linux video capture interface: v2.00
Apr 04 00:38:02 archiso kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04771/0xa40000/0x8a0400/0x0, board id: 0, fw id: 662324
Apr 04 00:38:02 archiso kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
Apr 04 00:38:02 archiso kernel: mousedev: PS/2 mouse device common for all mice
Apr 04 00:38:02 archiso kernel: uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_2HDM (0408:2fb1)
Apr 04 00:38:02 archiso kernel: iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
Apr 04 00:38:02 archiso kernel: uvcvideo: No streaming interface found for terminal 6.
Apr 04 00:38:02 archiso kernel: uvcvideo 1-1.4:1.0: Entity type for entity Extension 4 was not initialized!
Apr 04 00:38:02 archiso kernel: uvcvideo 1-1.4:1.0: Entity type for entity Extension 3 was not initialized!
Apr 04 00:38:02 archiso kernel: uvcvideo 1-1.4:1.0: Entity type for entity Processing 2 was not initialized!
Apr 04 00:38:02 archiso kernel: uvcvideo 1-1.4:1.0: Entity type for entity Camera 1 was not initialized!
Apr 04 00:38:02 archiso kernel: input: Laptop_Integrated_Webcam_2HDM: as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input17
Apr 04 00:38:02 archiso kernel: usbcore: registered new interface driver uvcvideo
Apr 04 00:38:02 archiso kernel: USB Video Class driver (1.1.1)
Apr 04 00:38:03 archiso kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
Apr 04 00:38:03 archiso kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
Apr 04 00:38:03 archiso kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
Apr 04 00:38:03 archiso kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
Apr 04 00:38:03 archiso kernel: intel_rapl_common: Found RAPL domain package
Apr 04 00:38:03 archiso kernel: intel_rapl_common: Found RAPL domain core
Apr 04 00:38:03 archiso kernel: intel_rapl_common: Found RAPL domain uncore
Apr 04 00:38:03 archiso kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG enabled
Apr 04 00:38:03 archiso kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
Apr 04 00:38:03 archiso kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
Apr 04 00:38:03 archiso kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
Apr 04 00:38:03 archiso kernel: wl: loading out-of-tree module taints kernel.
Apr 04 00:38:03 archiso kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Apr 04 00:38:03 archiso kernel: Disabling lock debugging due to kernel taint
Apr 04 00:38:03 archiso kernel: wl: module verification failed: signature and/or required key missing - tainting kernel
Apr 04 00:38:03 archiso kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
Apr 04 00:38:03 archiso systemd-udevd[358]: Using default interface naming scheme 'v243'.
Apr 04 00:38:03 archiso systemd-udevd[358]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 04 00:38:03 archiso systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Apr 04 00:38:03 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'
Apr 04 00:38:03 archiso systemd[1]: Reached target Local File Systems (Pre).
Apr 04 00:38:03 archiso kernel: audit: type=1130 audit(1585953483.491:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:03 archiso systemd[1]: Mounting Temporary /etc/pacman.d/gnupg directory...
Apr 04 00:38:03 archiso systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Apr 04 00:38:03 archiso systemd[1]: Mounted Temporary /etc/pacman.d/gnupg directory.
Apr 04 00:38:03 archiso systemd[1]: Reached target Local File Systems.
Apr 04 00:38:03 archiso systemd[1]: Starting Rebuild Dynamic Linker Cache...
Apr 04 00:38:03 archiso systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 04 00:38:03 archiso systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 04 00:38:03 archiso systemd[1]: Starting Create Volatile Files and Directories...
Apr 04 00:38:03 archiso systemd[1]: Started Create Volatile Files and Directories.
Apr 04 00:38:03 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:03 archiso systemd[1]: Starting Rebuild Journal Catalog...
Apr 04 00:38:03 archiso kernel: audit: type=1130 audit(1585953483.544:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:03 archiso systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Apr 04 00:38:03 archiso audit[420]: SYSTEM_BOOT pid=420 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:03 archiso kernel: audit: type=1127 audit(1585953483.561:10): pid=420 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:03 archiso systemd[1]: Started Update UTMP about System Boot/Shutdown.
Apr 04 00:38:03 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:03 archiso kernel: audit: type=1130 audit(1585953483.564:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:03 archiso systemd[1]: Started Rebuild Journal Catalog.
Apr 04 00:38:03 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:07 archiso systemd[1]: Started Rebuild Dynamic Linker Cache.
Apr 04 00:38:07 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:07 archiso kernel: kauditd_printk_skb: 1 callbacks suppressed
Apr 04 00:38:07 archiso kernel: audit: type=1130 audit(1585953487.068:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:07 archiso systemd[1]: Starting Update is Completed...
Apr 04 00:38:07 archiso systemd[1]: Started Update is Completed.
Apr 04 00:38:07 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:07 archiso systemd[1]: Reached target System Initialization.
Apr 04 00:38:07 archiso kernel: audit: type=1130 audit(1585953487.091:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:07 archiso systemd[1]: Started Daily man-db regeneration.
Apr 04 00:38:07 archiso systemd[1]: Started Daily verification of password and group files.
Apr 04 00:38:07 archiso systemd[1]: Started Daily Cleanup of Temporary Directories.
Apr 04 00:38:07 archiso systemd[1]: Reached target Timers.
Apr 04 00:38:07 archiso systemd[1]: Listening on D-Bus System Message Bus Socket.
Apr 04 00:38:07 archiso systemd[1]: Reached target Sockets.
Apr 04 00:38:07 archiso systemd[1]: Reached target Basic System.
Apr 04 00:38:07 archiso systemd[1]: Condition check resulted in Choose mirror from the kernel command line being skipped.
Apr 04 00:38:07 archiso systemd[1]: Started D-Bus System Message Bus.
Apr 04 00:38:07 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'
Apr 04 00:38:07 archiso kernel: audit: type=1130 audit(1585953487.118:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:07 archiso systemd[1]: Starting dhcpcd on enp4s0u1...
Apr 04 00:38:07 archiso systemd[1]: Starting dhcpcd on enp6s0...
Apr 04 00:38:07 archiso systemd[1]: Starting Load kernel module drm...
Apr 04 00:38:07 archiso systemd[1]: Starting Initializes Pacman keyring...
Apr 04 00:38:07 archiso systemd[1]: modprobe@drm.service: Succeeded.
Apr 04 00:38:07 archiso systemd[1]: Started Load kernel module drm.
Apr 04 00:38:07 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:07 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:07 archiso kernel: audit: type=1130 audit(1585953487.134:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:07 archiso kernel: audit: type=1131 audit(1585953487.134:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:07 archiso systemd[1]: Starting Login Service...
Apr 04 00:38:07 archiso kernel: 8021q: 802.1Q VLAN Support v1.8
Apr 04 00:38:07 archiso kernel: RTL8211DN Gigabit Ethernet r8169-600:00: attached PHY driver [RTL8211DN Gigabit Ethernet] (mii_bus:phy_addr=r8169-600:00, irq=IGNORE)
Apr 04 00:38:07 archiso systemd-logind[427]: New seat seat0.
Apr 04 00:38:07 archiso systemd-logind[427]: Watching system buttons on /dev/input/event3 (Power Button)
Apr 04 00:38:07 archiso pacman-key[443]: gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
Apr 04 00:38:07 archiso pacman-key[443]: gpg: no ultimately trusted keys found
Apr 04 00:38:07 archiso systemd-logind[427]: Watching system buttons on /dev/input/event0 (Power Button)
Apr 04 00:38:07 archiso systemd-logind[427]: Watching system buttons on /dev/input/event2 (Lid Switch)
Apr 04 00:38:07 archiso systemd-logind[427]: Watching system buttons on /dev/input/event1 (Sleep Button)
Apr 04 00:38:07 archiso dhcpcd[424]: enp6s0: waiting for carrier
Apr 04 00:38:07 archiso dhcpcd[424]: enp6s0: carrier acquired
Apr 04 00:38:07 archiso dhcpcd[423]: enp4s0u1: waiting for carrier
Apr 04 00:38:07 archiso kernel: r8169 0000:06:00.0 enp6s0: Link is Down
Apr 04 00:38:07 archiso dhcpcd[424]: DUID 00:04:4c:4c:45:44:00:34:43:10:80:42:b1:c0:4f:32:53:31
Apr 04 00:38:07 archiso dhcpcd[424]: enp6s0: IAID 69:b1:ca:a8
Apr 04 00:38:07 archiso dhcpcd[424]: enp6s0: adding address fe80::958b:165f:33:324c
Apr 04 00:38:07 archiso dhcpcd[424]: enp6s0: carrier lost
Apr 04 00:38:07 archiso dhcpcd[423]: enp4s0u1: carrier acquired
Apr 04 00:38:07 archiso kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0u1: link becomes ready
Apr 04 00:38:07 archiso kernel: asix 2-1:1.0 enp4s0u1: link up, 100Mbps, full-duplex, lpa 0xC5E1
Apr 04 00:38:07 archiso dhcpcd[423]: DUID 00:04:4c:4c:45:44:00:34:43:10:80:42:b1:c0:4f:32:53:31
Apr 04 00:38:07 archiso dhcpcd[423]: enp4s0u1: IAID b6:14:eb:64
Apr 04 00:38:07 archiso dhcpcd[423]: enp4s0u1: adding address fe80::7015:8fbd:f967:e560
Apr 04 00:38:07 archiso dhcpcd[424]: enp6s0: deleting address fe80::958b:165f:33:324c
Apr 04 00:38:07 archiso pacman-key[469]: gpg: starting migration from earlier GnuPG versions
Apr 04 00:38:07 archiso pacman-key[469]: gpg: porting secret keys from '/etc/pacman.d/gnupg/secring.gpg' to gpg-agent
Apr 04 00:38:07 archiso pacman-key[469]: gpg: migration succeeded
Apr 04 00:38:07 archiso pacman-key[475]: gpg: Generating pacman keyring master key...
Apr 04 00:38:08 archiso systemd-logind[427]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Apr 04 00:38:08 archiso pacman-key[475]: gpg: key A5E73598C4B6DDA5 marked as ultimately trusted
Apr 04 00:38:08 archiso pacman-key[475]: gpg: directory '/etc/pacman.d/gnupg/openpgp-revocs.d' created
Apr 04 00:38:08 archiso systemd[1]: Started Login Service.
Apr 04 00:38:08 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:08 archiso kernel: audit: type=1130 audit(1585953488.068:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:08 archiso pacman-key[475]: gpg: revocation certificate stored as '/etc/pacman.d/gnupg/openpgp-revocs.d/C4CD405EADA65A3EB67D22D5A5E73598C4B6DDA5.rev'
Apr 04 00:38:08 archiso pacman-key[475]: gpg: Done
Apr 04 00:38:08 archiso pacman-key[426]: ==> Updating trust database...
Apr 04 00:38:08 archiso pacman-key[478]: gpg: marginals needed: 3 completes needed: 1 trust model: pgp
Apr 04 00:38:08 archiso pacman-key[478]: gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
Apr 04 00:38:08 archiso dhcpcd[423]: enp4s0u1: soliciting a DHCP lease
Apr 04 00:38:08 archiso dhcpcd[423]: enp4s0u1: offered 192.168.88.21 from 192.168.88.1
Apr 04 00:38:08 archiso dhcpcd[423]: enp4s0u1: probing address 192.168.88.21/24
Apr 04 00:38:08 archiso pacman-key[479]: ==> Appending keys from archlinux.gpg...
Apr 04 00:38:08 archiso dhcpcd[423]: enp4s0u1: soliciting an IPv6 router
Apr 04 00:38:08 archiso systemd[1]: systemd-rfkill.service: Succeeded.
Apr 04 00:38:08 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:08 archiso kernel: audit: type=1131 audit(1585953488.451:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:11 archiso pacman-key[479]: ==> Locally signing trusted keys in keyring...
Apr 04 00:38:11 archiso pacman-key[479]: -> Locally signing key D8AFDDA07A5B6EDFA7D8CCDAD6D055F927843F1C...
Apr 04 00:38:11 archiso pacman-key[479]: -> Locally signing key DDB867B92AA789C165EEFA799B729B06A680C281...
Apr 04 00:38:11 archiso pacman-key[479]: -> Locally signing key 91FFE0700E80619CEB73235CA88E23E377514E00...
Apr 04 00:38:11 archiso pacman-key[479]: -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
Apr 04 00:38:11 archiso pacman-key[479]: -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
Apr 04 00:38:11 archiso pacman-key[479]: ==> Importing owner trust values...
Apr 04 00:38:11 archiso pacman-key[506]: gpg: inserting ownertrust of 4
Apr 04 00:38:11 archiso pacman-key[506]: gpg: setting ownertrust to 4
Apr 04 00:38:11 archiso pacman-key[506]: gpg: setting ownertrust to 4
Apr 04 00:38:11 archiso pacman-key[506]: gpg: setting ownertrust to 4
Apr 04 00:38:11 archiso pacman-key[506]: gpg: setting ownertrust to 4
Apr 04 00:38:11 archiso pacman-key[479]: ==> Disabling revoked keys in keyring...
Apr 04 00:38:11 archiso pacman-key[479]: -> Disabling key 8F76BEEA0289F9E1D3E229C05F946DED983D4366...
Apr 04 00:38:11 archiso pacman-key[479]: -> Disabling key 63F395DE2D6398BBE458F281F2DBB4931985A992...
Apr 04 00:38:11 archiso pacman-key[479]: -> Disabling key 50F33E2E5B0C3D900424ABE89BDCF497A4BBCC7F...
Apr 04 00:38:12 archiso pacman-key[479]: -> Disabling key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
Apr 04 00:38:12 archiso pacman-key[479]: -> Disabling key 39F880E50E49A4D11341E8F939E4F17F295AFBF4...
Apr 04 00:38:12 archiso dhcpcd[423]: enp4s0u1: leased 192.168.88.21 for 600 seconds
Apr 04 00:38:12 archiso dhcpcd[423]: enp4s0u1: adding route to 192.168.88.0/24
Apr 04 00:38:12 archiso dhcpcd[423]: enp4s0u1: adding default route via 192.168.88.1
Apr 04 00:38:12 archiso pacman-key[479]: -> Disabling key 8840BD07FC24CB7CE394A07CCF7037A4F27FB7DA...
Apr 04 00:38:12 archiso dhcpcd[423]: forked to background, child pid 578
Apr 04 00:38:12 archiso systemd[1]: Started dhcpcd on enp4s0u1.
Apr 04 00:38:12 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@enp4s0u1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:12 archiso kernel: audit: type=1130 audit(1585953492.551:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@enp4s0u1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:12 archiso pacman-key[479]: -> Disabling key 5559BC1A32B8F76B3FCCD9555FA5E5544F010D48...
Apr 04 00:38:12 archiso pacman-key[479]: -> Disabling key 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196...
Apr 04 00:38:12 archiso pacman-key[479]: -> Disabling key 07DFD3A0BC213FA12EDC217559B3122E2FA915EC...
Apr 04 00:38:13 archiso pacman-key[479]: -> Disabling key 4FCF887689C41B09506BE8D5F3E1D5C5D30DB0AD...
Apr 04 00:38:13 archiso pacman-key[479]: -> Disabling key 5A2257D19FF7E1E0E415968CE62F853100F0D0F0...
Apr 04 00:38:13 archiso pacman-key[479]: -> Disabling key D921CABED130A5690EF1896E81AF739EC0711BF1...
Apr 04 00:38:13 archiso pacman-key[479]: -> Disabling key 7FA647CD89891DEDC060287BB9113D1ED21E1A55...
Apr 04 00:38:13 archiso pacman-key[479]: -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
Apr 04 00:38:13 archiso pacman-key[479]: -> Disabling key 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2...
Apr 04 00:38:13 archiso pacman-key[479]: -> Disabling key 5696C003B0854206450C8E5BE613C09CB4440678...
Apr 04 00:38:14 archiso pacman-key[479]: -> Disabling key 684148BB25B49E986A4944C55184252D824B18E8...
Apr 04 00:38:14 archiso pacman-key[479]: -> Disabling key 8CF934E339CAD8ABF342E822E711306E3C4F88BC...
Apr 04 00:38:14 archiso pacman-key[479]: -> Disabling key F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6...
Apr 04 00:38:14 archiso pacman-key[479]: -> Disabling key 5E7585ADFF106BFFBBA319DC654B877A0864983E...
Apr 04 00:38:14 archiso pacman-key[479]: -> Disabling key 65EEFE022108E2B708CBFCF7F9E712E59AF5F22A...
Apr 04 00:38:14 archiso pacman-key[479]: -> Disabling key 40440DC037C05620984379A6761FAD69BA06C6A9...
Apr 04 00:38:15 archiso pacman-key[479]: -> Disabling key 34C5D94FE7E7913E86DC427E7FB1A3800C84C0A5...
Apr 04 00:38:15 archiso pacman-key[479]: -> Disabling key 81D7F8241DB38BC759C80FCE3A726C6170E80477...
Apr 04 00:38:15 archiso pacman-key[479]: -> Disabling key E7210A59715F6940CF9A4E36A001876699AD6E84...
Apr 04 00:38:15 archiso pacman-key[479]: -> Disabling key 5357F3B111688D88C1D88119FCF2CB179205AC90...
Apr 04 00:38:15 archiso pacman-key[479]: -> Disabling key FB871F0131FEA4FB5A9192B4C8880A6406361833...
Apr 04 00:38:15 archiso pacman-key[479]: -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
Apr 04 00:38:15 archiso pacman-key[479]: -> Disabling key B1F2C889CB2CCB2ADA36D963097D629E437520BD...
Apr 04 00:38:16 archiso pacman-key[479]: -> Disabling key 9515D8A8EAB88E49BB65EDBCE6B456CAF15447D5...
Apr 04 00:38:16 archiso pacman-key[479]: -> Disabling key 76B4192E902C0A52642C63C273B8ED52F1D357C1...
Apr 04 00:38:16 archiso pacman-key[479]: -> Disabling key 40776A5221EF5AD468A4906D42A1DB15EC133BAD...
Apr 04 00:38:16 archiso pacman-key[479]: -> Disabling key D4DE5ABDE2A7287644EAC7E36D1A9E70E19DAA50...
Apr 04 00:38:16 archiso pacman-key[479]: -> Disabling key 44D4A033AC140143927397D47EFD567D4C7EA887...
Apr 04 00:38:16 archiso pacman-key[479]: ==> Updating trust database...
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 1EB2638FF56C0C53: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 1EB2638FF56C0C53: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
Apr 04 00:38:16 archiso pacman-key[692]: gpg: marginals needed: 3 completes needed: 1 trust model: pgp
Apr 04 00:38:16 archiso pacman-key[692]: gpg: depth: 0 valid: 1 signed: 5 trust: 0-, 0q, 0n, 0m, 0f, 1u
Apr 04 00:38:17 archiso pacman-key[692]: gpg: depth: 1 valid: 5 signed: 79 trust: 0-, 0q, 0n, 5m, 0f, 0u
Apr 04 00:38:17 archiso pacman-key[692]: gpg: depth: 2 valid: 73 signed: 23 trust: 73-, 0q, 0n, 0m, 0f, 0u
Apr 04 00:38:17 archiso pacman-key[692]: gpg: next trustdb check due at 2020-05-31
Apr 04 00:38:17 archiso systemd[1]: Started Initializes Pacman keyring.
Apr 04 00:38:17 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pacman-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:17 archiso kernel: audit: type=1130 audit(1585953497.044:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pacman-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:21 archiso dhcpcd[578]: enp4s0u1: no IPv6 Routers available
Apr 04 00:38:37 archiso dhcpcd[424]: timed out
Apr 04 00:38:37 archiso dhcpcd[424]: timed out
Apr 04 00:38:37 archiso dhcpcd[424]: dhcpcd exited
Apr 04 00:38:37 archiso systemd[1]: dhcpcd@enp6s0.service: Control process exited, code=exited, status=1/FAILURE
Apr 04 00:38:37 archiso systemd[1]: dhcpcd@enp6s0.service: Failed with result 'exit-code'.
Apr 04 00:38:37 archiso systemd[1]: Failed to start dhcpcd on enp6s0.
Apr 04 00:38:37 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@enp6s0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 04 00:38:37 archiso systemd[1]: Reached target Network.
Apr 04 00:38:37 archiso kernel: audit: type=1130 audit(1585953517.404:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@enp6s0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 04 00:38:37 archiso systemd[1]: Starting Permit User Sessions...
Apr 04 00:38:37 archiso systemd[1]: Started Permit User Sessions.
Apr 04 00:38:37 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:37 archiso systemd[1]: Started Getty on tty1.
Apr 04 00:38:37 archiso kernel: audit: type=1130 audit(1585953517.444:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:37 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:37 archiso systemd[1]: Reached target Login Prompts.
Apr 04 00:38:37 archiso systemd[1]: Reached target Multi-User System.
Apr 04 00:38:37 archiso kernel: audit: type=1130 audit(1585953517.451:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:37 archiso systemd[1]: Startup finished in 9.630s (kernel) + 38.454s (userspace) = 48.084s.
Apr 04 00:38:37 archiso audit[695]: USER_ACCT pid=695 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=tty1 res=success'
Apr 04 00:38:37 archiso kernel: audit: type=1101 audit(1585953517.594:25): pid=695 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=tty1 res=success'
Apr 04 00:38:37 archiso audit[695]: CRED_ACQ pid=695 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=tty1 res=success'
Apr 04 00:38:37 archiso login[695]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Apr 04 00:38:37 archiso kernel: audit: type=1103 audit(1585953517.598:26): pid=695 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=tty1 res=success'
Apr 04 00:38:37 archiso kernel: audit: type=1006 audit(1585953517.598:27): pid=695 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1
Apr 04 00:38:37 archiso systemd[1]: Created slice User Slice of UID 0.
Apr 04 00:38:37 archiso systemd[1]: Starting User Runtime Directory /run/user/0...
Apr 04 00:38:37 archiso systemd-logind[427]: New session 1 of user root.
Apr 04 00:38:37 archiso systemd[1]: Started User Runtime Directory /run/user/0.
Apr 04 00:38:37 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:37 archiso systemd[1]: Starting User Manager for UID 0...
Apr 04 00:38:37 archiso kernel: audit: type=1130 audit(1585953517.621:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:37 archiso audit[697]: USER_ACCT pid=697 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:37 archiso systemd[697]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
Apr 04 00:38:37 archiso audit[697]: USER_START pid=697 uid=0 auid=0 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:37 archiso kernel: audit: type=1101 audit(1585953517.634:29): pid=697 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:37 archiso kernel: audit: type=1006 audit(1585953517.634:30): pid=697 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
Apr 04 00:38:37 archiso kernel: audit: type=1105 audit(1585953517.634:31): pid=697 uid=0 auid=0 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:37 archiso systemd[697]: Reached target Paths.
Apr 04 00:38:37 archiso systemd[697]: Reached target Timers.
Apr 04 00:38:37 archiso systemd[697]: Starting D-Bus User Message Bus Socket.
Apr 04 00:38:37 archiso systemd[697]: Listening on GnuPG network certificate management daemon.
Apr 04 00:38:37 archiso systemd[697]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Apr 04 00:38:37 archiso systemd[697]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Apr 04 00:38:37 archiso systemd[697]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Apr 04 00:38:37 archiso systemd[697]: Listening on GnuPG cryptographic agent and passphrase cache.
Apr 04 00:38:37 archiso systemd[697]: Listening on p11-kit server.
Apr 04 00:38:37 archiso systemd[697]: Listening on D-Bus User Message Bus Socket.
Apr 04 00:38:37 archiso systemd[697]: Reached target Sockets.
Apr 04 00:38:37 archiso systemd[697]: Reached target Basic System.
Apr 04 00:38:37 archiso systemd[697]: Reached target Main User Target.
Apr 04 00:38:37 archiso systemd[697]: Startup finished in 93ms.
Apr 04 00:38:37 archiso systemd[1]: Started User Manager for UID 0.
Apr 04 00:38:37 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:38:37 archiso systemd[1]: Started Session 1 of user root.
Apr 04 00:38:37 archiso audit[695]: USER_START pid=695 uid=0 auid=0 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=tty1 res=success'
Apr 04 00:38:37 archiso audit[695]: CRED_REFR pid=695 uid=0 auid=0 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=tty1 res=success'
Apr 04 00:38:37 archiso login[695]: ROOT LOGIN ON tty1
Apr 04 00:38:53 archiso kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Apr 04 00:38:58 archiso kernel: EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
Apr 04 00:38:58 archiso kernel: EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
Apr 04 00:38:58 archiso kernel: ext2 filesystem being mounted at /mnt/boot supports timestamps until 2038 (0x7fffffff)
Apr 04 00:39:04 archiso kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)dmesg
[ 0.000000] microcode: microcode updated early to revision 0x2f, date = 2019-02-17
[ 0.000000] Linux version 5.5.6-arch1-1 (linux@archlinux) (gcc version 9.2.1 20200130 (Arch Linux 9.2.1+20200130-2)) #1 SMP PREEMPT Mon, 24 Feb 2020 12:20:16 +0000
[ 0.000000] Command line: BOOT_IMAGE=boot/x86_64/vmlinuz archisobasedir=arch archisolabel=ARCH_202003 initrd=boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] Disabled fast string operations
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bac8efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bac8f000-0x00000000bacabfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bacac000-0x00000000bacb8fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bacb9000-0x00000000badcefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000badcf000-0x00000000badcffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000badd0000-0x00000000badfafff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000badfb000-0x00000000badfcfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000badfd000-0x00000000badfefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000badff000-0x00000000bae01fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bae02000-0x00000000bae09fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bae0a000-0x00000000bae1afff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bae1b000-0x00000000baf17fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000baf18000-0x00000000baf1bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000baf1c000-0x00000000baf1efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000baf1f000-0x00000000baf9efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bafff000-0x00000000baffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb000000-0x00000000bf9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013e9fefff] usable
[ 0.000000] BIOS-e820: [mem 0x000000013e9ff000-0x000000013fdfffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: Dell Inc. Dell System XPS L502X/0YR8NN, BIOS A12 09/07/2012
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2394.396 MHz processor
[ 0.002094] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.002095] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.002105] last_pfn = 0x13e9ff max_arch_pfn = 0x400000000
[ 0.002109] MTRR default type: uncachable
[ 0.002110] MTRR fixed ranges enabled:
[ 0.002112] 00000-9FFFF write-back
[ 0.002113] A0000-BFFFF uncachable
[ 0.002114] C0000-FFFFF write-protect
[ 0.002115] MTRR variable ranges enabled:
[ 0.002116] 0 base 0FFC00000 mask FFFC00000 write-protect
[ 0.002117] 1 base 000000000 mask F80000000 write-back
[ 0.002118] 2 base 080000000 mask FC0000000 write-back
[ 0.002119] 3 base 0BC000000 mask FFC000000 uncachable
[ 0.002120] 4 base 0BB000000 mask FFF000000 uncachable
[ 0.002121] 5 base 100000000 mask FC0000000 write-back
[ 0.002122] 6 base 13FE00000 mask FFFE00000 uncachable
[ 0.002123] 7 disabled
[ 0.002123] 8 disabled
[ 0.002124] 9 disabled
[ 0.002871] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.003042] last_pfn = 0xbb000 max_arch_pfn = 0x400000000
[ 0.014421] check: Scanning 1 areas for low memory corruption
[ 0.014424] reserving inaccessible SNB gfx pages
[ 0.014430] BRK [0x3a201000, 0x3a201fff] PGTABLE
[ 0.014432] BRK [0x3a202000, 0x3a202fff] PGTABLE
[ 0.014433] BRK [0x3a203000, 0x3a203fff] PGTABLE
[ 0.014489] BRK [0x3a204000, 0x3a204fff] PGTABLE
[ 0.014491] BRK [0x3a205000, 0x3a205fff] PGTABLE
[ 0.014848] BRK [0x3a206000, 0x3a206fff] PGTABLE
[ 0.014890] BRK [0x3a207000, 0x3a207fff] PGTABLE
[ 0.014935] RAMDISK: [mem 0x7d6ae000-0x7fffffff]
[ 0.014946] ACPI: Early table checksum verification disabled
[ 0.014951] ACPI: RSDP 0x00000000000F00E0 000024 (v02 DELL )
[ 0.014955] ACPI: XSDT 0x00000000BAFFE120 00008C (v01 DELL QA09 00000002 LOHR 00000002)
[ 0.014961] ACPI: FACP 0x00000000BAFEF000 0000F4 (v03 DELL QA09 00000002 PTL 00000002)
[ 0.014967] ACPI: DSDT 0x00000000BAFF2000 008C93 (v02 DELL SNB-CPT 00000000 INTL 20061109)
[ 0.014971] ACPI: FACS 0x00000000BAF40000 000040
[ 0.014973] ACPI: FACS 0x00000000BAF40000 000040
[ 0.014976] ACPI: SLIC 0x00000000BAFFD000 000176 (v01 DELL QA09 00000002 LOHR 00000001)
[ 0.014980] ACPI: SSDT 0x00000000BAFFB000 001068 (v01 DELL PtidDevc 00001000 INTL 20061109)
[ 0.014983] ACPI: ASF! 0x00000000BAFF1000 0000A5 (v32 DELL QA09 00000002 PTL 00000002)
[ 0.014986] ACPI: HPET 0x00000000BAFEE000 000038 (v01 DELL QA09 00000002 PTL 00000002)
[ 0.014989] ACPI: APIC 0x00000000BAFED000 000098 (v01 DELL QA09 00000002 PTL 00000002)
[ 0.014993] ACPI: MCFG 0x00000000BAFEC000 00003C (v01 DELL QA09 00000002 PTL 00000002)
[ 0.014996] ACPI: SSDT 0x00000000BAFEA000 00124D (v01 NvORef NvOptTbl 00001000 INTL 20061109)
[ 0.014999] ACPI: SSDT 0x00000000BAFE9000 0007C2 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.015002] ACPI: SSDT 0x00000000BAFE8000 000996 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.015006] ACPI: UEFI 0x00000000BAFE7000 00003E (v01 DELL QA09 00000002 PTL 00000002)
[ 0.015009] ACPI: UEFI 0x00000000BAFE6000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
[ 0.015012] ACPI: UEFI 0x00000000BAFE5000 00026A (v01 DELL QA09 00000002 PTL 00000002)
[ 0.015022] ACPI: Local APIC address 0xfee00000
[ 0.015104] No NUMA configuration found
[ 0.015106] Faking a node at [mem 0x0000000000000000-0x000000013e9fefff]
[ 0.015109] NODE_DATA(0) allocated [mem 0x13e9fb000-0x13e9fefff]
[ 0.015142] Zone ranges:
[ 0.015143] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.015144] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.015145] Normal [mem 0x0000000100000000-0x000000013e9fefff]
[ 0.015146] Device empty
[ 0.015147] Movable zone start for each node
[ 0.015148] Early memory node ranges
[ 0.015149] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.015150] node 0: [mem 0x0000000000100000-0x00000000bac8efff]
[ 0.015151] node 0: [mem 0x00000000bafff000-0x00000000baffffff]
[ 0.015152] node 0: [mem 0x0000000100000000-0x000000013e9fefff]
[ 0.015434] Zeroed struct page in unavailable ranges: 27093 pages
[ 0.015436] Initmem setup node 0 [mem 0x0000000000001000-0x000000013e9fefff]
[ 0.015437] On node 0 totalpages: 1021483
[ 0.015438] DMA zone: 64 pages used for memmap
[ 0.015439] DMA zone: 156 pages reserved
[ 0.015440] DMA zone: 3996 pages, LIFO batch:0
[ 0.015513] DMA32 zone: 11891 pages used for memmap
[ 0.015514] DMA32 zone: 760976 pages, LIFO batch:63
[ 0.031124] Normal zone: 4008 pages used for memmap
[ 0.031126] Normal zone: 256511 pages, LIFO batch:63
[ 0.035483] Reserving Intel graphics memory at [mem 0xbba00000-0xbf9fffff]
[ 0.035652] ACPI: PM-Timer IO Port: 0x408
[ 0.035654] ACPI: Local APIC address 0xfee00000
[ 0.035662] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.035663] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.035675] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.035677] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.035679] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.035681] ACPI: IRQ0 used by override.
[ 0.035682] ACPI: IRQ9 used by override.
[ 0.035684] Using ACPI (MADT) for SMP configuration information
[ 0.035685] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[ 0.035691] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.035724] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.035726] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.035727] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.035728] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.035728] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.035730] PM: Registered nosave memory: [mem 0xbac8f000-0xbacabfff]
[ 0.035731] PM: Registered nosave memory: [mem 0xbacac000-0xbacb8fff]
[ 0.035731] PM: Registered nosave memory: [mem 0xbacb9000-0xbadcefff]
[ 0.035732] PM: Registered nosave memory: [mem 0xbadcf000-0xbadcffff]
[ 0.035733] PM: Registered nosave memory: [mem 0xbadd0000-0xbadfafff]
[ 0.035733] PM: Registered nosave memory: [mem 0xbadfb000-0xbadfcfff]
[ 0.035734] PM: Registered nosave memory: [mem 0xbadfd000-0xbadfefff]
[ 0.035735] PM: Registered nosave memory: [mem 0xbadff000-0xbae01fff]
[ 0.035735] PM: Registered nosave memory: [mem 0xbae02000-0xbae09fff]
[ 0.035736] PM: Registered nosave memory: [mem 0xbae0a000-0xbae1afff]
[ 0.035737] PM: Registered nosave memory: [mem 0xbae1b000-0xbaf17fff]
[ 0.035737] PM: Registered nosave memory: [mem 0xbaf18000-0xbaf1bfff]
[ 0.035738] PM: Registered nosave memory: [mem 0xbaf1c000-0xbaf1efff]
[ 0.035738] PM: Registered nosave memory: [mem 0xbaf1f000-0xbaf9efff]
[ 0.035739] PM: Registered nosave memory: [mem 0xbaf9f000-0xbaffefff]
[ 0.035741] PM: Registered nosave memory: [mem 0xbb000000-0xbf9fffff]
[ 0.035742] PM: Registered nosave memory: [mem 0xbfa00000-0xf7ffffff]
[ 0.035742] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.035743] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.035744] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.035744] PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
[ 0.035745] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[ 0.035745] PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
[ 0.035746] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[ 0.035747] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[ 0.035747] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.035748] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.035749] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.035749] PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
[ 0.035750] PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
[ 0.035752] [mem 0xbfa00000-0xf7ffffff] available for PCI devices
[ 0.035753] Booting paravirtualized kernel on bare hardware
[ 0.035756] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.166156] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[ 0.167977] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[ 0.167987] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[ 0.167988] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.168015] Built 1 zonelists, mobility grouping on. Total pages: 1005364
[ 0.168016] Policy zone: Normal
[ 0.168018] Kernel command line: BOOT_IMAGE=boot/x86_64/vmlinuz archisobasedir=arch archisolabel=ARCH_202003 initrd=boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
[ 0.170117] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.171107] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.171223] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[ 0.214630] Memory: 3872700K/4085932K available (12291K kernel code, 1344K rwdata, 4292K rodata, 1664K init, 3388K bss, 213232K reserved, 0K cma-reserved)
[ 0.214638] random: get_random_u64 called from __kmem_cache_create+0x3e/0x520 with crng_init=0
[ 0.214777] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.214790] Kernel/User page tables isolation: enabled
[ 0.214808] ftrace: allocating 38787 entries in 152 pages
[ 0.230630] ftrace: allocated 152 pages with 3 groups
[ 0.230748] rcu: Preemptible hierarchical RCU implementation.
[ 0.230749] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.230750] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[ 0.230750] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.230752] Tasks RCU enabled.
[ 0.230752] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.230753] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.234049] NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
[ 0.236140] Console: colour VGA+ 80x25
[ 0.236145] printk: console [tty0] enabled
[ 0.236163] ACPI: Core revision 20191018
[ 0.236287] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.236303] APIC: Switch to symmetric I/O mode setup
[ 0.236373] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.236809] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.252972] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22838980d0b, max_idle_ns: 440795263258 ns
[ 0.252976] Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.32 BogoMIPS (lpj=7981320)
[ 0.252978] pid_max: default: 32768 minimum: 301
[ 0.253008] LSM: Security Framework initializing
[ 0.253011] Yama: becoming mindful.
[ 0.253037] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.253045] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.253058] *** VALIDATE tmpfs ***
[ 0.253216] *** VALIDATE proc ***
[ 0.253274] *** VALIDATE cgroup1 ***
[ 0.253275] *** VALIDATE cgroup2 ***
[ 0.253306] Disabled fast string operations
[ 0.253334] process: using mwait in idle threads
[ 0.253337] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.253338] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.253341] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.253342] Spectre V2 : Mitigation: Full generic retpoline
[ 0.253343] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.253343] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.253345] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.253346] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.253347] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.253350] MDS: Mitigation: Clear CPU buffers
[ 0.253571] Freeing SMP alternatives memory: 32K
[ 0.256404] TSC deadline timer enabled
[ 0.256408] smpboot: CPU0: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[ 0.276329] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.276349] ... version: 3
[ 0.276351] ... bit width: 48
[ 0.276352] ... generic registers: 4
[ 0.276355] ... value mask: 0000ffffffffffff
[ 0.276357] ... max period: 00007fffffffffff
[ 0.276358] ... fixed-purpose events: 3
[ 0.276360] ... event mask: 000000070000000f
[ 0.282984] rcu: Hierarchical SRCU implementation.
[ 0.306566] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.312993] smp: Bringing up secondary CPUs ...
[ 0.353032] x86: Booting SMP configuration:
[ 0.353035] .... node #0, CPUs: #1
[ 0.005398] Disabled fast string operations
[ 0.356425] 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.
[ 0.396367] #2
[ 0.005398] Disabled fast string operations
[ 0.439691] #3
[ 0.005398] Disabled fast string operations
[ 0.442437] smp: Brought up 1 node, 4 CPUs
[ 0.442437] smpboot: Max logical packages: 2
[ 0.442437] smpboot: Total of 4 processors activated (19162.30 BogoMIPS)
[ 0.443195] devtmpfs: initialized
[ 0.443195] x86/mm: Memory block size: 128MB
[ 0.443478] PM: Registering ACPI NVS region [mem 0xbacac000-0xbacb8fff] (53248 bytes)
[ 0.443478] PM: Registering ACPI NVS region [mem 0xbadcf000-0xbadcffff] (4096 bytes)
[ 0.443478] PM: Registering ACPI NVS region [mem 0xbadfb000-0xbadfcfff] (8192 bytes)
[ 0.443478] PM: Registering ACPI NVS region [mem 0xbadff000-0xbae01fff] (12288 bytes)
[ 0.443478] PM: Registering ACPI NVS region [mem 0xbae0a000-0xbae1afff] (69632 bytes)
[ 0.443478] PM: Registering ACPI NVS region [mem 0xbaf18000-0xbaf1bfff] (16384 bytes)
[ 0.443478] PM: Registering ACPI NVS region [mem 0xbaf1f000-0xbaf9efff] (524288 bytes)
[ 0.443478] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.443478] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.443478] pinctrl core: initialized pinctrl subsystem
[ 0.443478] PM: RTC time: 22:37:50, date: 2020-04-03
[ 0.443478] thermal_sys: Registered thermal governor 'fair_share'
[ 0.443478] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.443478] thermal_sys: Registered thermal governor 'step_wise'
[ 0.443478] thermal_sys: Registered thermal governor 'user_space'
[ 0.443478] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.443478] NET: Registered protocol family 16
[ 0.443478] audit: initializing netlink subsys (disabled)
[ 0.443478] audit: type=2000 audit(1585953470.206:1): state=initialized audit_enabled=0 res=1
[ 0.443478] cpuidle: using governor ladder
[ 0.443478] cpuidle: using governor menu
[ 0.443478] ACPI: bus type PCI registered
[ 0.443478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.443478] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.443478] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.443478] PCI: Using configuration type 1 for base access
[ 0.443478] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.443479] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.446358] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.446440] ACPI: Added _OSI(Module Device)
[ 0.446441] ACPI: Added _OSI(Processor Device)
[ 0.446442] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.446443] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.446444] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.446445] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.446446] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.455659] ACPI: 5 ACPI AML tables successfully acquired and loaded
[ 0.459678] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.461207] ACPI: Dynamic OEM Table Load:
[ 0.461214] ACPI: SSDT 0xFFFF9AA7F9203000 00067C (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.463211] ACPI: Dynamic OEM Table Load:
[ 0.463217] ACPI: SSDT 0xFFFF9AA7F922CC00 000303 (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.464102] ACPI: Dynamic OEM Table Load:
[ 0.464106] ACPI: SSDT 0xFFFF9AA7F9216400 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.465676] ACPI: EC: EC started
[ 0.465677] ACPI: EC: interrupt blocked
[ 0.467708] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[ 0.467711] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.467712] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[ 0.467713] ACPI: Interpreter enabled
[ 0.467737] ACPI: (supports S0 S3 S4 S5)
[ 0.467738] ACPI: Using IOAPIC for interrupt routing
[ 0.467772] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.468040] ACPI: Enabled 7 GPEs in block 00 to 3F
[ 0.477057] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.477063] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.477121] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.477832] PCI host bridge to bus 0000:00
[ 0.477835] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.477836] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.477837] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.477839] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfeafffff window]
[ 0.477840] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[ 0.477841] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.477852] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[ 0.477958] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[ 0.478001] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.478108] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[ 0.478119] pci 0000:00:02.0: reg 0x10: [mem 0xf1400000-0xf17fffff 64bit]
[ 0.478124] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.478128] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
[ 0.478321] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.478347] pci 0000:00:16.0: reg 0x10: [mem 0xf1c05000-0xf1c0500f 64bit]
[ 0.478426] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.478525] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.478548] pci 0000:00:1a.0: reg 0x10: [mem 0xf1c0a000-0xf1c0a3ff]
[ 0.478635] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.478741] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.478764] pci 0000:00:1b.0: reg 0x10: [mem 0xf1c00000-0xf1c03fff 64bit]
[ 0.478841] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.478947] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.479042] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.479158] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[ 0.479258] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.479373] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[ 0.479472] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.479584] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[ 0.479688] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.479801] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
[ 0.479902] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.480017] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.480040] pci 0000:00:1d.0: reg 0x10: [mem 0xf1c09000-0xf1c093ff]
[ 0.480127] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.480232] pci 0000:00:1f.0: [8086:1c4b] type 00 class 0x060100
[ 0.480440] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[ 0.480459] pci 0000:00:1f.2: reg 0x10: [io 0x4088-0x408f]
[ 0.480467] pci 0000:00:1f.2: reg 0x14: [io 0x4094-0x4097]
[ 0.480474] pci 0000:00:1f.2: reg 0x18: [io 0x4080-0x4087]
[ 0.480482] pci 0000:00:1f.2: reg 0x1c: [io 0x4090-0x4093]
[ 0.480490] pci 0000:00:1f.2: reg 0x20: [io 0x4060-0x407f]
[ 0.480498] pci 0000:00:1f.2: reg 0x24: [mem 0xf1c08000-0xf1c087ff]
[ 0.480542] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.480640] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.480660] pci 0000:00:1f.3: reg 0x10: [mem 0xf1c04000-0xf1c040ff 64bit]
[ 0.480681] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
[ 0.480841] pci 0000:01:00.0: [10de:0df5] type 00 class 0x030000
[ 0.480855] pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
[ 0.480863] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.480871] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[ 0.480876] pci 0000:01:00.0: reg 0x24: [io 0x3000-0x307f]
[ 0.480882] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[ 0.480887] pci 0000:01:00.0: enabling Extended Tags
[ 0.480898] pci 0000:01:00.0: Enabling HDA controller
[ 0.481041] pci 0000:01:00.1: [10de:0bea] type 00 class 0x040300
[ 0.481054] pci 0000:01:00.1: reg 0x10: [mem 0xf1000000-0xf1003fff]
[ 0.481084] pci 0000:01:00.1: enabling Extended Tags
[ 0.481178] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.481180] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.481182] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
[ 0.481185] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.481243] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.481466] pci 0000:03:00.0: [8086:0091] type 00 class 0x028000
[ 0.481691] pci 0000:03:00.0: reg 0x10: [mem 0xf1b00000-0xf1b01fff 64bit]
[ 0.482445] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.482905] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.482911] pci 0000:00:1c.1: bridge window [mem 0xf1b00000-0xf1bfffff]
[ 0.483005] pci 0000:04:00.0: [1033:0194] type 00 class 0x0c0330
[ 0.483047] pci 0000:04:00.0: reg 0x10: [mem 0xf1a00000-0xf1a01fff 64bit]
[ 0.483211] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.483367] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.483373] pci 0000:00:1c.3: bridge window [mem 0xf1a00000-0xf1afffff]
[ 0.483478] pci 0000:00:1c.4: PCI bridge to [bus 05]
[ 0.483484] pci 0000:00:1c.4: bridge window [mem 0xf1900000-0xf19fffff]
[ 0.483565] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
[ 0.483600] pci 0000:06:00.0: reg 0x10: [io 0x2000-0x20ff]
[ 0.483635] pci 0000:06:00.0: reg 0x18: [mem 0xf1804000-0xf1804fff 64bit pref]
[ 0.483656] pci 0000:06:00.0: reg 0x20: [mem 0xf1800000-0xf1803fff 64bit pref]
[ 0.483782] pci 0000:06:00.0: supports D1 D2
[ 0.483783] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.483948] pci 0000:00:1c.5: PCI bridge to [bus 06]
[ 0.483952] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
[ 0.483960] pci 0000:00:1c.5: bridge window [mem 0xf1800000-0xf18fffff 64bit pref]
[ 0.484615] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.484702] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.484786] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.484868] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.484951] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.485033] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.485116] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.485199] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.485530] ACPI: EC: interrupt unblocked
[ 0.485541] ACPI: EC: event unblocked
[ 0.485548] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.485549] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
[ 0.485627] iommu: Default domain type: Translated
[ 0.485665] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.485665] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.485665] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.485665] pci 0000:00:02.0: vgaarb: no bridge control possible
[ 0.485665] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.485665] vgaarb: loaded
[ 0.485665] ACPI: bus type USB registered
[ 0.485665] usbcore: registered new interface driver usbfs
[ 0.485665] usbcore: registered new interface driver hub
[ 0.485665] usbcore: registered new device driver usb
[ 0.485665] pps_core: LinuxPPS API ver. 1 registered
[ 0.485665] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.485665] PTP clock support registered
[ 0.485665] EDAC MC: Ver: 3.0.0
[ 0.485665] PCI: Using ACPI for IRQ routing
[ 0.487673] PCI: pci_cache_line_size set to 64 bytes
[ 0.487780] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.487781] e820: reserve RAM buffer [mem 0xbac8f000-0xbbffffff]
[ 0.487783] e820: reserve RAM buffer [mem 0xbb000000-0xbbffffff]
[ 0.487784] e820: reserve RAM buffer [mem 0x13e9ff000-0x13fffffff]
[ 0.487896] NetLabel: Initializing
[ 0.487897] NetLabel: domain hash size = 128
[ 0.487898] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.487911] NetLabel: unlabeled traffic allowed by default
[ 0.487917] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.487917] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.491710] clocksource: Switched to clocksource tsc-early
[ 0.502951] *** VALIDATE bpf ***
[ 0.503092] VFS: Disk quotas dquot_6.6.0
[ 0.503109] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.503137] *** VALIDATE ramfs ***
[ 0.503140] *** VALIDATE hugetlbfs ***
[ 0.503189] pnp: PnP ACPI init
[ 0.503373] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.503375] system 00:00: [io 0x1000-0x1003] has been reserved
[ 0.503376] system 00:00: [io 0x1004-0x1013] has been reserved
[ 0.503378] system 00:00: [io 0xffff] has been reserved
[ 0.503379] system 00:00: [io 0x0400-0x0453] has been reserved
[ 0.503380] system 00:00: [io 0x0458-0x047f] has been reserved
[ 0.503381] system 00:00: [io 0x0500-0x057f] has been reserved
[ 0.503383] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.503389] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.503417] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.503490] system 00:02: [io 0x0454-0x0457] has been reserved
[ 0.503495] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.503564] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.503617] pnp 00:04: Plug and Play ACPI device, IDs DLL04b6 PNP0f13 (active)
[ 0.503783] pnp 00:05: disabling [mem 0xfffff000-0xffffffff] because it overlaps 0000:01:00.0 BAR 6 [mem 0xfff80000-0xffffffff pref]
[ 0.503811] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.503813] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.503814] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.503815] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.503817] system 00:05: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.503818] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.503819] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.503821] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.503822] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.503824] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.503828] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.504122] pnp: PnP ACPI: found 6 devices
[ 0.510038] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.510071] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[ 0.510083] pci 0000:01:00.0: BAR 6: assigned [mem 0xf1080000-0xf10fffff pref]
[ 0.510085] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.510087] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.510090] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
[ 0.510092] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.510095] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.510106] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.510111] pci 0000:00:1c.1: bridge window [mem 0xf1b00000-0xf1bfffff]
[ 0.510119] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.510124] pci 0000:00:1c.3: bridge window [mem 0xf1a00000-0xf1afffff]
[ 0.510132] pci 0000:00:1c.4: PCI bridge to [bus 05]
[ 0.510137] pci 0000:00:1c.4: bridge window [mem 0xf1900000-0xf19fffff]
[ 0.510145] pci 0000:00:1c.5: PCI bridge to [bus 06]
[ 0.510147] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
[ 0.510155] pci 0000:00:1c.5: bridge window [mem 0xf1800000-0xf18fffff 64bit pref]
[ 0.510162] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.510163] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.510164] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.510166] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfeafffff window]
[ 0.510167] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
[ 0.510168] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 0.510169] pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf10fffff]
[ 0.510171] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.510172] pci_bus 0000:03: resource 1 [mem 0xf1b00000-0xf1bfffff]
[ 0.510174] pci_bus 0000:04: resource 1 [mem 0xf1a00000-0xf1afffff]
[ 0.510175] pci_bus 0000:05: resource 1 [mem 0xf1900000-0xf19fffff]
[ 0.510176] pci_bus 0000:06: resource 0 [io 0x2000-0x2fff]
[ 0.510178] pci_bus 0000:06: resource 2 [mem 0xf1800000-0xf18fffff 64bit pref]
[ 0.510291] NET: Registered protocol family 2
[ 0.510446] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.510483] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.510589] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.510644] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.510692] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.510711] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.510800] NET: Registered protocol family 1
[ 0.510805] NET: Registered protocol family 44
[ 0.510818] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.511283] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 0.511531] PCI: CLS 64 bytes, default 64
[ 0.511581] Trying to unpack rootfs image as initramfs...
[ 5.064538] Freeing initrd memory: 42312K
[ 5.064541] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 5.064542] software IO TLB: mapped [mem 0xb6c8f000-0xbac8f000] (64MB)
[ 5.064655] check: Scanning for low memory corruption every 60 seconds
[ 5.065073] Initialise system trusted keyrings
[ 5.065084] Key type blacklist registered
[ 5.065147] workingset: timestamp_bits=41 max_order=20 bucket_order=0
[ 5.066460] zbud: loaded
[ 5.072298] Key type asymmetric registered
[ 5.072299] Asymmetric key parser 'x509' registered
[ 5.072312] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 5.072373] io scheduler mq-deadline registered
[ 5.072374] io scheduler kyber registered
[ 5.072407] io scheduler bfq registered
[ 5.073566] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 5.073640] intel_idle: MWAIT substates: 0x21120
[ 5.073641] intel_idle: v0.4.1 model 0x2A
[ 5.073870] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 5.073942] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 5.073965] ACPI: Power Button [PWRB]
[ 5.073998] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 5.074015] ACPI: Sleep Button [SLPB]
[ 5.074045] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[ 5.076385] ACPI: Lid Switch [LID0]
[ 5.076439] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 5.079673] ACPI: Power Button [PWRF]
[ 5.080278] thermal LNXTHERM:00: registered as thermal_zone0
[ 5.080279] ACPI: Thermal Zone [TZ00] (62 C)
[ 5.080620] thermal LNXTHERM:01: registered as thermal_zone1
[ 5.080621] ACPI: Thermal Zone [TZ01] (62 C)
[ 5.080836] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 5.081595] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 5.081596] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[ 5.082149] usbcore: registered new interface driver usbserial_generic
[ 5.082154] usbserial: USB Serial support registered for generic
[ 5.082172] rtc_cmos 00:01: RTC can wake from S4
[ 5.082413] rtc_cmos 00:01: registered as rtc0
[ 5.082427] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 5.082482] intel_pstate: Intel P-state driver initializing
[ 5.083002] ledtrig-cpu: registered to indicate activity on CPUs
[ 5.083145] drop_monitor: Initializing network drop monitor service
[ 5.083652] NET: Registered protocol family 10
[ 5.103362] Segment Routing with IPv6
[ 5.103415] NET: Registered protocol family 17
[ 5.104189] RAS: Correctable Errors collector initialized.
[ 5.104284] microcode: sig=0x206a7, pf=0x10, revision=0x2f
[ 5.104452] microcode: Microcode Update Driver: v2.2.
[ 5.104463] IPI shorthand broadcast: enabled
[ 5.104484] sched_clock: Marking stable (5102367929, 2065155)->(5170876091, -66443007)
[ 5.104750] registered taskstats version 1
[ 5.104760] Loading compiled-in X.509 certificates
[ 5.113525] Loaded X.509 cert 'Build time autogenerated kernel key: cfe7c07c6463dfb70cb379ae68ff6410fa0541b8'
[ 5.113600] zswap: loaded using pool lzo/zbud
[ 5.113964] Key type ._fscrypt registered
[ 5.113967] Key type .fscrypt registered
[ 5.127757] Key type big_key registered
[ 5.128227] PM: Magic number: 0:129:653
[ 5.128251] vc vcsu1: hash matches
[ 5.128275] acpi LNXCPU:06: hash matches
[ 5.128354] rtc_cmos 00:01: setting system clock to 2020-04-03T22:37:54 UTC (1585953474)
[ 5.129867] Freeing unused decrypted memory: 2040K
[ 5.130407] Freeing unused kernel image (initmem) memory: 1664K
[ 5.156509] Write protecting the kernel read-only data: 20480k
[ 5.157602] Freeing unused kernel image (text/rodata gap) memory: 2044K
[ 5.158387] Freeing unused kernel image (rodata/data gap) memory: 1852K
[ 5.177066] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 5.177067] x86/mm: Checking user space page tables
[ 5.189100] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 5.189102] Run /init as init process
[ 5.279046] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 5.284224] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 5.284276] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 5.286866] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[ 5.288613] battery: ACPI: Battery Slot [BAT0] (battery present)
[ 5.299111] Linux agpgart interface v0.103
[ 5.303378] cryptd: max_cpu_qlen set to 1000
[ 5.309238] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 5.313646] AVX version of gcm_enc/dec engaged.
[ 5.313648] AES CTR mode by8 optimization enabled
[ 5.316200] ehci-pci: EHCI PCI platform driver
[ 5.324918] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 5.324928] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 5.324944] ehci-pci 0000:00:1a.0: debug port 2
[ 5.328877] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 5.328901] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf1c0a000
[ 5.335509] SCSI subsystem initialized
[ 5.339785] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 5.339852] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
[ 5.339854] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.339856] usb usb1: Product: EHCI Host Controller
[ 5.339858] usb usb1: Manufacturer: Linux 5.5.6-arch1-1 ehci_hcd
[ 5.339859] usb usb1: SerialNumber: 0000:00:1a.0
[ 5.346790] hub 1-0:1.0: USB hub found
[ 5.346804] hub 1-0:1.0: 2 ports detected
[ 5.346977] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 5.346984] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
[ 5.347122] xhci_hcd 0000:04:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x0000000000000004
[ 5.347453] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
[ 5.347455] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.347457] usb usb2: Product: xHCI Host Controller
[ 5.347458] usb usb2: Manufacturer: Linux 5.5.6-arch1-1 xhci-hcd
[ 5.347460] usb usb2: SerialNumber: 0000:04:00.0
[ 5.347612] hub 2-0:1.0: USB hub found
[ 5.347626] hub 2-0:1.0: 2 ports detected
[ 5.347825] xhci_hcd 0000:04:00.0: xHCI Host Controller
[ 5.347830] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[ 5.347834] xhci_hcd 0000:04:00.0: Host supports USB 3.0 SuperSpeed
[ 5.349099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 5.350578] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[ 5.350618] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.05
[ 5.350621] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.350623] usb usb3: Product: xHCI Host Controller
[ 5.350624] usb usb3: Manufacturer: Linux 5.5.6-arch1-1 xhci-hcd
[ 5.350626] usb usb3: SerialNumber: 0000:04:00.0
[ 5.350777] hub 3-0:1.0: USB hub found
[ 5.350792] hub 3-0:1.0: 2 ports detected
[ 5.352623] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 5.352631] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 5.352649] ehci-pci 0000:00:1d.0: debug port 2
[ 5.356375] libata version 3.00 loaded.
[ 5.359123] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 5.359145] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf1c09000
[ 5.359320] r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 5.363762] libphy: r8169: probed
[ 5.364019] ahci 0000:00:1f.2: version 3.0
[ 5.364375] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 5.369085] r8169 0000:06:00.0 eth0: RTL8168e/8111e, 84:8f:69:b1:ca:a8, XID 2c2, IRQ 35
[ 5.369088] r8169 0000:06:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 5.369664] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 5.369725] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
[ 5.369727] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.369729] usb usb4: Product: EHCI Host Controller
[ 5.369730] usb usb4: Manufacturer: Linux 5.5.6-arch1-1 ehci_hcd
[ 5.369732] usb usb4: SerialNumber: 0000:00:1d.0
[ 5.369893] hub 4-0:1.0: USB hub found
[ 5.369902] hub 4-0:1.0: 2 ports detected
[ 5.374470] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x11 impl SATA mode
[ 5.374473] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
[ 5.387030] scsi host0: ahci
[ 5.394361] scsi host1: ahci
[ 5.397910] scsi host2: ahci
[ 5.398159] scsi host3: ahci
[ 5.398345] scsi host4: ahci
[ 5.398511] scsi host5: ahci
[ 5.398597] ata1: SATA max UDMA/133 abar m2048@0xf1c08000 port 0xf1c08100 irq 36
[ 5.398598] ata2: DUMMY
[ 5.398599] ata3: DUMMY
[ 5.398600] ata4: DUMMY
[ 5.398603] ata5: SATA max UDMA/133 abar m2048@0xf1c08000 port 0xf1c08300 irq 36
[ 5.398603] ata6: DUMMY
[ 5.436905] ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20191018/nsarguments-59)
[ 5.437305] pci 0000:00:02.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[ 5.437343] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20191018/nsarguments-59)
[ 5.437689] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[ 5.437696] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
[ 5.437720] nouveau 0000:01:00.0: enabling device (0006 -> 0007)
[ 5.437860] nouveau 0000:01:00.0: NVIDIA GF108 (0c1a80a1)
[ 5.446192] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 5.446699] Console: switching to colour dummy device 80x25
[ 5.472994] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 5.472994] [drm] Driver supports precise vblank timestamp query.
[ 5.524388] nouveau 0000:01:00.0: bios: version 70.08.53.00.04
[ 5.524438] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[ 5.545893] [drm] Initialized i915 1.6.0 20191101 for 0000:00:02.0 on minor 0
[ 5.546061] ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no)
[ 5.546265] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:32/LNXVIDEO:00/input/input6
[ 5.547305] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 5.547828] acpi device:34: registered as cooling_device4
[ 5.547938] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7
[ 5.640754] nouveau 0000:01:00.0: fb: 1024 MiB DDR3
[ 5.665421] fbcon: i915drmfb (fb0) is primary device
[ 5.676326] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 5.679659] usb 2-1: new high-speed USB device number 2 using xhci_hcd
[ 5.699660] usb 4-1: new high-speed USB device number 2 using ehci-pci
[ 5.700117] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 5.700119] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.700420] hub 1-1:1.0: USB hub found
[ 5.700466] hub 1-1:1.0: 6 ports detected
[ 5.701695] vga_switcheroo: enabled
[ 5.701884] [TTM] Zone kernel: Available graphics memory: 1961322 KiB
[ 5.701885] [TTM] Initializing pool allocator
[ 5.701890] [TTM] Initializing DMA pool allocator
[ 5.701906] nouveau 0000:01:00.0: DRM: VRAM: 1024 MiB
[ 5.701907] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[ 5.701911] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[ 5.701913] nouveau 0000:01:00.0: DRM: DCB version 4.0
[ 5.701915] nouveau 0000:01:00.0: DRM: DCB outp 00: 02014300 00000000
[ 5.701917] nouveau 0000:01:00.0: DRM: DCB outp 01: 02021362 00020010
[ 5.701919] nouveau 0000:01:00.0: DRM: DCB conn 00: 00000340
[ 5.701920] nouveau 0000:01:00.0: DRM: DCB conn 01: 00001061
[ 5.701922] nouveau 0000:01:00.0: DRM: DCB conn 02: 00000147
[ 5.701923] nouveau 0000:01:00.0: DRM: DCB conn 03: 00002346
[ 5.701925] nouveau 0000:01:00.0: DRM: DCB conn 04: 00000400
[ 5.701926] nouveau 0000:01:00.0: DRM: DCB conn 05: 00000210
[ 5.701927] nouveau 0000:01:00.0: DRM: DCB conn 06: 00000211
[ 5.701929] nouveau 0000:01:00.0: DRM: DCB conn 07: 00000213
[ 5.702776] nouveau 0000:01:00.0: DRM: MM: using COPY0 for buffer copies
[ 5.703338] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 5.703338] [drm] Driver supports precise vblank timestamp query.
[ 5.712539] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 5.713418] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 5.713421] ata1.00: supports DRM functions and may not be fully accessible
[ 5.713471] ata1.00: ATA-10: CT250MX500SSD1, M3CR023, max UDMA/133
[ 5.713472] ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 5.714308] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 5.714310] ata1.00: supports DRM functions and may not be fully accessible
[ 5.714822] ata1.00: configured for UDMA/133
[ 5.717098] usb 2-1: New USB device found, idVendor=0b95, idProduct=7720, bcdDevice= 0.01
[ 5.717099] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.717100] usb 2-1: Product: AX88x72A
[ 5.717101] usb 2-1: Manufacturer: ASIX Elec. Corp.
[ 5.717102] usb 2-1: SerialNumber: 14EB64
[ 5.725073] scsi 0:0:0:0: Direct-Access ATA CT250MX500SSD1 023 PQ: 0 ANSI: 5
[ 5.726840] usb 4-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 5.726842] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.726990] hub 4-1:1.0: USB hub found
[ 5.727091] hub 4-1:1.0: 8 ports detected
[ 5.740922] nouveau 0000:01:00.0: DRM: allocated 1024x768 fb: 0x60000, bo (____ptrval____)
[ 5.843102] usb 2-2: new high-speed USB device number 3 using xhci_hcd
[ 5.867258] usb 2-2: New USB device found, idVendor=0951, idProduct=1624, bcdDevice= 1.00
[ 5.867264] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.867268] usb 2-2: Product: DataTraveler G2
[ 5.867271] usb 2-2: Manufacturer: Kingston
[ 5.867273] usb 2-2: SerialNumber: 0014780F995DF991265D08E9
[ 5.882137] usb-storage 2-2:1.0: USB Mass Storage device detected
[ 5.882622] scsi host6: usb-storage 2-2:1.0
[ 5.882882] usbcore: registered new interface driver usb-storage
[ 5.888198] usbcore: registered new interface driver uas
[ 5.979755] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
[ 6.005458] usb 1-1.4: New USB device found, idVendor=0408, idProduct=2fb1, bcdDevice= 9.01
[ 6.005464] usb 1-1.4: New USB device strings: Mfr=3, Product=2, SerialNumber=0
[ 6.005468] usb 1-1.4: Product: Laptop_Integrated_Webcam_2HDM
[ 6.005471] usb 1-1.4: Manufacturer: CN07CN2C786641AA1167A00
[ 6.009719] usb 4-1.5: new full-speed USB device number 3 using ehci-pci
[ 6.040347] ata5: SATA link down (SStatus 0 SControl 300)
[ 6.076423] tsc: Refined TSC clocksource calibration: 2394.559 MHz
[ 6.076446] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2284235ba97, max_idle_ns: 440795203400 ns
[ 6.076544] clocksource: Switched to clocksource tsc
[ 6.111742] usb 4-1.5: New USB device found, idVendor=8086, idProduct=0189, bcdDevice=69.19
[ 6.111748] usb 4-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 6.149184] random: fast init done
[ 6.162662] asix 2-1:1.0 eth1: register 'asix' at usb-0000:04:00.0-1, ASIX AX88772 USB 2.0 Ethernet, 00:50:b6:14:eb:64
[ 6.162792] usbcore: registered new interface driver asix
[ 6.586468] Console: switching to colour frame buffer device 240x67
[ 6.617732] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[ 6.617956] nouveau 0000:01:00.0: fb1: nouveaudrmfb frame buffer device
[ 6.640299] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[ 6.652188] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[ 6.652191] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 6.652205] sd 0:0:0:0: [sda] Write Protect is off
[ 6.652207] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 6.652222] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.679516] sda: sda1 sda2 sda3 sda4
[ 6.682126] sd 0:0:0:0: [sda] supports TCG Opal
[ 6.682133] sd 0:0:0:0: [sda] Attached SCSI disk
[ 6.904489] scsi 6:0:0:0: Direct-Access Kingston DataTraveler G2 1.00 PQ: 0 ANSI: 2
[ 6.905455] sd 6:0:0:0: [sdb] 7827392 512-byte logical blocks: (4.01 GB/3.73 GiB)
[ 6.905747] sd 6:0:0:0: [sdb] Write Protect is off
[ 6.905755] sd 6:0:0:0: [sdb] Mode Sense: 16 24 09 51
[ 6.906030] sd 6:0:0:0: [sdb] Incomplete mode parameter data
[ 6.906146] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 6.959545] sdb: sdb1 sdb2
[ 6.961988] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 7.602302] ISO 9660 Extensions: RRIP_1991A
[ 7.877462] loop: module loaded
[ 8.117550] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 9.979953] systemd[1]: systemd 244.3-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 9.996557] systemd[1]: Detected architecture x86-64.
[ 10.043766] systemd[1]: Set hostname to <archiso>.
[ 10.045388] random: systemd: uninitialized urandom read (16 bytes read)
[ 10.045397] systemd[1]: Initializing machine ID from random generator.
[ 10.217490] random: crng init done
[ 10.660946] systemd[1]: Created slice system-getty.slice.
[ 10.661332] systemd[1]: Created slice system-modprobe.slice.
[ 10.661652] systemd[1]: Created slice User and Session Slice.
[ 10.661820] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 10.661979] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 10.662277] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 10.662416] systemd[1]: Reached target Local Encrypted Volumes.
[ 10.662534] systemd[1]: Reached target Paths.
[ 10.662644] systemd[1]: Reached target Remote File Systems.
[ 10.662755] systemd[1]: Reached target Slices.
[ 10.662865] systemd[1]: Reached target Swap.
[ 10.663032] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 10.665710] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 10.665971] systemd[1]: Listening on LVM2 poll daemon socket.
[ 10.668262] systemd[1]: Listening on Process Core Dump Socket.
[ 10.668448] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 10.668917] systemd[1]: Listening on Journal Audit Socket.
[ 10.669128] systemd[1]: Listening on Journal Socket (/dev/log).
[ 10.669353] systemd[1]: Listening on Journal Socket.
[ 10.669580] systemd[1]: Listening on udev Control Socket.
[ 10.669807] systemd[1]: Listening on udev Kernel Socket.
[ 10.670842] systemd[1]: Mounting Huge Pages File System...
[ 10.671967] systemd[1]: Mounting POSIX Message Queue File System...
[ 10.673439] systemd[1]: Mounting Kernel Debug File System...
[ 10.674738] systemd[1]: Mounting Temporary Directory (/tmp)...
[ 10.676836] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 10.678271] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 10.733460] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 10.739744] systemd[1]: Starting Load Kernel Modules...
[ 10.741619] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 10.743397] systemd[1]: Starting udev Coldplug all Devices...
[ 10.745626] systemd[1]: Mounted Huge Pages File System.
[ 10.746050] systemd[1]: Mounted POSIX Message Queue File System.
[ 10.746389] systemd[1]: Mounted Kernel Debug File System.
[ 10.746652] systemd[1]: Mounted Temporary Directory (/tmp).
[ 10.747350] systemd[1]: Started Create list of static device nodes for the current kernel.
[ 10.768983] systemd[1]: Started Remount Root and Kernel File Systems.
[ 10.769295] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 10.802676] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 10.805356] systemd[1]: Starting Load/Save Random Seed...
[ 10.806938] systemd[1]: Starting Create System Users...
[ 10.816175] systemd[1]: Started Load/Save Random Seed.
[ 10.842568] Asymmetric key parser 'pkcs8' registered
[ 10.844760] systemd[1]: Started Load Kernel Modules.
[ 10.848005] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[ 10.850302] systemd[1]: Mounting Kernel Configuration File System...
[ 10.852586] systemd[1]: Starting Apply Kernel Variables...
[ 10.855414] systemd[1]: Mounted Kernel Configuration File System.
[ 10.937845] systemd[1]: Started Create System Users.
[ 10.940285] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 10.965012] systemd[1]: Started udev Coldplug all Devices.
[ 11.010554] systemd[1]: Started Create Static Device Nodes in /dev.
[ 11.015663] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[ 11.018850] systemd[1]: Starting Journal Service...
[ 11.022805] systemd[1]: Starting udev Kernel Device Manager...
[ 11.029980] systemd[1]: Started Apply Kernel Variables.
[ 11.117135] systemd[1]: Started LVM2 metadata daemon.
[ 11.375210] systemd[1]: Started udev Kernel Device Manager.
[ 11.508933] systemd[1]: Started Journal Service.
[ 11.510007] audit: type=1130 audit(1585953480.878: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'
[ 11.734399] systemd-journald[348]: Received client request to flush runtime journal.
[ 11.737897] audit: type=1130 audit(1585953481.104:3): 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'
[ 11.839781] ACPI: AC Adapter [ADP0] (on-line)
[ 11.892445] input: PC Speaker as /devices/platform/pcspkr/input/input8
[ 11.995529] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 12.019388] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20191018/utaddress-204)
[ 12.019393] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 12.019397] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20191018/utaddress-204)
[ 12.019399] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20191018/utaddress-204)
[ 12.019401] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 12.019402] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20191018/utaddress-204)
[ 12.019404] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20191018/utaddress-204)
[ 12.019406] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 12.019406] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20191018/utaddress-204)
[ 12.019408] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20191018/utaddress-204)
[ 12.019410] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 12.019410] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 12.042217] audit: type=1130 audit(1585953481.408:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.107815] audit: type=1130 audit(1585953481.474:5): 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'
[ 12.343708] r8169 0000:06:00.0 enp6s0: renamed from eth0
[ 12.405247] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.3)
[ 12.544171] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[ 12.544173] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[ 12.544174] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 12.544175] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[ 12.606511] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 12.616352] iTCO_vendor_support: vendor-support=0
[ 12.629399] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 12.640162] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 12.640229] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[ 12.640374] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 12.645585] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input10
[ 12.691696] audit: type=1130 audit(1585953482.058:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:dell::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.762216] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 12.762436] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 12.762444] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 12.811027] Bluetooth: Core ver 2.22
[ 12.811053] NET: Registered protocol family 31
[ 12.811055] Bluetooth: HCI device and connection manager initialized
[ 12.811062] Bluetooth: HCI socket layer initialized
[ 12.811064] Bluetooth: L2CAP socket layer initialized
[ 12.811069] Bluetooth: SCO socket layer initialized
[ 12.862804] asix 2-1:1.0 enp4s0u1: renamed from eth1
[ 12.881081] snd_hda_codec_realtek hdaudioC0D0: ALC665: SKU not ready 0x598301f0
[ 12.881394] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC665: line_outs=1 (0x15/0x0/0x0/0x0/0x0) type:speaker
[ 12.881397] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 12.881399] snd_hda_codec_realtek hdaudioC0D0: hp_outs=2 (0x1b/0x19/0x0/0x0/0x0)
[ 12.881401] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 12.881402] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
[ 12.881403] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 12.881405] snd_hda_codec_realtek hdaudioC0D0: Mic=0x1a
[ 12.881407] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 12.907298] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 12.907376] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 12.907451] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 12.907524] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 12.907607] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 12.927639] Intel(R) Wireless WiFi driver for Linux
[ 12.927641] Copyright(c) 2003- 2015 Intel Corporation
[ 12.927952] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 12.971409] mc: Linux media interface: v0.10
[ 12.999157] usbcore: registered new interface driver btusb
[ 13.009237] Bluetooth: hci0: unexpected event for opcode 0x0000
[ 13.167665] audit: type=1130 audit(1585953482.534:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.170015] psmouse serio1: synaptics: queried max coordinates: x [..5398], y [..4728]
[ 13.175548] videodev: Linux video capture interface: v2.00
[ 13.241162] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04771/0xa40000/0x8a0400/0x0, board id: 0, fw id: 662324
[ 13.286440] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
[ 13.300793] mousedev: PS/2 mouse device common for all mice
[ 13.500762] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_2HDM (0408:2fb1)
[ 13.540537] iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
[ 13.544627] uvcvideo: No streaming interface found for terminal 6.
[ 13.544631] uvcvideo 1-1.4:1.0: Entity type for entity Extension 4 was not initialized!
[ 13.544634] uvcvideo 1-1.4:1.0: Entity type for entity Extension 3 was not initialized!
[ 13.544635] uvcvideo 1-1.4:1.0: Entity type for entity Processing 2 was not initialized!
[ 13.544636] uvcvideo 1-1.4:1.0: Entity type for entity Camera 1 was not initialized!
[ 13.544707] input: Laptop_Integrated_Webcam_2HDM: as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input17
[ 13.544773] usbcore: registered new interface driver uvcvideo
[ 13.544774] USB Video Class driver (1.1.1)
[ 13.811876] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[ 13.812172] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[ 13.812454] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[ 13.812760] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
[ 13.956241] intel_rapl_common: Found RAPL domain package
[ 13.956243] intel_rapl_common: Found RAPL domain core
[ 13.956244] intel_rapl_common: Found RAPL domain uncore
[ 14.043396] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG enabled
[ 14.043399] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[ 14.043400] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[ 14.043402] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
[ 14.048502] wl: loading out-of-tree module taints kernel.
[ 14.048507] wl: module license 'MIXED/Proprietary' taints kernel.
[ 14.048507] Disabling lock debugging due to kernel taint
[ 14.051964] wl: module verification failed: signature and/or required key missing - tainting kernel
[ 14.077811] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 14.125171] audit: type=1130 audit(1585953483.491:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 14.177038] audit: type=1130 audit(1585953483.544:9): 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'
[ 14.193521] audit: type=1127 audit(1585953483.561:10): pid=420 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ 14.198975] audit: type=1130 audit(1585953483.564:11): 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'
[ 17.700787] kauditd_printk_skb: 1 callbacks suppressed
[ 17.700792] audit: type=1130 audit(1585953487.068:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.725541] audit: type=1130 audit(1585953487.091:14): 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'
[ 17.752522] audit: type=1130 audit(1585953487.118:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.769310] audit: type=1130 audit(1585953487.134:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.769314] audit: type=1131 audit(1585953487.134:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.920566] 8021q: 802.1Q VLAN Support v1.8
[ 18.013401] RTL8211DN Gigabit Ethernet r8169-600:00: attached PHY driver [RTL8211DN Gigabit Ethernet] (mii_bus:phy_addr=r8169-600:00, irq=IGNORE)
[ 18.267307] r8169 0000:06:00.0 enp6s0: Link is Down
[ 18.315646] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0u1: link becomes ready
[ 18.320634] asix 2-1:1.0 enp4s0u1: link up, 100Mbps, full-duplex, lpa 0xC5E1
[ 18.701143] audit: type=1130 audit(1585953488.068:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 19.084318] audit: type=1131 audit(1585953488.451:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 23.185514] audit: type=1130 audit(1585953492.551:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@enp4s0u1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 27.677285] audit: type=1130 audit(1585953497.044:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pacman-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 48.037932] audit: type=1130 audit(1585953517.404:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@enp6s0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 48.077127] audit: type=1130 audit(1585953517.444:23): 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'
[ 48.083379] audit: type=1130 audit(1585953517.451:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 48.226673] audit: type=1101 audit(1585953517.594:25): pid=695 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=tty1 res=success'
[ 48.230105] audit: type=1103 audit(1585953517.598:26): pid=695 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=tty1 res=success'
[ 48.230242] audit: type=1006 audit(1585953517.598:27): pid=695 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1
[ 48.253532] audit: type=1130 audit(1585953517.621:28): 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'
[ 48.267368] audit: type=1101 audit(1585953517.634:29): pid=697 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 48.267404] audit: type=1006 audit(1585953517.634:30): pid=697 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
[ 48.267805] audit: type=1105 audit(1585953517.634:31): pid=697 uid=0 auid=0 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 63.726984] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 69.040872] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[ 69.044005] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[ 69.044032] ext2 filesystem being mounted at /mnt/boot supports timestamps until 2038 (0x7fffffff)
[ 75.055884] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)Last edited by doblerone (2020-04-03 22:49:41)
Offline
Look at the line:
[ 0.000000] Command line: BOOT_IMAGE=boot/x86_64/vmlinuz archisobasedir=arch archisolabel=ARCH_202003 initrd=boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.imgMost importantly archisos everywhere. Do journalctl -b -1 to get the real log. Sorry for not realizing this earlier, it's really late in my timezone.
Last edited by newbie115 (2020-04-03 23:06:56)
Offline
Look at the line:
[ 0.000000] Command line: BOOT_IMAGE=boot/x86_64/vmlinuz archisobasedir=arch archisolabel=ARCH_202003 initrd=boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.imgMost importantly archisos everywhere. Do journalctl -b -1 to get the real log.
Sorry for that! Always learning something new ![]()
-- Logs begin at Sun 2020-03-15 19:35:54 CET, end at Sat 2020-04-04 01:05:17 CEST. --
Apr 04 00:56:14 arch kernel: microcode: microcode updated early to revision 0x2f, date = 2019-02-17
Apr 04 00:56:14 arch kernel: Linux version 5.5.13-arch2-1 (linux@archlinux) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Mon, 30 Mar 2020 20:42:41 +0000
Apr 04 00:56:14 arch kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=b2d1748d-a8a5-4371-b0ae-3959c22f87c0 rw loglevel=3 quiet
Apr 04 00:56:14 arch kernel: KERNEL supported cpus:
Apr 04 00:56:14 arch kernel: Intel GenuineIntel
Apr 04 00:56:14 arch kernel: AMD AuthenticAMD
Apr 04 00:56:14 arch kernel: Hygon HygonGenuine
Apr 04 00:56:14 arch kernel: Centaur CentaurHauls
Apr 04 00:56:14 arch kernel: zhaoxin Shanghai
Apr 04 00:56:14 arch kernel: Disabled fast string operations
Apr 04 00:56:14 arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Apr 04 00:56:14 arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Apr 04 00:56:14 arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Apr 04 00:56:14 arch kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Apr 04 00:56:14 arch kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Apr 04 00:56:14 arch kernel: BIOS-provided physical RAM map:
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bac8efff] usable
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000bac8f000-0x00000000bacabfff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000bacac000-0x00000000bacb8fff] ACPI NVS
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000bacb9000-0x00000000badcefff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000badcf000-0x00000000badcffff] ACPI NVS
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000badd0000-0x00000000badfafff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000badfb000-0x00000000badfcfff] ACPI NVS
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000badfd000-0x00000000badfefff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000badff000-0x00000000bae01fff] ACPI NVS
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000bae02000-0x00000000bae09fff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000bae0a000-0x00000000bae1afff] ACPI NVS
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000bae1b000-0x00000000baf17fff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000baf18000-0x00000000baf1bfff] ACPI NVS
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000baf1c000-0x00000000baf1efff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000baf1f000-0x00000000baf9efff] ACPI NVS
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000bafff000-0x00000000baffffff] usable
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000bb000000-0x00000000bf9fffff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000013e9fefff] usable
Apr 04 00:56:14 arch kernel: BIOS-e820: [mem 0x000000013e9ff000-0x000000013fdfffff] reserved
Apr 04 00:56:14 arch kernel: NX (Execute Disable) protection: active
Apr 04 00:56:14 arch kernel: SMBIOS 2.6 present.
Apr 04 00:56:14 arch kernel: DMI: Dell Inc. Dell System XPS L502X/0YR8NN, BIOS A12 09/07/2012
Apr 04 00:56:14 arch kernel: tsc: Fast TSC calibration using PIT
Apr 04 00:56:14 arch kernel: tsc: Detected 2394.469 MHz processor
Apr 04 00:56:14 arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Apr 04 00:56:14 arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Apr 04 00:56:14 arch kernel: last_pfn = 0x13e9ff max_arch_pfn = 0x400000000
Apr 04 00:56:14 arch kernel: MTRR default type: uncachable
Apr 04 00:56:14 arch kernel: MTRR fixed ranges enabled:
Apr 04 00:56:14 arch kernel: 00000-9FFFF write-back
Apr 04 00:56:14 arch kernel: A0000-BFFFF uncachable
Apr 04 00:56:14 arch kernel: C0000-FFFFF write-protect
Apr 04 00:56:14 arch kernel: MTRR variable ranges enabled:
Apr 04 00:56:14 arch kernel: 0 base 0FFC00000 mask FFFC00000 write-protect
Apr 04 00:56:14 arch kernel: 1 base 000000000 mask F80000000 write-back
Apr 04 00:56:14 arch kernel: 2 base 080000000 mask FC0000000 write-back
Apr 04 00:56:14 arch kernel: 3 base 0BC000000 mask FFC000000 uncachable
Apr 04 00:56:14 arch kernel: 4 base 0BB000000 mask FFF000000 uncachable
Apr 04 00:56:14 arch kernel: 5 base 100000000 mask FC0000000 write-back
Apr 04 00:56:14 arch kernel: 6 base 13FE00000 mask FFFE00000 uncachable
Apr 04 00:56:14 arch kernel: 7 disabled
Apr 04 00:56:14 arch kernel: 8 disabled
Apr 04 00:56:14 arch kernel: 9 disabled
Apr 04 00:56:14 arch kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Apr 04 00:56:14 arch kernel: last_pfn = 0xbb000 max_arch_pfn = 0x400000000
Apr 04 00:56:14 arch kernel: check: Scanning 1 areas for low memory corruption
Apr 04 00:56:14 arch kernel: reserving inaccessible SNB gfx pages
Apr 04 00:56:14 arch kernel: BRK [0x3ee01000, 0x3ee01fff] PGTABLE
Apr 04 00:56:14 arch kernel: BRK [0x3ee02000, 0x3ee02fff] PGTABLE
Apr 04 00:56:14 arch kernel: BRK [0x3ee03000, 0x3ee03fff] PGTABLE
Apr 04 00:56:14 arch kernel: BRK [0x3ee04000, 0x3ee04fff] PGTABLE
Apr 04 00:56:14 arch kernel: BRK [0x3ee05000, 0x3ee05fff] PGTABLE
Apr 04 00:56:14 arch kernel: BRK [0x3ee06000, 0x3ee06fff] PGTABLE
Apr 04 00:56:14 arch kernel: BRK [0x3ee07000, 0x3ee07fff] PGTABLE
Apr 04 00:56:14 arch kernel: RAMDISK: [mem 0x367d3000-0x373e0fff]
Apr 04 00:56:14 arch kernel: ACPI: Early table checksum verification disabled
Apr 04 00:56:14 arch kernel: ACPI: RSDP 0x00000000000F00E0 000024 (v02 DELL )
Apr 04 00:56:14 arch kernel: ACPI: XSDT 0x00000000BAFFE120 00008C (v01 DELL QA09 00000002 LOHR 00000002)
Apr 04 00:56:14 arch kernel: ACPI: FACP 0x00000000BAFEF000 0000F4 (v03 DELL QA09 00000002 PTL 00000002)
Apr 04 00:56:14 arch kernel: ACPI: DSDT 0x00000000BAFF2000 008C93 (v02 DELL SNB-CPT 00000000 INTL 20061109)
Apr 04 00:56:14 arch kernel: ACPI: FACS 0x00000000BAF40000 000040
Apr 04 00:56:14 arch kernel: ACPI: FACS 0x00000000BAF40000 000040
Apr 04 00:56:14 arch kernel: ACPI: SLIC 0x00000000BAFFD000 000176 (v01 DELL QA09 00000002 LOHR 00000001)
Apr 04 00:56:14 arch kernel: ACPI: SSDT 0x00000000BAFFB000 001068 (v01 DELL PtidDevc 00001000 INTL 20061109)
Apr 04 00:56:14 arch kernel: ACPI: ASF! 0x00000000BAFF1000 0000A5 (v32 DELL QA09 00000002 PTL 00000002)
Apr 04 00:56:14 arch kernel: ACPI: HPET 0x00000000BAFEE000 000038 (v01 DELL QA09 00000002 PTL 00000002)
Apr 04 00:56:14 arch kernel: ACPI: APIC 0x00000000BAFED000 000098 (v01 DELL QA09 00000002 PTL 00000002)
Apr 04 00:56:14 arch kernel: ACPI: MCFG 0x00000000BAFEC000 00003C (v01 DELL QA09 00000002 PTL 00000002)
Apr 04 00:56:14 arch kernel: ACPI: SSDT 0x00000000BAFEA000 00124D (v01 NvORef NvOptTbl 00001000 INTL 20061109)
Apr 04 00:56:14 arch kernel: ACPI: SSDT 0x00000000BAFE9000 0007C2 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
Apr 04 00:56:14 arch kernel: ACPI: SSDT 0x00000000BAFE8000 000996 (v01 PmRef CpuPm 00003000 INTL 20061109)
Apr 04 00:56:14 arch kernel: ACPI: UEFI 0x00000000BAFE7000 00003E (v01 DELL QA09 00000002 PTL 00000002)
Apr 04 00:56:14 arch kernel: ACPI: UEFI 0x00000000BAFE6000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
Apr 04 00:56:14 arch kernel: ACPI: UEFI 0x00000000BAFE5000 00026A (v01 DELL QA09 00000002 PTL 00000002)
Apr 04 00:56:14 arch kernel: ACPI: Local APIC address 0xfee00000
Apr 04 00:56:14 arch kernel: No NUMA configuration found
Apr 04 00:56:14 arch kernel: Faking a node at [mem 0x0000000000000000-0x000000013e9fefff]
Apr 04 00:56:14 arch kernel: NODE_DATA(0) allocated [mem 0x13e9fb000-0x13e9fefff]
Apr 04 00:56:14 arch kernel: Zone ranges:
Apr 04 00:56:14 arch kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Apr 04 00:56:14 arch kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Apr 04 00:56:14 arch kernel: Normal [mem 0x0000000100000000-0x000000013e9fefff]
Apr 04 00:56:14 arch kernel: Device empty
Apr 04 00:56:14 arch kernel: Movable zone start for each node
Apr 04 00:56:14 arch kernel: Early memory node ranges
Apr 04 00:56:14 arch kernel: node 0: [mem 0x0000000000001000-0x000000000009cfff]
Apr 04 00:56:14 arch kernel: node 0: [mem 0x0000000000100000-0x00000000bac8efff]
Apr 04 00:56:14 arch kernel: node 0: [mem 0x00000000bafff000-0x00000000baffffff]
Apr 04 00:56:14 arch kernel: node 0: [mem 0x0000000100000000-0x000000013e9fefff]
Apr 04 00:56:14 arch kernel: Zeroed struct page in unavailable ranges: 27093 pages
Apr 04 00:56:14 arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000013e9fefff]
Apr 04 00:56:14 arch kernel: On node 0 totalpages: 1021483
Apr 04 00:56:14 arch kernel: DMA zone: 64 pages used for memmap
Apr 04 00:56:14 arch kernel: DMA zone: 156 pages reserved
Apr 04 00:56:14 arch kernel: DMA zone: 3996 pages, LIFO batch:0
Apr 04 00:56:14 arch kernel: DMA32 zone: 11891 pages used for memmap
Apr 04 00:56:14 arch kernel: DMA32 zone: 760976 pages, LIFO batch:63
Apr 04 00:56:14 arch kernel: Normal zone: 4008 pages used for memmap
Apr 04 00:56:14 arch kernel: Normal zone: 256511 pages, LIFO batch:63
Apr 04 00:56:14 arch kernel: Reserving Intel graphics memory at [mem 0xbba00000-0xbf9fffff]
Apr 04 00:56:14 arch kernel: ACPI: PM-Timer IO Port: 0x408
Apr 04 00:56:14 arch kernel: ACPI: Local APIC address 0xfee00000
Apr 04 00:56:14 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Apr 04 00:56:14 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Apr 04 00:56:14 arch kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Apr 04 00:56:14 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 04 00:56:14 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 04 00:56:14 arch kernel: ACPI: IRQ0 used by override.
Apr 04 00:56:14 arch kernel: ACPI: IRQ9 used by override.
Apr 04 00:56:14 arch kernel: Using ACPI (MADT) for SMP configuration information
Apr 04 00:56:14 arch kernel: ACPI: HPET id: 0x8086a301 base: 0xfed00000
Apr 04 00:56:14 arch kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbac8f000-0xbacabfff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbacac000-0xbacb8fff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbacb9000-0xbadcefff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbadcf000-0xbadcffff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbadd0000-0xbadfafff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbadfb000-0xbadfcfff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbadfd000-0xbadfefff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbadff000-0xbae01fff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbae02000-0xbae09fff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbae0a000-0xbae1afff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbae1b000-0xbaf17fff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbaf18000-0xbaf1bfff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbaf1c000-0xbaf1efff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbaf1f000-0xbaf9efff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbaf9f000-0xbaffefff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbb000000-0xbf9fffff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xbfa00000-0xf7ffffff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
Apr 04 00:56:14 arch kernel: PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
Apr 04 00:56:14 arch kernel: [mem 0xbfa00000-0xf7ffffff] available for PCI devices
Apr 04 00:56:14 arch kernel: Booting paravirtualized kernel on bare hardware
Apr 04 00:56:14 arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Apr 04 00:56:14 arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Apr 04 00:56:14 arch kernel: percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
Apr 04 00:56:14 arch kernel: pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
Apr 04 00:56:14 arch kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Apr 04 00:56:14 arch kernel: Built 1 zonelists, mobility grouping on. Total pages: 1005364
Apr 04 00:56:14 arch kernel: Policy zone: Normal
Apr 04 00:56:14 arch kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=b2d1748d-a8a5-4371-b0ae-3959c22f87c0 rw loglevel=3 quiet
Apr 04 00:56:14 arch kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Apr 04 00:56:14 arch kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Apr 04 00:56:14 arch kernel: mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Apr 04 00:56:14 arch kernel: Memory: 3902668K/4085932K available (12291K kernel code, 1375K rwdata, 4464K rodata, 1688K init, 3248K bss, 183264K reserved, 0K cma-reserved)
Apr 04 00:56:14 arch kernel: random: get_random_u64 called from __kmem_cache_create+0x3e/0x520 with crng_init=0
Apr 04 00:56:14 arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Apr 04 00:56:14 arch kernel: Kernel/User page tables isolation: enabled
Apr 04 00:56:14 arch kernel: ftrace: allocating 39753 entries in 156 pages
Apr 04 00:56:14 arch kernel: ftrace: allocated 156 pages with 4 groups
Apr 04 00:56:14 arch kernel: rcu: Preemptible hierarchical RCU implementation.
Apr 04 00:56:14 arch kernel: rcu: RCU dyntick-idle grace-period acceleration is enabled.
Apr 04 00:56:14 arch kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Apr 04 00:56:14 arch kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Apr 04 00:56:14 arch kernel: Tasks RCU enabled.
Apr 04 00:56:14 arch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Apr 04 00:56:14 arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Apr 04 00:56:14 arch kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
Apr 04 00:56:14 arch kernel: Console: colour dummy device 80x25
Apr 04 00:56:14 arch kernel: printk: console [tty0] enabled
Apr 04 00:56:14 arch kernel: ACPI: Core revision 20191018
Apr 04 00:56:14 arch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Apr 04 00:56:14 arch kernel: APIC: Switch to symmetric I/O mode setup
Apr 04 00:56:14 arch kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Apr 04 00:56:14 arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 04 00:56:14 arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2283ceb882b, max_idle_ns: 440795321847 ns
Apr 04 00:56:14 arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.47 BogoMIPS (lpj=7981563)
Apr 04 00:56:14 arch kernel: pid_max: default: 32768 minimum: 301
Apr 04 00:56:14 arch kernel: LSM: Security Framework initializing
Apr 04 00:56:14 arch kernel: Yama: becoming mindful.
Apr 04 00:56:14 arch kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Apr 04 00:56:14 arch kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Apr 04 00:56:14 arch kernel: *** VALIDATE tmpfs ***
Apr 04 00:56:14 arch kernel: *** VALIDATE proc ***
Apr 04 00:56:14 arch kernel: *** VALIDATE cgroup1 ***
Apr 04 00:56:14 arch kernel: *** VALIDATE cgroup2 ***
Apr 04 00:56:14 arch kernel: Disabled fast string operations
Apr 04 00:56:14 arch kernel: process: using mwait in idle threads
Apr 04 00:56:14 arch kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Apr 04 00:56:14 arch kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Apr 04 00:56:14 arch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr 04 00:56:14 arch kernel: Spectre V2 : Mitigation: Full generic retpoline
Apr 04 00:56:14 arch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Apr 04 00:56:14 arch kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Apr 04 00:56:14 arch kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Apr 04 00:56:14 arch kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Apr 04 00:56:14 arch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Apr 04 00:56:14 arch kernel: MDS: Mitigation: Clear CPU buffers
Apr 04 00:56:14 arch kernel: Freeing SMP alternatives memory: 32K
Apr 04 00:56:14 arch kernel: TSC deadline timer enabled
Apr 04 00:56:14 arch kernel: smpboot: CPU0: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz (family: 0x6, model: 0x2a, stepping: 0x7)
Apr 04 00:56:14 arch kernel: Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Apr 04 00:56:14 arch kernel: ... version: 3
Apr 04 00:56:14 arch kernel: ... bit width: 48
Apr 04 00:56:14 arch kernel: ... generic registers: 4
Apr 04 00:56:14 arch kernel: ... value mask: 0000ffffffffffff
Apr 04 00:56:14 arch kernel: ... max period: 00007fffffffffff
Apr 04 00:56:14 arch kernel: ... fixed-purpose events: 3
Apr 04 00:56:14 arch kernel: ... event mask: 000000070000000f
Apr 04 00:56:14 arch kernel: rcu: Hierarchical SRCU implementation.
Apr 04 00:56:14 arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Apr 04 00:56:14 arch kernel: smp: Bringing up secondary CPUs ...
Apr 04 00:56:14 arch kernel: x86: Booting SMP configuration:
Apr 04 00:56:14 arch kernel: .... node #0, CPUs: #1
Apr 04 00:56:14 arch kernel: Disabled fast string operations
Apr 04 00:56:14 arch 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.
Apr 04 00:56:14 arch kernel: #2
Apr 04 00:56:14 arch kernel: Disabled fast string operations
Apr 04 00:56:14 arch kernel: #3
Apr 04 00:56:14 arch kernel: Disabled fast string operations
Apr 04 00:56:14 arch kernel: smp: Brought up 1 node, 4 CPUs
Apr 04 00:56:14 arch kernel: smpboot: Max logical packages: 2
Apr 04 00:56:14 arch kernel: smpboot: Total of 4 processors activated (19163.90 BogoMIPS)
Apr 04 00:56:14 arch kernel: devtmpfs: initialized
Apr 04 00:56:14 arch kernel: x86/mm: Memory block size: 128MB
Apr 04 00:56:14 arch kernel: PM: Registering ACPI NVS region [mem 0xbacac000-0xbacb8fff] (53248 bytes)
Apr 04 00:56:14 arch kernel: PM: Registering ACPI NVS region [mem 0xbadcf000-0xbadcffff] (4096 bytes)
Apr 04 00:56:14 arch kernel: PM: Registering ACPI NVS region [mem 0xbadfb000-0xbadfcfff] (8192 bytes)
Apr 04 00:56:14 arch kernel: PM: Registering ACPI NVS region [mem 0xbadff000-0xbae01fff] (12288 bytes)
Apr 04 00:56:14 arch kernel: PM: Registering ACPI NVS region [mem 0xbae0a000-0xbae1afff] (69632 bytes)
Apr 04 00:56:14 arch kernel: PM: Registering ACPI NVS region [mem 0xbaf18000-0xbaf1bfff] (16384 bytes)
Apr 04 00:56:14 arch kernel: PM: Registering ACPI NVS region [mem 0xbaf1f000-0xbaf9efff] (524288 bytes)
Apr 04 00:56:14 arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Apr 04 00:56:14 arch kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Apr 04 00:56:14 arch kernel: pinctrl core: initialized pinctrl subsystem
Apr 04 00:56:14 arch kernel: PM: RTC time: 22:56:12, date: 2020-04-03
Apr 04 00:56:14 arch kernel: thermal_sys: Registered thermal governor 'fair_share'
Apr 04 00:56:14 arch kernel: thermal_sys: Registered thermal governor 'bang_bang'
Apr 04 00:56:14 arch kernel: thermal_sys: Registered thermal governor 'step_wise'
Apr 04 00:56:14 arch kernel: thermal_sys: Registered thermal governor 'user_space'
Apr 04 00:56:14 arch kernel: thermal_sys: Registered thermal governor 'power_allocator'
Apr 04 00:56:14 arch kernel: NET: Registered protocol family 16
Apr 04 00:56:14 arch kernel: audit: initializing netlink subsys (disabled)
Apr 04 00:56:14 arch kernel: audit: type=2000 audit(1585954572.206:1): state=initialized audit_enabled=0 res=1
Apr 04 00:56:14 arch kernel: cpuidle: using governor ladder
Apr 04 00:56:14 arch kernel: cpuidle: using governor menu
Apr 04 00:56:14 arch kernel: ACPI: bus type PCI registered
Apr 04 00:56:14 arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 04 00:56:14 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Apr 04 00:56:14 arch kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Apr 04 00:56:14 arch kernel: PCI: Using configuration type 1 for base access
Apr 04 00:56:14 arch kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Apr 04 00:56:14 arch kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Apr 04 00:56:14 arch kernel: mtrr: your CPUs had inconsistent variable MTRR settings
Apr 04 00:56:14 arch kernel: mtrr: probably your BIOS does not setup all CPUs.
Apr 04 00:56:14 arch kernel: mtrr: corrected configuration.
Apr 04 00:56:14 arch kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Apr 04 00:56:14 arch kernel: ACPI: Added _OSI(Module Device)
Apr 04 00:56:14 arch kernel: ACPI: Added _OSI(Processor Device)
Apr 04 00:56:14 arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 04 00:56:14 arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Apr 04 00:56:14 arch kernel: ACPI: Added _OSI(Linux-Dell-Video)
Apr 04 00:56:14 arch kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Apr 04 00:56:14 arch kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Apr 04 00:56:14 arch kernel: ACPI: 5 ACPI AML tables successfully acquired and loaded
Apr 04 00:56:14 arch kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Apr 04 00:56:14 arch kernel: ACPI: Dynamic OEM Table Load:
Apr 04 00:56:14 arch kernel: ACPI: SSDT 0xFFFF9720791DF000 00067C (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
Apr 04 00:56:14 arch kernel: ACPI: Dynamic OEM Table Load:
Apr 04 00:56:14 arch kernel: ACPI: SSDT 0xFFFF97207922B800 000303 (v01 PmRef ApIst 00003000 INTL 20061109)
Apr 04 00:56:14 arch kernel: ACPI: Dynamic OEM Table Load:
Apr 04 00:56:14 arch kernel: ACPI: SSDT 0xFFFF972078CD3A00 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
Apr 04 00:56:14 arch kernel: ACPI: EC: EC started
Apr 04 00:56:14 arch kernel: ACPI: EC: interrupt blocked
Apr 04 00:56:14 arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
Apr 04 00:56:14 arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 04 00:56:14 arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Apr 04 00:56:14 arch kernel: ACPI: Interpreter enabled
Apr 04 00:56:14 arch kernel: ACPI: (supports S0 S3 S4 S5)
Apr 04 00:56:14 arch kernel: ACPI: Using IOAPIC for interrupt routing
Apr 04 00:56:14 arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 04 00:56:14 arch kernel: ACPI: Enabled 7 GPEs in block 00 to 3F
Apr 04 00:56:14 arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Apr 04 00:56:14 arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Apr 04 00:56:14 arch kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
Apr 04 00:56:14 arch kernel: PCI host bridge to bus 0000:00
Apr 04 00:56:14 arch kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Apr 04 00:56:14 arch kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Apr 04 00:56:14 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Apr 04 00:56:14 arch kernel: pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfeafffff window]
Apr 04 00:56:14 arch kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
Apr 04 00:56:14 arch kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Apr 04 00:56:14 arch kernel: pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
Apr 04 00:56:14 arch kernel: pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
Apr 04 00:56:14 arch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Apr 04 00:56:14 arch kernel: pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
Apr 04 00:56:14 arch kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf1400000-0xf17fffff 64bit]
Apr 04 00:56:14 arch kernel: pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
Apr 04 00:56:14 arch kernel: pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
Apr 04 00:56:14 arch kernel: pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
Apr 04 00:56:14 arch kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf1c05000-0xf1c0500f 64bit]
Apr 04 00:56:14 arch kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Apr 04 00:56:14 arch kernel: pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
Apr 04 00:56:14 arch kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf1c0a000-0xf1c0a3ff]
Apr 04 00:56:14 arch kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Apr 04 00:56:14 arch kernel: pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
Apr 04 00:56:14 arch kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf1c00000-0xf1c03fff 64bit]
Apr 04 00:56:14 arch kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Apr 04 00:56:14 arch kernel: pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
Apr 04 00:56:14 arch kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf1c09000-0xf1c093ff]
Apr 04 00:56:14 arch kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Apr 04 00:56:14 arch kernel: pci 0000:00:1f.0: [8086:1c4b] type 00 class 0x060100
Apr 04 00:56:14 arch kernel: pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
Apr 04 00:56:14 arch kernel: pci 0000:00:1f.2: reg 0x10: [io 0x4088-0x408f]
Apr 04 00:56:14 arch kernel: pci 0000:00:1f.2: reg 0x14: [io 0x4094-0x4097]
Apr 04 00:56:14 arch kernel: pci 0000:00:1f.2: reg 0x18: [io 0x4080-0x4087]
Apr 04 00:56:14 arch kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x4090-0x4093]
Apr 04 00:56:14 arch kernel: pci 0000:00:1f.2: reg 0x20: [io 0x4060-0x407f]
Apr 04 00:56:14 arch kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf1c08000-0xf1c087ff]
Apr 04 00:56:14 arch kernel: pci 0000:00:1f.2: PME# supported from D3hot
Apr 04 00:56:14 arch kernel: pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
Apr 04 00:56:14 arch kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf1c04000-0xf1c040ff 64bit]
Apr 04 00:56:14 arch kernel: pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
Apr 04 00:56:14 arch kernel: pci 0000:01:00.0: [10de:0df5] type 00 class 0x030000
Apr 04 00:56:14 arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
Apr 04 00:56:14 arch kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Apr 04 00:56:14 arch kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Apr 04 00:56:14 arch kernel: pci 0000:01:00.0: reg 0x24: [io 0x3000-0x307f]
Apr 04 00:56:14 arch kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Apr 04 00:56:14 arch kernel: pci 0000:01:00.0: enabling Extended Tags
Apr 04 00:56:14 arch kernel: pci 0000:01:00.0: Enabling HDA controller
Apr 04 00:56:14 arch kernel: pci 0000:01:00.1: [10de:0bea] type 00 class 0x040300
Apr 04 00:56:14 arch kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf1000000-0xf1003fff]
Apr 04 00:56:14 arch kernel: pci 0000:01:00.1: enabling Extended Tags
Apr 04 00:56:14 arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 04 00:56:14 arch kernel: pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
Apr 04 00:56:14 arch kernel: pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
Apr 04 00:56:14 arch kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 04 00:56:14 arch kernel: pci 0000:03:00.0: [8086:0091] type 00 class 0x028000
Apr 04 00:56:14 arch kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf1b00000-0xf1b01fff 64bit]
Apr 04 00:56:14 arch kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.1: bridge window [mem 0xf1b00000-0xf1bfffff]
Apr 04 00:56:14 arch kernel: pci 0000:04:00.0: [1033:0194] type 00 class 0x0c0330
Apr 04 00:56:14 arch kernel: pci 0000:04:00.0: reg 0x10: [mem 0xf1a00000-0xf1a01fff 64bit]
Apr 04 00:56:14 arch kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.3: bridge window [mem 0xf1a00000-0xf1afffff]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.4: PCI bridge to [bus 05]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.4: bridge window [mem 0xf1900000-0xf19fffff]
Apr 04 00:56:14 arch kernel: pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
Apr 04 00:56:14 arch kernel: pci 0000:06:00.0: reg 0x10: [io 0x2000-0x20ff]
Apr 04 00:56:14 arch kernel: pci 0000:06:00.0: reg 0x18: [mem 0xf1804000-0xf1804fff 64bit pref]
Apr 04 00:56:14 arch kernel: pci 0000:06:00.0: reg 0x20: [mem 0xf1800000-0xf1803fff 64bit pref]
Apr 04 00:56:14 arch kernel: pci 0000:06:00.0: supports D1 D2
Apr 04 00:56:14 arch kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.5: PCI bridge to [bus 06]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.5: bridge window [mem 0xf1800000-0xf18fffff 64bit pref]
Apr 04 00:56:14 arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Apr 04 00:56:14 arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Apr 04 00:56:14 arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
Apr 04 00:56:14 arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
Apr 04 00:56:14 arch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 04 00:56:14 arch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 04 00:56:14 arch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Apr 04 00:56:14 arch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 *10 11 12 14 15)
Apr 04 00:56:14 arch kernel: ACPI: EC: interrupt unblocked
Apr 04 00:56:14 arch kernel: ACPI: EC: event unblocked
Apr 04 00:56:14 arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 04 00:56:14 arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
Apr 04 00:56:14 arch kernel: iommu: Default domain type: Translated
Apr 04 00:56:14 arch kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Apr 04 00:56:14 arch kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Apr 04 00:56:14 arch kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Apr 04 00:56:14 arch kernel: pci 0000:00:02.0: vgaarb: no bridge control possible
Apr 04 00:56:14 arch kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Apr 04 00:56:14 arch kernel: vgaarb: loaded
Apr 04 00:56:14 arch kernel: SCSI subsystem initialized
Apr 04 00:56:14 arch kernel: libata version 3.00 loaded.
Apr 04 00:56:14 arch kernel: ACPI: bus type USB registered
Apr 04 00:56:14 arch kernel: usbcore: registered new interface driver usbfs
Apr 04 00:56:14 arch kernel: usbcore: registered new interface driver hub
Apr 04 00:56:14 arch kernel: usbcore: registered new device driver usb
Apr 04 00:56:14 arch kernel: pps_core: LinuxPPS API ver. 1 registered
Apr 04 00:56:14 arch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Apr 04 00:56:14 arch kernel: PTP clock support registered
Apr 04 00:56:14 arch kernel: EDAC MC: Ver: 3.0.0
Apr 04 00:56:14 arch kernel: PCI: Using ACPI for IRQ routing
Apr 04 00:56:14 arch kernel: PCI: pci_cache_line_size set to 64 bytes
Apr 04 00:56:14 arch kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
Apr 04 00:56:14 arch kernel: e820: reserve RAM buffer [mem 0xbac8f000-0xbbffffff]
Apr 04 00:56:14 arch kernel: e820: reserve RAM buffer [mem 0xbb000000-0xbbffffff]
Apr 04 00:56:14 arch kernel: e820: reserve RAM buffer [mem 0x13e9ff000-0x13fffffff]
Apr 04 00:56:14 arch kernel: NetLabel: Initializing
Apr 04 00:56:14 arch kernel: NetLabel: domain hash size = 128
Apr 04 00:56:14 arch kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Apr 04 00:56:14 arch kernel: NetLabel: unlabeled traffic allowed by default
Apr 04 00:56:14 arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Apr 04 00:56:14 arch kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Apr 04 00:56:14 arch kernel: clocksource: Switched to clocksource tsc-early
Apr 04 00:56:14 arch kernel: *** VALIDATE bpf ***
Apr 04 00:56:14 arch kernel: VFS: Disk quotas dquot_6.6.0
Apr 04 00:56:14 arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 04 00:56:14 arch kernel: *** VALIDATE ramfs ***
Apr 04 00:56:14 arch kernel: *** VALIDATE hugetlbfs ***
Apr 04 00:56:14 arch kernel: pnp: PnP ACPI init
Apr 04 00:56:14 arch kernel: system 00:00: [io 0x0680-0x069f] has been reserved
Apr 04 00:56:14 arch kernel: system 00:00: [io 0x1000-0x1003] has been reserved
Apr 04 00:56:14 arch kernel: system 00:00: [io 0x1004-0x1013] has been reserved
Apr 04 00:56:14 arch kernel: system 00:00: [io 0xffff] has been reserved
Apr 04 00:56:14 arch kernel: system 00:00: [io 0x0400-0x0453] has been reserved
Apr 04 00:56:14 arch kernel: system 00:00: [io 0x0458-0x047f] has been reserved
Apr 04 00:56:14 arch kernel: system 00:00: [io 0x0500-0x057f] has been reserved
Apr 04 00:56:14 arch kernel: system 00:00: [io 0x164e-0x164f] has been reserved
Apr 04 00:56:14 arch kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 04 00:56:14 arch kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Apr 04 00:56:14 arch kernel: system 00:02: [io 0x0454-0x0457] has been reserved
Apr 04 00:56:14 arch kernel: system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Apr 04 00:56:14 arch kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
Apr 04 00:56:14 arch kernel: pnp 00:04: Plug and Play ACPI device, IDs DLL04b6 PNP0f13 (active)
Apr 04 00:56:14 arch kernel: pnp 00:05: disabling [mem 0xfffff000-0xffffffff] because it overlaps 0000:01:00.0 BAR 6 [mem 0xfff80000-0xffffffff pref]
Apr 04 00:56:14 arch kernel: system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
Apr 04 00:56:14 arch kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
Apr 04 00:56:14 arch kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Apr 04 00:56:14 arch kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Apr 04 00:56:14 arch kernel: system 00:05: [mem 0xf8000000-0xfbffffff] has been reserved
Apr 04 00:56:14 arch kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Apr 04 00:56:14 arch kernel: system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
Apr 04 00:56:14 arch kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
Apr 04 00:56:14 arch kernel: system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
Apr 04 00:56:14 arch kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
Apr 04 00:56:14 arch kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 04 00:56:14 arch kernel: pnp: PnP ACPI: found 6 devices
Apr 04 00:56:14 arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 04 00:56:14 arch kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
Apr 04 00:56:14 arch kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xf1080000-0xf10fffff pref]
Apr 04 00:56:14 arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 04 00:56:14 arch kernel: pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
Apr 04 00:56:14 arch kernel: pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf10fffff]
Apr 04 00:56:14 arch kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.1: bridge window [mem 0xf1b00000-0xf1bfffff]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.3: bridge window [mem 0xf1a00000-0xf1afffff]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.4: PCI bridge to [bus 05]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.4: bridge window [mem 0xf1900000-0xf19fffff]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.5: PCI bridge to [bus 06]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
Apr 04 00:56:14 arch kernel: pci 0000:00:1c.5: bridge window [mem 0xf1800000-0xf18fffff 64bit pref]
Apr 04 00:56:14 arch kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Apr 04 00:56:14 arch kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Apr 04 00:56:14 arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 04 00:56:14 arch kernel: pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfeafffff window]
Apr 04 00:56:14 arch kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
Apr 04 00:56:14 arch kernel: pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
Apr 04 00:56:14 arch kernel: pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf10fffff]
Apr 04 00:56:14 arch kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Apr 04 00:56:14 arch kernel: pci_bus 0000:03: resource 1 [mem 0xf1b00000-0xf1bfffff]
Apr 04 00:56:14 arch kernel: pci_bus 0000:04: resource 1 [mem 0xf1a00000-0xf1afffff]
Apr 04 00:56:14 arch kernel: pci_bus 0000:05: resource 1 [mem 0xf1900000-0xf19fffff]
Apr 04 00:56:14 arch kernel: pci_bus 0000:06: resource 0 [io 0x2000-0x2fff]
Apr 04 00:56:14 arch kernel: pci_bus 0000:06: resource 2 [mem 0xf1800000-0xf18fffff 64bit pref]
Apr 04 00:56:14 arch kernel: NET: Registered protocol family 2
Apr 04 00:56:14 arch kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Apr 04 00:56:14 arch kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 04 00:56:14 arch kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
Apr 04 00:56:14 arch kernel: TCP: Hash tables configured (established 32768 bind 32768)
Apr 04 00:56:14 arch kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Apr 04 00:56:14 arch kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Apr 04 00:56:14 arch kernel: NET: Registered protocol family 1
Apr 04 00:56:14 arch kernel: NET: Registered protocol family 44
Apr 04 00:56:14 arch kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Apr 04 00:56:14 arch kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Apr 04 00:56:14 arch kernel: PCI: CLS 64 bytes, default 64
Apr 04 00:56:14 arch kernel: Trying to unpack rootfs image as initramfs...
Apr 04 00:56:14 arch kernel: Freeing initrd memory: 12344K
Apr 04 00:56:14 arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 04 00:56:14 arch kernel: software IO TLB: mapped [mem 0xb6c8f000-0xbac8f000] (64MB)
Apr 04 00:56:14 arch kernel: check: Scanning for low memory corruption every 60 seconds
Apr 04 00:56:14 arch kernel: Initialise system trusted keyrings
Apr 04 00:56:14 arch kernel: Key type blacklist registered
Apr 04 00:56:14 arch kernel: workingset: timestamp_bits=41 max_order=20 bucket_order=0
Apr 04 00:56:14 arch kernel: zbud: loaded
Apr 04 00:56:14 arch kernel: Key type asymmetric registered
Apr 04 00:56:14 arch kernel: Asymmetric key parser 'x509' registered
Apr 04 00:56:14 arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Apr 04 00:56:14 arch kernel: io scheduler mq-deadline registered
Apr 04 00:56:14 arch kernel: io scheduler kyber registered
Apr 04 00:56:14 arch kernel: io scheduler bfq registered
Apr 04 00:56:14 arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr 04 00:56:14 arch kernel: vesafb: mode is 1280x1024x32, linelength=5120, pages=0
Apr 04 00:56:14 arch kernel: vesafb: scrolling: redraw
Apr 04 00:56:14 arch kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Apr 04 00:56:14 arch kernel: vesafb: framebuffer at 0xe0000000, mapped to 0x(____ptrval____), using 5120k, total 5120k
Apr 04 00:56:14 arch kernel: fbcon: Deferring console take-over
Apr 04 00:56:14 arch kernel: fb0: VESA VGA frame buffer device
Apr 04 00:56:14 arch kernel: intel_idle: MWAIT substates: 0x21120
Apr 04 00:56:14 arch kernel: intel_idle: v0.4.1 model 0x2A
Apr 04 00:56:14 arch kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Apr 04 00:56:14 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Apr 04 00:56:14 arch kernel: ACPI: Power Button [PWRB]
Apr 04 00:56:14 arch kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Apr 04 00:56:14 arch kernel: ACPI: Sleep Button [SLPB]
Apr 04 00:56:14 arch kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Apr 04 00:56:14 arch kernel: ACPI: Lid Switch [LID0]
Apr 04 00:56:14 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Apr 04 00:56:14 arch kernel: ACPI: Power Button [PWRF]
Apr 04 00:56:14 arch kernel: thermal LNXTHERM:00: registered as thermal_zone0
Apr 04 00:56:14 arch kernel: ACPI: Thermal Zone [TZ00] (65 C)
Apr 04 00:56:14 arch kernel: thermal LNXTHERM:01: registered as thermal_zone1
Apr 04 00:56:14 arch kernel: ACPI: Thermal Zone [TZ01] (65 C)
Apr 04 00:56:14 arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Apr 04 00:56:14 arch kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Apr 04 00:56:14 arch kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Apr 04 00:56:14 arch kernel: ahci 0000:00:1f.2: version 3.0
Apr 04 00:56:14 arch kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
Apr 04 00:56:14 arch kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x11 impl SATA mode
Apr 04 00:56:14 arch kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
Apr 04 00:56:14 arch kernel: scsi host0: ahci
Apr 04 00:56:14 arch kernel: scsi host1: ahci
Apr 04 00:56:14 arch kernel: scsi host2: ahci
Apr 04 00:56:14 arch kernel: scsi host3: ahci
Apr 04 00:56:14 arch kernel: scsi host4: ahci
Apr 04 00:56:14 arch kernel: scsi host5: ahci
Apr 04 00:56:14 arch kernel: ata1: SATA max UDMA/133 abar m2048@0xf1c08000 port 0xf1c08100 irq 30
Apr 04 00:56:14 arch kernel: ata2: DUMMY
Apr 04 00:56:14 arch kernel: ata3: DUMMY
Apr 04 00:56:14 arch kernel: ata4: DUMMY
Apr 04 00:56:14 arch kernel: ata5: SATA max UDMA/133 abar m2048@0xf1c08000 port 0xf1c08300 irq 30
Apr 04 00:56:14 arch kernel: ata6: DUMMY
Apr 04 00:56:14 arch kernel: usbcore: registered new interface driver usbserial_generic
Apr 04 00:56:14 arch kernel: usbserial: USB Serial support registered for generic
Apr 04 00:56:14 arch kernel: rtc_cmos 00:01: RTC can wake from S4
Apr 04 00:56:14 arch kernel: rtc_cmos 00:01: registered as rtc0
Apr 04 00:56:14 arch kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Apr 04 00:56:14 arch kernel: intel_pstate: Intel P-state driver initializing
Apr 04 00:56:14 arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Apr 04 00:56:14 arch kernel: drop_monitor: Initializing network drop monitor service
Apr 04 00:56:14 arch kernel: NET: Registered protocol family 10
Apr 04 00:56:14 arch kernel: Segment Routing with IPv6
Apr 04 00:56:14 arch kernel: NET: Registered protocol family 17
Apr 04 00:56:14 arch kernel: RAS: Correctable Errors collector initialized.
Apr 04 00:56:14 arch kernel: microcode: sig=0x206a7, pf=0x10, revision=0x2f
Apr 04 00:56:14 arch kernel: microcode: Microcode Update Driver: v2.2.
Apr 04 00:56:14 arch kernel: IPI shorthand broadcast: enabled
Apr 04 00:56:14 arch kernel: sched_clock: Marking stable (727482406, 227403)->(792204734, -64494925)
Apr 04 00:56:14 arch kernel: registered taskstats version 1
Apr 04 00:56:14 arch kernel: Loading compiled-in X.509 certificates
Apr 04 00:56:14 arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 896588e27997392b6bed798fe4c41996abcde831'
Apr 04 00:56:14 arch kernel: zswap: loaded using pool lzo/zbud
Apr 04 00:56:14 arch kernel: Key type ._fscrypt registered
Apr 04 00:56:14 arch kernel: Key type .fscrypt registered
Apr 04 00:56:14 arch kernel: Key type big_key registered
Apr 04 00:56:14 arch kernel: PM: Magic number: 0:438:956
Apr 04 00:56:14 arch kernel: memory memory9: hash matches
Apr 04 00:56:14 arch kernel: rtc_cmos 00:01: setting system clock to 2020-04-03T22:56:12 UTC (1585954572)
Apr 04 00:56:14 arch kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 04 00:56:14 arch kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Apr 04 00:56:14 arch kernel: ata1.00: supports DRM functions and may not be fully accessible
Apr 04 00:56:14 arch kernel: ata1.00: ATA-10: CT250MX500SSD1, M3CR023, max UDMA/133
Apr 04 00:56:14 arch kernel: ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Apr 04 00:56:14 arch kernel: ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
Apr 04 00:56:14 arch kernel: ata1.00: supports DRM functions and may not be fully accessible
Apr 04 00:56:14 arch kernel: ata1.00: configured for UDMA/133
Apr 04 00:56:14 arch kernel: scsi 0:0:0:0: Direct-Access ATA CT250MX500SSD1 023 PQ: 0 ANSI: 5
Apr 04 00:56:14 arch kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Apr 04 00:56:14 arch kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Apr 04 00:56:14 arch kernel: sd 0:0:0:0: [sda] Write Protect is off
Apr 04 00:56:14 arch kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 04 00:56:14 arch kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 04 00:56:14 arch kernel: sda: sda1 sda2 sda3 sda4
Apr 04 00:56:14 arch kernel: sd 0:0:0:0: [sda] supports TCG Opal
Apr 04 00:56:14 arch kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Apr 04 00:56:14 arch kernel: ata5: SATA link down (SStatus 0 SControl 300)
Apr 04 00:56:14 arch kernel: Freeing unused decrypted memory: 2040K
Apr 04 00:56:14 arch kernel: Freeing unused kernel image (initmem) memory: 1688K
Apr 04 00:56:14 arch kernel: Write protecting the kernel read-only data: 20480k
Apr 04 00:56:14 arch kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Apr 04 00:56:14 arch kernel: Freeing unused kernel image (rodata/data gap) memory: 1680K
Apr 04 00:56:14 arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Apr 04 00:56:14 arch kernel: x86/mm: Checking user space page tables
Apr 04 00:56:14 arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Apr 04 00:56:14 arch kernel: Run /init as init process
Apr 04 00:56:14 arch kernel: fbcon: Taking over console
Apr 04 00:56:14 arch kernel: Console: switching to colour frame buffer device 160x64
Apr 04 00:56:14 arch kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Apr 04 00:56:14 arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Apr 04 00:56:14 arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Apr 04 00:56:14 arch kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Apr 04 00:56:14 arch kernel: ehci-pci: EHCI PCI platform driver
Apr 04 00:56:14 arch kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Apr 04 00:56:14 arch kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Apr 04 00:56:14 arch kernel: ehci-pci 0000:00:1a.0: debug port 2
Apr 04 00:56:14 arch kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Apr 04 00:56:14 arch kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf1c0a000
Apr 04 00:56:14 arch kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Apr 04 00:56:14 arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
Apr 04 00:56:14 arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 04 00:56:14 arch kernel: usb usb1: Product: EHCI Host Controller
Apr 04 00:56:14 arch kernel: usb usb1: Manufacturer: Linux 5.5.13-arch2-1 ehci_hcd
Apr 04 00:56:14 arch kernel: usb usb1: SerialNumber: 0000:00:1a.0
Apr 04 00:56:14 arch kernel: hub 1-0:1.0: USB hub found
Apr 04 00:56:14 arch kernel: hub 1-0:1.0: 2 ports detected
Apr 04 00:56:14 arch kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Apr 04 00:56:14 arch kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
Apr 04 00:56:14 arch kernel: xhci_hcd 0000:04:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x0000000000000004
Apr 04 00:56:14 arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
Apr 04 00:56:14 arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 04 00:56:14 arch kernel: usb usb2: Product: xHCI Host Controller
Apr 04 00:56:14 arch kernel: usb usb2: Manufacturer: Linux 5.5.13-arch2-1 xhci-hcd
Apr 04 00:56:14 arch kernel: usb usb2: SerialNumber: 0000:04:00.0
Apr 04 00:56:14 arch kernel: hub 2-0:1.0: USB hub found
Apr 04 00:56:14 arch kernel: hub 2-0:1.0: 2 ports detected
Apr 04 00:56:14 arch kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Apr 04 00:56:14 arch kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
Apr 04 00:56:14 arch kernel: ehci-pci 0000:00:1d.0: debug port 2
Apr 04 00:56:14 arch kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Apr 04 00:56:14 arch kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf1c09000
Apr 04 00:56:14 arch kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Apr 04 00:56:14 arch kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
Apr 04 00:56:14 arch kernel: xhci_hcd 0000:04:00.0: Host supports USB 3.0 SuperSpeed
Apr 04 00:56:14 arch kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Apr 04 00:56:14 arch kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.05
Apr 04 00:56:14 arch kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 04 00:56:14 arch kernel: usb usb4: Product: xHCI Host Controller
Apr 04 00:56:14 arch kernel: usb usb4: Manufacturer: Linux 5.5.13-arch2-1 xhci-hcd
Apr 04 00:56:14 arch kernel: usb usb4: SerialNumber: 0000:04:00.0
Apr 04 00:56:14 arch kernel: hub 4-0:1.0: USB hub found
Apr 04 00:56:14 arch kernel: hub 4-0:1.0: 2 ports detected
Apr 04 00:56:14 arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Apr 04 00:56:14 arch kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Apr 04 00:56:14 arch kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
Apr 04 00:56:14 arch kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 04 00:56:14 arch kernel: usb usb3: Product: EHCI Host Controller
Apr 04 00:56:14 arch kernel: usb usb3: Manufacturer: Linux 5.5.13-arch2-1 ehci_hcd
Apr 04 00:56:14 arch kernel: usb usb3: SerialNumber: 0000:00:1d.0
Apr 04 00:56:14 arch kernel: hub 3-0:1.0: USB hub found
Apr 04 00:56:14 arch kernel: hub 3-0:1.0: 2 ports detected
Apr 04 00:56:14 arch kernel: tsc: Refined TSC clocksource calibration: 2394.558 MHz
Apr 04 00:56:14 arch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2284227c47e, max_idle_ns: 440795245431 ns
Apr 04 00:56:14 arch kernel: clocksource: Switched to clocksource tsc
Apr 04 00:56:14 arch kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Apr 04 00:56:14 arch kernel: random: fast init done
Apr 04 00:56:14 arch systemd[1]: systemd 245.4-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Apr 04 00:56:14 arch systemd[1]: Detected architecture x86-64.
Apr 04 00:56:14 arch systemd[1]: Set hostname to <arch>.
Apr 04 00:56:14 arch kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Apr 04 00:56:14 arch kernel: usb 2-1: new high-speed USB device number 2 using xhci_hcd
Apr 04 00:56:14 arch kernel: usb 3-1: new high-speed USB device number 2 using ehci-pci
Apr 04 00:56:14 arch kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Apr 04 00:56:14 arch kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 04 00:56:14 arch kernel: hub 1-1:1.0: USB hub found
Apr 04 00:56:14 arch kernel: hub 1-1:1.0: 6 ports detected
Apr 04 00:56:14 arch kernel: usb 2-1: New USB device found, idVendor=0b95, idProduct=7720, bcdDevice= 0.01
Apr 04 00:56:14 arch kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 04 00:56:14 arch kernel: usb 2-1: Product: AX88x72A
Apr 04 00:56:14 arch kernel: usb 2-1: Manufacturer: ASIX Elec. Corp.
Apr 04 00:56:14 arch kernel: usb 2-1: SerialNumber: 14EB64
Apr 04 00:56:14 arch kernel: usb 3-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Apr 04 00:56:14 arch kernel: usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 04 00:56:14 arch kernel: hub 3-1:1.0: USB hub found
Apr 04 00:56:14 arch kernel: hub 3-1:1.0: 8 ports detected
Apr 04 00:56:14 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
Apr 04 00:56:14 arch systemd[1]: Created slice system-getty.slice.
Apr 04 00:56:14 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
Apr 04 00:56:14 arch systemd[1]: Created slice system-modprobe.slice.
Apr 04 00:56:14 arch kernel: random: systemd: uninitialized urandom read (16 bytes read)
Apr 04 00:56:14 arch systemd[1]: Created slice system-systemd\x2dfsck.slice.
Apr 04 00:56:14 arch systemd[1]: Created slice User and Session Slice.
Apr 04 00:56:14 arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Apr 04 00:56:14 arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Apr 04 00:56:14 arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Apr 04 00:56:14 arch systemd[1]: Reached target Local Encrypted Volumes.
Apr 04 00:56:14 arch systemd[1]: Reached target Login Prompts.
Apr 04 00:56:14 arch systemd[1]: Reached target Paths.
Apr 04 00:56:14 arch systemd[1]: Reached target Remote File Systems.
Apr 04 00:56:14 arch systemd[1]: Reached target Slices.
Apr 04 00:56:14 arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
Apr 04 00:56:14 arch systemd[1]: Listening on LVM2 metadata daemon socket.
Apr 04 00:56:14 arch systemd[1]: Listening on LVM2 poll daemon socket.
Apr 04 00:56:14 arch kernel: usb 2-2: new high-speed USB device number 3 using xhci_hcd
Apr 04 00:56:14 arch systemd[1]: Listening on Process Core Dump Socket.
Apr 04 00:56:14 arch systemd[1]: Listening on initctl Compatibility Named Pipe.
Apr 04 00:56:14 arch systemd[1]: Listening on Journal Audit Socket.
Apr 04 00:56:14 arch systemd[1]: Listening on Journal Socket (/dev/log).
Apr 04 00:56:14 arch systemd[1]: Listening on Journal Socket.
Apr 04 00:56:14 arch systemd[1]: Listening on udev Control Socket.
Apr 04 00:56:14 arch systemd[1]: Listening on udev Kernel Socket.
Apr 04 00:56:14 arch systemd[1]: Mounting Huge Pages File System...
Apr 04 00:56:14 arch systemd[1]: Mounting POSIX Message Queue File System...
Apr 04 00:56:14 arch systemd[1]: Mounting Kernel Debug File System...
Apr 04 00:56:14 arch systemd[1]: Mounting Kernel Trace File System...
Apr 04 00:56:14 arch systemd[1]: Starting Create list of static device nodes for the current kernel...
Apr 04 00:56:14 arch systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Apr 04 00:56:14 arch systemd[1]: Starting Load Kernel Module drm...
Apr 04 00:56:14 arch systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Apr 04 00:56:14 arch systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 04 00:56:14 arch systemd[1]: Starting Journal Service...
Apr 04 00:56:14 arch systemd[1]: Starting Load Kernel Modules...
Apr 04 00:56:14 arch systemd[1]: Starting Remount Root and Kernel File Systems...
Apr 04 00:56:14 arch systemd[1]: Starting udev Coldplug all Devices...
Apr 04 00:56:14 arch systemd[1]: Mounted Huge Pages File System.
Apr 04 00:56:14 arch systemd[1]: Mounted POSIX Message Queue File System.
Apr 04 00:56:14 arch systemd[1]: Mounted Kernel Debug File System.
Apr 04 00:56:14 arch systemd[1]: Mounted Kernel Trace File System.
Apr 04 00:56:14 arch systemd[1]: Finished Create list of static device nodes for the current kernel.
Apr 04 00:56:14 arch kernel: Linux agpgart interface v0.103
Apr 04 00:56:14 arch kernel: usb 2-2: New USB device found, idVendor=0951, idProduct=1624, bcdDevice= 1.00
Apr 04 00:56:14 arch kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 04 00:56:14 arch kernel: usb 2-2: Product: DataTraveler G2
Apr 04 00:56:14 arch kernel: usb 2-2: Manufacturer: Kingston
Apr 04 00:56:14 arch kernel: usb 2-2: SerialNumber: 0014780F995DF991265D08E9
Apr 04 00:56:14 arch systemd[1]: Started LVM2 metadata daemon.
Apr 04 00:56:14 arch kernel: EXT4-fs (sda2): re-mounted. Opts: (null)
Apr 04 00:56:14 arch systemd[1]: Finished Load Kernel Modules.
Apr 04 00:56:14 arch systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Apr 04 00:56:14 arch systemd[1]: Mounting Kernel Configuration File System...
Apr 04 00:56:14 arch systemd[1]: Starting Apply Kernel Variables...
Apr 04 00:56:14 arch systemd[1]: Finished Remount Root and Kernel File Systems.
Apr 04 00:56:14 arch systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 04 00:56:14 arch systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 04 00:56:14 arch systemd[1]: Starting Load/Save Random Seed...
Apr 04 00:56:14 arch systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 04 00:56:14 arch systemd[1]: Starting Create Static Device Nodes in /dev...
Apr 04 00:56:14 arch systemd[1]: Mounted Kernel Configuration File System.
Apr 04 00:56:14 arch systemd[1]: Finished Create Static Device Nodes in /dev.
Apr 04 00:56:14 arch systemd[1]: Starting udev Kernel Device Manager...
Apr 04 00:56:14 arch systemd[1]: modprobe@drm.service: Succeeded.
Apr 04 00:56:14 arch systemd[1]: Finished Load Kernel Module drm.
Apr 04 00:56:14 arch systemd[1]: Finished Apply Kernel Variables.
Apr 04 00:56:14 arch systemd[1]: Finished udev Coldplug all Devices.
Apr 04 00:56:14 arch kernel: usb 1-1.4: new high-speed USB device number 3 using ehci-pci
Apr 04 00:56:14 arch kernel: usb 1-1.4: New USB device found, idVendor=0408, idProduct=2fb1, bcdDevice= 9.01
Apr 04 00:56:14 arch kernel: usb 1-1.4: New USB device strings: Mfr=3, Product=2, SerialNumber=0
Apr 04 00:56:14 arch kernel: usb 1-1.4: Product: Laptop_Integrated_Webcam_2HDM
Apr 04 00:56:14 arch kernel: usb 1-1.4: Manufacturer: CN07CN2C786641AA1167A00
Apr 04 00:56:14 arch kernel: usb 3-1.5: new full-speed USB device number 3 using ehci-pci
Apr 04 00:56:14 arch kernel: usb 3-1.5: New USB device found, idVendor=8086, idProduct=0189, bcdDevice=69.19
Apr 04 00:56:14 arch kernel: usb 3-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 04 00:56:14 arch systemd-journald[275]: Journal started
Apr 04 00:56:14 arch systemd-journald[275]: Runtime Journal (/run/log/journal/1cd6d0da096a4b6b82d8d5002b15fec2) is 8.0M, max 191.5M, 183.5M free.
Apr 04 00:56:14 arch systemd-modules-load[276]: Inserted module 'crypto_user'
Apr 04 00:56:14 arch 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'
Apr 04 00:56:14 arch systemd-random-seed[284]: Kernel entropy pool is not initialized yet, waiting until it is.
Apr 04 00:56:14 arch systemd-sysctl[283]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Apr 04 00:56:14 arch systemd-sysctl[283]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Apr 04 00:56:14 arch systemd-sysctl[283]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Apr 04 00:56:14 arch systemd-sysctl[283]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Apr 04 00:56:14 arch systemd-sysctl[283]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Apr 04 00:56:14 arch systemd-sysctl[283]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Apr 04 00:56:14 arch systemd[1]: Starting Flush Journal to Persistent Storage...
Apr 04 00:56:14 arch systemd[1]: Started Journal Service.
Apr 04 00:56:14 arch kernel: audit: type=1130 audit(1585954574.189: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'
Apr 04 00:56:14 arch systemd-journald[275]: Time spent on flushing to /var/log/journal/1cd6d0da096a4b6b82d8d5002b15fec2 is 304.887ms for 799 entries.
Apr 04 00:56:14 arch systemd-journald[275]: System Journal (/var/log/journal/1cd6d0da096a4b6b82d8d5002b15fec2) is 296.0M, max 4.0G, 3.7G free.
Apr 04 00:56:14 arch kernel: audit: type=1130 audit(1585954574.252:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch kernel: usb-storage 2-2:1.0: USB Mass Storage device detected
Apr 04 00:56:14 arch kernel: scsi host6: usb-storage 2-2:1.0
Apr 04 00:56:14 arch kernel: usbcore: registered new interface driver usb-storage
Apr 04 00:56:14 arch kernel: usbcore: registered new interface driver uas
Apr 04 00:56:14 arch kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Apr 04 00:56:14 arch kernel: ACPI: AC Adapter [ADP0] (on-line)
Apr 04 00:56:14 arch kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20191018/utaddress-204)
Apr 04 00:56:14 arch kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 04 00:56:14 arch kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20191018/utaddress-204)
Apr 04 00:56:14 arch kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20191018/utaddress-204)
Apr 04 00:56:14 arch kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 04 00:56:14 arch kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20191018/utaddress-204)
Apr 04 00:56:14 arch kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20191018/utaddress-204)
Apr 04 00:56:14 arch kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 04 00:56:14 arch kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20191018/utaddress-204)
Apr 04 00:56:14 arch kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20191018/utaddress-204)
Apr 04 00:56:14 arch kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 04 00:56:14 arch kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Apr 04 00:56:14 arch kernel: wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
Apr 04 00:56:14 arch kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Apr 04 00:56:14 arch kernel: r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
Apr 04 00:56:14 arch kernel: libphy: r8169: probed
Apr 04 00:56:14 arch kernel: r8169 0000:06:00.0 eth0: RTL8168e/8111e, 84:8f:69:b1:ca:a8, XID 2c2, IRQ 37
Apr 04 00:56:14 arch kernel: r8169 0000:06:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Apr 04 00:56:14 arch kernel: Adding 2097148k swap on /dev/sda3. Priority:-2 extents:1 across:2097148k SSFS
Apr 04 00:56:14 arch 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'
Apr 04 00:56:14 arch mtp-probe[301]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb2/2-2"
Apr 04 00:56:14 arch kernel: audit: type=1130 audit(1585954574.545:4): 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'
Apr 04 00:56:14 arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
Apr 04 00:56:14 arch 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'
Apr 04 00:56:14 arch systemd-udevd[286]: /etc/udev/rules.d/99-systemd-dri-devices.rules:1 Invalid key/value pair, ignoring.
Apr 04 00:56:14 arch mtp-probe[301]: bus: 2, device: 3 was not an MTP device
Apr 04 00:56:14 arch systemd[1]: Started udev Kernel Device Manager.
Apr 04 00:56:14 arch mtp-probe[307]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb2/2-2"
Apr 04 00:56:14 arch systemd[1]: Found device CT250MX500SSD1 3.
Apr 04 00:56:14 arch mtp-probe[307]: bus: 2, device: 3 was not an MTP device
Apr 04 00:56:14 arch systemd[1]: Found device CT250MX500SSD1 1.
Apr 04 00:56:14 arch mtp-probe[320]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb2/2-2"
Apr 04 00:56:14 arch systemd[1]: Activating swap /dev/disk/by-uuid/2250b70b-ba9e-4f17-9ffe-def18035ddec...
Apr 04 00:56:14 arch mtp-probe[320]: bus: 2, device: 3 was not an MTP device
Apr 04 00:56:14 arch systemd[1]: Found device CT250MX500SSD1 4.
Apr 04 00:56:14 arch mtp-probe[321]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb2/2-1"
Apr 04 00:56:14 arch systemd[1]: Activated swap /dev/disk/by-uuid/2250b70b-ba9e-4f17-9ffe-def18035ddec.
Apr 04 00:56:14 arch mtp-probe[321]: bus: 2, device: 2 was not an MTP device
Apr 04 00:56:14 arch systemd[1]: Reached target Swap.
Apr 04 00:56:14 arch systemd[1]: Mounting Temporary Directory (/tmp)...
Apr 04 00:56:14 arch systemd[1]: Finished Flush Journal to Persistent Storage.
Apr 04 00:56:14 arch systemd[1]: Mounted Temporary Directory (/tmp).
Apr 04 00:56:14 arch systemd-udevd[318]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 04 00:56:14 arch kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.3)
Apr 04 00:56:14 arch kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
Apr 04 00:56:14 arch kernel: RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Apr 04 00:56:14 arch kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Apr 04 00:56:14 arch kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
Apr 04 00:56:14 arch mtp-probe[335]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4"
Apr 04 00:56:14 arch mtp-probe[335]: bus: 1, device: 3 was not an MTP device
Apr 04 00:56:14 arch systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Apr 04 00:56:14 arch systemd[1]: Reached target Local File Systems (Pre).
Apr 04 00:56:14 arch systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Apr 04 00:56:14 arch kernel: audit: type=1130 audit(1585954574.619:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch 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'
Apr 04 00:56:14 arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/1ebdef0e-6ffe-40d0-96d8-80ce37c681fb...
Apr 04 00:56:14 arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/6552dc80-f706-4a16-8947-6ec80e268d01...
Apr 04 00:56:14 arch systemd-fsck[345]: /dev/sda1: limpio, 338/38456 ficheros, 62884/153600 bloques
Apr 04 00:56:14 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-6552dc80\x2df706\x2d4a16\x2d8947\x2d6ec80e268d01 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch systemd-fsck[343]: /dev/sda4: limpio, 42439/11845632 ficheros, 1897643/47379502 bloques
Apr 04 00:56:14 arch systemd[1]: Finished File System Check on /dev/disk/by-uuid/6552dc80-f706-4a16-8947-6ec80e268d01.
Apr 04 00:56:14 arch kernel: audit: type=1130 audit(1585954574.662:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-6552dc80\x2df706\x2d4a16\x2d8947\x2d6ec80e268d01 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch systemd[1]: Mounting /boot...
Apr 04 00:56:14 arch systemd[1]: Finished File System Check on /dev/disk/by-uuid/1ebdef0e-6ffe-40d0-96d8-80ce37c681fb.
Apr 04 00:56:14 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-1ebdef0e\x2d6ffe\x2d40d0\x2d96d8\x2d80ce37c681fb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch systemd[1]: Mounting /home...
Apr 04 00:56:14 arch kernel: audit: type=1130 audit(1585954574.665:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-1ebdef0e\x2d6ffe\x2d40d0\x2d96d8\x2d80ce37c681fb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch kernel: EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
Apr 04 00:56:14 arch kernel: EXT4-fs (sda1): mounted filesystem without journal. Opts: stripe=4
Apr 04 00:56:14 arch kernel: ext2 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
Apr 04 00:56:14 arch systemd[1]: Mounted /boot.
Apr 04 00:56:14 arch kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
Apr 04 00:56:14 arch systemd[1]: Mounted /home.
Apr 04 00:56:14 arch systemd[1]: Reached target Local File Systems.
Apr 04 00:56:14 arch systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 04 00:56:14 arch systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 04 00:56:14 arch systemd[1]: Starting Create Volatile Files and Directories...
Apr 04 00:56:14 arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Apr 04 00:56:14 arch kernel: mc: Linux media interface: v0.10
Apr 04 00:56:14 arch systemd[1]: Finished Create Volatile Files and Directories.
Apr 04 00:56:14 arch systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 04 00:56:14 arch kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Apr 04 00:56:14 arch kernel: audit: type=1130 audit(1585954574.709:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Apr 04 00:56:14 arch kernel: cfg80211: failed to load regulatory.db
Apr 04 00:56:14 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 04 00:56:14 arch systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Apr 04 00:56:14 arch audit[363]: SYSTEM_BOOT pid=363 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch kernel: audit: type=1127 audit(1585954574.719:9): pid=363 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Apr 04 00:56:14 arch systemd[1]: Reached target System Initialization.
Apr 04 00:56:14 arch systemd[1]: Started Daily man-db regeneration.
Apr 04 00:56:14 arch kernel: audit: type=1130 audit(1585954574.729:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch systemd[1]: Started Daily verification of password and group files.
Apr 04 00:56:14 arch systemd[1]: Started Daily Cleanup of Temporary Directories.
Apr 04 00:56:14 arch systemd[1]: Reached target Timers.
Apr 04 00:56:14 arch systemd[1]: Listening on D-Bus System Message Bus Socket.
Apr 04 00:56:14 arch systemd[1]: Reached target Sockets.
Apr 04 00:56:14 arch systemd[1]: Reached target Basic System.
Apr 04 00:56:14 arch systemd[1]: Started D-Bus System Message Bus.
Apr 04 00:56:14 arch 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'
Apr 04 00:56:14 arch systemd[1]: Starting Network Manager...
Apr 04 00:56:14 arch systemd[1]: Starting NVIDIA Persistence Daemon...
Apr 04 00:56:14 arch systemd[1]: Condition check resulted in SSH Key Generation being skipped.
Apr 04 00:56:14 arch systemd[1]: Starting Login Service...
Apr 04 00:56:14 arch nvidia-persistenced[370]: Started (370)
Apr 04 00:56:14 arch systemd[1]: Started NVIDIA Persistence Daemon.
Apr 04 00:56:14 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nvidia-persistenced comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch NetworkManager[367]: <info> [1585954574.8307] NetworkManager (version 1.22.10-1) is starting... (for the first time)
Apr 04 00:56:14 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch NetworkManager[367]: <info> [1585954574.8308] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Apr 04 00:56:14 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:14 arch dbus-daemon[366]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.1' (uid=0 pid=367 comm="/usr/bin/NetworkManager --no-daemon ")
Apr 04 00:56:14 arch kernel: videodev: Linux video capture interface: v2.00
Apr 04 00:56:14 arch systemd[1]: Started Network Manager.
Apr 04 00:56:14 arch NetworkManager[367]: <info> [1585954574.8333] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Apr 04 00:56:14 arch systemd[1]: Reached target Network.
Apr 04 00:56:14 arch systemd[1]: Starting Network Manager Wait Online...
Apr 04 00:56:14 arch systemd[1]: Started OpenSSH Daemon.
Apr 04 00:56:14 arch systemd[1]: Starting Permit User Sessions...
Apr 04 00:56:14 arch NetworkManager[367]: <info> [1585954574.8459] manager[0x56015f0ab080]: monitoring kernel firmware directory '/lib/firmware'.
Apr 04 00:56:14 arch systemd[1]: Starting Hostname Service...
Apr 04 00:56:14 arch systemd[1]: Finished Permit User Sessions.
Apr 04 00:56:14 arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Apr 04 00:56:14 arch nvidia-persistenced[370]: Failed to query NVIDIA devices. Please ensure that the NVIDIA device files (/dev/nvidia*) exist, and that user 143 has read and write permissions for those files.
Apr 04 00:56:14 arch nvidia-persistenced[370]: Shutdown (370)
Apr 04 00:56:14 arch systemd[1]: nvidia-persistenced.service: Main process exited, code=exited, status=1/FAILURE
Apr 04 00:56:14 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nvidia-persistenced comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 04 00:56:14 arch systemd[1]: nvidia-persistenced.service: Failed with result 'exit-code'.
Apr 04 00:56:14 arch kernel: iTCO_vendor_support: vendor-support=0
Apr 04 00:56:14 arch kernel: cryptd: max_cpu_qlen set to 1000
Apr 04 00:56:14 arch kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input8
Apr 04 00:56:14 arch kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Apr 04 00:56:14 arch kernel: iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
Apr 04 00:56:14 arch kernel: Bluetooth: Core ver 2.22
Apr 04 00:56:14 arch kernel: NET: Registered protocol family 31
Apr 04 00:56:14 arch kernel: Bluetooth: HCI device and connection manager initialized
Apr 04 00:56:14 arch kernel: Bluetooth: HCI socket layer initialized
Apr 04 00:56:14 arch kernel: Bluetooth: L2CAP socket layer initialized
Apr 04 00:56:14 arch kernel: Bluetooth: SCO socket layer initialized
Apr 04 00:56:14 arch kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Apr 04 00:56:14 arch kernel: Intel(R) Wireless WiFi driver for Linux
Apr 04 00:56:14 arch kernel: Copyright(c) 2003- 2015 Intel Corporation
Apr 04 00:56:14 arch kernel: iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
Apr 04 00:56:14 arch kernel: checking generic (e0000000 500000) vs hw (f1400000 400000)
Apr 04 00:56:14 arch kernel: checking generic (e0000000 500000) vs hw (e0000000 10000000)
Apr 04 00:56:14 arch kernel: fb0: switching to inteldrmfb from VESA VGA
Apr 04 00:56:14 arch kernel: iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
Apr 04 00:56:14 arch kernel: Console: switching to colour dummy device 80x25
Apr 04 00:56:14 arch kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Apr 04 00:56:14 arch kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Apr 04 00:56:14 arch kernel: [drm] Driver supports precise vblank timestamp query.
Apr 04 00:56:14 arch kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Apr 04 00:56:15 arch systemd-udevd[313]: Using default interface naming scheme 'v245'.
Apr 04 00:56:15 arch systemd-udevd[313]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 04 00:56:15 arch kernel: r8169 0000:06:00.0 enp6s0: renamed from eth0
Apr 04 00:56:15 arch kernel: [drm] Initialized i915 1.6.0 20191101 for 0000:00:02.0 on minor 0
Apr 04 00:56:15 arch kernel: ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no)
Apr 04 00:56:15 arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:32/LNXVIDEO:00/input/input9
Apr 04 00:56:15 arch systemd[1]: Starting Load/Save RF Kill Switch Status...
Apr 04 00:56:15 arch kernel: usbcore: registered new interface driver btusb
Apr 04 00:56:15 arch kernel: AVX version of gcm_enc/dec engaged.
Apr 04 00:56:15 arch kernel: AES CTR mode by8 optimization enabled
Apr 04 00:56:15 arch kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
Apr 04 00:56:15 arch kernel: acpi device:34: registered as cooling_device4
Apr 04 00:56:15 arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input10
Apr 04 00:56:15 arch systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Apr 04 00:56:15 arch systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight...
Apr 04 00:56:15 arch systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight.
Apr 04 00:56:15 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:dell::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:15 arch systemd[1]: Started Load/Save RF Kill Switch Status.
Apr 04 00:56:15 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:15 arch systemd[1]: Starting Bluetooth service...
Apr 04 00:56:15 arch kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG enabled
Apr 04 00:56:15 arch kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
Apr 04 00:56:15 arch kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
Apr 04 00:56:15 arch kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
Apr 04 00:56:15 arch bluetoothd[404]: Bluetooth daemon 5.54
Apr 04 00:56:15 arch systemd[1]: Started Bluetooth service.
Apr 04 00:56:15 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:15 arch systemd[1]: Reached target Bluetooth.
Apr 04 00:56:15 arch bluetoothd[404]: Starting SDP server
Apr 04 00:56:15 arch kernel: uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_2HDM (0408:2fb1)
Apr 04 00:56:15 arch kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Apr 04 00:56:15 arch kernel: Bluetooth: BNEP filters: protocol multicast
Apr 04 00:56:15 arch kernel: Bluetooth: BNEP socket layer initialized
Apr 04 00:56:15 arch bluetoothd[404]: Bluetooth management interface 1.14 initialized
Apr 04 00:56:15 arch kernel: asix 2-1:1.0 eth0: register 'asix' at usb-0000:04:00.0-1, ASIX AX88772 USB 2.0 Ethernet, 00:50:b6:14:eb:64
Apr 04 00:56:15 arch kernel: usbcore: registered new interface driver asix
Apr 04 00:56:15 arch kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Apr 04 00:56:15 arch kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Apr 04 00:56:15 arch systemd-udevd[302]: Using default interface naming scheme 'v245'.
Apr 04 00:56:15 arch systemd-udevd[302]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 04 00:56:15 arch kernel: asix 2-1:1.0 enp4s0u1: renamed from eth0
Apr 04 00:56:15 arch kernel: snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Apr 04 00:56:15 arch kernel: fbcon: i915drmfb (fb0) is primary device
Apr 04 00:56:15 arch kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
Apr 04 00:56:15 arch systemd-udevd[290]: Using default interface naming scheme 'v245'.
Apr 04 00:56:15 arch systemd-udevd[290]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 04 00:56:15 arch kernel: iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
Apr 04 00:56:15 arch kernel: uvcvideo: No streaming interface found for terminal 6.
Apr 04 00:56:15 arch kernel: uvcvideo 1-1.4:1.0: Entity type for entity Extension 4 was not initialized!
Apr 04 00:56:15 arch kernel: uvcvideo 1-1.4:1.0: Entity type for entity Extension 3 was not initialized!
Apr 04 00:56:15 arch kernel: uvcvideo 1-1.4:1.0: Entity type for entity Processing 2 was not initialized!
Apr 04 00:56:15 arch kernel: uvcvideo 1-1.4:1.0: Entity type for entity Camera 1 was not initialized!
Apr 04 00:56:15 arch kernel: input: Laptop_Integrated_Webcam_2HDM: as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input11
Apr 04 00:56:15 arch kernel: usbcore: registered new interface driver uvcvideo
Apr 04 00:56:15 arch kernel: USB Video Class driver (1.1.1)
Apr 04 00:56:15 arch kernel: snd_hda_codec_realtek hdaudioC0D0: ALC665: SKU not ready 0x598301f0
Apr 04 00:56:15 arch kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC665: line_outs=1 (0x15/0x0/0x0/0x0/0x0) type:speaker
Apr 04 00:56:15 arch kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Apr 04 00:56:15 arch kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=2 (0x1b/0x19/0x0/0x0/0x0)
Apr 04 00:56:15 arch kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
Apr 04 00:56:15 arch kernel: snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
Apr 04 00:56:15 arch kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
Apr 04 00:56:15 arch kernel: snd_hda_codec_realtek hdaudioC0D0: Mic=0x1a
Apr 04 00:56:15 arch kernel: snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
Apr 04 00:56:15 arch kernel: NET: Registered protocol family 38
Apr 04 00:56:15 arch kernel: scsi 6:0:0:0: Direct-Access Kingston DataTraveler G2 1.00 PQ: 0 ANSI: 2
Apr 04 00:56:15 arch kernel: sd 6:0:0:0: [sdb] 7827392 512-byte logical blocks: (4.01 GB/3.73 GiB)
Apr 04 00:56:15 arch kernel: sd 6:0:0:0: [sdb] Write Protect is off
Apr 04 00:56:15 arch kernel: sd 6:0:0:0: [sdb] Mode Sense: 16 24 09 51
Apr 04 00:56:15 arch kernel: sd 6:0:0:0: [sdb] Incomplete mode parameter data
Apr 04 00:56:15 arch kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
Apr 04 00:56:15 arch kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Apr 04 00:56:15 arch kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
Apr 04 00:56:15 arch kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
Apr 04 00:56:15 arch kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
Apr 04 00:56:15 arch kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
Apr 04 00:56:15 arch kernel: sdb: sdb1 sdb2
Apr 04 00:56:15 arch kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
Apr 04 00:56:15 arch systemd[1]: Reached target Sound Card.
Apr 04 00:56:15 arch systemd-udevd[318]: Using default interface naming scheme 'v245'.
Apr 04 00:56:15 arch mtp-probe[435]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4"
Apr 04 00:56:15 arch mtp-probe[435]: bus: 1, device: 3 was not an MTP device
Apr 04 00:56:15 arch kernel: psmouse serio1: synaptics: queried max coordinates: x [..5398], y [..4728]
Apr 04 00:56:15 arch kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04771/0xa40000/0x8a0400/0x0, board id: 0, fw id: 662324
Apr 04 00:56:15 arch kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
Apr 04 00:56:15 arch kernel: mousedev: PS/2 mouse device common for all mice
Apr 04 00:56:15 arch systemd-logind[369]: Watching system buttons on /dev/input/event3 (Power Button)
Apr 04 00:56:15 arch dbus-daemon[366]: [system] Successfully activated service 'org.freedesktop.hostname1'
Apr 04 00:56:15 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:15 arch systemd[1]: Started Hostname Service.
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.5665] hostname: hostname: using hostnamed
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.5665] hostname: hostname changed from (none) to "arch"
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.5671] dns-mgr[0x56015f08c220]: init: dns=default,systemd-resolved rc-manager=symlink
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.5682] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.5686] manager[0x56015f0ab080]: rfkill: Wi-Fi hardware radio set enabled
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.5686] manager[0x56015f0ab080]: rfkill: WWAN hardware radio set enabled
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.5748] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.22.10-1/libnm-device-plugin-wifi.so)
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.5798] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.22.10-1/libnm-device-plugin-wwan.so)
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.5981] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.22.10-1/libnm-device-plugin-team.so)
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.5993] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.22.10-1/libnm-device-plugin-adsl.so)
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.6004] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.22.10-1/libnm-device-plugin-ovs.so)
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.6035] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.22.10-1/libnm-device-plugin-bluetooth.so)
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.6041] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.6043] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.6046] manager: Networking is enabled by state file
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.6064] dhcp-init: Using DHCP client 'internal'
Apr 04 00:56:15 arch dbus-daemon[366]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.1' (uid=0 pid=367 comm="/usr/bin/NetworkManager --no-daemon ")
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.6076] settings: Loaded settings plugin: keyfile (internal)
Apr 04 00:56:15 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Apr 04 00:56:15 arch dbus-daemon[366]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Apr 04 00:56:15 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Apr 04 00:56:15 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.6439] device (lo): carrier: link connected
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.6451] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.6490] manager: (enp4s0u1): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.6530] manager: (enp6s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
Apr 04 00:56:15 arch systemd-logind[369]: Watching system buttons on /dev/input/event0 (Power Button)
Apr 04 00:56:15 arch systemd-logind[369]: Watching system buttons on /dev/input/event2 (Lid Switch)
Apr 04 00:56:15 arch systemd-logind[369]: Watching system buttons on /dev/input/event1 (Sleep Button)
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.6586] device (wlp3s0): driver supports Access Point (AP) mode
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.6601] manager: (wlp3s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/4)
Apr 04 00:56:15 arch dbus-daemon[366]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.1' (uid=0 pid=367 comm="/usr/bin/NetworkManager --no-daemon ")
Apr 04 00:56:15 arch kernel: random: crng init done
Apr 04 00:56:15 arch kernel: random: 7 urandom warning(s) missed due to ratelimiting
Apr 04 00:56:15 arch systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Apr 04 00:56:15 arch systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Apr 04 00:56:15 arch systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 04 00:56:15 arch systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 04 00:56:15 arch systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 04 00:56:15 arch systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 04 00:56:15 arch systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 04 00:56:15 arch systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 04 00:56:15 arch systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 04 00:56:15 arch systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 04 00:56:15 arch systemd[1]: Starting WPA supplicant...
Apr 04 00:56:15 arch systemd[1]: Finished Load/Save Random Seed.
Apr 04 00:56:15 arch systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 04 00:56:15 arch 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'
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.6949] ovsdb: No se pudo conectar: No existe el fichero o el directorio
Apr 04 00:56:15 arch sshd[376]: Server listening on 0.0.0.0 port 22.
Apr 04 00:56:15 arch sshd[376]: Server listening on :: port 22.
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.6998] device (enp6s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Apr 04 00:56:15 arch kernel: RTL8211DN Gigabit Ethernet r8169-600:00: attached PHY driver [RTL8211DN Gigabit Ethernet] (mii_bus:phy_addr=r8169-600:00, irq=IGNORE)
Apr 04 00:56:15 arch dbus-daemon[366]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Apr 04 00:56:15 arch systemd[1]: Started WPA supplicant.
Apr 04 00:56:15 arch wpa_supplicant[471]: Successfully initialized wpa_supplicant
Apr 04 00:56:15 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:15 arch kernel: intel_rapl_common: Found RAPL domain package
Apr 04 00:56:15 arch kernel: intel_rapl_common: Found RAPL domain core
Apr 04 00:56:15 arch kernel: intel_rapl_common: Found RAPL domain uncore
Apr 04 00:56:15 arch NetworkManager[367]: <info> [1585954575.9579] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Apr 04 00:56:15 arch kernel: r8169 0000:06:00.0 enp6s0: Link is Down
Apr 04 00:56:15 arch systemd-logind[369]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Apr 04 00:56:15 arch kernel: iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
Apr 04 00:56:16 arch kernel: Console: switching to colour frame buffer device 240x67
Apr 04 00:56:16 arch kernel: i915 0000:00:02.0: fb0: i915drmfb frame buffer device
Apr 04 00:56:16 arch systemd-logind[369]: New seat seat0.
Apr 04 00:56:16 arch systemd[1]: Started Login Service.
Apr 04 00:56:16 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:16 arch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Apr 04 00:56:16 arch kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
Apr 04 00:56:16 arch kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
Apr 04 00:56:16 arch kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
Apr 04 00:56:16 arch kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
Apr 04 00:56:16 arch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Apr 04 00:56:16 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:16 arch systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Apr 04 00:56:16 arch kernel: iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
Apr 04 00:56:16 arch systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Apr 04 00:56:16 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.3694] device (wlp3s0): set-hw-addr: set MAC address to 1E:59:F5:0B:0D:06 (scanning)
Apr 04 00:56:16 arch kernel: iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
Apr 04 00:56:16 arch kernel: iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.7740] device (enp4s0u1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.7876] supplicant: wpa_supplicant running
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.7877] device (wlp3s0): supplicant interface state: init -> starting
Apr 04 00:56:16 arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0u1: link becomes ready
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.8367] device (enp4s0u1): carrier: link connected
Apr 04 00:56:16 arch kernel: asix 2-1:1.0 enp4s0u1: link up, 100Mbps, full-duplex, lpa 0xC5E1
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.8569] device (enp4s0u1): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.8608] policy: auto-activating connection 'Wired connection 1' (362993de-900b-38e0-aff7-f5efdbf7b224)
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.8620] device (enp4s0u1): Activation: starting connection 'Wired connection 1' (362993de-900b-38e0-aff7-f5efdbf7b224)
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.8622] device (enp4s0u1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.8630] manager: NetworkManager state is now CONNECTING
Apr 04 00:56:16 arch kernel: asix 2-1:1.0 enp4s0u1: link down
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.9018] device (enp4s0u1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.9108] device (enp4s0u1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.9121] dhcp4 (enp4s0u1): activation: beginning transaction (timeout in 45 seconds)
Apr 04 00:56:16 arch wpa_supplicant[471]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.9197] sup-iface[0x56015f0ba120,wlp3s0]: supports 5 scan SSIDs
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.9209] device (wlp3s0): supplicant interface state: starting -> ready
Apr 04 00:56:16 arch NetworkManager[367]: <info> [1585954576.9211] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Apr 04 00:56:16 arch kernel: asix 2-1:1.0 enp4s0u1: link down
Apr 04 00:56:18 arch NetworkManager[367]: <info> [1585954578.5957] device (enp4s0u1): carrier: link connected
Apr 04 00:56:18 arch kernel: asix 2-1:1.0 enp4s0u1: link up, 100Mbps, full-duplex, lpa 0xC5E1
Apr 04 00:56:18 arch dbus-daemon[366]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.1' (uid=0 pid=367 comm="/usr/bin/NetworkManager --no-daemon ")
Apr 04 00:56:18 arch dbus-daemon[366]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4794] dhcp4 (enp4s0u1): option dhcp_lease_time => '600'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4795] dhcp4 (enp4s0u1): option domain_name_servers => '192.168.88.247 1.1.1.1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4795] dhcp4 (enp4s0u1): option expiry => '1585955179'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4795] dhcp4 (enp4s0u1): option ip_address => '192.168.88.22'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4796] dhcp4 (enp4s0u1): option next_server => '192.168.88.1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4796] dhcp4 (enp4s0u1): option requested_broadcast_address => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4796] dhcp4 (enp4s0u1): option requested_domain_name => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4796] dhcp4 (enp4s0u1): option requested_domain_name_servers => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4797] dhcp4 (enp4s0u1): option requested_domain_search => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4797] dhcp4 (enp4s0u1): option requested_host_name => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4797] dhcp4 (enp4s0u1): option requested_interface_mtu => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4798] dhcp4 (enp4s0u1): option requested_ms_classless_static_routes => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4798] dhcp4 (enp4s0u1): option requested_nis_domain => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4798] dhcp4 (enp4s0u1): option requested_nis_servers => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4798] dhcp4 (enp4s0u1): option requested_ntp_servers => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4799] dhcp4 (enp4s0u1): option requested_rfc3442_classless_static_routes => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4799] dhcp4 (enp4s0u1): option requested_root_path => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4799] dhcp4 (enp4s0u1): option requested_routers => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4800] dhcp4 (enp4s0u1): option requested_static_routes => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4800] dhcp4 (enp4s0u1): option requested_subnet_mask => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4800] dhcp4 (enp4s0u1): option requested_time_offset => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4800] dhcp4 (enp4s0u1): option requested_wpad => '1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4801] dhcp4 (enp4s0u1): option routers => '192.168.88.1'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4801] dhcp4 (enp4s0u1): option subnet_mask => '255.255.255.0'
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4801] dhcp4 (enp4s0u1): state changed unknown -> bound
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4838] device (enp4s0u1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4885] device (enp4s0u1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4891] device (enp4s0u1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4900] manager: NetworkManager state is now CONNECTED_LOCAL
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4915] manager: NetworkManager state is now CONNECTED_SITE
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4917] policy: set 'Wired connection 1' (enp4s0u1) as default for IPv4 routing and DNS
Apr 04 00:56:19 arch dbus-daemon[366]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.1' (uid=0 pid=367 comm="/usr/bin/NetworkManager --no-daemon ")
Apr 04 00:56:19 arch dbus-daemon[366]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.4944] device (enp4s0u1): Activation: successful, device activated.
Apr 04 00:56:19 arch NetworkManager[367]: <info> [1585954579.6883] manager: NetworkManager state is now CONNECTED_GLOBAL
Apr 04 00:56:20 arch systemd[1]: systemd-rfkill.service: Succeeded.
Apr 04 00:56:20 arch kernel: kauditd_printk_skb: 16 callbacks suppressed
Apr 04 00:56:20 arch kernel: audit: type=1131 audit(1585954580.302:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:20 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:21 arch NetworkManager[367]: <info> [1585954581.9566] manager: startup complete
Apr 04 00:56:21 arch systemd[1]: Finished Network Manager Wait Online.
Apr 04 00:56:21 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:21 arch systemd[1]: Reached target Network is Online.
Apr 04 00:56:21 arch systemd[1]: Starting Pacman mirrorlist update...
Apr 04 00:56:21 arch kernel: audit: type=1130 audit(1585954581.962:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:25 arch systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Apr 04 00:56:25 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:25 arch kernel: audit: type=1131 audit(1585954585.759:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:32 arch systemd[1]: reflector.service: Succeeded.
Apr 04 00:56:32 arch systemd[1]: Finished Pacman mirrorlist update.
Apr 04 00:56:32 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:32 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:32 arch systemd[1]: Reached target Multi-User System.
Apr 04 00:56:32 arch kernel: audit: type=1130 audit(1585954592.899:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:32 arch kernel: audit: type=1131 audit(1585954592.899:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:45 arch systemd[1]: systemd-hostnamed.service: Succeeded.
Apr 04 00:56:45 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:56:45 arch kernel: audit: type=1131 audit(1585954605.602:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:43 arch systemd[1]: dev-dri-card0.device: Job dev-dri-card0.device/start timed out.
Apr 04 00:57:43 arch systemd[1]: Timed out waiting for device /dev/dri/card0.
Apr 04 00:57:43 arch systemd[1]: dev-dri-card0.device: Job dev-dri-card0.device/start failed with result 'timeout'.
Apr 04 00:57:43 arch systemd[1]: Started Simple Desktop Display Manager.
Apr 04 00:57:43 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:43 arch kernel: audit: type=1130 audit(1585954663.919:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:43 arch systemd[1]: Reached target Graphical Interface.
Apr 04 00:57:43 arch systemd[1]: Startup finished in 1.807s (kernel) + 1min 30.368s (userspace) = 1min 32.176s.
Apr 04 00:57:44 arch sddm[503]: Initializing...
Apr 04 00:57:44 arch sddm[503]: Starting...
Apr 04 00:57:44 arch sddm[503]: Logind interface found
Apr 04 00:57:44 arch sddm[503]: Adding new display on vt 1 ...
Apr 04 00:57:44 arch sddm[503]: Loading theme configuration from ""
Apr 04 00:57:44 arch sddm[503]: Display server starting...
Apr 04 00:57:44 arch sddm[503]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{d37ce550-8199-4ef9-aedd-28d0624227d4} -background none -noreset -displayfd 17 -seat seat0 vt1
Apr 04 00:57:44 arch sddm[503]: Failed to read display number from pipe
Apr 04 00:57:44 arch audit[503]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 pid=503 comm="sddm" exe="/usr/bin/sddm" sig=6 res=1
Apr 04 00:57:44 arch kernel: audit: type=1701 audit(1585954664.222:34): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=503 comm="sddm" exe="/usr/bin/sddm" sig=6 res=1
Apr 04 00:57:44 arch sddm[503]: Display server failed to start. Exiting
Apr 04 00:57:44 arch systemd[1]: Created slice system-systemd\x2dcoredump.slice.
Apr 04 00:57:44 arch systemd[1]: Started Process Core Dump (PID 510/UID 0).
Apr 04 00:57:44 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-510-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:44 arch kernel: audit: type=1130 audit(1585954664.245:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-510-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:44 arch systemd[1]: sddm.service: Main process exited, code=dumped, status=6/ABRT
Apr 04 00:57:44 arch systemd[1]: sddm.service: Failed with result 'core-dump'.
Apr 04 00:57:44 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 04 00:57:44 arch kernel: audit: type=1131 audit(1585954664.545:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 04 00:57:44 arch systemd-coredump[513]: Process 503 (sddm) of user 0 dumped core.
Stack trace of thread 503:
#0 0x00007fb1d8742ce5 raise (libc.so.6 + 0x3bce5)
#1 0x00007fb1d872c857 abort (libc.so.6 + 0x25857)
#2 0x00007fb1d8b60938 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x8e938)
#3 0x00005602f37b0fff n/a (sddm + 0x28fff)
#4 0x00005602f37f54df _ZN4SDDM4Seat13createDisplayEi (sddm + 0x6d4df)
#5 0x00005602f37f56f1 _ZN4SDDM4SeatC2ERK7QStringP7QObject (sddm + 0x6d6f1)
#6 0x00005602f37f7451 _ZN4SDDM11SeatManager10createSeatERK7QString (sddm + 0x6f451)
#7 0x00005602f37f82b3 n/a (sddm + 0x702b3)
#8 0x00007fb1d8daccde n/a (libQt5Core.so.5 + 0x2dacde)
#9 0x00005602f37f64f0 _ZN4SDDM10LogindSeat19canGraphicalChangedEb (sddm + 0x6e4f0)
#10 0x00005602f37f67ff n/a (sddm + 0x6e7ff)
#11 0x00007fb1d8daccde n/a (libQt5Core.so.5 + 0x2dacde)
#12 0x00007fb1d976fde0 _ZN23QDBusPendingCallWatcher8finishedEPS_ (libQt5DBus.so.5 + 0x79de0)
#13 0x00007fb1d976fee1 n/a (libQt5DBus.so.5 + 0x79ee1)
#14 0x00007fb1d8da4ada _ZN7QObject5eventEP6QEvent (libQt5Core.so.5 + 0x2d2ada)
#15 0x00007fb1d8d774d0 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5 + 0x2a54d0)
#16 0x00007fb1d8d79d56 _ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData (libQt5Core.so.5 + 0x2a7d56)
#17 0x00007fb1d8dd0244 n/a (libQt5Core.so.5 + 0x2fe244)
#18 0x00007fb1d79299be g_main_context_dispatch (libglib-2.0.so.0 + 0x6b9be)
#19 0x00007fb1d792b831 n/a (libglib-2.0.so.0 + 0x6d831)
#20 0x00007fb1d792b871 g_main_context_iteration (libglib-2.0.so.0 + 0x6d871)
#21 0x00007fb1d8dcf890 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fd890)
#22 0x00007fb1d8d7605c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a405c)
#23 0x00007fb1d8d7e066 _ZN16QCoreApplication4execEv (libQt5Core.so.5 + 0x2ac066)
#24 0x00005602f37b47e1 main (sddm + 0x2c7e1)
#25 0x00007fb1d872e023 __libc_start_main (libc.so.6 + 0x27023)
#26 0x00005602f37b4aee _start (sddm + 0x2caee)
Stack trace of thread 504:
#0 0x00007fb1d87fbabf __poll (libc.so.6 + 0xf4abf)
#1 0x00007fb1d792b7a0 n/a (libglib-2.0.so.0 + 0x6d7a0)
#2 0x00007fb1d792b871 g_main_context_iteration (libglib-2.0.so.0 + 0x6d871)
#3 0x00007fb1d8dcf890 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fd890)
#4 0x00007fb1d8d7605c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a405c)
#5 0x00007fb1d8b9ac62 _ZN7QThread4execEv (libQt5Core.so.5 + 0xc8c62)
#6 0x00007fb1d970bb28 n/a (libQt5DBus.so.5 + 0x15b28)
#7 0x00007fb1d8b9bdd6 n/a (libQt5Core.so.5 + 0xc9dd6)
#8 0x00007fb1d86ee46f start_thread (libpthread.so.0 + 0x946f)
#9 0x00007fb1d88063d3 __clone (libc.so.6 + 0xff3d3)
Apr 04 00:57:44 arch systemd[1]: systemd-coredump@0-510-0.service: Succeeded.
Apr 04 00:57:44 arch kernel: audit: type=1131 audit(1585954664.575:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-510-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:44 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-510-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:44 arch systemd[1]: sddm.service: Scheduled restart job, restart counter is at 1.
Apr 04 00:57:44 arch systemd[1]: Unnecessary job for /dev/dri/card0 was removed.
Apr 04 00:57:44 arch systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Apr 04 00:57:44 arch systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 04 00:57:44 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:44 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:44 arch systemd[1]: Stopped Simple Desktop Display Manager.
Apr 04 00:57:44 arch systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Apr 04 00:57:44 arch systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 04 00:57:44 arch systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 04 00:57:44 arch kernel: audit: type=1130 audit(1585954664.672:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:44 arch kernel: audit: type=1131 audit(1585954664.672:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:44 arch systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 04 00:57:44 arch systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 04 00:57:44 arch systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 04 00:57:44 arch systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 04 00:57:44 arch systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 04 00:57:44 arch systemd[1]: Started Simple Desktop Display Manager.
Apr 04 00:57:44 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:44 arch kernel: audit: type=1130 audit(1585954664.679:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:44 arch sddm[518]: Initializing...
Apr 04 00:57:44 arch sddm[518]: Starting...
Apr 04 00:57:44 arch sddm[518]: Logind interface found
Apr 04 00:57:44 arch sddm[518]: Adding new display on vt 1 ...
Apr 04 00:57:44 arch sddm[518]: Loading theme configuration from ""
Apr 04 00:57:44 arch sddm[518]: Display server starting...
Apr 04 00:57:44 arch sddm[518]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{97d11245-b1aa-4d06-9600-95976e846c42} -background none -noreset -displayfd 17 -seat seat0 vt1
Apr 04 00:57:44 arch sddm[518]: Failed to read display number from pipe
Apr 04 00:57:44 arch audit[518]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 pid=518 comm="sddm" exe="/usr/bin/sddm" sig=6 res=1
Apr 04 00:57:44 arch kernel: audit: type=1701 audit(1585954664.805:41): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=518 comm="sddm" exe="/usr/bin/sddm" sig=6 res=1
Apr 04 00:57:44 arch sddm[518]: Display server failed to start. Exiting
Apr 04 00:57:44 arch systemd[1]: Started Process Core Dump (PID 525/UID 0).
Apr 04 00:57:44 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-525-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:44 arch kernel: audit: type=1130 audit(1585954664.822:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-525-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:45 arch systemd[1]: sddm.service: Main process exited, code=dumped, status=6/ABRT
Apr 04 00:57:45 arch systemd[1]: sddm.service: Failed with result 'core-dump'.
Apr 04 00:57:45 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 04 00:57:45 arch systemd-coredump[528]: Process 518 (sddm) of user 0 dumped core.
Stack trace of thread 518:
#0 0x00007f141062ace5 raise (libc.so.6 + 0x3bce5)
#1 0x00007f1410614857 abort (libc.so.6 + 0x25857)
#2 0x00007f1410a48938 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x8e938)
#3 0x000055ddfec92fff n/a (sddm + 0x28fff)
#4 0x000055ddfecd74df _ZN4SDDM4Seat13createDisplayEi (sddm + 0x6d4df)
#5 0x000055ddfecd76f1 _ZN4SDDM4SeatC2ERK7QStringP7QObject (sddm + 0x6d6f1)
#6 0x000055ddfecd9451 _ZN4SDDM11SeatManager10createSeatERK7QString (sddm + 0x6f451)
#7 0x000055ddfecda2b3 n/a (sddm + 0x702b3)
#8 0x00007f1410c94cde n/a (libQt5Core.so.5 + 0x2dacde)
#9 0x000055ddfecd84f0 _ZN4SDDM10LogindSeat19canGraphicalChangedEb (sddm + 0x6e4f0)
#10 0x000055ddfecd87ff n/a (sddm + 0x6e7ff)
#11 0x00007f1410c94cde n/a (libQt5Core.so.5 + 0x2dacde)
#12 0x00007f1411657de0 _ZN23QDBusPendingCallWatcher8finishedEPS_ (libQt5DBus.so.5 + 0x79de0)
#13 0x00007f1411657ee1 n/a (libQt5DBus.so.5 + 0x79ee1)
#14 0x00007f1410c8cada _ZN7QObject5eventEP6QEvent (libQt5Core.so.5 + 0x2d2ada)
#15 0x00007f1410c5f4d0 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5 + 0x2a54d0)
#16 0x00007f1410c61d56 _ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData (libQt5Core.so.5 + 0x2a7d56)
#17 0x00007f1410cb8244 n/a (libQt5Core.so.5 + 0x2fe244)
#18 0x00007f140f8119be g_main_context_dispatch (libglib-2.0.so.0 + 0x6b9be)
#19 0x00007f140f813831 n/a (libglib-2.0.so.0 + 0x6d831)
#20 0x00007f140f813871 g_main_context_iteration (libglib-2.0.so.0 + 0x6d871)
#21 0x00007f1410cb7890 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fd890)
#22 0x00007f1410c5e05c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a405c)
#23 0x00007f1410c66066 _ZN16QCoreApplication4execEv (libQt5Core.so.5 + 0x2ac066)
#24 0x000055ddfec967e1 main (sddm + 0x2c7e1)
#25 0x00007f1410616023 __libc_start_main (libc.so.6 + 0x27023)
#26 0x000055ddfec96aee _start (sddm + 0x2caee)
Stack trace of thread 519:
#0 0x00007f14106e3abf __poll (libc.so.6 + 0xf4abf)
#1 0x00007f140f8137a0 n/a (libglib-2.0.so.0 + 0x6d7a0)
#2 0x00007f140f813871 g_main_context_iteration (libglib-2.0.so.0 + 0x6d871)
#3 0x00007f1410cb7890 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fd890)
#4 0x00007f1410c5e05c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a405c)
#5 0x00007f1410a82c62 _ZN7QThread4execEv (libQt5Core.so.5 + 0xc8c62)
#6 0x00007f14115f3b28 n/a (libQt5DBus.so.5 + 0x15b28)
#7 0x00007f1410a83dd6 n/a (libQt5Core.so.5 + 0xc9dd6)
#8 0x00007f14105d646f start_thread (libpthread.so.0 + 0x946f)
#9 0x00007f14106ee3d3 __clone (libc.so.6 + 0xff3d3)
Apr 04 00:57:45 arch systemd[1]: systemd-coredump@1-525-0.service: Succeeded.
Apr 04 00:57:45 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-525-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:45 arch systemd[1]: sddm.service: Scheduled restart job, restart counter is at 2.
Apr 04 00:57:45 arch systemd[1]: Unnecessary job for /dev/dri/card0 was removed.
Apr 04 00:57:45 arch systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Apr 04 00:57:45 arch systemd[1]: Stopped Simple Desktop Display Manager.
Apr 04 00:57:45 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:45 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:45 arch systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Apr 04 00:57:45 arch systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 04 00:57:45 arch systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 04 00:57:45 arch systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 04 00:57:45 arch systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 04 00:57:45 arch systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 04 00:57:45 arch systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 04 00:57:45 arch systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 04 00:57:45 arch systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 04 00:57:45 arch systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 04 00:57:45 arch systemd[1]: Started Simple Desktop Display Manager.
Apr 04 00:57:45 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:45 arch sddm[533]: Initializing...
Apr 04 00:57:45 arch sddm[533]: Starting...
Apr 04 00:57:45 arch sddm[533]: Logind interface found
Apr 04 00:57:45 arch sddm[533]: Adding new display on vt 1 ...
Apr 04 00:57:45 arch sddm[533]: Loading theme configuration from ""
Apr 04 00:57:45 arch sddm[533]: Display server starting...
Apr 04 00:57:45 arch sddm[533]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{51036ab2-7ec3-4cea-9ed9-20305c500e86} -background none -noreset -displayfd 17 -seat seat0 vt1
Apr 04 00:57:45 arch sddm[533]: Failed to read display number from pipe
Apr 04 00:57:45 arch audit[533]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 pid=533 comm="sddm" exe="/usr/bin/sddm" sig=6 res=1
Apr 04 00:57:45 arch sddm[533]: Display server failed to start. Exiting
Apr 04 00:57:45 arch systemd[1]: Started Process Core Dump (PID 540/UID 0).
Apr 04 00:57:45 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-540-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:45 arch systemd[1]: sddm.service: Main process exited, code=dumped, status=6/ABRT
Apr 04 00:57:45 arch systemd[1]: sddm.service: Failed with result 'core-dump'.
Apr 04 00:57:45 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 04 00:57:45 arch systemd-coredump[543]: Process 533 (sddm) of user 0 dumped core.
Stack trace of thread 533:
#0 0x00007f6d430ddce5 raise (libc.so.6 + 0x3bce5)
#1 0x00007f6d430c7857 abort (libc.so.6 + 0x25857)
#2 0x00007f6d434fb938 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x8e938)
#3 0x000055a874100fff n/a (sddm + 0x28fff)
#4 0x000055a8741454df _ZN4SDDM4Seat13createDisplayEi (sddm + 0x6d4df)
#5 0x000055a8741456f1 _ZN4SDDM4SeatC2ERK7QStringP7QObject (sddm + 0x6d6f1)
#6 0x000055a874147451 _ZN4SDDM11SeatManager10createSeatERK7QString (sddm + 0x6f451)
#7 0x000055a8741482b3 n/a (sddm + 0x702b3)
#8 0x00007f6d43747cde n/a (libQt5Core.so.5 + 0x2dacde)
#9 0x000055a8741464f0 _ZN4SDDM10LogindSeat19canGraphicalChangedEb (sddm + 0x6e4f0)
#10 0x000055a8741467ff n/a (sddm + 0x6e7ff)
#11 0x00007f6d43747cde n/a (libQt5Core.so.5 + 0x2dacde)
#12 0x00007f6d4410ade0 _ZN23QDBusPendingCallWatcher8finishedEPS_ (libQt5DBus.so.5 + 0x79de0)
#13 0x00007f6d4410aee1 n/a (libQt5DBus.so.5 + 0x79ee1)
#14 0x00007f6d4373fada _ZN7QObject5eventEP6QEvent (libQt5Core.so.5 + 0x2d2ada)
#15 0x00007f6d437124d0 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5 + 0x2a54d0)
#16 0x00007f6d43714d56 _ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData (libQt5Core.so.5 + 0x2a7d56)
#17 0x00007f6d4376b244 n/a (libQt5Core.so.5 + 0x2fe244)
#18 0x00007f6d422c49be g_main_context_dispatch (libglib-2.0.so.0 + 0x6b9be)
#19 0x00007f6d422c6831 n/a (libglib-2.0.so.0 + 0x6d831)
#20 0x00007f6d422c6871 g_main_context_iteration (libglib-2.0.so.0 + 0x6d871)
#21 0x00007f6d4376a890 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fd890)
#22 0x00007f6d4371105c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a405c)
#23 0x00007f6d43719066 _ZN16QCoreApplication4execEv (libQt5Core.so.5 + 0x2ac066)
#24 0x000055a8741047e1 main (sddm + 0x2c7e1)
#25 0x00007f6d430c9023 __libc_start_main (libc.so.6 + 0x27023)
#26 0x000055a874104aee _start (sddm + 0x2caee)
Stack trace of thread 534:
#0 0x00007f6d43196abf __poll (libc.so.6 + 0xf4abf)
#1 0x00007f6d422c67a0 n/a (libglib-2.0.so.0 + 0x6d7a0)
#2 0x00007f6d422c6871 g_main_context_iteration (libglib-2.0.so.0 + 0x6d871)
#3 0x00007f6d4376a890 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fd890)
#4 0x00007f6d4371105c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a405c)
#5 0x00007f6d43535c62 _ZN7QThread4execEv (libQt5Core.so.5 + 0xc8c62)
#6 0x00007f6d440a6b28 n/a (libQt5DBus.so.5 + 0x15b28)
#7 0x00007f6d43536dd6 n/a (libQt5Core.so.5 + 0xc9dd6)
#8 0x00007f6d4308946f start_thread (libpthread.so.0 + 0x946f)
#9 0x00007f6d431a13d3 __clone (libc.so.6 + 0xff3d3)
Apr 04 00:57:45 arch systemd[1]: systemd-coredump@2-540-0.service: Succeeded.
Apr 04 00:57:45 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-540-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:46 arch systemd[1]: sddm.service: Scheduled restart job, restart counter is at 3.
Apr 04 00:57:46 arch systemd[1]: Unnecessary job for /dev/dri/card0 was removed.
Apr 04 00:57:46 arch systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Apr 04 00:57:46 arch systemd[1]: Stopped Simple Desktop Display Manager.
Apr 04 00:57:46 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:46 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:46 arch systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Apr 04 00:57:46 arch systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 04 00:57:46 arch systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 04 00:57:46 arch systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 04 00:57:46 arch systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 04 00:57:46 arch systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 04 00:57:46 arch systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 04 00:57:46 arch systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 04 00:57:46 arch systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 04 00:57:46 arch systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 04 00:57:46 arch systemd[1]: Started Simple Desktop Display Manager.
Apr 04 00:57:46 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:46 arch sddm[548]: Initializing...
Apr 04 00:57:46 arch sddm[548]: Starting...
Apr 04 00:57:46 arch sddm[548]: Logind interface found
Apr 04 00:57:46 arch sddm[548]: Adding new display on vt 1 ...
Apr 04 00:57:46 arch sddm[548]: Loading theme configuration from ""
Apr 04 00:57:46 arch sddm[548]: Display server starting...
Apr 04 00:57:46 arch sddm[548]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{f0af3291-d0da-4eef-9de3-dd437452a0bb} -background none -noreset -displayfd 17 -seat seat0 vt1
Apr 04 00:57:46 arch sddm[548]: Failed to read display number from pipe
Apr 04 00:57:46 arch audit[548]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 pid=548 comm="sddm" exe="/usr/bin/sddm" sig=6 res=1
Apr 04 00:57:46 arch sddm[548]: Display server failed to start. Exiting
Apr 04 00:57:46 arch systemd[1]: Started Process Core Dump (PID 555/UID 0).
Apr 04 00:57:46 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-555-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:46 arch systemd[1]: sddm.service: Main process exited, code=dumped, status=6/ABRT
Apr 04 00:57:46 arch systemd[1]: sddm.service: Failed with result 'core-dump'.
Apr 04 00:57:46 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 04 00:57:46 arch systemd-coredump[558]: Process 548 (sddm) of user 0 dumped core.
Stack trace of thread 548:
#0 0x00007f9ce0c56ce5 raise (libc.so.6 + 0x3bce5)
#1 0x00007f9ce0c40857 abort (libc.so.6 + 0x25857)
#2 0x00007f9ce1074938 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x8e938)
#3 0x000055fbedc20fff n/a (sddm + 0x28fff)
#4 0x000055fbedc654df _ZN4SDDM4Seat13createDisplayEi (sddm + 0x6d4df)
#5 0x000055fbedc656f1 _ZN4SDDM4SeatC2ERK7QStringP7QObject (sddm + 0x6d6f1)
#6 0x000055fbedc67451 _ZN4SDDM11SeatManager10createSeatERK7QString (sddm + 0x6f451)
#7 0x000055fbedc682b3 n/a (sddm + 0x702b3)
#8 0x00007f9ce12c0cde n/a (libQt5Core.so.5 + 0x2dacde)
#9 0x000055fbedc664f0 _ZN4SDDM10LogindSeat19canGraphicalChangedEb (sddm + 0x6e4f0)
#10 0x000055fbedc667ff n/a (sddm + 0x6e7ff)
#11 0x00007f9ce12c0cde n/a (libQt5Core.so.5 + 0x2dacde)
#12 0x00007f9ce1c83de0 _ZN23QDBusPendingCallWatcher8finishedEPS_ (libQt5DBus.so.5 + 0x79de0)
#13 0x00007f9ce1c83ee1 n/a (libQt5DBus.so.5 + 0x79ee1)
#14 0x00007f9ce12b8ada _ZN7QObject5eventEP6QEvent (libQt5Core.so.5 + 0x2d2ada)
#15 0x00007f9ce128b4d0 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5 + 0x2a54d0)
#16 0x00007f9ce128dd56 _ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData (libQt5Core.so.5 + 0x2a7d56)
#17 0x00007f9ce12e4244 n/a (libQt5Core.so.5 + 0x2fe244)
#18 0x00007f9cdfe3d9be g_main_context_dispatch (libglib-2.0.so.0 + 0x6b9be)
#19 0x00007f9cdfe3f831 n/a (libglib-2.0.so.0 + 0x6d831)
#20 0x00007f9cdfe3f871 g_main_context_iteration (libglib-2.0.so.0 + 0x6d871)
#21 0x00007f9ce12e3890 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fd890)
#22 0x00007f9ce128a05c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a405c)
#23 0x00007f9ce1292066 _ZN16QCoreApplication4execEv (libQt5Core.so.5 + 0x2ac066)
#24 0x000055fbedc247e1 main (sddm + 0x2c7e1)
#25 0x00007f9ce0c42023 __libc_start_main (libc.so.6 + 0x27023)
#26 0x000055fbedc24aee _start (sddm + 0x2caee)
Stack trace of thread 549:
#0 0x00007f9ce0d0fabf __poll (libc.so.6 + 0xf4abf)
#1 0x00007f9cdfe3f7a0 n/a (libglib-2.0.so.0 + 0x6d7a0)
#2 0x00007f9cdfe3f871 g_main_context_iteration (libglib-2.0.so.0 + 0x6d871)
#3 0x00007f9ce12e3890 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fd890)
#4 0x00007f9ce128a05c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a405c)
#5 0x00007f9ce10aec62 _ZN7QThread4execEv (libQt5Core.so.5 + 0xc8c62)
#6 0x00007f9ce1c1fb28 n/a (libQt5DBus.so.5 + 0x15b28)
#7 0x00007f9ce10afdd6 n/a (libQt5Core.so.5 + 0xc9dd6)
#8 0x00007f9ce0c0246f start_thread (libpthread.so.0 + 0x946f)
#9 0x00007f9ce0d1a3d3 __clone (libc.so.6 + 0xff3d3)
Apr 04 00:57:46 arch systemd[1]: systemd-coredump@3-555-0.service: Succeeded.
Apr 04 00:57:46 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-555-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:46 arch systemd[1]: sddm.service: Scheduled restart job, restart counter is at 4.
Apr 04 00:57:46 arch systemd[1]: Unnecessary job for /dev/dri/card0 was removed.
Apr 04 00:57:46 arch systemd[1]: Stopped Simple Desktop Display Manager.
Apr 04 00:57:46 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:46 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:46 arch systemd[1]: Started Simple Desktop Display Manager.
Apr 04 00:57:46 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:46 arch sddm[563]: Initializing...
Apr 04 00:57:46 arch sddm[563]: Starting...
Apr 04 00:57:46 arch sddm[563]: Logind interface found
Apr 04 00:57:46 arch sddm[563]: Adding new display on vt 1 ...
Apr 04 00:57:46 arch sddm[563]: Loading theme configuration from ""
Apr 04 00:57:46 arch sddm[563]: Display server starting...
Apr 04 00:57:46 arch sddm[563]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{6425f168-07f1-4bef-b9d2-b67e6f636a00} -background none -noreset -displayfd 17 -seat seat0 vt1
Apr 04 00:57:47 arch sddm[563]: Failed to read display number from pipe
Apr 04 00:57:47 arch audit[563]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 pid=563 comm="sddm" exe="/usr/bin/sddm" sig=6 res=1
Apr 04 00:57:47 arch sddm[563]: Display server failed to start. Exiting
Apr 04 00:57:47 arch systemd[1]: Started Process Core Dump (PID 570/UID 0).
Apr 04 00:57:47 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@4-570-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:47 arch systemd[1]: sddm.service: Main process exited, code=dumped, status=6/ABRT
Apr 04 00:57:47 arch systemd[1]: sddm.service: Failed with result 'core-dump'.
Apr 04 00:57:47 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 04 00:57:47 arch systemd-coredump[573]: Process 563 (sddm) of user 0 dumped core.
Stack trace of thread 563:
#0 0x00007f502b529ce5 raise (libc.so.6 + 0x3bce5)
#1 0x00007f502b513857 abort (libc.so.6 + 0x25857)
#2 0x00007f502b947938 _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x8e938)
#3 0x000055c066c64fff n/a (sddm + 0x28fff)
#4 0x000055c066ca94df _ZN4SDDM4Seat13createDisplayEi (sddm + 0x6d4df)
#5 0x000055c066ca96f1 _ZN4SDDM4SeatC2ERK7QStringP7QObject (sddm + 0x6d6f1)
#6 0x000055c066cab451 _ZN4SDDM11SeatManager10createSeatERK7QString (sddm + 0x6f451)
#7 0x000055c066cac2b3 n/a (sddm + 0x702b3)
#8 0x00007f502bb93cde n/a (libQt5Core.so.5 + 0x2dacde)
#9 0x000055c066caa4f0 _ZN4SDDM10LogindSeat19canGraphicalChangedEb (sddm + 0x6e4f0)
#10 0x000055c066caa7ff n/a (sddm + 0x6e7ff)
#11 0x00007f502bb93cde n/a (libQt5Core.so.5 + 0x2dacde)
#12 0x00007f502c556de0 _ZN23QDBusPendingCallWatcher8finishedEPS_ (libQt5DBus.so.5 + 0x79de0)
#13 0x00007f502c556ee1 n/a (libQt5DBus.so.5 + 0x79ee1)
#14 0x00007f502bb8bada _ZN7QObject5eventEP6QEvent (libQt5Core.so.5 + 0x2d2ada)
#15 0x00007f502bb5e4d0 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5 + 0x2a54d0)
#16 0x00007f502bb60d56 _ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData (libQt5Core.so.5 + 0x2a7d56)
#17 0x00007f502bbb7244 n/a (libQt5Core.so.5 + 0x2fe244)
#18 0x00007f502a7109be g_main_context_dispatch (libglib-2.0.so.0 + 0x6b9be)
#19 0x00007f502a712831 n/a (libglib-2.0.so.0 + 0x6d831)
#20 0x00007f502a712871 g_main_context_iteration (libglib-2.0.so.0 + 0x6d871)
#21 0x00007f502bbb6890 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fd890)
#22 0x00007f502bb5d05c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a405c)
#23 0x00007f502bb65066 _ZN16QCoreApplication4execEv (libQt5Core.so.5 + 0x2ac066)
#24 0x000055c066c687e1 main (sddm + 0x2c7e1)
#25 0x00007f502b515023 __libc_start_main (libc.so.6 + 0x27023)
#26 0x000055c066c68aee _start (sddm + 0x2caee)
Stack trace of thread 564:
#0 0x00007f502b5e2abf __poll (libc.so.6 + 0xf4abf)
#1 0x00007f502a7127a0 n/a (libglib-2.0.so.0 + 0x6d7a0)
#2 0x00007f502a712871 g_main_context_iteration (libglib-2.0.so.0 + 0x6d871)
#3 0x00007f502bbb6890 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2fd890)
#4 0x00007f502bb5d05c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2a405c)
#5 0x00007f502b981c62 _ZN7QThread4execEv (libQt5Core.so.5 + 0xc8c62)
#6 0x00007f502c4f2b28 n/a (libQt5DBus.so.5 + 0x15b28)
#7 0x00007f502b982dd6 n/a (libQt5Core.so.5 + 0xc9dd6)
#8 0x00007f502b4d546f start_thread (libpthread.so.0 + 0x946f)
#9 0x00007f502b5ed3d3 __clone (libc.so.6 + 0xff3d3)
Apr 04 00:57:47 arch systemd[1]: systemd-coredump@4-570-0.service: Succeeded.
Apr 04 00:57:47 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@4-570-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:47 arch systemd[1]: sddm.service: Scheduled restart job, restart counter is at 5.
Apr 04 00:57:47 arch systemd[1]: Unnecessary job for /dev/dri/card0 was removed.
Apr 04 00:57:47 arch systemd[1]: Stopped Simple Desktop Display Manager.
Apr 04 00:57:47 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:47 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 00:57:47 arch systemd[1]: sddm.service: Start request repeated too quickly.
Apr 04 00:57:47 arch systemd[1]: sddm.service: Failed with result 'core-dump'.
Apr 04 00:57:47 arch systemd[1]: Failed to start Simple Desktop Display Manager.
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9435] dhcp4 (enp4s0u1): option dhcp_lease_time => '600'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9436] dhcp4 (enp4s0u1): option domain_name_servers => '192.168.88.247 1.1.1.1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9437] dhcp4 (enp4s0u1): option expiry => '1585955478'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9437] dhcp4 (enp4s0u1): option ip_address => '192.168.88.22'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9438] dhcp4 (enp4s0u1): option next_server => '192.168.88.1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9438] dhcp4 (enp4s0u1): option requested_broadcast_address => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9439] dhcp4 (enp4s0u1): option requested_domain_name => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9439] dhcp4 (enp4s0u1): option requested_domain_name_servers => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9440] dhcp4 (enp4s0u1): option requested_domain_search => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9440] dhcp4 (enp4s0u1): option requested_host_name => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9441] dhcp4 (enp4s0u1): option requested_interface_mtu => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9441] dhcp4 (enp4s0u1): option requested_ms_classless_static_routes => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9442] dhcp4 (enp4s0u1): option requested_nis_domain => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9442] dhcp4 (enp4s0u1): option requested_nis_servers => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9443] dhcp4 (enp4s0u1): option requested_ntp_servers => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9443] dhcp4 (enp4s0u1): option requested_rfc3442_classless_static_routes => '1'
Apr 04 01:01:18 arch dbus-daemon[366]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.1' (uid=0 pid=367 comm="/usr/bin/NetworkManager --no-daemon ")
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9444] dhcp4 (enp4s0u1): option requested_root_path => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9444] dhcp4 (enp4s0u1): option requested_routers => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9445] dhcp4 (enp4s0u1): option requested_static_routes => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9445] dhcp4 (enp4s0u1): option requested_subnet_mask => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9446] dhcp4 (enp4s0u1): option requested_time_offset => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9446] dhcp4 (enp4s0u1): option requested_wpad => '1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9447] dhcp4 (enp4s0u1): option routers => '192.168.88.1'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9447] dhcp4 (enp4s0u1): option subnet_mask => '255.255.255.0'
Apr 04 01:01:18 arch NetworkManager[367]: <info> [1585954878.9448] dhcp4 (enp4s0u1): state changed bound -> extended
Apr 04 01:01:18 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Apr 04 01:01:18 arch dbus-daemon[366]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Apr 04 01:01:18 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Apr 04 01:01:18 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:01:18 arch kernel: kauditd_printk_skb: 25 callbacks suppressed
Apr 04 01:01:18 arch kernel: audit: type=1130 audit(1585954878.955:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:01:28 arch systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Apr 04 01:01:28 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:01:28 arch kernel: audit: type=1131 audit(1585954888.762:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:02:01 arch NetworkManager[367]: <info> [1585954921.8014] device (wlp3s0): set-hw-addr: set MAC address to 56:CB:19:A1:D3:02 (scanning)
Apr 04 01:02:01 arch kernel: iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
Apr 04 01:02:02 arch kernel: iwlwifi 0000:03:00.0: Radio type=0x1-0x2-0x0
Apr 04 01:02:02 arch NetworkManager[367]: <info> [1585954922.2573] device (wlp3s0): supplicant interface state: ready -> disconnected
Apr 04 01:02:02 arch NetworkManager[367]: <info> [1585954922.2627] device (wlp3s0): supplicant interface state: disconnected -> inactive
Apr 04 01:02:02 arch wpa_supplicant[471]: wlp3s0: Reject scan trigger since one is already pending
Apr 04 01:03:10 arch systemd-logind[369]: Power key pressed.
Apr 04 01:03:10 arch systemd-logind[369]: Powering Off...
Apr 04 01:03:10 arch systemd-logind[369]: System is powering down.
Apr 04 01:03:10 arch systemd[1]: Removed slice system-getty.slice.
Apr 04 01:03:10 arch systemd[1]: Removed slice system-modprobe.slice.
Apr 04 01:03:10 arch systemd[1]: Removed slice system-systemd\x2dcoredump.slice.
Apr 04 01:03:10 arch systemd[1]: Stopped target Bluetooth.
Apr 04 01:03:10 arch systemd[1]: Stopped target Graphical Interface.
Apr 04 01:03:10 arch systemd[1]: Stopped target Multi-User System.
Apr 04 01:03:10 arch systemd[1]: Stopped target Login Prompts.
Apr 04 01:03:10 arch systemd[1]: Stopped target Sound Card.
Apr 04 01:03:10 arch systemd[1]: Stopped target Timers.
Apr 04 01:03:10 arch systemd[1]: man-db.timer: Succeeded.
Apr 04 01:03:10 arch systemd[1]: Stopped Daily man-db regeneration.
Apr 04 01:03:10 arch systemd[1]: shadow.timer: Succeeded.
Apr 04 01:03:10 arch systemd[1]: Stopped Daily verification of password and group files.
Apr 04 01:03:10 arch systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
Apr 04 01:03:10 arch systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Apr 04 01:03:10 arch systemd[1]: lvm2-lvmpolld.socket: Succeeded.
Apr 04 01:03:10 arch systemd[1]: Closed LVM2 poll daemon socket.
Apr 04 01:03:10 arch systemd[1]: systemd-rfkill.socket: Succeeded.
Apr 04 01:03:10 arch bluetoothd[404]: Terminating
Apr 04 01:03:10 arch systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Apr 04 01:03:10 arch systemd[1]: Stopping Bluetooth service...
Apr 04 01:03:10 arch systemd[1]: Starting Generate shutdown-ramfs...
Apr 04 01:03:10 arch systemd[1]: Stopped target Network is Online.
Apr 04 01:03:10 arch systemd[1]: NetworkManager-wait-online.service: Succeeded.
Apr 04 01:03:10 arch systemd[1]: Stopped Network Manager Wait Online.
Apr 04 01:03:10 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:10 arch sshd[376]: Received signal 15; terminating.
Apr 04 01:03:10 arch systemd[1]: Stopping OpenSSH Daemon...
Apr 04 01:03:10 arch systemd[1]: Stopping Login Service...
Apr 04 01:03:10 arch kernel: audit: type=1131 audit(1585954990.832:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:10 arch systemd[1]: Stopping Load/Save Random Seed...
Apr 04 01:03:10 arch systemd[1]: Stopping Permit User Sessions...
Apr 04 01:03:10 arch bluetoothd[404]: Stopping SDP server
Apr 04 01:03:10 arch bluetoothd[404]: Exit
Apr 04 01:03:10 arch systemd[1]: sshd.service: Succeeded.
Apr 04 01:03:10 arch systemd[1]: Stopped OpenSSH Daemon.
Apr 04 01:03:10 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:10 arch kernel: audit: type=1131 audit(1585954990.839:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:10 arch systemd[1]: bluetooth.service: Succeeded.
Apr 04 01:03:10 arch systemd[1]: Stopped Bluetooth service.
Apr 04 01:03:10 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:10 arch kernel: audit: type=1131 audit(1585954990.842:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:10 arch kernel: audit: type=1131 audit(1585954990.845:73): 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'
Apr 04 01:03:10 arch audit[1]: SERVICE_STOP 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'
Apr 04 01:03:10 arch systemd[1]: systemd-random-seed.service: Succeeded.
Apr 04 01:03:10 arch systemd[1]: Stopped Load/Save Random Seed.
Apr 04 01:03:10 arch systemd[1]: systemd-user-sessions.service: Succeeded.
Apr 04 01:03:10 arch systemd[1]: Stopped Permit User Sessions.
Apr 04 01:03:10 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:10 arch systemd[1]: Stopped target Network.
Apr 04 01:03:10 arch systemd[1]: Stopped target Remote File Systems.
Apr 04 01:03:10 arch systemd[1]: Stopping Network Manager...
Apr 04 01:03:10 arch systemd[1]: Stopping WPA supplicant...
Apr 04 01:03:10 arch NetworkManager[367]: <info> [1585954990.8575] caught SIGTERM, shutting down normally.
Apr 04 01:03:10 arch kernel: audit: type=1131 audit(1585954990.852:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:10 arch NetworkManager[367]: <info> [1585954990.8591] dhcp4 (enp4s0u1): canceled DHCP transaction
Apr 04 01:03:10 arch NetworkManager[367]: <info> [1585954990.8591] dhcp4 (enp4s0u1): state changed extended -> done
Apr 04 01:03:10 arch NetworkManager[367]: <info> [1585954990.8592] device (enp4s0u1): DHCPv4: trying to acquire a new lease within 90 seconds
Apr 04 01:03:10 arch NetworkManager[367]: <info> [1585954990.8598] manager: NetworkManager state is now CONNECTED_SITE
Apr 04 01:03:10 arch dbus-daemon[366]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.1' (uid=0 pid=367 comm="/usr/bin/NetworkManager --no-daemon ")
Apr 04 01:03:10 arch dbus-daemon[366]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Apr 04 01:03:10 arch dbus-daemon[366]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.1' (uid=0 pid=367 comm="/usr/bin/NetworkManager --no-daemon ")
Apr 04 01:03:10 arch dbus-daemon[366]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Apr 04 01:03:10 arch NetworkManager[367]: <info> [1585954990.8696] exiting (success)
Apr 04 01:03:10 arch systemd[1]: NetworkManager.service: Succeeded.
Apr 04 01:03:10 arch systemd[1]: Stopped Network Manager.
Apr 04 01:03:10 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:10 arch mkinitcpio[596]: ==> Starting build: none
Apr 04 01:03:10 arch kernel: audit: type=1131 audit(1585954990.875:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:10 arch mkinitcpio[596]: -> Running build hook: [sd-shutdown]
Apr 04 01:03:10 arch wpa_supplicant[471]: nl80211: deinit ifname=wlp3s0 disabled_11b_rates=0
Apr 04 01:03:10 arch wpa_supplicant[471]: wlp3s0: CTRL-EVENT-TERMINATING
Apr 04 01:03:10 arch systemd[1]: wpa_supplicant.service: Succeeded.
Apr 04 01:03:10 arch systemd[1]: Stopped WPA supplicant.
Apr 04 01:03:10 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:10 arch kernel: audit: type=1131 audit(1585954990.895:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:10 arch systemd[1]: Stopping D-Bus System Message Bus...
Apr 04 01:03:10 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:10 arch systemd[1]: dbus.service: Succeeded.
Apr 04 01:03:10 arch systemd[1]: Stopped D-Bus System Message Bus.
Apr 04 01:03:10 arch kernel: audit: type=1131 audit(1585954990.905:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch systemd[1]: systemd-logind.service: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Stopped Login Service.
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch systemd[1]: Stopped target Basic System.
Apr 04 01:03:11 arch systemd[1]: Stopped target Paths.
Apr 04 01:03:11 arch systemd[1]: Stopped target Slices.
Apr 04 01:03:11 arch kernel: audit: type=1131 audit(1585954991.035:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch systemd[1]: Removed slice User and Session Slice.
Apr 04 01:03:11 arch systemd[1]: Stopped target Sockets.
Apr 04 01:03:11 arch systemd[1]: dbus.socket: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Closed D-Bus System Message Bus Socket.
Apr 04 01:03:11 arch systemd[1]: Stopped target System Initialization.
Apr 04 01:03:11 arch systemd[1]: Stopped target Local Encrypted Volumes.
Apr 04 01:03:11 arch systemd[1]: systemd-ask-password-console.path: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Apr 04 01:03:11 arch systemd[1]: systemd-ask-password-wall.path: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Apr 04 01:03:11 arch systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Apr 04 01:03:11 arch systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Apr 04 01:03:11 arch kernel: audit: type=1131 audit(1585954991.049:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP 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'
Apr 04 01:03:11 arch systemd[1]: Stopping Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight...
Apr 04 01:03:11 arch systemd[1]: systemd-sysctl.service: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Stopped Apply Kernel Variables.
Apr 04 01:03:11 arch systemd[1]: systemd-modules-load.service: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Stopped Load Kernel Modules.
Apr 04 01:03:11 arch systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Apr 04 01:03:11 arch systemd[1]: systemd-backlight@backlight:acpi_video0.service: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch systemd[1]: systemd-backlight@backlight:intel_backlight.service: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch audit[692]: SYSTEM_SHUTDOWN pid=692 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch systemd[1]: systemd-backlight@leds:dell::kbd_backlight.service: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Stopped Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight.
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:dell::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch systemd[1]: Removed slice system-systemd\x2dbacklight.slice.
Apr 04 01:03:11 arch systemd[1]: systemd-update-utmp.service: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch systemd[1]: systemd-tmpfiles-setup.service: Succeeded.
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch systemd[1]: Stopped Create Volatile Files and Directories.
Apr 04 01:03:11 arch systemd[1]: Stopped target Local File Systems.
Apr 04 01:03:11 arch systemd[1]: Unmounting /boot...
Apr 04 01:03:11 arch systemd[1]: Unmounting /home...
Apr 04 01:03:11 arch systemd[1]: Unmounting Temporary Directory (/tmp)...
Apr 04 01:03:11 arch systemd[1]: home.mount: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Unmounted /home.
Apr 04 01:03:11 arch systemd[1]: systemd-fsck@dev-disk-by\x2duuid-1ebdef0e\x2d6ffe\x2d40d0\x2d96d8\x2d80ce37c681fb.service: Succeeded.
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-1ebdef0e\x2d6ffe\x2d40d0\x2d96d8\x2d80ce37c681fb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch systemd[1]: Stopped File System Check on /dev/disk/by-uuid/1ebdef0e-6ffe-40d0-96d8-80ce37c681fb.
Apr 04 01:03:11 arch systemd[1]: boot.mount: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Unmounted /boot.
Apr 04 01:03:11 arch systemd[1]: tmp.mount: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Unmounted Temporary Directory (/tmp).
Apr 04 01:03:11 arch systemd[1]: Stopped target Swap.
Apr 04 01:03:11 arch systemd[1]: Deactivating swap /dev/disk/by-id/ata-CT250MX500SSD1_1940E2229568-part3...
Apr 04 01:03:11 arch systemd[1]: systemd-fsck@dev-disk-by\x2duuid-6552dc80\x2df706\x2d4a16\x2d8947\x2d6ec80e268d01.service: Succeeded.
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-6552dc80\x2df706\x2d4a16\x2d8947\x2d6ec80e268d01 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch systemd[1]: Stopped File System Check on /dev/disk/by-uuid/6552dc80-f706-4a16-8947-6ec80e268d01.
Apr 04 01:03:11 arch systemd[1]: Removed slice system-systemd\x2dfsck.slice.
Apr 04 01:03:11 arch systemd[1]: Stopped target Local File Systems (Pre).
Apr 04 01:03:11 arch systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Apr 04 01:03:11 arch systemd[1]: systemd-remount-fs.service: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Stopped Remount Root and Kernel File Systems.
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Stopped Create Static Device Nodes in /dev.
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP 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'
Apr 04 01:03:11 arch mkinitcpio[596]: ==> Build complete.
Apr 04 01:03:11 arch systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Finished Generate shutdown-ramfs.
Apr 04 01:03:11 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch systemd[1]: dev-disk-by\x2dpartuuid-73278712\x2d03.swap: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Deactivated swap /dev/disk/by-partuuid/73278712-03.
Apr 04 01:03:11 arch systemd[1]: dev-disk-by\x2did-wwn\x2d0x500a0751e2229568\x2dpart3.swap: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Deactivated swap /dev/disk/by-id/wwn-0x500a0751e2229568-part3.
Apr 04 01:03:11 arch systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.swap: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part3.
Apr 04 01:03:11 arch systemd[1]: dev-disk-by\x2did-ata\x2dCT250MX500SSD1_1940E2229568\x2dpart3.swap: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Deactivated swap /dev/disk/by-id/ata-CT250MX500SSD1_1940E2229568-part3.
Apr 04 01:03:11 arch systemd[1]: dev-sda3.swap: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Deactivated swap /dev/sda3.
Apr 04 01:03:11 arch systemd[1]: dev-disk-by\x2duuid-2250b70b\x2dba9e\x2d4f17\x2d9ffe\x2ddef18035ddec.swap: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Deactivated swap /dev/disk/by-uuid/2250b70b-ba9e-4f17-9ffe-def18035ddec.
Apr 04 01:03:11 arch systemd[1]: Reached target Unmount All Filesystems.
Apr 04 01:03:11 arch systemd[1]: lvm2-monitor.service: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch systemd[1]: Stopping LVM2 metadata daemon...
Apr 04 01:03:11 arch systemd[1]: lvm2-lvmetad.service: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Stopped LVM2 metadata daemon.
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch systemd[1]: Reached target Shutdown.
Apr 04 01:03:11 arch systemd[1]: Reached target Final Step.
Apr 04 01:03:11 arch systemd[1]: lvm2-lvmetad.socket: Succeeded.
Apr 04 01:03:11 arch systemd[1]: Closed LVM2 metadata daemon socket.
Apr 04 01:03:11 arch systemd[1]: systemd-poweroff.service: Succeeded.
Apr 04 01:03:11 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-poweroff comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-poweroff comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 04 01:03:11 arch systemd[1]: Finished Power-Off.
Apr 04 01:03:11 arch systemd[1]: Reached target Power-Off.
Apr 04 01:03:11 arch systemd[1]: Shutting down.
Apr 04 01:03:11 arch systemd-shutdown[1]: Syncing filesystems and block devices.
Apr 04 01:03:11 arch systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Apr 04 01:03:11 arch systemd-journald[275]: Journal stoppedOffline
It's not attempting to load a kernel module, did you install linux-headers? you need to have them for the dkms rebuild to be working.
And you should remove that autogenerated xorg config file and instead follow: https://wiki.archlinux.org/index.php/NV … phics_only
Last edited by V1del (2020-04-04 15:30:02)
Online
AFAIK he couldn't even install the dkms module without linux-headers, as it's a dependency of the AUR package. Personally I'd start X11 with Intel drivers, then try to modprobe nvidia and see if it fails and why. If it succeeds you could relaunch the xserver with nvidia drivers as a test. Also I was thinking, why not keep intel as the main GPU for X and use Bumblebee for your GPU intensive apps?
Offline
AFAIK he couldn't even install the dkms module without linux-headers, as it's a dependency of the AUR package.
No, it's not?
Offline
Oh, right, I checked wrong. It's optional, my bad.
Offline