Unable to boot Live USB - Intel UHD 630 (only) - HDMI/DPI Signal lost

Hi everyone,

I’ve used a bit of Linux before but I’m quite new to Manjaro. I need help: I’m unable to boot Live USB in order to install Manjaro (KDE Minimal) on my fresh new desktop.

I can reach GRUB but I can’t boot after. Here’s what happened:

  1. Default params I get “No Signal” via HDMI in my monitor. System must be booting but I can’t see. Tried DisplayPort but no sucess
  2. Removing quiet and adding nomodeset or i915.modeset=0 will show verbose but will get stuck at “[OK] Reached Target - Graphical Interface”. I can use Alt+F2 ( - F6) from there.

Used Rufus (3.14 Portable) + Manjaro Minimal KDE (21.0.4) to setup the bootable USB (it automatically fills the settings by default). Secure boot is a bit different to disable, but I tried both with keys set and unset. Tried Linux Universal USB, balenaEtcher and Ventoy but no success.

My system isn’t complete but here’s some info:

  • Motherboard - ASUS PRIME H510M-A
  • CPU (+iGPU) - Intel® i5 10500 (+ Intel® UHD Graphics 630);
  • GPU - N/A as of now;

Can someone help or guide me please?

Thanks for your attention and time

Hello @michaelangello :wink:

That are not much information. If it stopps there, then it could be related to Xorg or Xwayland. Especially if you have a HiDPI Display. Sometimes the detection of the correct resolution and refresh rate just don’t work and ends with a black screen.

Also possible, that the gpu is not ready and the display-manager has tried to start several times and then crashed, because no gpu is available.

The logs at:

cat /var/log/Xorg.0.log

and

journalctl -b0

Could say more.

At least you should able to switch to another TTY with CTRL + ALT + F1/F2/F3/F4/F5/F6/F7, login with manjaro:manjaro and type the commands there.

Hi @megavolt

I was able to successfully extract the info from the commands you ask thru a external drive

cat /var/log/Xorg.0.log

[    34.015] (--) Log file renamed from "/var/log/Xorg.pid-1314.log" to "/var/log/Xorg.0.log"
[    34.015] 
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[    34.015] Build Operating System: Linux Manjaro Linux
[    34.015] Current Operating System: Linux manjaro 5.10.34-1-MANJARO #1 SMP Sun May 2 11:29:56 UTC 2021 x86_64
[    34.015] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-x86_64 lang=en_US keytable=pt tz=UTC misobasedir=manjaro misolabel=MANJARO_KDEM_2104 systemd.show_status=1 apparmor=1 security=apparmor driver=free nomodeset
[    34.015] Build Date: 13 April 2021  04:11:08PM
[    34.015]  
[    34.015] Current version of pixman: 0.40.0
[    34.015] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    34.015] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    34.015] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 30 18:26:46 2021
[    34.015] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    34.015] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    34.015] (==) No Layout section.  Using the first Screen section.
[    34.015] (==) No screen section available. Using defaults.
[    34.015] (**) |-->Screen "Default Screen Section" (0)
[    34.015] (**) |   |-->Monitor "<default monitor>"
[    34.015] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    34.015] (==) Automatically adding devices
[    34.015] (==) Automatically enabling devices
[    34.015] (==) Automatically adding GPU devices
[    34.015] (==) Automatically binding GPU devices
[    34.015] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    34.015] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    34.015] 	Entry deleted from font path.
[    34.015] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    34.015] 	Entry deleted from font path.
[    34.015] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    34.015] 	Entry deleted from font path.
[    34.015] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    34.015] 	Entry deleted from font path.
[    34.015] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[    34.015] (==) ModulePath set to "/usr/lib/xorg/modules"
[    34.015] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    34.015] (II) Module ABI versions:
[    34.015] 	X.Org ANSI C Emulation: 0.4
[    34.015] 	X.Org Video Driver: 24.1
[    34.015] 	X.Org XInput driver : 24.1
[    34.015] 	X.Org Server Extension : 10.0
[    34.016] (++) using VT number 1

[    34.016] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    34.016] (--) PCI:*(0@0:2:0) 8086:9bc8:1043:8694 rev 3, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[    34.016] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    34.016] (II) LoadModule: "glx"
[    34.016] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    34.017] (II) Module glx: vendor="X.Org Foundation"
[    34.017] 	compiled for 1.20.11, module version = 1.0.0
[    34.017] 	ABI class: X.Org Server Extension, version 10.0
[    34.017] (==) Matched intel as autoconfigured driver 0
[    34.017] (==) Matched modesetting as autoconfigured driver 1
[    34.017] (==) Matched fbdev as autoconfigured driver 2
[    34.017] (==) Matched vesa as autoconfigured driver 3
[    34.017] (==) Assigned the driver to the xf86ConfigLayout
[    34.017] (II) LoadModule: "intel"
[    34.017] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    34.017] (II) Module intel: vendor="X.Org Foundation"
[    34.017] 	compiled for 1.20.10, module version = 2.99.917
[    34.017] 	Module class: X.Org Video Driver
[    34.017] 	ABI class: X.Org Video Driver, version 24.1
[    34.017] (II) LoadModule: "modesetting"
[    34.017] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    34.018] (II) Module modesetting: vendor="X.Org Foundation"
[    34.018] 	compiled for 1.20.11, module version = 1.20.11
[    34.018] 	Module class: X.Org Video Driver
[    34.018] 	ABI class: X.Org Video Driver, version 24.1
[    34.018] (II) LoadModule: "fbdev"
[    34.018] (WW) Warning, couldn't open module fbdev
[    34.018] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    34.018] (II) LoadModule: "vesa"
[    34.018] (WW) Warning, couldn't open module vesa
[    34.018] (EE) Failed to load module "vesa" (module does not exist, 0)
[    34.018] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    34.018] (II) intel: Driver for Intel(R) HD Graphics
[    34.018] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    34.018] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    34.018] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    36.034] intel: waited 2020 ms for i915.ko driver to load
[    36.039] (EE) open /dev/dri/card0: No such file or directory
[    36.039] (WW) Falling back to old probe method for modesetting
[    36.039] (EE) open /dev/dri/card0: No such file or directory
[    36.039] (EE) Screen 0 deleted because of no matching config section.
[    36.039] (II) UnloadModule: "modesetting"
[    36.039] (EE) Device(s) detected, but none match those in the config file.
[    36.039] (EE) 
Fatal server error:
[    36.039] (EE) no screens found(EE) 
[    36.039] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    36.039] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    36.039] (EE) 
[    36.045] (EE) Server terminated with error (1). Closing log file.

journalctl -b0

May 30 18:26:25 manjaro kernel: Linux version 5.10.34-1-MANJARO (builduser@LEGION) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP Sun May 2 11:29:56 UTC 2021
May 30 18:26:25 manjaro kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-x86_64 lang=en_US keytable=pt tz=UTC misobasedir=manjaro misolabel=MANJARO_KDEM_2104 systemd.show_status=1 apparmor=1 security=apparmor driver=free nomodeset
May 30 18:26:25 manjaro kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 30 18:26:25 manjaro kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 30 18:26:25 manjaro kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 30 18:26:25 manjaro kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
May 30 18:26:25 manjaro kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
May 30 18:26:25 manjaro kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
May 30 18:26:25 manjaro kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
May 30 18:26:25 manjaro kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
May 30 18:26:25 manjaro kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
May 30 18:26:25 manjaro kernel: BIOS-provided physical RAM map:
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000087883fff] usable
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x0000000087884000-0x0000000087884fff] reserved
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x0000000087885000-0x0000000097d18fff] usable
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x0000000097d19000-0x000000009a218fff] reserved
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x000000009a219000-0x000000009a498fff] ACPI data
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x000000009a499000-0x000000009a5fefff] ACPI NVS
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x000000009a5ff000-0x000000009bdfefff] reserved
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x000000009bdff000-0x000000009befefff] type 20
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x000000009beff000-0x000000009befffff] usable
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x000000009bf00000-0x000000009f7fffff] reserved
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
May 30 18:26:25 manjaro kernel: BIOS-e820: [mem 0x0000000100000000-0x000000025c7fffff] usable
May 30 18:26:25 manjaro kernel: NX (Execute Disable) protection: active
May 30 18:26:25 manjaro kernel: efi: EFI v2.70 by American Megatrends
May 30 18:26:25 manjaro kernel: efi: ACPI=0x9a498000 ACPI 2.0=0x9a498014 SMBIOS=0x9bc61000 SMBIOS 3.0=0x9bc60000 MEMATTR=0x92bf5018 ESRT=0x95e57798 
May 30 18:26:25 manjaro kernel: SMBIOS 3.3.0 present.
May 30 18:26:25 manjaro kernel: DMI: ASUS System Product Name/PRIME H510M-A, BIOS 0820 04/27/2021
May 30 18:26:25 manjaro kernel: tsc: Detected 3100.000 MHz processor
May 30 18:26:25 manjaro kernel: tsc: Detected 3099.999 MHz TSC
May 30 18:26:25 manjaro kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 30 18:26:25 manjaro kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 30 18:26:25 manjaro kernel: last_pfn = 0x25c800 max_arch_pfn = 0x400000000
May 30 18:26:25 manjaro kernel: MTRR default type: write-back
May 30 18:26:25 manjaro kernel: MTRR fixed ranges enabled:
May 30 18:26:25 manjaro kernel:   00000-9FFFF write-back
May 30 18:26:25 manjaro kernel:   A0000-BFFFF uncachable
May 30 18:26:25 manjaro kernel:   C0000-FFFFF write-protect
May 30 18:26:25 manjaro kernel: MTRR variable ranges enabled:
May 30 18:26:25 manjaro kernel:   0 base 00C0000000 mask 7FC0000000 uncachable
May 30 18:26:25 manjaro kernel:   1 base 00A0000000 mask 7FE0000000 uncachable
May 30 18:26:25 manjaro kernel:   2 base 009E000000 mask 7FFE000000 uncachable
May 30 18:26:25 manjaro kernel:   3 base 009D000000 mask 7FFF000000 uncachable
May 30 18:26:25 manjaro kernel:   4 base 2000000000 mask 6000000000 uncachable
May 30 18:26:25 manjaro kernel:   5 base 1000000000 mask 7000000000 uncachable
May 30 18:26:25 manjaro kernel:   6 base 0800000000 mask 7800000000 uncachable
May 30 18:26:25 manjaro kernel:   7 base 0400000000 mask 7C00000000 uncachable
May 30 18:26:25 manjaro kernel:   8 base 4000000000 mask 4000000000 uncachable
May 30 18:26:25 manjaro kernel:   9 disabled
May 30 18:26:25 manjaro kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
May 30 18:26:25 manjaro kernel: last_pfn = 0x9bf00 max_arch_pfn = 0x400000000
May 30 18:26:25 manjaro kernel: esrt: Reserving ESRT space from 0x0000000095e57798 to 0x0000000095e577d0.
May 30 18:26:25 manjaro kernel: e820: update [mem 0x95e57000-0x95e57fff] usable ==> reserved
May 30 18:26:25 manjaro kernel: check: Scanning 1 areas for low memory corruption
May 30 18:26:25 manjaro kernel: Using GB pages for direct mapping
May 30 18:26:25 manjaro kernel: Secure boot disabled
May 30 18:26:25 manjaro kernel: RAMDISK: [mem 0x328af000-0x3544efff]
May 30 18:26:25 manjaro kernel: ACPI: Early table checksum verification disabled
May 30 18:26:25 manjaro kernel: ACPI: RSDP 0x000000009A498014 000024 (v02 ALASKA)
May 30 18:26:25 manjaro kernel: ACPI: XSDT 0x000000009A497728 0000E4 (v01 ALASKA A M I    01072009 AMI  01000013)
May 30 18:26:25 manjaro kernel: ACPI: FACP 0x000000009A495000 000114 (v06 ALASKA A M I    01072009 AMI  01000013)
May 30 18:26:25 manjaro kernel: ACPI: DSDT 0x000000009A43F000 055B0B (v02 ALASKA A M I    01072009 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: FACS 0x000000009A5FE000 000040
May 30 18:26:25 manjaro kernel: ACPI: MCFG 0x000000009A496000 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
May 30 18:26:25 manjaro kernel: ACPI: FIDT 0x000000009A43E000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
May 30 18:26:25 manjaro kernel: ACPI: FPDT 0x000000009A2EE000 000044 (v01 ALASKA RKL      01072009 AMI  01000013)
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0x000000009A43A000 0025E8 (v02 CpuRef CpuSsdt  00003000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0x000000009A435000 00445E (v02 SaSsdt SaSsdt   00003000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0x000000009A431000 0032CD (v02 INTEL  IgfxSsdt 00003000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: HPET 0x000000009A430000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
May 30 18:26:25 manjaro kernel: ACPI: APIC 0x000000009A42F000 000164 (v04 ALASKA A M I    01072009 AMI  01000013)
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0x000000009A42E000 000E66 (v02 ALASKA Ther_Rvp 00001000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0x000000009A42C000 001899 (v02 INTEL  xh_rksu4 00000000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: NHLT 0x000000009A42B000 00002D (v00 ALASKA A M I    01072009 AMI  01000013)
May 30 18:26:25 manjaro kernel: ACPI: LPIT 0x000000009A429000 0000CC (v01 ALASKA A M I    01072009 AMI  01000013)
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0x000000009A427000 000DBC (v02 ALASKA TbtTypeC 00000000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0x000000009A424000 002720 (v02 ALASKA PtidDevc 00001000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: DBGP 0x000000009A423000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
May 30 18:26:25 manjaro kernel: ACPI: DBG2 0x000000009A422000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0x000000009A421000 0006E3 (v02 ALASKA UsbCTabl 00001000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: DMAR 0x000000009A420000 000088 (v02 INTEL  EDK2     00000002      01000013)
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0x000000009A41F000 000144 (v02 Intel  ADebTabl 00001000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: WPBT 0x000000009A2F0000 00003C (v01 ALASKA A M I    00000001 ASUS 00000001)
May 30 18:26:25 manjaro kernel: ACPI: BGRT 0x000000009A41E000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
May 30 18:26:25 manjaro kernel: ACPI: PTDT 0x000000009A2EF000 000024 (v00 ALASKA A M I    00000005 MSFT 0100000D)
May 30 18:26:25 manjaro kernel: ACPI: WSMT 0x000000009A428000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
May 30 18:26:25 manjaro kernel: ACPI: Reserving FACP table memory at [mem 0x9a495000-0x9a495113]
May 30 18:26:25 manjaro kernel: ACPI: Reserving DSDT table memory at [mem 0x9a43f000-0x9a494b0a]
May 30 18:26:25 manjaro kernel: ACPI: Reserving FACS table memory at [mem 0x9a5fe000-0x9a5fe03f]
May 30 18:26:25 manjaro kernel: ACPI: Reserving MCFG table memory at [mem 0x9a496000-0x9a49603b]
May 30 18:26:25 manjaro kernel: ACPI: Reserving FIDT table memory at [mem 0x9a43e000-0x9a43e09b]
May 30 18:26:25 manjaro kernel: ACPI: Reserving FPDT table memory at [mem 0x9a2ee000-0x9a2ee043]
May 30 18:26:25 manjaro kernel: ACPI: Reserving SSDT table memory at [mem 0x9a43a000-0x9a43c5e7]
May 30 18:26:25 manjaro kernel: ACPI: Reserving SSDT table memory at [mem 0x9a435000-0x9a43945d]
May 30 18:26:25 manjaro kernel: ACPI: Reserving SSDT table memory at [mem 0x9a431000-0x9a4342cc]
May 30 18:26:25 manjaro kernel: ACPI: Reserving HPET table memory at [mem 0x9a430000-0x9a430037]
May 30 18:26:25 manjaro kernel: ACPI: Reserving APIC table memory at [mem 0x9a42f000-0x9a42f163]
May 30 18:26:25 manjaro kernel: ACPI: Reserving SSDT table memory at [mem 0x9a42e000-0x9a42ee65]
May 30 18:26:25 manjaro kernel: ACPI: Reserving SSDT table memory at [mem 0x9a42c000-0x9a42d898]
May 30 18:26:25 manjaro kernel: ACPI: Reserving NHLT table memory at [mem 0x9a42b000-0x9a42b02c]
May 30 18:26:25 manjaro kernel: ACPI: Reserving LPIT table memory at [mem 0x9a429000-0x9a4290cb]
May 30 18:26:25 manjaro kernel: ACPI: Reserving SSDT table memory at [mem 0x9a427000-0x9a427dbb]
May 30 18:26:25 manjaro kernel: ACPI: Reserving SSDT table memory at [mem 0x9a424000-0x9a42671f]
May 30 18:26:25 manjaro kernel: ACPI: Reserving DBGP table memory at [mem 0x9a423000-0x9a423033]
May 30 18:26:25 manjaro kernel: ACPI: Reserving DBG2 table memory at [mem 0x9a422000-0x9a422053]
May 30 18:26:25 manjaro kernel: ACPI: Reserving SSDT table memory at [mem 0x9a421000-0x9a4216e2]
May 30 18:26:25 manjaro kernel: ACPI: Reserving DMAR table memory at [mem 0x9a420000-0x9a420087]
May 30 18:26:25 manjaro kernel: ACPI: Reserving SSDT table memory at [mem 0x9a41f000-0x9a41f143]
May 30 18:26:25 manjaro kernel: ACPI: Reserving WPBT table memory at [mem 0x9a2f0000-0x9a2f003b]
May 30 18:26:25 manjaro kernel: ACPI: Reserving BGRT table memory at [mem 0x9a41e000-0x9a41e037]
May 30 18:26:25 manjaro kernel: ACPI: Reserving PTDT table memory at [mem 0x9a2ef000-0x9a2ef023]
May 30 18:26:25 manjaro kernel: ACPI: Reserving WSMT table memory at [mem 0x9a428000-0x9a428027]
May 30 18:26:25 manjaro kernel: ACPI: Local APIC address 0xfee00000
May 30 18:26:25 manjaro kernel: No NUMA configuration found
May 30 18:26:25 manjaro kernel: Faking a node at [mem 0x0000000000000000-0x000000025c7fffff]
May 30 18:26:25 manjaro kernel: NODE_DATA(0) allocated [mem 0x25c7fc000-0x25c7fffff]
May 30 18:26:25 manjaro kernel: Zone ranges:
May 30 18:26:25 manjaro kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 30 18:26:25 manjaro kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
May 30 18:26:25 manjaro kernel:   Normal   [mem 0x0000000100000000-0x000000025c7fffff]
May 30 18:26:25 manjaro kernel:   Device   empty
May 30 18:26:25 manjaro kernel: Movable zone start for each node
May 30 18:26:25 manjaro kernel: Early memory node ranges
May 30 18:26:25 manjaro kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
May 30 18:26:25 manjaro kernel:   node   0: [mem 0x000000000009f000-0x000000000009ffff]
May 30 18:26:25 manjaro kernel:   node   0: [mem 0x0000000000100000-0x0000000087883fff]
May 30 18:26:25 manjaro kernel:   node   0: [mem 0x0000000087885000-0x0000000097d18fff]
May 30 18:26:25 manjaro kernel:   node   0: [mem 0x000000009beff000-0x000000009befffff]
May 30 18:26:25 manjaro kernel:   node   0: [mem 0x0000000100000000-0x000000025c7fffff]
May 30 18:26:25 manjaro kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000025c7fffff]
May 30 18:26:25 manjaro kernel: On node 0 totalpages: 2049207
May 30 18:26:25 manjaro kernel:   DMA zone: 64 pages used for memmap
May 30 18:26:25 manjaro kernel:   DMA zone: 25 pages reserved
May 30 18:26:25 manjaro kernel:   DMA zone: 3998 pages, LIFO batch:0
May 30 18:26:25 manjaro kernel:   DMA zone: 28770 pages in unavailable ranges
May 30 18:26:25 manjaro kernel:   DMA32 zone: 9653 pages used for memmap
May 30 18:26:25 manjaro kernel:   DMA32 zone: 617753 pages, LIFO batch:63
May 30 18:26:25 manjaro kernel:   DMA32 zone: 33511 pages in unavailable ranges
May 30 18:26:25 manjaro kernel:   Normal zone: 22304 pages used for memmap
May 30 18:26:25 manjaro kernel:   Normal zone: 1427456 pages, LIFO batch:63
May 30 18:26:25 manjaro kernel:   Normal zone: 14336 pages in unavailable ranges
May 30 18:26:25 manjaro kernel: Reserving Intel graphics memory at [mem 0x9d800000-0x9f7fffff]
May 30 18:26:25 manjaro kernel: ACPI: PM-Timer IO Port: 0x1808
May 30 18:26:25 manjaro kernel: ACPI: Local APIC address 0xfee00000
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
May 30 18:26:25 manjaro kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
May 30 18:26:25 manjaro kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 30 18:26:25 manjaro kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 30 18:26:25 manjaro kernel: ACPI: IRQ0 used by override.
May 30 18:26:25 manjaro kernel: ACPI: IRQ9 used by override.
May 30 18:26:25 manjaro kernel: Using ACPI (MADT) for SMP configuration information
May 30 18:26:25 manjaro kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
May 30 18:26:25 manjaro kernel: e820: update [mem 0x93266000-0x93359fff] usable ==> reserved
May 30 18:26:25 manjaro kernel: TSC deadline timer available
May 30 18:26:25 manjaro kernel: smpboot: Allowing 12 CPUs, 0 hotplug CPUs
May 30 18:26:25 manjaro kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 30 18:26:25 manjaro kernel: [mem 0x9f800000-0xdfffffff] available for PCI devices
May 30 18:26:25 manjaro kernel: Booting paravirtualized kernel on bare hardware
May 30 18:26:25 manjaro kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
May 30 18:26:25 manjaro kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:12 nr_node_ids:1
May 30 18:26:25 manjaro kernel: percpu: Embedded 55 pages/cpu s188416 r8192 d28672 u262144
May 30 18:26:25 manjaro kernel: pcpu-alloc: s188416 r8192 d28672 u262144 alloc=1*2097152
May 30 18:26:25 manjaro kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
May 30 18:26:25 manjaro kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2017161
May 30 18:26:25 manjaro kernel: Policy zone: Normal
May 30 18:26:25 manjaro kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-x86_64 lang=en_US keytable=pt tz=UTC misobasedir=manjaro misolabel=MANJARO_KDEM_2104 systemd.show_status=1 apparmor=1 security=apparmor driver=free nomodeset
May 30 18:26:25 manjaro kernel: You have booted with nomodeset. This means your GPU drivers are DISABLED
May 30 18:26:25 manjaro kernel: Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly
May 30 18:26:25 manjaro kernel: Unless you actually understand what nomodeset does, you should reboot without enabling it
May 30 18:26:25 manjaro kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
May 30 18:26:25 manjaro kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
May 30 18:26:25 manjaro kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
May 30 18:26:25 manjaro kernel: Memory: 7841852K/8196828K available (14344K kernel code, 2055K rwdata, 4796K rodata, 1724K init, 4292K bss, 354716K reserved, 0K cma-reserved)
May 30 18:26:25 manjaro kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
May 30 18:26:25 manjaro kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
May 30 18:26:25 manjaro kernel: ftrace: allocating 41721 entries in 163 pages
May 30 18:26:25 manjaro kernel: ftrace: allocated 163 pages with 4 groups
May 30 18:26:25 manjaro kernel: rcu: Hierarchical RCU implementation.
May 30 18:26:25 manjaro kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
May 30 18:26:25 manjaro kernel:         Rude variant of Tasks RCU enabled.
May 30 18:26:25 manjaro kernel:         Tracing variant of Tasks RCU enabled.
May 30 18:26:25 manjaro kernel: rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
May 30 18:26:25 manjaro kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
May 30 18:26:25 manjaro kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
May 30 18:26:25 manjaro kernel: Console: colour dummy device 80x25
May 30 18:26:25 manjaro kernel: printk: console [tty0] enabled
May 30 18:26:25 manjaro kernel: ACPI: Core revision 20200925
May 30 18:26:25 manjaro kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
May 30 18:26:25 manjaro kernel: APIC: Switch to symmetric I/O mode setup
May 30 18:26:25 manjaro kernel: DMAR: Host address width 39
May 30 18:26:25 manjaro kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
May 30 18:26:25 manjaro kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
May 30 18:26:25 manjaro kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
May 30 18:26:25 manjaro kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
May 30 18:26:25 manjaro kernel: DMAR: RMRR base: 0x0000009d000000 end: 0x0000009f7fffff
May 30 18:26:25 manjaro kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
May 30 18:26:25 manjaro kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
May 30 18:26:25 manjaro kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
May 30 18:26:25 manjaro kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
May 30 18:26:25 manjaro kernel: x2apic enabled
May 30 18:26:25 manjaro kernel: Switched APIC routing to cluster x2apic.
May 30 18:26:25 manjaro kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 30 18:26:25 manjaro kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2caf46e03c8, max_idle_ns: 440795329092 ns
May 30 18:26:25 manjaro kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6199.99 BogoMIPS (lpj=30999990)
May 30 18:26:25 manjaro kernel: pid_max: default: 32768 minimum: 301
May 30 18:26:25 manjaro kernel: LSM: Security Framework initializing
May 30 18:26:25 manjaro kernel: Yama: becoming mindful.
May 30 18:26:25 manjaro kernel: AppArmor: AppArmor initialized
May 30 18:26:25 manjaro kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
May 30 18:26:25 manjaro kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
May 30 18:26:25 manjaro kernel: mce: CPU0: Thermal monitoring enabled (TM1)
May 30 18:26:25 manjaro kernel: process: using mwait in idle threads
May 30 18:26:25 manjaro kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
May 30 18:26:25 manjaro kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
May 30 18:26:25 manjaro kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
May 30 18:26:25 manjaro kernel: Spectre V2 : Mitigation: Enhanced IBRS
May 30 18:26:25 manjaro kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
May 30 18:26:25 manjaro kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
May 30 18:26:25 manjaro kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
May 30 18:26:25 manjaro kernel: Freeing SMP alternatives memory: 36K
May 30 18:26:25 manjaro kernel: smpboot: CPU0: Intel(R) Core(TM) i5-10500 CPU @ 3.10GHz (family: 0x6, model: 0xa5, stepping: 0x3)
May 30 18:26:25 manjaro kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
May 30 18:26:25 manjaro kernel: ... version:                4
May 30 18:26:25 manjaro kernel: ... bit width:              48
May 30 18:26:25 manjaro kernel: ... generic registers:      4
May 30 18:26:25 manjaro kernel: ... value mask:             0000ffffffffffff
May 30 18:26:25 manjaro kernel: ... max period:             00007fffffffffff
May 30 18:26:25 manjaro kernel: ... fixed-purpose events:   3
May 30 18:26:25 manjaro kernel: ... event mask:             000000070000000f
May 30 18:26:25 manjaro kernel: rcu: Hierarchical SRCU implementation.
May 30 18:26:25 manjaro kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
May 30 18:26:25 manjaro kernel: smp: Bringing up secondary CPUs ...
May 30 18:26:25 manjaro kernel: x86: Booting SMP configuration:
May 30 18:26:25 manjaro kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
May 30 18:26:25 manjaro kernel: smp: Brought up 1 node, 12 CPUs
May 30 18:26:25 manjaro kernel: smpboot: Max logical packages: 1
May 30 18:26:25 manjaro kernel: smpboot: Total of 12 processors activated (74399.97 BogoMIPS)
May 30 18:26:25 manjaro kernel: devtmpfs: initialized
May 30 18:26:25 manjaro kernel: x86/mm: Memory block size: 128MB
May 30 18:26:25 manjaro kernel: PM: Registering ACPI NVS region [mem 0x9a499000-0x9a5fefff] (1466368 bytes)
May 30 18:26:25 manjaro kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
May 30 18:26:25 manjaro kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
May 30 18:26:25 manjaro kernel: pinctrl core: initialized pinctrl subsystem
May 30 18:26:25 manjaro kernel: PM: RTC time: 18:26:12, date: 2021-05-30
May 30 18:26:25 manjaro kernel: NET: Registered protocol family 16
May 30 18:26:25 manjaro kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
May 30 18:26:25 manjaro kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
May 30 18:26:25 manjaro kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
May 30 18:26:25 manjaro kernel: audit: initializing netlink subsys (disabled)
May 30 18:26:25 manjaro kernel: audit: type=2000 audit(1622399172.080:1): state=initialized audit_enabled=0 res=1
May 30 18:26:25 manjaro kernel: thermal_sys: Registered thermal governor 'fair_share'
May 30 18:26:25 manjaro kernel: thermal_sys: Registered thermal governor 'bang_bang'
May 30 18:26:25 manjaro kernel: thermal_sys: Registered thermal governor 'step_wise'
May 30 18:26:25 manjaro kernel: thermal_sys: Registered thermal governor 'user_space'
May 30 18:26:25 manjaro kernel: thermal_sys: Registered thermal governor 'power_allocator'
May 30 18:26:25 manjaro kernel: cpuidle: using governor ladder
May 30 18:26:25 manjaro kernel: cpuidle: using governor menu
May 30 18:26:25 manjaro kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
May 30 18:26:25 manjaro kernel: ACPI: bus type PCI registered
May 30 18:26:25 manjaro kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 30 18:26:25 manjaro kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
May 30 18:26:25 manjaro kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
May 30 18:26:25 manjaro kernel: PCI: Using configuration type 1 for base access
May 30 18:26:25 manjaro kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
May 30 18:26:25 manjaro kernel: Kprobes globally optimized
May 30 18:26:25 manjaro kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
May 30 18:26:25 manjaro kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
May 30 18:26:25 manjaro kernel: ACPI: Added _OSI(Module Device)
May 30 18:26:25 manjaro kernel: ACPI: Added _OSI(Processor Device)
May 30 18:26:25 manjaro kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 30 18:26:25 manjaro kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 30 18:26:25 manjaro kernel: ACPI: Added _OSI(Linux-Dell-Video)
May 30 18:26:25 manjaro kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
May 30 18:26:25 manjaro kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
May 30 18:26:25 manjaro kernel: ACPI BIOS Error (bug): Could not resolve symbol [\TBTS], AE_NOT_FOUND (20200925/psargs-330)
May 30 18:26:25 manjaro kernel: fbcon: Taking over console
May 30 18:26:25 manjaro kernel: ACPI: Ignoring error and continuing table load
May 30 18:26:25 manjaro kernel: ACPI Error: Skipping While/If block (20200925/psloop-427)
May 30 18:26:25 manjaro kernel: ACPI BIOS Error (bug): Could not resolve symbol [\TBTS], AE_NOT_FOUND (20200925/psargs-330)
May 30 18:26:25 manjaro kernel: ACPI: Ignoring error and continuing table load
May 30 18:26:25 manjaro kernel: ACPI Error: Skipping While/If block (20200925/psloop-427)
May 30 18:26:25 manjaro kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
May 30 18:26:25 manjaro kernel: ACPI: Dynamic OEM Table Load:
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0xFFFF8C57C1482400 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
May 30 18:26:25 manjaro kernel: ACPI: Dynamic OEM Table Load:
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0xFFFF8C57C148C800 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: Dynamic OEM Table Load:
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0xFFFF8C57C0CA8000 000626 (v02 PmRef  Cpu0Ist  00003000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: Dynamic OEM Table Load:
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0xFFFF8C57C148E800 0002F4 (v02 PmRef  Cpu0Hwp  00003000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: Dynamic OEM Table Load:
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0xFFFF8C57C1491000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: Dynamic OEM Table Load:
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0xFFFF8C57C0CAD000 00048A (v02 PmRef  ApHwp    00003000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: Dynamic OEM Table Load:
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0xFFFF8C57C0CA9000 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: Dynamic OEM Table Load:
May 30 18:26:25 manjaro kernel: ACPI: SSDT 0xFFFF8C57C0CAB000 00048A (v02 PmRef  ApCst    00003000 INTL 20180209)
May 30 18:26:25 manjaro kernel: ACPI: Interpreter enabled
May 30 18:26:25 manjaro kernel: ACPI: (supports S0 S3 S4 S5)
May 30 18:26:25 manjaro kernel: ACPI: Using IOAPIC for interrupt routing
May 30 18:26:25 manjaro kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 30 18:26:25 manjaro kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
May 30 18:26:25 manjaro kernel: ACPI: Power Resource [WRST] (on)
May 30 18:26:25 manjaro kernel: ACPI: Power Resource [V0PR] (on)
May 30 18:26:25 manjaro kernel: ACPI: Power Resource [V1PR] (on)
May 30 18:26:25 manjaro kernel: ACPI: Power Resource [V2PR] (on)
May 30 18:26:25 manjaro kernel: ACPI: Power Resource [FN00] (off)
May 30 18:26:25 manjaro kernel: ACPI: Power Resource [FN01] (off)
May 30 18:26:25 manjaro kernel: ACPI: Power Resource [FN02] (off)
May 30 18:26:25 manjaro kernel: ACPI: Power Resource [FN03] (off)
May 30 18:26:25 manjaro kernel: ACPI: Power Resource [FN04] (off)
May 30 18:26:25 manjaro kernel: ACPI: Power Resource [PIN] (off)
May 30 18:26:25 manjaro kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
May 30 18:26:25 manjaro kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
May 30 18:26:25 manjaro kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
May 30 18:26:25 manjaro kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
May 30 18:26:25 manjaro kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
May 30 18:26:25 manjaro kernel: PCI host bridge to bus 0000:00
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
May 30 18:26:25 manjaro kernel: pci 0000:00:00.0: [8086:9b53] type 00 class 0x060000
May 30 18:26:25 manjaro kernel: pci 0000:00:02.0: [8086:9bc8] type 00 class 0x030000
May 30 18:26:25 manjaro kernel: pci 0000:00:02.0: reg 0x10: [mem 0x6000000000-0x6000ffffff 64bit]
May 30 18:26:25 manjaro kernel: pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
May 30 18:26:25 manjaro kernel: pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
May 30 18:26:25 manjaro kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
May 30 18:26:25 manjaro kernel: pci 0000:00:14.0: [8086:43ed] type 00 class 0x0c0330
May 30 18:26:25 manjaro kernel: pci 0000:00:14.0: reg 0x10: [mem 0x6001100000-0x600110ffff 64bit]
May 30 18:26:25 manjaro kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
May 30 18:26:25 manjaro kernel: pci 0000:00:14.2: [8086:43ef] type 00 class 0x050000
May 30 18:26:25 manjaro kernel: pci 0000:00:14.2: reg 0x10: [mem 0x6001114000-0x6001117fff 64bit]
May 30 18:26:25 manjaro kernel: pci 0000:00:14.2: reg 0x18: [mem 0x600111b000-0x600111bfff 64bit]
May 30 18:26:25 manjaro kernel: pci 0000:00:15.0: [8086:43e8] type 00 class 0x0c8000
May 30 18:26:25 manjaro kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
May 30 18:26:25 manjaro kernel: pci 0000:00:16.0: [8086:43e0] type 00 class 0x078000
May 30 18:26:25 manjaro kernel: pci 0000:00:16.0: reg 0x10: [mem 0x6001119000-0x6001119fff 64bit]
May 30 18:26:25 manjaro kernel: pci 0000:00:16.0: PME# supported from D3hot
May 30 18:26:25 manjaro kernel: pci 0000:00:17.0: [8086:43d2] type 00 class 0x010601
May 30 18:26:25 manjaro kernel: pci 0000:00:17.0: reg 0x10: [mem 0x9f920000-0x9f921fff]
May 30 18:26:25 manjaro kernel: pci 0000:00:17.0: reg 0x14: [mem 0x9f923000-0x9f9230ff]
May 30 18:26:25 manjaro kernel: pci 0000:00:17.0: reg 0x18: [io  0x3090-0x3097]
May 30 18:26:25 manjaro kernel: pci 0000:00:17.0: reg 0x1c: [io  0x3080-0x3083]
May 30 18:26:25 manjaro kernel: pci 0000:00:17.0: reg 0x20: [io  0x3060-0x307f]
May 30 18:26:25 manjaro kernel: pci 0000:00:17.0: reg 0x24: [mem 0x9f922000-0x9f9227ff]
May 30 18:26:25 manjaro kernel: pci 0000:00:17.0: PME# supported from D3hot
May 30 18:26:25 manjaro kernel: pci 0000:00:1c.0: [8086:43bc] type 01 class 0x060400
May 30 18:26:25 manjaro kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
May 30 18:26:25 manjaro kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
May 30 18:26:25 manjaro kernel: pci 0000:00:1f.0: [8086:4388] type 00 class 0x060100
May 30 18:26:25 manjaro kernel: pci 0000:00:1f.3: [8086:f0c8] type 00 class 0x040300
May 30 18:26:25 manjaro kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x6001110000-0x6001113fff 64bit]
May 30 18:26:25 manjaro kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x6001000000-0x60010fffff 64bit]
May 30 18:26:25 manjaro kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
May 30 18:26:25 manjaro kernel: pci 0000:00:1f.4: [8086:43a3] type 00 class 0x0c0500
May 30 18:26:25 manjaro kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x6001118000-0x60011180ff 64bit]
May 30 18:26:25 manjaro kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
May 30 18:26:25 manjaro kernel: pci 0000:00:1f.5: [8086:43a4] type 00 class 0x0c8000
May 30 18:26:25 manjaro kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
May 30 18:26:25 manjaro kernel: pci 0000:00:1f.6: [8086:15fa] type 00 class 0x020000
May 30 18:26:25 manjaro kernel: pci 0000:00:1f.6: reg 0x10: [mem 0x9f900000-0x9f91ffff]
May 30 18:26:25 manjaro kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
May 30 18:26:25 manjaro kernel: pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
May 30 18:26:25 manjaro kernel: pci 0000:01:00.0: reg 0x10: [mem 0x9f800000-0x9f803fff 64bit]
May 30 18:26:25 manjaro kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
May 30 18:26:25 manjaro kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
May 30 18:26:25 manjaro kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0
May 30 18:26:25 manjaro kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *1
May 30 18:26:25 manjaro kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0
May 30 18:26:25 manjaro kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0
May 30 18:26:25 manjaro kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0
May 30 18:26:25 manjaro kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0
May 30 18:26:25 manjaro kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0
May 30 18:26:25 manjaro kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0
May 30 18:26:25 manjaro kernel: iommu: Default domain type: Translated 
May 30 18:26:25 manjaro kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
May 30 18:26:25 manjaro kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 30 18:26:25 manjaro kernel: pci 0000:00:02.0: vgaarb: bridge control possible
May 30 18:26:25 manjaro kernel: vgaarb: loaded
May 30 18:26:25 manjaro kernel: SCSI subsystem initialized
May 30 18:26:25 manjaro kernel: libata version 3.00 loaded.
May 30 18:26:25 manjaro kernel: ACPI: bus type USB registered
May 30 18:26:25 manjaro kernel: usbcore: registered new interface driver usbfs
May 30 18:26:25 manjaro kernel: usbcore: registered new interface driver hub
May 30 18:26:25 manjaro kernel: usbcore: registered new device driver usb
May 30 18:26:25 manjaro kernel: pps_core: LinuxPPS API ver. 1 registered
May 30 18:26:25 manjaro kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
May 30 18:26:25 manjaro kernel: PTP clock support registered
May 30 18:26:25 manjaro kernel: EDAC MC: Ver: 3.0.0
May 30 18:26:25 manjaro kernel: Registered efivars operations
May 30 18:26:25 manjaro kernel: NetLabel: Initializing
May 30 18:26:25 manjaro kernel: NetLabel:  domain hash size = 128
May 30 18:26:25 manjaro kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
May 30 18:26:25 manjaro kernel: NetLabel:  unlabeled traffic allowed by default
May 30 18:26:25 manjaro kernel: PCI: Using ACPI for IRQ routing
May 30 18:26:25 manjaro kernel: PCI: pci_cache_line_size set to 64 bytes
May 30 18:26:25 manjaro kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
May 30 18:26:25 manjaro kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
May 30 18:26:25 manjaro kernel: e820: reserve RAM buffer [mem 0x87884000-0x87ffffff]
May 30 18:26:25 manjaro kernel: e820: reserve RAM buffer [mem 0x93266000-0x93ffffff]
May 30 18:26:25 manjaro kernel: e820: reserve RAM buffer [mem 0x95e57000-0x97ffffff]
May 30 18:26:25 manjaro kernel: e820: reserve RAM buffer [mem 0x97d19000-0x97ffffff]
May 30 18:26:25 manjaro kernel: e820: reserve RAM buffer [mem 0x9bf00000-0x9bffffff]
May 30 18:26:25 manjaro kernel: e820: reserve RAM buffer [mem 0x25c800000-0x25fffffff]
May 30 18:26:25 manjaro kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
May 30 18:26:25 manjaro kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
May 30 18:26:25 manjaro kernel: clocksource: Switched to clocksource tsc-early
May 30 18:26:25 manjaro kernel: VFS: Disk quotas dquot_6.6.0
May 30 18:26:25 manjaro kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 30 18:26:25 manjaro kernel: AppArmor: AppArmor Filesystem Enabled
May 30 18:26:25 manjaro kernel: pnp: PnP ACPI init
May 30 18:26:25 manjaro kernel: system 00:00: [io  0x0290-0x029f] has been reserved
May 30 18:26:25 manjaro kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
May 30 18:26:25 manjaro kernel: pnp 00:01: [dma 0 disabled]
May 30 18:26:25 manjaro kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
May 30 18:26:25 manjaro kernel: system 00:02: [io  0x0680-0x069f] has been reserved
May 30 18:26:25 manjaro kernel: system 00:02: [io  0x164e-0x164f] has been reserved
May 30 18:26:25 manjaro kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
May 30 18:26:25 manjaro kernel: system 00:03: [io  0x1854-0x1857] has been reserved
May 30 18:26:25 manjaro kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
May 30 18:26:25 manjaro kernel: system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
May 30 18:26:25 manjaro kernel: system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
May 30 18:26:25 manjaro kernel: system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
May 30 18:26:25 manjaro kernel: system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
May 30 18:26:25 manjaro kernel: system 00:04: [mem 0xfed20000-0xfed7ffff] has been reserved
May 30 18:26:25 manjaro kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
May 30 18:26:25 manjaro kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
May 30 18:26:25 manjaro kernel: system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
May 30 18:26:25 manjaro kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
May 30 18:26:25 manjaro kernel: system 00:05: [io  0x1800-0x18fe] could not be reserved
May 30 18:26:25 manjaro kernel: system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
May 30 18:26:25 manjaro kernel: system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
May 30 18:26:25 manjaro kernel: system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
May 30 18:26:25 manjaro kernel: system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
May 30 18:26:25 manjaro kernel: system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
May 30 18:26:25 manjaro kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
May 30 18:26:25 manjaro kernel: system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
May 30 18:26:25 manjaro kernel: system 00:05: [mem 0xfd6c0000-0xfd6cffff] has been reserved
May 30 18:26:25 manjaro kernel: system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
May 30 18:26:25 manjaro kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
May 30 18:26:25 manjaro kernel: system 00:06: [io  0x2000-0x20fe] has been reserved
May 30 18:26:25 manjaro kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
May 30 18:26:25 manjaro kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
May 30 18:26:25 manjaro kernel: pnp: PnP ACPI: found 8 devices
May 30 18:26:25 manjaro kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 30 18:26:25 manjaro kernel: NET: Registered protocol family 2
May 30 18:26:25 manjaro kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
May 30 18:26:25 manjaro kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
May 30 18:26:25 manjaro kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
May 30 18:26:25 manjaro kernel: TCP: Hash tables configured (established 65536 bind 65536)
May 30 18:26:25 manjaro kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
May 30 18:26:25 manjaro kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
May 30 18:26:25 manjaro kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
May 30 18:26:25 manjaro kernel: NET: Registered protocol family 1
May 30 18:26:25 manjaro kernel: NET: Registered protocol family 44
May 30 18:26:25 manjaro kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4010000000-0x4010000fff 64bit]
May 30 18:26:25 manjaro kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x9f924000-0x9f924fff]
May 30 18:26:25 manjaro kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
May 30 18:26:25 manjaro kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000e3fff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: resource 8 [mem 0x000e4000-0x000e7fff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: resource 9 [mem 0x000e8000-0x000ebfff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: resource 10 [mem 0x000ec000-0x000effff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: resource 11 [mem 0x9f800000-0xdfffffff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:00: resource 12 [mem 0x4000000000-0x7fffffffff window]
May 30 18:26:25 manjaro kernel: pci_bus 0000:01: resource 1 [mem 0x9f800000-0x9f8fffff]
May 30 18:26:25 manjaro kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 30 18:26:25 manjaro kernel: PCI: CLS 64 bytes, default 64
May 30 18:26:25 manjaro kernel: Trying to unpack rootfs image as initramfs...
May 30 18:26:25 manjaro kernel: Freeing initrd memory: 44672K
May 30 18:26:25 manjaro kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 30 18:26:25 manjaro kernel: software IO TLB: mapped [mem 0x000000008e033000-0x0000000092033000] (64MB)
May 30 18:26:25 manjaro kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
May 30 18:26:25 manjaro kernel: check: Scanning for low memory corruption every 60 seconds
May 30 18:26:25 manjaro kernel: Initialise system trusted keyrings
May 30 18:26:25 manjaro kernel: Key type blacklist registered
May 30 18:26:25 manjaro kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
May 30 18:26:25 manjaro kernel: zbud: loaded
May 30 18:26:25 manjaro kernel: Key type asymmetric registered
May 30 18:26:25 manjaro kernel: Asymmetric key parser 'x509' registered
May 30 18:26:25 manjaro kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
May 30 18:26:25 manjaro kernel: io scheduler mq-deadline registered
May 30 18:26:25 manjaro kernel: io scheduler kyber registered
May 30 18:26:25 manjaro kernel: io scheduler bfq registered
May 30 18:26:25 manjaro kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
May 30 18:26:25 manjaro kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 122
May 30 18:26:25 manjaro kernel: pcieport 0000:00:1c.0: DPC: enabled with IRQ 122
May 30 18:26:25 manjaro kernel: pcieport 0000:00:1c.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
May 30 18:26:25 manjaro kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 30 18:26:25 manjaro kernel: efifb: probing for efifb
May 30 18:26:25 manjaro kernel: efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
May 30 18:26:25 manjaro kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
May 30 18:26:25 manjaro kernel: efifb: scrolling: redraw
May 30 18:26:25 manjaro kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
May 30 18:26:25 manjaro kernel: Console: switching to colour frame buffer device 240x67
May 30 18:26:25 manjaro kernel: fb0: EFI VGA frame buffer device
May 30 18:26:25 manjaro kernel: intel_idle: MWAIT substates: 0x11142120
May 30 18:26:25 manjaro kernel: Monitor-Mwait will be used to enter C-1 state
May 30 18:26:25 manjaro kernel: Monitor-Mwait will be used to enter C-2 state
May 30 18:26:25 manjaro kernel: Monitor-Mwait will be used to enter C-3 state
May 30 18:26:25 manjaro kernel: ACPI: \_SB_.PR00: Found 3 idle states
May 30 18:26:25 manjaro kernel: intel_idle: v0.5.1 model 0xA5
May 30 18:26:25 manjaro kernel: intel_idle: Local APIC timer is reliable in all C-states
May 30 18:26:25 manjaro kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
May 30 18:26:25 manjaro kernel: ACPI: Sleep Button [SLPB]
May 30 18:26:25 manjaro kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
May 30 18:26:25 manjaro kernel: ACPI: Power Button [PWRB]
May 30 18:26:25 manjaro kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
May 30 18:26:25 manjaro kernel: ACPI: Power Button [PWRF]
May 30 18:26:25 manjaro kernel: thermal LNXTHERM:00: registered as thermal_zone0
May 30 18:26:25 manjaro kernel: ACPI: Thermal Zone [TZ00] (28 C)
May 30 18:26:25 manjaro kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
May 30 18:26:25 manjaro kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
May 30 18:26:25 manjaro kernel: Non-volatile memory driver v1.3
May 30 18:26:25 manjaro kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
May 30 18:26:25 manjaro kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
May 30 18:26:25 manjaro kernel: nvme nvme0: pci function 0000:01:00.0
May 30 18:26:25 manjaro kernel: ahci 0000:00:17.0: version 3.0
May 30 18:26:25 manjaro kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0xf impl SATA mode
May 30 18:26:25 manjaro kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part ems deso sadm sds 
May 30 18:26:25 manjaro kernel: nvme nvme0: missing or invalid SUBNQN field.
May 30 18:26:25 manjaro kernel: nvme nvme0: Shutdown timeout set to 8 seconds
May 30 18:26:25 manjaro kernel: nvme nvme0: 12/0/0 default/read/poll queues
May 30 18:26:25 manjaro kernel:  nvme0n1: p1 p2 p3 p4
May 30 18:26:25 manjaro kernel: scsi host0: ahci
May 30 18:26:25 manjaro kernel: scsi host1: ahci
May 30 18:26:25 manjaro kernel: scsi host2: ahci
May 30 18:26:25 manjaro kernel: scsi host3: ahci
May 30 18:26:25 manjaro kernel: ata1: SATA max UDMA/133 abar m2048@0x9f922000 port 0x9f922100 irq 124
May 30 18:26:25 manjaro kernel: ata2: SATA max UDMA/133 abar m2048@0x9f922000 port 0x9f922180 irq 124
May 30 18:26:25 manjaro kernel: ata3: SATA max UDMA/133 abar m2048@0x9f922000 port 0x9f922200 irq 124
May 30 18:26:25 manjaro kernel: ata4: SATA max UDMA/133 abar m2048@0x9f922000 port 0x9f922280 irq 124
May 30 18:26:25 manjaro kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
May 30 18:26:25 manjaro kernel: ehci-pci: EHCI PCI platform driver
May 30 18:26:25 manjaro kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
May 30 18:26:25 manjaro kernel: ohci-pci: OHCI PCI platform driver
May 30 18:26:25 manjaro kernel: uhci_hcd: USB Universal Host Controller Interface driver
May 30 18:26:25 manjaro kernel: usbcore: registered new interface driver usbserial_generic
May 30 18:26:25 manjaro kernel: usbserial: USB Serial support registered for generic
May 30 18:26:25 manjaro kernel: rtc_cmos rtc_cmos: RTC can wake from S4
May 30 18:26:25 manjaro kernel: rtc_cmos rtc_cmos: registered as rtc0
May 30 18:26:25 manjaro kernel: rtc_cmos rtc_cmos: setting system clock to 2021-05-30T18:26:15 UTC (1622399175)
May 30 18:26:25 manjaro kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
May 30 18:26:25 manjaro kernel: intel_pstate: Intel P-state driver initializing
May 30 18:26:25 manjaro kernel: intel_pstate: HWP enabled
May 30 18:26:25 manjaro kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 30 18:26:25 manjaro kernel: hid: raw HID events driver (C) Jiri Kosina
May 30 18:26:25 manjaro kernel: ashmem: initialized
May 30 18:26:25 manjaro kernel: intel_pmc_core INT33A1:00:  initialized
May 30 18:26:25 manjaro kernel: drop_monitor: Initializing network drop monitor service
May 30 18:26:25 manjaro kernel: Initializing XFRM netlink socket
May 30 18:26:25 manjaro kernel: NET: Registered protocol family 10
May 30 18:26:25 manjaro kernel: Segment Routing with IPv6
May 30 18:26:25 manjaro kernel: RPL Segment Routing with IPv6
May 30 18:26:25 manjaro kernel: NET: Registered protocol family 17
May 30 18:26:25 manjaro kernel: microcode: sig=0xa0653, pf=0x2, revision=0xe0
May 30 18:26:25 manjaro kernel: microcode: Microcode Update Driver: v2.2.
May 30 18:26:25 manjaro kernel: IPI shorthand broadcast: enabled
May 30 18:26:25 manjaro kernel: sched_clock: Marking stable (2890535815, -9574206)->(2896392755, -15431146)
May 30 18:26:25 manjaro kernel: registered taskstats version 1
May 30 18:26:25 manjaro kernel: Loading compiled-in X.509 certificates
May 30 18:26:25 manjaro kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 0c18afb99648acc3e28090e7666710442afd5efc'
May 30 18:26:25 manjaro kernel: zswap: loaded using pool zstd/z3fold
May 30 18:26:25 manjaro kernel: Key type ._fscrypt registered
May 30 18:26:25 manjaro kernel: Key type .fscrypt registered
May 30 18:26:25 manjaro kernel: Key type fscrypt-provisioning registered
May 30 18:26:25 manjaro kernel: AppArmor: AppArmor sha1 policy hashing enabled
May 30 18:26:25 manjaro kernel: PM:   Magic number: 5:533:444
May 30 18:26:25 manjaro kernel: RAS: Correctable Errors collector initialized.
May 30 18:26:25 manjaro kernel: ata4: SATA link down (SStatus 4 SControl 300)
May 30 18:26:25 manjaro kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
May 30 18:26:25 manjaro kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
May 30 18:26:25 manjaro kernel: ata3: SATA link down (SStatus 4 SControl 300)
May 30 18:26:25 manjaro kernel: ata1.00: ATA-8: Corsair Force GT, 1.3.3, max UDMA/133
May 30 18:26:25 manjaro kernel: ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 32), AA
May 30 18:26:25 manjaro kernel: ata1.00: configured for UDMA/133
May 30 18:26:25 manjaro kernel: scsi 0:0:0:0: Direct-Access     ATA      Corsair Force GT 3    PQ: 0 ANSI: 5
May 30 18:26:25 manjaro kernel: sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
May 30 18:26:25 manjaro kernel: sd 0:0:0:0: [sda] Write Protect is off
May 30 18:26:25 manjaro kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 30 18:26:25 manjaro kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 30 18:26:25 manjaro kernel:  sda: sda1
May 30 18:26:25 manjaro kernel: sd 0:0:0:0: [sda] Attached SCSI disk
May 30 18:26:25 manjaro kernel: tsc: Refined TSC clocksource calibration: 3095.992 MHz
May 30 18:26:25 manjaro kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2ca07d9d2e1, max_idle_ns: 440795236708 ns
May 30 18:26:25 manjaro kernel: clocksource: Switched to clocksource tsc
May 30 18:26:25 manjaro kernel: ata2.00: ATA-8: TOSHIBA MQ01ABD100, AX1P5J, max UDMA/100
May 30 18:26:25 manjaro kernel: ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
May 30 18:26:25 manjaro kernel: ata2.00: configured for UDMA/100
May 30 18:26:25 manjaro kernel: scsi 1:0:0:0: Direct-Access     ATA      TOSHIBA MQ01ABD1 5J   PQ: 0 ANSI: 5
May 30 18:26:25 manjaro kernel: sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
May 30 18:26:25 manjaro kernel: sd 1:0:0:0: [sdb] 4096-byte physical blocks
May 30 18:26:25 manjaro kernel: sd 1:0:0:0: [sdb] Write Protect is off
May 30 18:26:25 manjaro kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
May 30 18:26:25 manjaro kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 30 18:26:25 manjaro kernel:  sdb: sdb1 sdb2
May 30 18:26:25 manjaro kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
May 30 18:26:25 manjaro kernel: Freeing unused decrypted memory: 2036K
May 30 18:26:25 manjaro kernel: Freeing unused kernel image (initmem) memory: 1724K
May 30 18:26:25 manjaro kernel: Write protecting the kernel read-only data: 22528k
May 30 18:26:25 manjaro kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
May 30 18:26:25 manjaro kernel: Freeing unused kernel image (rodata/data gap) memory: 1348K
May 30 18:26:25 manjaro kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 30 18:26:25 manjaro kernel: rodata_test: all tests were successful
May 30 18:26:25 manjaro kernel: Run /init as init process
May 30 18:26:25 manjaro kernel:   with arguments:
May 30 18:26:25 manjaro kernel:     /init
May 30 18:26:25 manjaro kernel:   with environment:
May 30 18:26:25 manjaro kernel:     HOME=/
May 30 18:26:25 manjaro kernel:     TERM=linux
May 30 18:26:25 manjaro kernel:     BOOT_IMAGE=/boot/vmlinuz-x86_64
May 30 18:26:25 manjaro kernel:     lang=en_US
May 30 18:26:25 manjaro kernel:     keytable=pt
May 30 18:26:25 manjaro kernel:     tz=UTC
May 30 18:26:25 manjaro kernel:     misobasedir=manjaro
May 30 18:26:25 manjaro kernel:     misolabel=MANJARO_KDEM_2104
May 30 18:26:25 manjaro kernel:     driver=free
May 30 18:26:25 manjaro kernel: loop: module loaded
May 30 18:26:25 manjaro kernel: device-mapper: uevent: version 1.0.3
May 30 18:26:25 manjaro kernel: device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
May 30 18:26:25 manjaro kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
May 30 18:26:25 manjaro kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
May 30 18:26:25 manjaro kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
May 30 18:26:25 manjaro kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
May 30 18:26:25 manjaro kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 30 18:26:25 manjaro kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
May 30 18:26:25 manjaro kernel: Linux agpgart interface v0.103
May 30 18:26:25 manjaro kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
May 30 18:26:25 manjaro kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
May 30 18:26:25 manjaro kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
May 30 18:26:25 manjaro kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 30 18:26:25 manjaro kernel: usb usb1: Product: xHCI Host Controller
May 30 18:26:25 manjaro kernel: usb usb1: Manufacturer: Linux 5.10.34-1-MANJARO xhci-hcd
May 30 18:26:25 manjaro kernel: usb usb1: SerialNumber: 0000:00:14.0
May 30 18:26:25 manjaro kernel: hub 1-0:1.0: USB hub found
May 30 18:26:25 manjaro kernel: hub 1-0:1.0: 16 ports detected
May 30 18:26:25 manjaro kernel: cryptd: max_cpu_qlen set to 1000
May 30 18:26:25 manjaro kernel: e1000e: Intel(R) PRO/1000 Network Driver
May 30 18:26:25 manjaro kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
May 30 18:26:25 manjaro kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
May 30 18:26:25 manjaro kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 30 18:26:25 manjaro kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
May 30 18:26:25 manjaro kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.3/1-9.3:1.0/0003:04D9:1503.0002/input/input3

May 30 18:26:25 manjaro kernel: scsi 4:0:0:0: Direct-Access     Lexar    USB Flash Drive  1100 PQ: 0 ANSI: 4
May 30 18:26:25 manjaro kernel: sd 4:0:0:0: [sdc] 30670848 512-byte logical blocks: (15.7 GB/14.6 GiB)
May 30 18:26:25 manjaro kernel: sd 4:0:0:0: [sdc] Write Protect is off
May 30 18:26:25 manjaro kernel: sd 4:0:0:0: [sdc] Mode Sense: 43 00 00 00
May 30 18:26:25 manjaro kernel: sd 4:0:0:0: [sdc] No Caching mode page found
May 30 18:26:25 manjaro kernel: sd 4:0:0:0: [sdc] Assuming drive cache: write through
May 30 18:26:25 manjaro kernel:  sdc: sdc1 sdc2
May 30 18:26:25 manjaro kernel: sd 4:0:0:0: [sdc] Attached SCSI removable disk
May 30 18:26:25 manjaro kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
May 30 18:26:25 manjaro kernel: ISO 9660 Extensions: RRIP_1991A
May 30 18:26:25 manjaro kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
May 30 18:26:25 manjaro kernel: overlayfs: null uuid detected in lower fs '/', falling back to index=off,nfs_export=off.
May 30 18:26:25 manjaro kernel: overlayfs: "xino" feature enabled using 4 upper inode bits.
May 30 18:26:25 manjaro kernel: random: crng init done
May 30 18:26:25 manjaro systemd[1]: systemd 247.6-1.0-manjaro running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
May 30 18:26:25 manjaro systemd[1]: Detected architecture x86-64.
May 30 18:26:25 manjaro systemd[1]: Set hostname to <manjaro>.
May 30 18:26:25 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:25 manjaro systemd[1]: Starting Flush Journal to Persistent Storage...
May 30 18:26:25 manjaro systemd[1]: Started Journal Service.
May 30 18:26:25 manjaro kernel: audit: type=1130 audit(1622399185.975:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:26 manjaro systemd[1]: Started Rule-based Manager for Device Events and Files.
May 30 18:26:25 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:26 manjaro kernel: audit: type=1130 audit(1622399185.995:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:26 manjaro systemd-journald[446]: Runtime Journal (/run/log/journal/0a56704058df4f4791063d8b2d275bb3) is 8.0M, max 388.4M, 380.4M free.
May 30 18:26:26 manjaro systemd[1]: Finished Flush Journal to Persistent Storage.
May 30 18:26:26 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:26 manjaro kernel: audit: type=1130 audit(1622399186.005:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:26 manjaro haveged[445]: haveged: command socket is listening at fd 3
May 30 18:26:26 manjaro systemd-modules-load[432]: Inserted module 'zfs'
May 30 18:26:26 manjaro systemd[1]: Finished Load Kernel Modules.
May 30 18:26:26 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:26 manjaro systemd[1]: Starting Apply Kernel Variables...
May 30 18:26:26 manjaro kernel: ZFS: Loaded module v2.0.4-1, ZFS pool version 5000, ZFS filesystem version 5
May 30 18:26:26 manjaro kernel: audit: type=1130 audit(1622399186.025:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:26 manjaro haveged[445]: haveged: ver: 1.9.14; arch: x86; vend: GenuineIntel; build: (gcc 10.2.0 ITV); collect: 128K
May 30 18:26:26 manjaro haveged[445]: haveged: cpu: (L4 VC); data: 32K (L4 V); inst: 32K (L4 V); idx: 24/40; sz: 32154/54019
May 30 18:26:26 manjaro haveged[445]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B):  last entropy estimate 7.99771
May 30 18:26:26 manjaro haveged[445]: haveged: fills: 0, generated: 0
May 30 18:26:26 manjaro systemd-sysctl[481]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
May 30 18:26:26 manjaro systemd-sysctl[481]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
May 30 18:26:26 manjaro systemd-sysctl[481]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
May 30 18:26:26 manjaro systemd-sysctl[481]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
May 30 18:26:26 manjaro systemd-sysctl[481]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
May 30 18:26:26 manjaro systemd-sysctl[481]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
May 30 18:26:26 manjaro systemd[1]: Finished Apply Kernel Variables.
May 30 18:26:26 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:26 manjaro kernel: audit: type=1130 audit(1622399186.225:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:26 manjaro kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
May 30 18:26:26 manjaro kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
May 30 18:26:26 manjaro kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
May 30 18:26:26 manjaro kernel: i2c i2c-0: 1/2 memory slots populated (from DMI)
May 30 18:26:26 manjaro kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
May 30 18:26:26 manjaro kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
May 30 18:26:26 manjaro kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
May 30 18:26:26 manjaro systemd-udevd[467]: Using default interface naming scheme 'v247'.
May 30 18:26:26 manjaro systemd-udevd[467]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 30 18:26:26 manjaro kernel: e1000e 0000:00:1f.6 eno1: renamed from eth0
May 30 18:26:26 manjaro kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
May 30 18:26:26 manjaro kernel: asus_wmi: ASUS WMI generic driver loaded
May 30 18:26:27 manjaro kernel: asus_wmi: Initialization: 0x0
May 30 18:26:27 manjaro kernel: asus_wmi: BIOS WMI version: 0.0
May 30 18:26:27 manjaro kernel: asus_wmi: SFUN value: 0x0
May 30 18:26:27 manjaro kernel: eeepc-wmi eeepc-wmi: Detected AsusMbSwInterface, not ASUSWMI, use DSTS
May 30 18:26:27 manjaro kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input8
May 30 18:26:27 manjaro kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
May 30 18:26:27 manjaro kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
May 30 18:26:27 manjaro kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
May 30 18:26:27 manjaro kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
May 30 18:26:27 manjaro kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
May 30 18:26:27 manjaro kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
May 30 18:26:27 manjaro mtp-probe[565]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8"
May 30 18:26:27 manjaro mtp-probe[564]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
May 30 18:26:27 manjaro mtp-probe[564]: bus: 1, device: 2 was not an MTP device
May 30 18:26:27 manjaro mtp-probe[565]: bus: 1, device: 3 was not an MTP device
May 30 18:26:27 manjaro systemd-udevd[497]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 30 18:26:28 manjaro kernel: ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
May 30 18:26:28 manjaro mtp-probe[645]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.3"
May 30 18:26:28 manjaro mtp-probe[646]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4"
May 30 18:26:28 manjaro mtp-probe[645]: bus: 1, device: 5 was not an MTP device
May 30 18:26:28 manjaro mtp-probe[646]: bus: 1, device: 6 was not an MTP device
May 30 18:26:28 manjaro kernel: iTCO_vendor_support: vendor-support=0
May 30 18:26:28 manjaro systemd-udevd[484]: Using default interface naming scheme 'v247'.
May 30 18:26:28 manjaro systemd-udevd[484]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 30 18:26:28 manjaro systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 30 18:26:28 manjaro kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
May 30 18:26:28 manjaro kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
May 30 18:26:28 manjaro kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
May 30 18:26:28 manjaro kernel: intel_rapl_common: Found RAPL domain package
May 30 18:26:28 manjaro kernel: intel_rapl_common: Found RAPL domain core
May 30 18:26:28 manjaro kernel: intel_rapl_common: Found RAPL domain uncore
May 30 18:26:28 manjaro kernel: intel_rapl_common: Found RAPL domain dram
May 30 18:26:28 manjaro systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
May 30 18:26:28 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:28 manjaro systemd[1]: Reached target Local File Systems (Pre).
May 30 18:26:28 manjaro systemd[1]: etc-pacman.d-gnupg.mount: Directory /etc/pacman.d/gnupg to mount over is not empty, mounting anyway.
May 30 18:26:28 manjaro systemd[1]: Mounting Temporary /etc/pacman.d/gnupg directory...
May 30 18:26:28 manjaro systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
May 30 18:26:28 manjaro systemd[1]: Mounted Temporary /etc/pacman.d/gnupg directory.
May 30 18:26:28 manjaro kernel: audit: type=1130 audit(1622399188.455:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:28 manjaro systemd[1]: Reached target Local File Systems.
May 30 18:26:28 manjaro systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
May 30 18:26:28 manjaro systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
May 30 18:26:28 manjaro systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
May 30 18:26:28 manjaro systemd[1]: Starting Create Volatile Files and Directories...
May 30 18:26:28 manjaro systemd[1]: Finished Create Volatile Files and Directories.
May 30 18:26:28 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:28 manjaro systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
May 30 18:26:28 manjaro systemd[1]: Condition check resulted in Update is Completed being skipped.
May 30 18:26:28 manjaro systemd[1]: Starting Update UTMP about System Boot/Shutdown...
May 30 18:26:28 manjaro audit[684]: SYSTEM_BOOT pid=684 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
May 30 18:26:28 manjaro systemd[1]: Finished Update UTMP about System Boot/Shutdown.
May 30 18:26:28 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:28 manjaro systemd[1]: Reached target System Initialization.
May 30 18:26:28 manjaro systemd[1]: Started Discard unused blocks once a week.
May 30 18:26:28 manjaro kernel: audit: type=1130 audit(1622399188.475:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:28 manjaro kernel: audit: type=1127 audit(1622399188.475:9): pid=684 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
May 30 18:26:28 manjaro kernel: audit: type=1130 audit(1622399188.475:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:28 manjaro systemd[1]: Started Daily rotation of log files.
May 30 18:26:28 manjaro systemd[1]: Started Daily man-db regeneration.
May 30 18:26:28 manjaro systemd[1]: Started Monthly clean packages cache.
May 30 18:26:28 manjaro systemd[1]: Started Generate mirrorlist weekly.
May 30 18:26:28 manjaro systemd[1]: Started pkgfile database update timer.
May 30 18:26:28 manjaro systemd[1]: Started Daily verification of password and group files.
May 30 18:26:28 manjaro systemd[1]: Started Daily Cleanup of Temporary Directories.
May 30 18:26:28 manjaro systemd[1]: Reached target Timers.
May 30 18:26:28 manjaro systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
May 30 18:26:28 manjaro systemd[1]: Listening on D-Bus System Message Bus Socket.
May 30 18:26:28 manjaro systemd[1]: Reached target Sockets.
May 30 18:26:28 manjaro systemd[1]: Reached target Basic System.
May 30 18:26:28 manjaro systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
May 30 18:26:28 manjaro systemd[1]: Started Periodic Command Scheduler.
May 30 18:26:28 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:28 manjaro systemd[1]: Started D-Bus System Message Bus.
May 30 18:26:28 manjaro kernel: audit: type=1130 audit(1622399188.485:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:28 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:28 manjaro systemd[1]: Starting Network Manager...
May 30 18:26:28 manjaro systemd[1]: Starting LiveMedia Config Script...
May 30 18:26:28 manjaro systemd[1]: Starting LiveMedia MHWD Script...
May 30 18:26:28 manjaro systemd[1]: Starting LiveMedia Pacman mirror ranking script...
May 30 18:26:28 manjaro systemd[1]: Starting Initialize Pacman keyring...
May 30 18:26:28 manjaro systemd[1]: Starting Authorization Manager...
May 30 18:26:28 manjaro audit: BPF prog-id=7 op=LOAD
May 30 18:26:28 manjaro audit: BPF prog-id=8 op=LOAD
May 30 18:26:28 manjaro systemd[1]: Starting User Login Management...
May 30 18:26:28 manjaro crond[686]: (CRON) STARTUP (1.5.7)
May 30 18:26:28 manjaro crond[686]: (CRON) INFO (Syslog will be used instead of sendmail.)
May 30 18:26:28 manjaro crond[686]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 45% if used.)
May 30 18:26:28 manjaro crond[686]: (CRON) INFO (running with inotify support)
May 30 18:26:28 manjaro systemd-logind[694]: New seat seat0.
May 30 18:26:28 manjaro systemd-logind[694]: Watching system buttons on /dev/input/event2 (Power Button)
May 30 18:26:28 manjaro systemd-logind[694]: Watching system buttons on /dev/input/event1 (Power Button)
May 30 18:26:28 manjaro systemd-logind[694]: Watching system buttons on /dev/input/event0 (Sleep Button)
May 30 18:26:28 manjaro kernel: mousedev: PS/2 mouse device common for all mice
May 30 18:26:28 manjaro avahi-daemon[685]: Found user 'avahi' (UID 974) and group 'avahi' (GID 974).
May 30 18:26:28 manjaro avahi-daemon[685]: Successfully dropped root privileges.
May 30 18:26:28 manjaro avahi-daemon[685]: avahi-daemon 0.8 starting up.
May 30 18:26:28 manjaro systemd-logind[694]: Watching system buttons on /dev/input/event4 (  USB Keyboard System Control)
May 30 18:26:28 manjaro systemd-logind[694]: Watching system buttons on /dev/input/event3 (  USB Keyboard)
May 30 18:26:29 manjaro systemd[1]: Started User Login Management.
May 30 18:26:29 manjaro avahi-daemon[685]: Successfully called chroot().
May 30 18:26:29 manjaro avahi-daemon[685]: Successfully dropped remaining capabilities.
May 30 18:26:29 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:29 manjaro systemd[1]: Started Avahi mDNS/DNS-SD Stack.
May 30 18:26:29 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:29 manjaro avahi-daemon[685]: No service file found in /etc/avahi/services.
May 30 18:26:29 manjaro avahi-daemon[685]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
May 30 18:26:29 manjaro avahi-daemon[685]: New relevant interface lo.IPv6 for mDNS.
May 30 18:26:29 manjaro avahi-daemon[685]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
May 30 18:26:29 manjaro avahi-daemon[685]: New relevant interface lo.IPv4 for mDNS.
May 30 18:26:29 manjaro avahi-daemon[685]: Network interface enumeration completed.
May 30 18:26:29 manjaro avahi-daemon[685]: Registering new address record for ::1 on lo.*.
May 30 18:26:29 manjaro avahi-daemon[685]: Registering new address record for 127.0.0.1 on lo.IPv4.
May 30 18:26:29 manjaro manjaro-live[773]: loadkeys: Unable to open file: pt: No such file or directory
May 30 18:26:29 manjaro manjaro-live[774]: Generating locales...
May 30 18:26:29 manjaro polkitd[693]: Started polkitd version 0.118
May 30 18:26:29 manjaro polkitd[693]: Loading rules from directory /etc/polkit-1/rules.d
May 30 18:26:29 manjaro polkitd[693]: Loading rules from directory /usr/share/polkit-1/rules.d
May 30 18:26:29 manjaro NetworkManager[688]: <info>  [1622399189.8915] NetworkManager (version 1.30.4-1) is starting... (for the first time)
May 30 18:26:29 manjaro NetworkManager[688]: <info>  [1622399189.8915] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
May 30 18:26:29 manjaro systemd[1]: Started Network Manager.
May 30 18:26:29 manjaro NetworkManager[688]: <info>  [1622399189.9285] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
May 30 18:26:29 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:29 manjaro systemd[1]: Reached target Network.
May 30 18:26:29 manjaro NetworkManager[688]: <info>  [1622399189.9307] manager[0x5627b43d60c0]: monitoring kernel firmware directory '/lib/firmware'.
May 30 18:26:29 manjaro dbus-daemon[687]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=688 comm="/usr/bin/NetworkManager --no-daemon ")
May 30 18:26:29 manjaro polkitd[693]: Finished loading, compiling and executing 6 rules
May 30 18:26:29 manjaro polkitd[693]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
May 30 18:26:29 manjaro systemd[1]: Started Authorization Manager.
May 30 18:26:29 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:29 manjaro systemd[1]: Starting Modem Manager...
May 30 18:26:29 manjaro audit: BPF prog-id=9 op=LOAD
May 30 18:26:29 manjaro audit: BPF prog-id=10 op=LOAD
May 30 18:26:29 manjaro systemd[1]: Starting Hostname Service...
May 30 18:26:30 manjaro avahi-daemon[685]: Server startup complete. Host name is manjaro.local. Local service cookie is 1373746364.
May 30 18:26:30 manjaro dbus-daemon[687]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 30 18:26:30 manjaro systemd[1]: Started Hostname Service.
May 30 18:26:30 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:30 manjaro pacman-key[803]: gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
May 30 18:26:30 manjaro pacman-key[803]: gpg: no ultimately trusted keys found
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.0654] hostname: hostname: using hostnamed
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.0654] hostname: hostname changed from (none) to "manjaro"
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.0729] dns-mgr[0x5627b43ca110]: init: dns=default,systemd-resolved rc-manager=symlink
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.0731] manager[0x5627b43d60c0]: rfkill: Wi-Fi hardware radio set enabled
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.0731] manager[0x5627b43d60c0]: rfkill: WWAN hardware radio set enabled
May 30 18:26:30 manjaro ModemManager[808]: <info>  ModemManager (version 1.16.4) starting in system bus...
May 30 18:26:30 manjaro pacman-key[841]: gpg: starting migration from earlier GnuPG versions
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.1798] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-adsl.so)
May 30 18:26:30 manjaro kernel: st: Version 20160209, fixed bufsize 32768, s/g segs 256
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.2153] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-bluetooth.so)
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.2323] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-ovs.so)
May 30 18:26:30 manjaro systemd[1]: Started Modem Manager.
May 30 18:26:30 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=ModemManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:30 manjaro pacman-key[841]: gpg: porting secret keys from '/etc/pacman.d/gnupg/secring.gpg' to gpg-agent
May 30 18:26:30 manjaro pacman-key[841]: gpg: migration succeeded
May 30 18:26:30 manjaro pacman-key[849]: gpg: Generating pacman keyring master key...
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.3189] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-team.so)
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.3195] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-wifi.so)
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.3199] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.30.4-1/libnm-device-plugin-wwan.so)
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.3202] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.3202] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.3203] manager: Networking is enabled by state file
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.3211] dhcp-init: Using DHCP client 'internal'
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.3211] settings: Loaded settings plugin: keyfile (internal)
May 30 18:26:30 manjaro dbus-daemon[687]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=688 comm="/usr/bin/NetworkManager --no-daemon ")
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.3216] device (lo): carrier: link connected
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.3217] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.3222] manager: (eno1): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
May 30 18:26:30 manjaro systemd[1]: Starting Network Manager Script Dispatcher Service...
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.3233] settings: (eno1): created default wired connection 'Wired connection 1'
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.3235] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 30 18:26:30 manjaro dbus-daemon[687]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
May 30 18:26:30 manjaro systemd[1]: Started Network Manager Script Dispatcher Service.
May 30 18:26:30 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:30 manjaro kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
May 30 18:26:30 manjaro kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
May 30 18:26:30 manjaro kernel: sd 4:0:0:0: Attached scsi generic sg2 type 0
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.5469] ovsdb: Could not connect: No such file or directory
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.5469] ovsdb: disconnected from ovsdb
May 30 18:26:30 manjaro NetworkManager[688]: <info>  [1622399190.5477] modem-manager: ModemManager available
May 30 18:26:30 manjaro manjaro-live[774]:   en_US.UTF-8... done
May 30 18:26:30 manjaro manjaro-live[774]: Generation complete.
May 30 18:26:31 manjaro pacman-key[849]: gpg: key 74998BF03294A2DB marked as ultimately trusted
May 30 18:26:31 manjaro pacman-key[849]: gpg: directory '/etc/pacman.d/gnupg/openpgp-revocs.d' created
May 30 18:26:31 manjaro useradd[891]: new group: name=manjaro, GID=1000
May 30 18:26:31 manjaro audit[891]: ADD_GROUP pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro useradd[891]: new user: name=manjaro, UID=1000, GID=1000, home=/home/manjaro, shell=/bin/bash, from=none
May 30 18:26:31 manjaro kernel: kauditd_printk_skb: 12 callbacks suppressed
May 30 18:26:31 manjaro kernel: audit: type=1116 audit(1622399191.045:24): pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro pacman-key[849]: gpg: revocation certificate stored as '/etc/pacman.d/gnupg/openpgp-revocs.d/F5A51E38A660AA24B140A93774998BF03294A2DB.rev'
May 30 18:26:31 manjaro pacman-key[849]: gpg: Done
May 30 18:26:31 manjaro audit[891]: ADD_USER pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user id=1000 exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro audit[891]: ADD_USER pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro audit[891]: ADD_USER pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro audit[891]: ADD_USER pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro audit[891]: ADD_USER pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro audit[891]: ADD_USER pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro audit[891]: ADD_USER pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to shadow group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro audit[891]: ADD_USER pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to shadow group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro audit[891]: ADD_USER pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to shadow group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro audit[891]: ADD_USER pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to shadow group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro audit[891]: ADD_USER pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to shadow group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro audit[891]: ADD_USER pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding home directory id=1000 exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro useradd[891]: add 'manjaro' to group 'wheel'
May 30 18:26:31 manjaro useradd[891]: add 'manjaro' to group 'lp'
May 30 18:26:31 manjaro useradd[891]: add 'manjaro' to group 'sys'
May 30 18:26:31 manjaro useradd[891]: add 'manjaro' to group 'network'
May 30 18:26:31 manjaro useradd[891]: add 'manjaro' to group 'power'
May 30 18:26:31 manjaro useradd[891]: add 'manjaro' to shadow group 'wheel'
May 30 18:26:31 manjaro useradd[891]: add 'manjaro' to shadow group 'lp'
May 30 18:26:31 manjaro useradd[891]: add 'manjaro' to shadow group 'sys'
May 30 18:26:31 manjaro useradd[891]: add 'manjaro' to shadow group 'network'
May 30 18:26:31 manjaro useradd[891]: add 'manjaro' to shadow group 'power'
May 30 18:26:31 manjaro kernel: audit: type=1114 audit(1622399191.085:25): pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user id=1000 exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro kernel: audit: type=1114 audit(1622399191.085:26): pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro kernel: audit: type=1114 audit(1622399191.085:27): pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro kernel: audit: type=1114 audit(1622399191.085:28): pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro kernel: audit: type=1114 audit(1622399191.085:29): pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro kernel: audit: type=1114 audit(1622399191.085:30): pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro kernel: audit: type=1114 audit(1622399191.085:31): pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to shadow group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro kernel: audit: type=1114 audit(1622399191.085:32): pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to shadow group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro kernel: audit: type=1114 audit(1622399191.085:33): pid=891 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=adding user to shadow group acct="manjaro" exe="/usr/bin/useradd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro pacman-key[692]: ==> Updating trust database...
May 30 18:26:31 manjaro pacman-key[893]: gpg: marginals needed: 3  completes needed: 1  trust model: pgp
May 30 18:26:31 manjaro pacman-key[893]: gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
May 30 18:26:31 manjaro pacman-key[894]: ==> Appending keys from archlinux.gpg...
May 30 18:26:31 manjaro chpasswd[951]: pam_unix(chpasswd:chauthtok): password changed for root
May 30 18:26:31 manjaro audit[951]: USER_CHAUTHTOK pid=951 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:chauthtok grantors=pam_unix acct="root" exe="/usr/bin/chpasswd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro manjaro-live[965]: cp: cannot stat '/etc/samba/smb.conf.default': No such file or directory
May 30 18:26:31 manjaro manjaro-live[966]: sed: can't read /etc/samba/smb.conf: No such file or directory
May 30 18:26:31 manjaro systemd[1]: manjaro-live.service: Succeeded.
May 30 18:26:31 manjaro systemd[1]: Finished LiveMedia Config Script.
May 30 18:26:31 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=manjaro-live comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:31 manjaro audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=manjaro-live comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

May 30 18:26:38 manjaro sddm[1254]: Initializing...
May 30 18:26:38 manjaro sddm[1254]: Starting...
May 30 18:26:38 manjaro sddm[1254]: Logind interface found
May 30 18:26:38 manjaro sddm[1254]: Adding new display on vt 1 ...
May 30 18:26:38 manjaro sddm[1254]: Loading theme configuration from ""
May 30 18:26:38 manjaro sddm[1254]: Display server starting...
May 30 18:26:38 manjaro sddm[1254]: Adding cookie to "/var/run/sddm/{b4a7fd51-ccd0-4d95-9d2e-43027ff2e692}"
May 30 18:26:38 manjaro sddm[1254]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{b4a7fd51-ccd0-4d95-9d2e-43027ff2e692} -noreset -displayfd 17
May 30 18:26:38 manjaro pacman-key[894]:   -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
May 30 18:26:38 manjaro pacman-key[894]: ==> Updating trust database...
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 1EB2638FF56C0C53: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: key 1EB2638FF56C0C53: no user ID for key signature packet of class 10
May 30 18:26:38 manjaro pacman-key[1277]: gpg: marginals needed: 3  completes needed: 1  trust model: pgp
May 30 18:26:38 manjaro pacman-key[1277]: gpg: depth: 0  valid:   1  signed:  25  trust: 0-, 0q, 0n, 0m, 0f, 1u
May 30 18:26:38 manjaro pacman-key[1277]: gpg: depth: 1  valid:  25  signed:  84  trust: 0-, 0q, 0n, 25m, 0f, 0u
May 30 18:26:38 manjaro pacman-key[1277]: gpg: depth: 2  valid:  77  signed:  24  trust: 77-, 0q, 0n, 0m, 0f, 0u
May 30 18:26:38 manjaro pacman-key[1277]: gpg: next trustdb check due at 2021-08-02
May 30 18:26:38 manjaro systemd[1]: Finished Initialize Pacman keyring.
May 30 18:26:38 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=pacman-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:38 manjaro systemd[1]: Reached target Multi-User System.
May 30 18:26:38 manjaro systemd[1]: Reached target Graphical Interface.
May 30 18:26:38 manjaro systemd[1]: Startup finished in 17.348s (firmware) + 30.503s (loader) + 12.443s (kernel) + 13.575s (userspace) = 1min 13.872s.
May 30 18:26:38 manjaro kernel: audit: type=1130 audit(1622399198.625:46): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=pacman-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:40 manjaro kernel: usb 1-9.4: USB disconnect, device number 6
May 30 18:26:40 manjaro sddm[1254]: Failed to read display number from pipe
May 30 18:26:40 manjaro sddm[1254]: Display server stopping...
May 30 18:26:40 manjaro sddm[1254]: Attempt 1 starting the Display server on vt 1 failed
May 30 18:26:40 manjaro systemd[1]: NetworkManager-dispatcher.service: Succeeded.
May 30 18:26:40 manjaro audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:40 manjaro kernel: audit: type=1131 audit(1622399200.615:47): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:40 manjaro kernel: usb 1-9.4: new low-speed USB device number 7 using xhci_hcd
May 30 18:26:40 manjaro kernel: usb 1-9.4: New USB device found, idVendor=145f, idProduct=01d9, bcdDevice= 1.00
May 30 18:26:40 manjaro kernel: usb 1-9.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
May 30 18:26:40 manjaro kernel: usb 1-9.4: Product: USB Optical Mouse
May 30 18:26:40 manjaro kernel: input: USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4/1-9.4:1.0/0003:145F:01D9.0005/input/input9
May 30 18:26:40 manjaro kernel: hid-generic 0003:145F:01D9.0005: input,hidraw3: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:00:14.0-9.4/input0
May 30 18:26:40 manjaro mtp-probe[1282]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4"
May 30 18:26:40 manjaro mtp-probe[1282]: bus: 1, device: 7 was not an MTP device
May 30 18:26:41 manjaro mtp-probe[1307]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4"
May 30 18:26:41 manjaro mtp-probe[1307]: bus: 1, device: 7 was not an MTP device
May 30 18:26:42 manjaro sddm[1254]: Display server starting...
May 30 18:26:42 manjaro sddm[1254]: Adding cookie to "/var/run/sddm/{b4a7fd51-ccd0-4d95-9d2e-43027ff2e692}"
May 30 18:26:42 manjaro sddm[1254]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{b4a7fd51-ccd0-4d95-9d2e-43027ff2e692} -noreset -displayfd 17
May 30 18:26:44 manjaro sddm[1254]: Failed to read display number from pipe
May 30 18:26:44 manjaro sddm[1254]: Display server stopping...
May 30 18:26:44 manjaro sddm[1254]: Attempt 2 starting the Display server on vt 1 failed
May 30 18:26:46 manjaro sddm[1254]: Display server starting...
May 30 18:26:46 manjaro sddm[1254]: Adding cookie to "/var/run/sddm/{b4a7fd51-ccd0-4d95-9d2e-43027ff2e692}"
May 30 18:26:46 manjaro sddm[1254]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{b4a7fd51-ccd0-4d95-9d2e-43027ff2e692} -noreset -displayfd 17
May 30 18:26:48 manjaro sddm[1254]: Failed to read display number from pipe
May 30 18:26:48 manjaro sddm[1254]: Display server stopping...
May 30 18:26:48 manjaro sddm[1254]: Attempt 3 starting the Display server on vt 1 failed
May 30 18:26:48 manjaro sddm[1254]: Could not start Display server on vt 1
May 30 18:26:50 manjaro systemd[1]: Started Getty on tty2.
May 30 18:26:50 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:50 manjaro kernel: audit: type=1130 audit(1622399210.125:48): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:55 manjaro audit[1319]: USER_AUTH pid=1319 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="manjaro" exe="/usr/bin/login" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:26:55 manjaro dbus-daemon[687]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.12' (uid=0 pid=1319 comm="/bin/login -p --         ")
May 30 18:26:55 manjaro dbus-daemon[687]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 30 18:26:55 manjaro login[1319]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 30 18:26:55 manjaro audit[1319]: USER_ACCT pid=1319 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/login" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:26:55 manjaro audit[1319]: CRED_ACQ pid=1319 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="manjaro" exe="/usr/bin/login" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:26:55 manjaro login[1319]: pam_unix(login:session): session opened for user manjaro(uid=1000) by LOGIN(uid=0)
May 30 18:26:55 manjaro kernel: audit: type=1100 audit(1622399215.075:49): pid=1319 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="manjaro" exe="/usr/bin/login" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:26:55 manjaro kernel: audit: type=1101 audit(1622399215.075:50): pid=1319 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/login" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:26:55 manjaro kernel: audit: type=1103 audit(1622399215.075:51): pid=1319 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="manjaro" exe="/usr/bin/login" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:26:55 manjaro kernel: audit: type=1006 audit(1622399215.075:52): pid=1319 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=1 res=1
May 30 18:26:55 manjaro systemd[1]: Created slice User Slice of UID 1000.
May 30 18:26:55 manjaro systemd[1]: Starting User Runtime Directory /run/user/1000...
May 30 18:26:55 manjaro systemd-logind[694]: New session 1 of user manjaro.
May 30 18:26:55 manjaro systemd[1]: Finished User Runtime Directory /run/user/1000.
May 30 18:26:55 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:55 manjaro systemd[1]: Starting User Manager for UID 1000...
May 30 18:26:55 manjaro dbus-daemon[687]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.14' (uid=0 pid=1321 comm="(systemd) ")
May 30 18:26:55 manjaro dbus-daemon[687]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 30 18:26:55 manjaro systemd[1321]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 30 18:26:55 manjaro audit[1321]: USER_ACCT pid=1321 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:55 manjaro audit[1321]: CRED_ACQ pid=1321 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="manjaro" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 30 18:26:55 manjaro systemd[1321]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[manjaro] ruser=[<unknown>] rhost=[<unknown>]
May 30 18:26:55 manjaro systemd[1321]: pam_unix(systemd-user:session): session opened for user manjaro(uid=1000) by (uid=0)
May 30 18:26:55 manjaro systemd[1321]: pam_env(systemd-user:session): deprecated reading of user environment enabled
May 30 18:26:55 manjaro audit[1321]: USER_START pid=1321 uid=0 auid=1000 ses=2 subj==unconfined 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="manjaro" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:55 manjaro kernel: audit: type=1130 audit(1622399215.095:53): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:55 manjaro kernel: audit: type=1101 audit(1622399215.095:54): pid=1321 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:55 manjaro kernel: audit: type=1103 audit(1622399215.095:55): pid=1321 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="manjaro" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 30 18:26:55 manjaro kernel: audit: type=1006 audit(1622399215.095:56): pid=1321 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
May 30 18:26:55 manjaro kernel: audit: type=1105 audit(1622399215.095:57): pid=1321 uid=0 auid=1000 ses=2 subj==unconfined 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="manjaro" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:55 manjaro audit: BPF prog-id=11 op=LOAD
May 30 18:26:55 manjaro audit: BPF prog-id=11 op=UNLOAD
May 30 18:26:55 manjaro systemd-xdg-autostart-generator[1326]: Configuration file /home/manjaro/.config/autostart/pulseaudio-ctl.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
May 30 18:26:55 manjaro systemd-xdg-autostart-generator[1326]: Configuration file /home/manjaro/.config/autostart/live-session.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
May 30 18:26:55 manjaro systemd-xdg-autostart-generator[1326]: Configuration file /home/manjaro/.config/autostart/disable-dpms.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
May 30 18:26:55 manjaro systemd-xdg-autostart-generator[1326]: Configuration file /home/manjaro/.config/autostart/org.kde.yakuake.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
May 30 18:26:55 manjaro systemd-xdg-autostart-generator[1326]: Configuration file /etc/xdg/autostart/msm_kde_notifier.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
May 30 18:26:55 manjaro systemd[1321]: Queued start job for default target Main User Target.
May 30 18:26:55 manjaro systemd[1321]: -.slice: Failed to migrate controller cgroups from /user.slice/user-1000.slice/user@1000.service, ignoring: Permission denied
May 30 18:26:55 manjaro systemd[1321]: Created slice User Application Slice.
May 30 18:26:55 manjaro systemd[1321]: Reached target Paths.
May 30 18:26:55 manjaro systemd[1321]: Reached target Timers.
May 30 18:26:55 manjaro systemd[1321]: Starting D-Bus User Message Bus Socket.
May 30 18:26:55 manjaro systemd[1321]: Listening on GnuPG network certificate management daemon.
May 30 18:26:55 manjaro systemd[1321]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 30 18:26:55 manjaro systemd[1321]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 30 18:26:55 manjaro systemd[1321]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 30 18:26:55 manjaro systemd[1321]: Listening on GnuPG cryptographic agent and passphrase cache.
May 30 18:26:55 manjaro systemd[1321]: Listening on p11-kit server.
May 30 18:26:55 manjaro systemd[1321]: Listening on Multimedia System.
May 30 18:26:55 manjaro systemd[1321]: Listening on Sound System.
May 30 18:26:55 manjaro systemd[1321]: Listening on D-Bus User Message Bus Socket.
May 30 18:26:55 manjaro systemd[1321]: Reached target Sockets.
May 30 18:26:55 manjaro systemd[1321]: Reached target Basic System.
May 30 18:26:55 manjaro systemd[1]: Started User Manager for UID 1000.
May 30 18:26:55 manjaro audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:55 manjaro systemd[1321]: Starting Update XDG user dir configuration...
May 30 18:26:55 manjaro systemd[1]: Started Session 1 of user manjaro.
May 30 18:26:55 manjaro login[1319]: pam_env(login:session): deprecated reading of user environment enabled
May 30 18:26:55 manjaro audit[1319]: USER_START pid=1319 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="manjaro" exe="/usr/bin/login" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:26:55 manjaro audit[1319]: CRED_REFR pid=1319 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="manjaro" exe="/usr/bin/login" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:26:55 manjaro login[1319]: LOGIN ON tty2 BY manjaro
May 30 18:26:55 manjaro systemd[1321]: xdg-user-dirs-update.service: Succeeded.
May 30 18:26:55 manjaro systemd[1321]: Finished Update XDG user dir configuration.
May 30 18:26:55 manjaro systemd[1321]: Reached target Main User Target.
May 30 18:26:55 manjaro systemd[1321]: Startup finished in 67ms.
May 30 18:26:55 manjaro kernel: kauditd_printk_skb: 2 callbacks suppressed
May 30 18:26:55 manjaro kernel: audit: type=1130 audit(1622399215.165:60): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:26:55 manjaro kernel: audit: type=1105 audit(1622399215.165:61): pid=1319 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="manjaro" exe="/usr/bin/login" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:26:55 manjaro kernel: audit: type=1110 audit(1622399215.165:62): pid=1319 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="manjaro" exe="/usr/bin/login" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:27:00 manjaro systemd[1]: systemd-hostnamed.service: Succeeded.
May 30 18:27:00 manjaro audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:27:00 manjaro kernel: audit: type=1131 audit(1622399220.095:63): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 30 18:27:00 manjaro audit: BPF prog-id=10 op=UNLOAD
May 30 18:27:00 manjaro audit: BPF prog-id=9 op=UNLOAD
May 30 18:27:00 manjaro kernel: audit: type=1334 audit(1622399220.355:64): prog-id=10 op=UNLOAD
May 30 18:27:00 manjaro kernel: audit: type=1334 audit(1622399220.355:65): prog-id=9 op=UNLOAD
May 30 18:27:27 manjaro kernel: snd_hda_intel 0000:00:1f.3: couldn't bind with audio component
May 30 18:27:27 manjaro kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
May 30 18:27:27 manjaro kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
May 30 18:27:27 manjaro kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
May 30 18:27:27 manjaro kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
May 30 18:27:27 manjaro kernel: snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x0
May 30 18:27:27 manjaro kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
May 30 18:27:27 manjaro kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
May 30 18:27:27 manjaro kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
May 30 18:27:27 manjaro kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
May 30 18:27:27 manjaro kernel: snd_hda_codec_hdmi hdaudioC0D2: No i915 binding for Intel HDMI/DP codec
May 30 18:27:27 manjaro kernel: hdaudio hdaudioC0D2: Unable to bind the codec
May 30 18:27:27 manjaro kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
May 30 18:27:27 manjaro kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
May 30 18:27:27 manjaro kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
May 30 18:27:27 manjaro kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
May 30 18:27:27 manjaro kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
May 30 18:27:27 manjaro systemd-udevd[1351]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
May 30 18:27:27 manjaro systemd[1321]: Reached target Sound Card.
May 30 18:27:27 manjaro systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
May 30 18:27:27 manjaro systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
May 30 18:27:27 manjaro systemd[1]: Reached target Sound Card.
May 30 18:31:21 manjaro mtp-probe[1436]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4"
May 30 18:31:21 manjaro mtp-probe[1436]: bus: 1, device: 10 was not an MTP device
May 30 18:31:22 manjaro mtp-probe[1460]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.4"
May 30 18:31:22 manjaro mtp-probe[1460]: bus: 1, device: 10 was not an MTP device
May 30 18:32:21 manjaro dbus-daemon[687]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.16' (uid=0 pid=1465 comm="sudo fdisk -l ")
May 30 18:32:21 manjaro dbus-daemon[687]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 30 18:32:21 manjaro sudo[1465]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 30 18:32:21 manjaro audit[1465]: USER_ACCT pid=1465 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:32:21 manjaro sudo[1465]:  manjaro : TTY=tty2 ; PWD=/dev ; USER=root ; COMMAND=/usr/bin/fdisk -l
May 30 18:32:21 manjaro audit[1465]: CRED_REFR pid=1465 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:32:21 manjaro sudo[1465]: pam_unix(sudo:session): session opened for user root(uid=0) by manjaro(uid=1000)
May 30 18:32:21 manjaro audit[1465]: USER_START pid=1465 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:32:21 manjaro kernel: audit: type=1101 audit(1622399541.605:66): pid=1465 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:32:21 manjaro kernel: audit: type=1110 audit(1622399541.605:67): pid=1465 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:32:21 manjaro kernel: audit: type=1105 audit(1622399541.605:68): pid=1465 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:32:23 manjaro sudo[1465]: pam_unix(sudo:session): session closed for user root
May 30 18:32:23 manjaro audit[1465]: USER_END pid=1465 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:32:23 manjaro audit[1465]: CRED_DISP pid=1465 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:32:23 manjaro kernel: audit: type=1106 audit(1622399543.865:69): pid=1465 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:32:23 manjaro kernel: audit: type=1104 audit(1622399543.865:70): pid=1465 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:33:06 manjaro dbus-daemon[687]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.17' (uid=0 pid=1470 comm="sudo mount -t ntfs /dev/sda1 /mnt/ ")
May 30 18:33:06 manjaro dbus-daemon[687]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 30 18:33:06 manjaro sudo[1470]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 30 18:33:06 manjaro audit[1470]: USER_ACCT pid=1470 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:33:06 manjaro sudo[1470]:  manjaro : TTY=tty2 ; PWD=/dev ; USER=root ; COMMAND=/usr/bin/mount -t ntfs /dev/sda1 /mnt/
May 30 18:33:06 manjaro audit[1470]: CRED_REFR pid=1470 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:33:06 manjaro sudo[1470]: pam_unix(sudo:session): session opened for user root(uid=0) by manjaro(uid=1000)
May 30 18:33:06 manjaro audit[1470]: USER_START pid=1470 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:33:06 manjaro kernel: audit: type=1101 audit(1622399586.745:71): pid=1470 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:33:06 manjaro kernel: audit: type=1110 audit(1622399586.745:72): pid=1470 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:33:06 manjaro kernel: audit: type=1105 audit(1622399586.745:73): pid=1470 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:33:06 manjaro ntfs-3g[1473]: Version 2017.3.23 external FUSE 29
May 30 18:33:06 manjaro ntfs-3g[1473]: Mounted /dev/sda1 (Read-Only, label "", NTFS 3.1)
May 30 18:33:06 manjaro audit[1470]: USER_END pid=1470 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:33:06 manjaro ntfs-3g[1473]: Cmdline options: rw
May 30 18:33:06 manjaro audit[1470]: CRED_DISP pid=1470 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:33:06 manjaro ntfs-3g[1473]: Mount options: rw,allow_other,nonempty,relatime,ro,fsname=/dev/sda1,blkdev,blksize=4096
May 30 18:33:06 manjaro ntfs-3g[1473]: Ownership and permissions disabled, configuration type 7
May 30 18:33:06 manjaro sudo[1470]: pam_unix(sudo:session): session closed for user root
May 30 18:33:06 manjaro kernel: audit: type=1106 audit(1622399586.765:74): pid=1470 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:33:06 manjaro kernel: audit: type=1104 audit(1622399586.765:75): pid=1470 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:36:32 manjaro dbus-daemon[687]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.18' (uid=0 pid=1484 comm="sudo mkfs -t ext4 /dev/sda1 ")
May 30 18:36:32 manjaro dbus-daemon[687]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 30 18:36:32 manjaro sudo[1484]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 30 18:36:32 manjaro audit[1484]: USER_ACCT pid=1484 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:36:32 manjaro sudo[1484]:  manjaro : TTY=tty2 ; PWD=/dev ; USER=root ; COMMAND=/usr/bin/mkfs -t ext4 /dev/sda1
May 30 18:36:32 manjaro audit[1484]: CRED_REFR pid=1484 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:36:32 manjaro kernel: audit: type=1101 audit(1622399792.655:76): pid=1484 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:36:32 manjaro kernel: audit: type=1110 audit(1622399792.655:77): pid=1484 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:36:32 manjaro sudo[1484]: pam_unix(sudo:session): session opened for user root(uid=0) by manjaro(uid=1000)
May 30 18:36:32 manjaro audit[1484]: USER_START pid=1484 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:36:32 manjaro kernel: audit: type=1105 audit(1622399792.665:78): pid=1484 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:36:36 manjaro sudo[1484]: pam_unix(sudo:session): session closed for user root
May 30 18:36:36 manjaro audit[1484]: USER_END pid=1484 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:36:36 manjaro audit[1484]: CRED_DISP pid=1484 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:36:36 manjaro kernel: audit: type=1106 audit(1622399796.175:79): pid=1484 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:36:36 manjaro kernel: audit: type=1104 audit(1622399796.175:80): pid=1484 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:36:51 manjaro dbus-daemon[687]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.19' (uid=0 pid=1489 comm="sudo unmount /mnt/ ")
May 30 18:36:51 manjaro dbus-daemon[687]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 30 18:36:51 manjaro sudo[1489]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 30 18:36:51 manjaro audit[1489]: USER_ACCT pid=1489 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:36:51 manjaro kernel: audit: type=1101 audit(1622399811.835:81): pid=1489 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:28 manjaro dbus-daemon[687]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.20' (uid=0 pid=1490 comm="sudo umount /mnt ")
May 30 18:37:28 manjaro dbus-daemon[687]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 30 18:37:28 manjaro sudo[1490]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 30 18:37:28 manjaro audit[1490]: USER_ACCT pid=1490 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:28 manjaro sudo[1490]:  manjaro : TTY=tty2 ; PWD=/dev ; USER=root ; COMMAND=/usr/bin/umount /mnt
May 30 18:37:28 manjaro audit[1490]: CRED_REFR pid=1490 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:28 manjaro sudo[1490]: pam_unix(sudo:session): session opened for user root(uid=0) by manjaro(uid=1000)
May 30 18:37:28 manjaro audit[1490]: USER_START pid=1490 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:28 manjaro ntfs-3g[1473]: Unmounting /dev/sda1 ()
May 30 18:37:28 manjaro systemd[1]: mnt.mount: Succeeded.
May 30 18:37:28 manjaro systemd[1321]: mnt.mount: Succeeded.
May 30 18:37:28 manjaro kernel: audit: type=1101 audit(1622399848.545:82): pid=1490 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:28 manjaro kernel: audit: type=1110 audit(1622399848.545:83): pid=1490 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:28 manjaro kernel: audit: type=1105 audit(1622399848.545:84): pid=1490 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:28 manjaro sudo[1490]: pam_unix(sudo:session): session closed for user root
May 30 18:37:28 manjaro audit[1490]: USER_END pid=1490 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:28 manjaro audit[1490]: CRED_DISP pid=1490 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:28 manjaro kernel: audit: type=1106 audit(1622399848.555:85): pid=1490 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:28 manjaro kernel: audit: type=1104 audit(1622399848.555:86): pid=1490 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:30 manjaro dbus-daemon[687]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.21' (uid=0 pid=1495 comm="sudo mkfs -t ext4 /dev/sda1 ")
May 30 18:37:30 manjaro dbus-daemon[687]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 30 18:37:30 manjaro sudo[1495]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 30 18:37:30 manjaro audit[1495]: USER_ACCT pid=1495 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:30 manjaro sudo[1495]:  manjaro : TTY=tty2 ; PWD=/dev ; USER=root ; COMMAND=/usr/bin/mkfs -t ext4 /dev/sda1
May 30 18:37:30 manjaro audit[1495]: CRED_REFR pid=1495 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:30 manjaro sudo[1495]: pam_unix(sudo:session): session opened for user root(uid=0) by manjaro(uid=1000)
May 30 18:37:30 manjaro audit[1495]: USER_START pid=1495 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:30 manjaro kernel: audit: type=1101 audit(1622399850.585:87): pid=1495 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:30 manjaro kernel: audit: type=1110 audit(1622399850.585:88): pid=1495 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:37:30 manjaro kernel: audit: type=1105 audit(1622399850.585:89): pid=1495 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:16 manjaro sudo[1495]: pam_unix(sudo:session): session closed for user root
May 30 18:38:16 manjaro audit[1495]: USER_END pid=1495 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:16 manjaro audit[1495]: CRED_DISP pid=1495 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:16 manjaro kernel: audit: type=1106 audit(1622399896.625:90): pid=1495 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:16 manjaro kernel: audit: type=1104 audit(1622399896.625:91): pid=1495 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:22 manjaro dbus-daemon[687]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.22' (uid=0 pid=1501 comm="sudo mount -t ntfs /dev/sda1 /mnt/ ")
May 30 18:38:22 manjaro dbus-daemon[687]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 30 18:38:22 manjaro sudo[1501]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 30 18:38:22 manjaro audit[1501]: USER_ACCT pid=1501 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:22 manjaro sudo[1501]:  manjaro : TTY=tty2 ; PWD=/dev ; USER=root ; COMMAND=/usr/bin/mount -t ntfs /dev/sda1 /mnt/
May 30 18:38:22 manjaro audit[1501]: CRED_REFR pid=1501 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:22 manjaro sudo[1501]: pam_unix(sudo:session): session opened for user root(uid=0) by manjaro(uid=1000)
May 30 18:38:22 manjaro audit[1501]: USER_START pid=1501 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:22 manjaro sudo[1501]: pam_unix(sudo:session): session closed for user root
May 30 18:38:22 manjaro audit[1501]: USER_END pid=1501 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:22 manjaro audit[1501]: CRED_DISP pid=1501 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:22 manjaro kernel: audit: type=1101 audit(1622399902.735:92): pid=1501 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:22 manjaro kernel: audit: type=1110 audit(1622399902.735:93): pid=1501 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:22 manjaro kernel: audit: type=1105 audit(1622399902.735:94): pid=1501 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:22 manjaro kernel: audit: type=1106 audit(1622399902.735:95): pid=1501 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:22 manjaro kernel: audit: type=1104 audit(1622399902.735:96): pid=1501 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:29 manjaro dbus-daemon[687]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.23' (uid=0 pid=1506 comm="sudo mount /dev/sda1 /mnt/ ")
May 30 18:38:29 manjaro dbus-daemon[687]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 30 18:38:29 manjaro sudo[1506]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 30 18:38:29 manjaro audit[1506]: USER_ACCT pid=1506 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:29 manjaro sudo[1506]:  manjaro : TTY=tty2 ; PWD=/dev ; USER=root ; COMMAND=/usr/bin/mount /dev/sda1 /mnt/
May 30 18:38:29 manjaro audit[1506]: CRED_REFR pid=1506 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:29 manjaro sudo[1506]: pam_unix(sudo:session): session opened for user root(uid=0) by manjaro(uid=1000)
May 30 18:38:29 manjaro audit[1506]: USER_START pid=1506 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:29 manjaro kernel: audit: type=1101 audit(1622399909.945:97): pid=1506 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:29 manjaro kernel: audit: type=1110 audit(1622399909.945:98): pid=1506 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:29 manjaro kernel: audit: type=1105 audit(1622399909.945:99): pid=1506 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:30 manjaro sudo[1506]: pam_unix(sudo:session): session closed for user root
May 30 18:38:30 manjaro audit[1506]: USER_END pid=1506 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:30 manjaro audit[1506]: CRED_DISP pid=1506 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:30 manjaro kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
May 30 18:38:30 manjaro kernel: audit: type=1106 audit(1622399910.065:100): pid=1506 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:30 manjaro kernel: audit: type=1104 audit(1622399910.065:101): pid=1506 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:48 manjaro dbus-daemon[687]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.24' (uid=0 pid=1519 comm="sudo cp /var/log/Xorg.0.log /mnt/ ")
May 30 18:38:48 manjaro dbus-daemon[687]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 30 18:38:48 manjaro sudo[1519]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 30 18:38:48 manjaro audit[1519]: USER_ACCT pid=1519 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:48 manjaro sudo[1519]:  manjaro : TTY=tty2 ; PWD=/dev ; USER=root ; COMMAND=/usr/bin/cp /var/log/Xorg.0.log /mnt/
May 30 18:38:48 manjaro audit[1519]: CRED_REFR pid=1519 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:48 manjaro sudo[1519]: pam_unix(sudo:session): session opened for user root(uid=0) by manjaro(uid=1000)
May 30 18:38:48 manjaro audit[1519]: USER_START pid=1519 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:48 manjaro sudo[1519]: pam_unix(sudo:session): session closed for user root
May 30 18:38:48 manjaro audit[1519]: USER_END pid=1519 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:48 manjaro audit[1519]: CRED_DISP pid=1519 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:48 manjaro kernel: audit: type=1101 audit(1622399928.595:102): pid=1519 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:48 manjaro kernel: audit: type=1110 audit(1622399928.595:103): pid=1519 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:48 manjaro kernel: audit: type=1105 audit(1622399928.595:104): pid=1519 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:48 manjaro kernel: audit: type=1106 audit(1622399928.595:105): pid=1519 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'
May 30 18:38:48 manjaro kernel: audit: type=1104 audit(1622399928.595:106): pid=1519 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjaro addr=? terminal=/dev/tty2 res=success'

Hope this helps,

Thanks, Michael

Edit: Had to trim some lines to fit character limit (mostly USB things). Say if you need full journal

At least you see here:

that

just works.

KMS is disabled on the kernel and the intel driver will not load even if xorg calls for it.

I would suggest to boot the ISO by adding:

systemd.unit=multi-user.target 

to the kernel parameter and let the other parameters be default. It will stop at the basic non-graphical login. There you can login with manjaro:manjaro. If until there everything is ok, you can try starting the display manager:

sudo systemctl start display-manager

If the signal is lost again, you can try to switch to another TTY:

and stop it:

sudo systemctl stop display-manager

and have a look at the journal:

journalctl --unit=display-manager

or the xorg log:

cat /var/log/Xorg.0.log | less

Please let me know if the non-graphical login works :wink:

Sorry for the timing megavolt

I tried what you said but couldn’t go beyond this:

HDMI lost signal again on boot. Its a little frustating I cant get the step 0 - “a live usb install” - working :frowning:

Sorry bothering, I’ll try another way. Someone I know recommended using other distro since the goal is use it partially as a KVM + standalone Linux.

I’ll still looking forward to research this issue since other people may find same error, but the Manjaro Installation will be postponed.

Nonetheless, thanks for attention and amazing help megavolt

use ventoy ventoy will work
when u ser ventoy in the menu tap secure boot support it can help
the desktops and laptops cant boot some drives
my dell optiplex does not boot windows 10 i dont know for what reason
it is not a problem of hdmi/monitop/cpu
they are simply unable to boot some drives

If that still not work, then i believe it is not a graphical problem. It must be related to the EFI or Firmware. As @hisham_6c5 mentioned, try another method to boot like ventoy.

Also check this list:

ventoy with secure boot enabled