You are not logged in.

#1 2020-05-25 20:23:38

RDDO
Member
From: Brazil
Registered: 2008-02-21
Posts: 23

[SOLVED] X failing to start after computer freeze

Was playing a game and my computer froze for the third time (gotta fix this too) the problem I'm having now is "startx" won't load the X server, before even after the system freeze, a hard reset and running X again did work perfectly fine, now it doesn't. Took a look at Xorg.log and dmesg and found the entries that indicate a problem, but I don't really know how to proceed, did many searchs on google and in the forum but didn't found any suitable solution, I rarely use the forums because I usually manage to get the system fixed just by searching around, but not this time.

According to nvidia Xid errors Xid 44 and 8 are driver related errors, so I removed and installed again the current driver, I'm using the nvidia-390xx-dkms driver pkg as oriented by the wiki, current version is 390.132 that nvidia points out to be the latest for my video card (GeForce GTX 560). Not sure if I got this right, but I think that the GPU is failing to initiate, I have noticed that even the logo that appear during the POST got some red and green dashed lines, which did not have before.

Xorg.log

[    27.011] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    27.012] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[    27.012] Build Operating System: Linux Arch Linux
[    27.012] Current Operating System: Linux rawride 5.4.42-1-lts #1 SMP Wed, 20 May 2020 20:42:53 +0000 x86_64
[    27.012] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=53e585ff-e2b2-485a-b158-9c55b9de91e5 rw loglevel=3 quiet
[    27.012] Build Date: 05 May 2020  05:08:17AM
[    27.012]  
[    27.013] Current version of pixman: 0.40.0
[    27.013] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    27.013] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    27.013] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 25 15:57:34 2020
[    27.042] (==) Using config file: "/etc/X11/xorg.conf"
[    27.042] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    27.067] (==) ServerLayout "Layout0"
[    27.067] (**) |-->Screen "Screen0" (0)
[    27.067] (**) |   |-->Monitor "Monitor0"
[    27.068] (**) |   |-->Device "Device0"
[    27.068] (**) |-->Input Device "Keyboard0"
[    27.068] (**) |-->Input Device "Mouse0"
[    27.068] (==) Automatically adding devices
[    27.068] (==) Automatically enabling devices
[    27.068] (==) Automatically adding GPU devices
[    27.068] (==) Automatically binding GPU devices
[    27.068] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    27.083] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    27.083] 	Entry deleted from font path.
[    27.094] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    27.094] 	Entry deleted from font path.
[    27.094] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    27.094] 	Entry deleted from font path.
[    27.095] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    27.095] 	Entry deleted from font path.
[    27.095] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    27.095] 	Entry deleted from font path.
[    27.095] (==) FontPath set to:
	/usr/share/fonts/TTF
[    27.095] (==) ModulePath set to "/usr/lib/xorg/modules"
[    27.095] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    27.095] (WW) Disabling Keyboard0
[    27.095] (WW) Disabling Mouse0
[    27.095] (II) Module ABI versions:
[    27.095] 	X.Org ANSI C Emulation: 0.4
[    27.095] 	X.Org Video Driver: 24.1
[    27.095] 	X.Org XInput driver : 24.1
[    27.095] 	X.Org Server Extension : 10.0
[    27.096] (++) using VT number 1

[    27.098] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    27.098] (II) xfree86: Adding drm device (/dev/dri/card0)
[    27.099] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    27.100] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    27.102] (--) PCI:*(1@0:0:0) 10de:1201:1019:2036 rev 161, Mem @ 0xfc000000/33554432, 0xd8000000/134217728, 0xd4000000/67108864, I/O @ 0x0000dc00/128, BIOS @ 0x????????/131072
[    27.102] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    27.102] (II) LoadModule: "glx"
[    27.128] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[    27.429] (II) Module glx: vendor="NVIDIA Corporation"
[    27.429] 	compiled for 4.0.2, module version = 1.0.0
[    27.429] 	Module class: X.Org Server Extension
[    27.430] (II) NVIDIA GLX Module  390.132  Fri Nov  1 04:00:46 PDT 2019
[    27.435] (II) LoadModule: "nvidia"
[    27.470] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    27.510] (II) Module nvidia: vendor="NVIDIA Corporation"
[    27.510] 	compiled for 4.0.2, module version = 1.0.0
[    27.510] 	Module class: X.Org Video Driver
[    27.515] (II) NVIDIA dlloader X Driver  390.132  Fri Nov  1 03:36:28 PDT 2019
[    27.515] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    27.516] (II) systemd-logind: releasing fd for 226:0
[    27.518] (II) Loading sub module "fb"
[    27.518] (II) LoadModule: "fb"
[    27.519] (II) Loading /usr/lib/xorg/modules/libfb.so
[    27.523] (II) Module fb: vendor="X.Org Foundation"
[    27.523] 	compiled for 1.20.8, module version = 1.0.0
[    27.523] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    27.523] (II) Loading sub module "wfb"
[    27.523] (II) LoadModule: "wfb"
[    27.524] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    27.527] (II) Module wfb: vendor="X.Org Foundation"
[    27.527] 	compiled for 1.20.8, module version = 1.0.0
[    27.527] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    27.527] (II) Loading sub module "ramdac"
[    27.527] (II) LoadModule: "ramdac"
[    27.527] (II) Module "ramdac" already built-in
[    27.532] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    27.532] (==) NVIDIA(0): RGB weight 888
[    27.532] (==) NVIDIA(0): Default visual is TrueColor
[    27.532] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    27.532] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    27.532] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    27.532] (**) NVIDIA(0): Enabling 2D acceleration
[    33.046] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    33.046] (--) NVIDIA(0):     CRT-0
[    33.046] (--) NVIDIA(0):     CRT-1
[    33.046] (--) NVIDIA(0):     DFP-0
[    33.046] (--) NVIDIA(0):     DFP-1
[    33.046] (--) NVIDIA(0):     DFP-2 (boot)
[    33.047] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 560 (GF114) at PCI:1:0:0 (GPU-0)
[    33.047] (--) NVIDIA(0): Memory: 1048576 kBytes
[    33.047] (--) NVIDIA(0): VideoBIOS: 70.24.21.00.02
[    33.048] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    33.050] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    33.050] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    33.050] (--) NVIDIA(GPU-0): 
[    33.066] (--) NVIDIA(GPU-0): CRT-1: disconnected
[    33.066] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[    33.066] (--) NVIDIA(GPU-0): 
[    33.069] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    33.069] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    33.069] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    33.069] (--) NVIDIA(GPU-0): 
[    33.069] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    33.069] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    33.069] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    33.069] (--) NVIDIA(GPU-0): 
[    33.102] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-2): connected
[    33.102] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-2): Internal TMDS
[    33.102] (--) NVIDIA(GPU-0): Samsung SyncMaster (DFP-2): 330.0 MHz maximum pixel clock
[    33.102] (--) NVIDIA(GPU-0): 
[    33.105] (==) NVIDIA(0): 
[    33.105] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    33.105] (==) NVIDIA(0):     will be used as the requested mode.
[    33.105] (==) NVIDIA(0): 
[    33.105] (II) NVIDIA(0): Validated MetaModes:
[    33.105] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
[    33.105] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
[    33.108] (--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
[    33.108] (--) NVIDIA(0):     option
[    33.109] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[    33.109] (II) NVIDIA:     access.
[    33.111] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    33.111] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    33.111] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    33.111] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    33.111] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    33.111] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    33.111] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    33.111] (II) NVIDIA(0):     Config Options in the README.
[    41.826] (EE) 
Fatal server error:
[    41.826] (EE) NVIDIA: A GPU exception occurred during X server initialization(EE) 
[    41.827] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    41.827] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    41.827] (EE) 
[    41.833] (EE) Server terminated with error (1). Closing log file.

dmesg

[    0.000000] Linux version 5.4.42-1-lts (linux-lts@archlinux) (gcc version 10.1.0 (GCC)) #1 SMP Wed, 20 May 2020 20:42:53 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=53e585ff-e2b2-485a-b158-9c55b9de91e5 rw loglevel=3 quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] random: get_random_u32 called from bsp_init_amd+0x2a2/0x2e0 with crng_init=0
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfe7ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cfe80000-0x00000000cfe97fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cfe98000-0x00000000cfebffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cfec0000-0x00000000cfefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: System manufacturer System Product Name/M5A78L-M/USB3, BIOS 1103    03/23/2012
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3314.806 MHz processor
[    0.007645] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.007647] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.016264] AGP: No AGP bridge found
[    0.016343] last_pfn = 0x22f000 max_arch_pfn = 0x400000000
[    0.016347] MTRR default type: uncachable
[    0.016348] MTRR fixed ranges enabled:
[    0.016349]   00000-9FFFF write-back
[    0.016350]   A0000-EFFFF uncachable
[    0.016351]   F0000-FFFFF write-protect
[    0.016352] MTRR variable ranges enabled:
[    0.016353]   0 base 000000000000 mask FFFF80000000 write-back
[    0.016355]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.016356]   2 base 0000C0000000 mask FFFFF0000000 write-back
[    0.016357]   3 disabled
[    0.016357]   4 disabled
[    0.016358]   5 disabled
[    0.016358]   6 disabled
[    0.016359]   7 disabled
[    0.016360] TOM2: 000000022f000000 aka 8944M
[    0.018156] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.018226] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[    0.018231] last_pfn = 0xcfe80 max_arch_pfn = 0x400000000
[    0.023870] found SMP MP-table at [mem 0x000ff780-0x000ff78f]
[    0.032888] check: Scanning 1 areas for low memory corruption
[    0.032892] Using GB pages for direct mapping
[    0.032895] BRK [0xc3001000, 0xc3001fff] PGTABLE
[    0.032897] BRK [0xc3002000, 0xc3002fff] PGTABLE
[    0.032898] BRK [0xc3003000, 0xc3003fff] PGTABLE
[    0.032930] BRK [0xc3004000, 0xc3004fff] PGTABLE
[    0.032932] BRK [0xc3005000, 0xc3005fff] PGTABLE
[    0.033216] RAMDISK: [mem 0x36d1d000-0x37685fff]
[    0.033226] ACPI: Early table checksum verification disabled
[    0.033230] ACPI: RSDP 0x00000000000FB490 000024 (v02 ACPIAM)
[    0.033233] ACPI: XSDT 0x00000000CFE80100 000054 (v01 032312 XSDT1714 20120323 MSFT 00000097)
[    0.033239] ACPI: FACP 0x00000000CFE80290 0000F4 (v03 032312 FACP1714 20120323 MSFT 00000097)
[    0.033244] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20190816/tbfadt-615)
[    0.033246] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 64/32 (20190816/tbfadt-564)
[    0.033250] ACPI: DSDT 0x00000000CFE80460 00D99C (v01 A1887  A1887001 00000001 INTL 20060113)
[    0.033253] ACPI: FACS 0x00000000CFE98000 000040
[    0.033256] ACPI: FACS 0x00000000CFE98000 000040
[    0.033258] ACPI: APIC 0x00000000CFE80390 00008C (v01 032312 APIC1714 20120323 MSFT 00000097)
[    0.033261] ACPI: MCFG 0x00000000CFE80420 00003C (v01 032312 OEMMCFG  20120323 MSFT 00000097)
[    0.033264] ACPI: OEMB 0x00000000CFE98040 000072 (v01 032312 OEMB1714 20120323 MSFT 00000097)
[    0.033266] ACPI: HPET 0x00000000CFE8F460 000038 (v01 032312 OEMHPET  20120323 MSFT 00000097)
[    0.033269] ACPI: SSDT 0x00000000CFE8F4A0 001158 (v01 A M I  POWERNOW 00000001 AMD  00000001)
[    0.033277] ACPI: Local APIC address 0xfee00000
[    0.033330] No NUMA configuration found
[    0.033331] Faking a node at [mem 0x0000000000000000-0x000000022effffff]
[    0.033334] NODE_DATA(0) allocated [mem 0x22effa000-0x22effdfff]
[    0.033364] Zone ranges:
[    0.033365]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.033366]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.033367]   Normal   [mem 0x0000000100000000-0x000000022effffff]
[    0.033369]   Device   empty
[    0.033369] Movable zone start for each node
[    0.033370] Early memory node ranges
[    0.033371]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.033372]   node   0: [mem 0x0000000000100000-0x00000000cfe7ffff]
[    0.033373]   node   0: [mem 0x0000000100000000-0x000000022effffff]
[    0.033433] Zeroed struct page in unavailable ranges: 4578 pages
[    0.033434] Initmem setup node 0 [mem 0x0000000000001000-0x000000022effffff]
[    0.033435] On node 0 totalpages: 2092574
[    0.033436]   DMA zone: 64 pages used for memmap
[    0.033437]   DMA zone: 21 pages reserved
[    0.033438]   DMA zone: 3998 pages, LIFO batch:0
[    0.033504]   DMA32 zone: 13242 pages used for memmap
[    0.033505]   DMA32 zone: 847488 pages, LIFO batch:63
[    0.049080]   Normal zone: 19392 pages used for memmap
[    0.049082]   Normal zone: 1241088 pages, LIFO batch:63
[    0.071010] ACPI: PM-Timer IO Port: 0x808
[    0.071013] ACPI: Local APIC address 0xfee00000
[    0.071028] IOAPIC[0]: apic_id 22, version 33, address 0xfec00000, GSI 0-23
[    0.071031] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.071032] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.071034] ACPI: IRQ0 used by override.
[    0.071035] ACPI: IRQ9 used by override.
[    0.071037] Using ACPI (MADT) for SMP configuration information
[    0.071038] ACPI: HPET id: 0x8300 base: 0xfed00000
[    0.071043] smpboot: Allowing 8 CPUs, 2 hotplug CPUs
[    0.071056] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.071058] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.071058] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
[    0.071059] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
[    0.071060] PM: Registered nosave memory: [mem 0xcfe80000-0xcfe97fff]
[    0.071061] PM: Registered nosave memory: [mem 0xcfe98000-0xcfebffff]
[    0.071062] PM: Registered nosave memory: [mem 0xcfec0000-0xcfefffff]
[    0.071062] PM: Registered nosave memory: [mem 0xcff00000-0xffdfffff]
[    0.071063] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
[    0.071065] [mem 0xcff00000-0xffdfffff] available for PCI devices
[    0.071066] Booting paravirtualized kernel on bare hardware
[    0.071069] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.210108] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.210707] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[    0.210714] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[    0.210715] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.210738] Built 1 zonelists, mobility grouping on.  Total pages: 2059855
[    0.210738] Policy zone: Normal
[    0.210740] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=53e585ff-e2b2-485a-b158-9c55b9de91e5 rw loglevel=3 quiet
[    0.212427] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.213256] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.213290] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.225678] AGP: Checking aperture...
[    0.234319] AGP: No AGP bridge found
[    0.234322] AGP: Node 0: aperture [bus addr 0x00000000-0x01ffffff] (32MB)
[    0.234323] AGP: Your BIOS doesn't leave an aperture memory hole
[    0.234323] AGP: Please enable the IOMMU option in the BIOS setup
[    0.234324] AGP: This costs you 64MB of RAM
[    0.234326] AGP: Mapping aperture over RAM [mem 0xc4000000-0xc7ffffff] (65536KB)
[    0.234329] PM: Registered nosave memory: [mem 0xc4000000-0xc7ffffff]
[    0.267406] Memory: 8055232K/8370296K available (12291K kernel code, 1325K rwdata, 4004K rodata, 1708K init, 3408K bss, 315064K reserved, 0K cma-reserved)
[    0.267619] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.267635] ftrace: allocating 37423 entries in 147 pages
[    0.289793] rcu: Hierarchical RCU implementation.
[    0.289794] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.289795] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.289796] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.292901] NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
[    0.293247] spurious 8259A interrupt: IRQ7.
[    0.293262] Console: colour dummy device 80x25
[    0.293267] printk: console [tty0] enabled
[    0.293285] ACPI: Core revision 20190816
[    0.293413] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.293427] APIC: Switch to symmetric I/O mode setup
[    0.293886] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.343430] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2fc7ef68e76, max_idle_ns: 440795300863 ns
[    0.343433] Calibrating delay loop (skipped), value calculated using timer frequency.. 6629.61 BogoMIPS (lpj=33148060)
[    0.343435] pid_max: default: 32768 minimum: 301
[    0.343470] LSM: Security Framework initializing
[    0.343474] Yama: becoming mindful.
[    0.343520] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.343548] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.343558] *** VALIDATE tmpfs ***
[    0.343711] *** VALIDATE proc ***
[    0.343765] *** VALIDATE cgroup1 ***
[    0.343766] *** VALIDATE cgroup2 ***
[    0.343811] LVT offset 1 assigned for vector 0xf9
[    0.343816] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.343817] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.343820] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.343821] Spectre V2 : Mitigation: Full AMD retpoline
[    0.343822] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.343824] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.343824] Spectre V2 : User space: Vulnerable
[    0.343825] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.344160] Freeing SMP alternatives memory: 32K
[    0.476008] smpboot: CPU0: AMD FX(tm)-6100 Six-Core Processor (family: 0x15, model: 0x1, stepping: 0x2)
[    0.476153] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.476157] ... version:                0
[    0.476158] ... bit width:              48
[    0.476158] ... generic registers:      6
[    0.476159] ... value mask:             0000ffffffffffff
[    0.476160] ... max period:             00007fffffffffff
[    0.476160] ... fixed-purpose events:   0
[    0.476161] ... event mask:             000000000000003f
[    0.476210] rcu: Hierarchical SRCU implementation.
[    0.476673] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.476793] smp: Bringing up secondary CPUs ...
[    0.476942] x86: Booting SMP configuration:
[    0.476943] .... node  #0, CPUs:      #1 #2 #3 #4 #5
[    0.500031] smp: Brought up 1 node, 6 CPUs
[    0.500031] smpboot: Max logical packages: 2
[    0.500031] smpboot: Total of 6 processors activated (39777.67 BogoMIPS)
[    0.503962] devtmpfs: initialized
[    0.503962] x86/mm: Memory block size: 128MB
[    0.504652] PM: Registering ACPI NVS region [mem 0xcfe98000-0xcfebffff] (163840 bytes)
[    0.504652] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.504652] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.504652] pinctrl core: initialized pinctrl subsystem
[    0.504652] PM: RTC time: 18:57:07, date: 2020-05-25
[    0.504652] NET: Registered protocol family 16
[    0.504652] audit: initializing netlink subsys (disabled)
[    0.504652] audit: type=2000 audit(1590433027.210:1): state=initialized audit_enabled=0 res=1
[    0.504652] cpuidle: using governor ladder
[    0.504652] cpuidle: using governor menu
[    0.504652] ACPI: bus type PCI registered
[    0.504652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.504652] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.504652] PCI: not using MMCONFIG
[    0.504652] PCI: Using configuration type 1 for base access
[    0.504652] PCI: Using configuration type 1 for extended access
[    0.504652] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.504652] mtrr: probably your BIOS does not setup all CPUs.
[    0.504652] mtrr: corrected configuration.
[    0.505696] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.505696] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.513548] ACPI: Added _OSI(Module Device)
[    0.513548] ACPI: Added _OSI(Processor Device)
[    0.513549] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.513550] ACPI: Added _OSI(Processor Aggregator Device)
[    0.513551] ACPI: Added _OSI(Linux-Dell-Video)
[    0.513552] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.513552] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.523436] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.886619] ACPI: Interpreter enabled
[    0.886687] ACPI: (supports S0 S1 S3 S4 S5)
[    0.886689] ACPI: Using IOAPIC for interrupt routing
[    0.886765] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.892008] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.892039] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.893581] ACPI: Enabled 7 GPEs in block 00 to 1F
[    0.915978] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.915988] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.916887] PCI host bridge to bus 0000:00
[    0.916892] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.916895] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.916898] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.916901] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.916904] pci_bus 0000:00: root bus resource [mem 0xcff00000-0xdfffffff window]
[    0.916907] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
[    0.916910] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.916933] pci 0000:00:00.0: [1022:9600] type 00 class 0x060000
[    0.917217] pci 0000:00:02.0: [1022:9603] type 01 class 0x060400
[    0.917252] pci 0000:00:02.0: enabling Extended Tags
[    0.917299] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.917548] pci 0000:00:04.0: [1022:9604] type 01 class 0x060400
[    0.917582] pci 0000:00:04.0: enabling Extended Tags
[    0.917625] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.917861] pci 0000:00:07.0: [1022:9607] type 01 class 0x060400
[    0.917894] pci 0000:00:07.0: enabling Extended Tags
[    0.917937] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.918177] pci 0000:00:0a.0: [1022:9609] type 01 class 0x060400
[    0.918210] pci 0000:00:0a.0: enabling Extended Tags
[    0.918254] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    0.918499] pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
[    0.918528] pci 0000:00:11.0: reg 0x10: [io  0xc000-0xc007]
[    0.918540] pci 0000:00:11.0: reg 0x14: [io  0xb000-0xb003]
[    0.918552] pci 0000:00:11.0: reg 0x18: [io  0xa000-0xa007]
[    0.918564] pci 0000:00:11.0: reg 0x1c: [io  0x9000-0x9003]
[    0.918575] pci 0000:00:11.0: reg 0x20: [io  0x8000-0x800f]
[    0.918588] pci 0000:00:11.0: reg 0x24: [mem 0xfbfffc00-0xfbffffff]
[    0.918618] pci 0000:00:11.0: set SATA to AHCI mode
[    0.918865] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.918888] pci 0000:00:12.0: reg 0x10: [mem 0xfbffe000-0xfbffefff]
[    0.919174] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310
[    0.919197] pci 0000:00:12.1: reg 0x10: [mem 0xfbffd000-0xfbffdfff]
[    0.919482] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.919509] pci 0000:00:12.2: reg 0x10: [mem 0xfbfff800-0xfbfff8ff]
[    0.919611] pci 0000:00:12.2: supports D1 D2
[    0.919613] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.919842] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.919866] pci 0000:00:13.0: reg 0x10: [mem 0xfbffc000-0xfbffcfff]
[    0.920152] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310
[    0.920175] pci 0000:00:13.1: reg 0x10: [mem 0xfbffb000-0xfbffbfff]
[    0.920461] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.920488] pci 0000:00:13.2: reg 0x10: [mem 0xfbfff400-0xfbfff4ff]
[    0.920589] pci 0000:00:13.2: supports D1 D2
[    0.920592] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.920837] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.921152] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
[    0.921177] pci 0000:00:14.1: reg 0x10: [io  0x0000-0x0007]
[    0.921189] pci 0000:00:14.1: reg 0x14: [io  0x0000-0x0003]
[    0.921201] pci 0000:00:14.1: reg 0x18: [io  0x0000-0x0007]
[    0.921212] pci 0000:00:14.1: reg 0x1c: [io  0x0000-0x0003]
[    0.921224] pci 0000:00:14.1: reg 0x20: [io  0xff00-0xff0f]
[    0.921249] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.921252] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.921254] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.921256] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.921510] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.921541] pci 0000:00:14.2: reg 0x10: [mem 0xfbff4000-0xfbff7fff 64bit]
[    0.921627] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.921845] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.922138] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.922410] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.922433] pci 0000:00:14.5: reg 0x10: [mem 0xfbffa000-0xfbffafff]
[    0.922719] pci 0000:00:18.0: [1022:1600] type 00 class 0x060000
[    0.922918] pci 0000:00:18.1: [1022:1601] type 00 class 0x060000
[    0.923119] pci 0000:00:18.2: [1022:1602] type 00 class 0x060000
[    0.923308] pci 0000:00:18.3: [1022:1603] type 00 class 0x060000
[    0.923517] pci 0000:00:18.4: [1022:1604] type 00 class 0x060000
[    0.923705] pci 0000:00:18.5: [1022:1605] type 00 class 0x060000
[    0.923969] pci 0000:01:00.0: [10de:1201] type 00 class 0x030000
[    0.923993] pci 0000:01:00.0: reg 0x10: [mem 0xfc000000-0xfdffffff]
[    0.924007] pci 0000:01:00.0: reg 0x14: [mem 0xd8000000-0xdfffffff 64bit pref]
[    0.924021] pci 0000:01:00.0: reg 0x1c: [mem 0xd4000000-0xd7ffffff 64bit pref]
[    0.924031] pci 0000:01:00.0: reg 0x24: [io  0xdc00-0xdc7f]
[    0.924041] pci 0000:01:00.0: reg 0x30: [mem 0xfe980000-0xfe9fffff pref]
[    0.924049] pci 0000:01:00.0: enabling Extended Tags
[    0.924207] pci 0000:01:00.1: [10de:0e0c] type 00 class 0x040300
[    0.924228] pci 0000:01:00.1: reg 0x10: [mem 0xfe97c000-0xfe97ffff]
[    0.924277] pci 0000:01:00.1: enabling Extended Tags
[    0.924429] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.924435] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
[    0.924439] pci 0000:00:02.0:   bridge window [mem 0xfc000000-0xfe9fffff]
[    0.924445] pci 0000:00:02.0:   bridge window [mem 0xd4000000-0xdfffffff 64bit pref]
[    0.924514] pci 0000:02:00.0: [168c:0032] type 00 class 0x028000
[    0.924546] pci 0000:02:00.0: reg 0x10: [mem 0xfea80000-0xfeafffff 64bit]
[    0.924592] pci 0000:02:00.0: reg 0x30: [mem 0xfea70000-0xfea7ffff pref]
[    0.924668] pci 0000:02:00.0: supports D1 D2
[    0.924671] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.924800] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.924807] pci 0000:00:04.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.924881] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
[    0.924913] pci 0000:03:00.0: reg 0x10: [mem 0xfebf0000-0xfebf7fff 64bit]
[    0.925040] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.925166] pci 0000:00:07.0: PCI bridge to [bus 03]
[    0.925173] pci 0000:00:07.0:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.925278] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.925305] pci 0000:04:00.0: reg 0x10: [io  0xe800-0xe8ff]
[    0.925331] pci 0000:04:00.0: reg 0x18: [mem 0xfafff000-0xfaffffff 64bit pref]
[    0.925348] pci 0000:04:00.0: reg 0x20: [mem 0xfaff8000-0xfaffbfff 64bit pref]
[    0.925442] pci 0000:04:00.0: supports D1 D2
[    0.925445] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.925626] pci 0000:00:0a.0: PCI bridge to [bus 04]
[    0.925632] pci 0000:00:0a.0:   bridge window [io  0xe000-0xefff]
[    0.925639] pci 0000:00:0a.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    0.925655] pci_bus 0000:05: extended config space not accessible
[    0.925744] pci 0000:00:14.4: PCI bridge to [bus 05] (subtractive decode)
[    0.925756] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.925759] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.925762] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.925764] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.925767] pci 0000:00:14.4:   bridge window [mem 0xcff00000-0xdfffffff window] (subtractive decode)
[    0.925770] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfebfffff window] (subtractive decode)
[    0.927928] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 *10 12 14 15)
[    0.927928] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 *11 12 14 15)
[    0.927928] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 12 14 15)
[    0.927928] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 *11 12 14 15)
[    0.927928] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 12 14 15) *0, disabled.
[    0.927928] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 12 14 15) *0, disabled.
[    0.927928] ACPI: PCI Interrupt Link [LNKG] (IRQs *11)
[    0.927928] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 12 14 15) *0, disabled.
[    0.927928] iommu: Default domain type: Translated 
[    0.927928] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.927928] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.927928] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.927928] vgaarb: loaded
[    0.927928] ACPI: bus type USB registered
[    0.927928] usbcore: registered new interface driver usbfs
[    0.927928] usbcore: registered new interface driver hub
[    0.927928] usbcore: registered new device driver usb
[    0.927928] pps_core: LinuxPPS API ver. 1 registered
[    0.927928] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.927928] PTP clock support registered
[    0.927928] EDAC MC: Ver: 3.0.0
[    0.927928] PCI: Using ACPI for IRQ routing
[    0.941246] PCI: pci_cache_line_size set to 64 bytes
[    0.941330] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.941333] e820: reserve RAM buffer [mem 0xcfe80000-0xcfffffff]
[    0.941336] e820: reserve RAM buffer [mem 0x22f000000-0x22fffffff]
[    0.941547] NetLabel: Initializing
[    0.941549] NetLabel:  domain hash size = 128
[    0.941550] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.941581] NetLabel:  unlabeled traffic allowed by default
[    0.941595] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.941595] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
[    0.943613] clocksource: Switched to clocksource tsc-early
[    0.976052] *** VALIDATE bpf ***
[    0.976197] VFS: Disk quotas dquot_6.6.0
[    0.976233] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.976273] *** VALIDATE ramfs ***
[    0.976280] *** VALIDATE hugetlbfs ***
[    0.976363] pnp: PnP ACPI init
[    0.976798] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.976928] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.978743] pnp 00:02: [dma 0 disabled]
[    0.979350] pnp 00:02: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.980791] pnp 00:03: [dma 0 disabled]
[    0.980954] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.981331] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.981336] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.981345] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.982179] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.982182] system 00:05: [io  0x040b] has been reserved
[    0.982186] system 00:05: [io  0x04d6] has been reserved
[    0.982189] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    0.982192] system 00:05: [io  0x0c14] has been reserved
[    0.982195] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    0.982198] system 00:05: [io  0x0c52] has been reserved
[    0.982201] system 00:05: [io  0x0c6c] has been reserved
[    0.982204] system 00:05: [io  0x0c6f] has been reserved
[    0.982208] system 00:05: [io  0x0cd0-0x0cd1] has been reserved
[    0.982211] system 00:05: [io  0x0cd2-0x0cd3] has been reserved
[    0.982214] system 00:05: [io  0x0cd4-0x0cd5] has been reserved
[    0.982217] system 00:05: [io  0x0cd6-0x0cd7] has been reserved
[    0.982221] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    0.982224] system 00:05: [io  0x0b00-0x0b3f] has been reserved
[    0.982227] system 00:05: [io  0x0800-0x089f] has been reserved
[    0.982230] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    0.982234] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    0.982237] system 00:05: [io  0x0900-0x090f] has been reserved
[    0.982240] system 00:05: [io  0x0910-0x091f] has been reserved
[    0.982244] system 00:05: [io  0xfe00-0xfefe] has been reserved
[    0.982248] system 00:05: [mem 0xcff00000-0xcfffffff] has been reserved
[    0.982252] system 00:05: [mem 0xffb80000-0xffbfffff] has been reserved
[    0.982256] system 00:05: [mem 0xfec10000-0xfec1001f] has been reserved
[    0.982259] system 00:05: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.982268] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.982990] system 00:06: [io  0x0230-0x023f] has been reserved
[    0.982993] system 00:06: [io  0x0290-0x029f] has been reserved
[    0.982996] system 00:06: [io  0x0300-0x030f] has been reserved
[    0.983000] system 00:06: [io  0x0a30-0x0a3f] has been reserved
[    0.983008] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.983198] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[    0.983206] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.984282] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.984286] system 00:08: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.984289] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.984293] system 00:08: [mem 0x00100000-0xcfefffff] could not be reserved
[    0.984296] system 00:08: [mem 0xfec00000-0xffffffff] could not be reserved
[    0.984305] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.984603] pnp: PnP ACPI: found 9 devices
[    0.988385] thermal_sys: Registered thermal governor 'fair_share'
[    0.988387] thermal_sys: Registered thermal governor 'bang_bang'
[    0.988389] thermal_sys: Registered thermal governor 'step_wise'
[    0.988390] thermal_sys: Registered thermal governor 'user_space'
[    0.988392] thermal_sys: Registered thermal governor 'power_allocator'
[    0.992945] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.993053] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.993058] pci 0000:00:02.0:   bridge window [io  0xd000-0xdfff]
[    0.993063] pci 0000:00:02.0:   bridge window [mem 0xfc000000-0xfe9fffff]
[    0.993067] pci 0000:00:02.0:   bridge window [mem 0xd4000000-0xdfffffff 64bit pref]
[    0.993073] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.993078] pci 0000:00:04.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.993084] pci 0000:00:07.0: PCI bridge to [bus 03]
[    0.993089] pci 0000:00:07.0:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.993095] pci 0000:00:0a.0: PCI bridge to [bus 04]
[    0.993098] pci 0000:00:0a.0:   bridge window [io  0xe000-0xefff]
[    0.993104] pci 0000:00:0a.0:   bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[    0.993111] pci 0000:00:14.4: PCI bridge to [bus 05]
[    0.993127] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.993130] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.993133] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.993135] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.993138] pci_bus 0000:00: resource 8 [mem 0xcff00000-0xdfffffff window]
[    0.993141] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.993144] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.993146] pci_bus 0000:01: resource 1 [mem 0xfc000000-0xfe9fffff]
[    0.993149] pci_bus 0000:01: resource 2 [mem 0xd4000000-0xdfffffff 64bit pref]
[    0.993152] pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.993155] pci_bus 0000:03: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.993158] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
[    0.993160] pci_bus 0000:04: resource 2 [mem 0xfaf00000-0xfaffffff 64bit pref]
[    0.993163] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7 window]
[    0.993166] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff window]
[    0.993169] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.993171] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.993174] pci_bus 0000:05: resource 8 [mem 0xcff00000-0xdfffffff window]
[    0.993177] pci_bus 0000:05: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.993362] NET: Registered protocol family 2
[    0.993752] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.993925] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.994427] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.994665] TCP: Hash tables configured (established 65536 bind 65536)
[    0.994799] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.994871] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.994998] NET: Registered protocol family 1
[    0.995009] NET: Registered protocol family 44
[    1.077428] pci 0000:00:12.0: quirk_usb_early_handoff+0x0/0x6d5 took 80439 usecs
[    1.117424] pci 0000:00:12.1: quirk_usb_early_handoff+0x0/0x6d5 took 39042 usecs
[    1.157421] pci 0000:00:13.0: quirk_usb_early_handoff+0x0/0x6d5 took 38558 usecs
[    1.197419] pci 0000:00:13.1: quirk_usb_early_handoff+0x0/0x6d5 took 39045 usecs
[    1.237419] pci 0000:00:14.5: quirk_usb_early_handoff+0x0/0x6d5 took 38541 usecs
[    1.237474] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.237500] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    1.237910] PCI: CLS 64 bytes, default 64
[    1.238057] Trying to unpack rootfs image as initramfs...
[    1.400833] Freeing initrd memory: 9636K
[    1.400839] PCI-DMA: Disabling AGP.
[    1.400905] PCI-DMA: aperture base @ c4000000 size 65536 KB
[    1.400905] PCI-DMA: using GART IOMMU.
[    1.400907] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    1.404100] amd_uncore: AMD NB counters detected
[    1.404251] LVT offset 0 assigned for vector 0x400
[    1.404309] perf: AMD IBS detected (0x000000ff)
[    1.404354] check: Scanning for low memory corruption every 60 seconds
[    1.404767] Initialise system trusted keyrings
[    1.404777] Key type blacklist registered
[    1.404835] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    1.406341] zbud: loaded
[    1.411977] Key type asymmetric registered
[    1.411978] Asymmetric key parser 'x509' registered
[    1.411988] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    1.412052] io scheduler mq-deadline registered
[    1.412053] io scheduler kyber registered
[    1.412081] io scheduler bfq registered
[    1.412954] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.413032] vesafb: mode is 640x480x32, linelength=2560, pages=0
[    1.413032] vesafb: scrolling: redraw
[    1.413034] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.413044] vesafb: framebuffer at 0xd5000000, mapped to 0x(____ptrval____), using 1216k, total 1216k
[    1.413092] fbcon: Deferring console take-over
[    1.413092] fb0: VESA VGA frame buffer device
[    1.413158] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.413179] ACPI: Power Button [PWRB]
[    1.413217] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.413266] ACPI: Power Button [PWRF]
[    1.414204] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.434882] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.435331] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.435332] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.436036] usbcore: registered new interface driver usbserial_generic
[    1.436041] usbserial: USB Serial support registered for generic
[    1.436061] rtc_cmos 00:01: RTC can wake from S4
[    1.436255] rtc_cmos 00:01: registered as rtc0
[    1.436270] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.436401] ledtrig-cpu: registered to indicate activity on CPUs
[    1.436447] x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
[    1.436467] drop_monitor: Initializing network drop monitor service
[    1.436643] NET: Registered protocol family 10
[    1.443526] Segment Routing with IPv6
[    1.443544] NET: Registered protocol family 17
[    1.443856] RAS: Correctable Errors collector initialized.
[    1.443860] microcode: microcode updated early to new patch_level=0x0600063e
[    1.443889] microcode: CPU0: patch_level=0x0600063e
[    1.443894] microcode: CPU1: patch_level=0x0600063e
[    1.443900] microcode: CPU2: patch_level=0x0600063e
[    1.443907] microcode: CPU3: patch_level=0x0600063e
[    1.443912] microcode: CPU4: patch_level=0x0600063e
[    1.443918] microcode: CPU5: patch_level=0x0600063e
[    1.443957] microcode: Microcode Update Driver: v2.2.
[    1.443961] IPI shorthand broadcast: enabled
[    1.443967] sched_clock: Marking stable (1443718223, 234485)->(1457000572, -13047864)
[    1.444052] registered taskstats version 1
[    1.444058] Loading compiled-in X.509 certificates
[    1.448264] Loaded X.509 cert 'Build time autogenerated kernel key: 95251f4b85b4b391d62561a7d2901b125ab44d64'
[    1.448308] zswap: loaded using pool lzo/zbud
[    1.448495] Key type ._fscrypt registered
[    1.448495] Key type .fscrypt registered
[    1.455030] Key type big_key registered
[    1.455375] PM:   Magic number: 4:226:1000
[    1.455395] pnp 00:02: hash matches
[    1.455523] rtc_cmos 00:01: setting system clock to 2020-05-25T18:57:08 UTC (1590433028)
[    1.457739] Freeing unused decrypted memory: 2040K
[    1.458234] Freeing unused kernel image memory: 1708K
[    1.573575] Write protecting the kernel read-only data: 18432k
[    1.574317] Freeing unused kernel image memory: 2012K
[    1.574382] Freeing unused kernel image memory: 92K
[    1.587403] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.587404] Run /init as init process
[    1.602886] fbcon: Taking over console
[    1.602957] Console: switching to colour frame buffer device 80x30
[    1.665365] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.666361] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.666362] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    1.667616] ehci-pci: EHCI PCI platform driver
[    1.667870] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.667879] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    1.667885] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.667895] ehci-pci 0000:00:12.2: debug port 1
[    1.667971] ehci-pci 0000:00:12.2: irq 17, io mem 0xfbfff800
[    1.673250] SCSI subsystem initialized
[    1.682469] libata version 3.00 loaded.
[    1.685452] scsi host0: pata_atiixp
[    1.686613] ahci 0000:00:11.0: version 3.0
[    1.686812] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
[    1.686814] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc 
[    1.687343] scsi host2: ahci
[    1.687413] scsi host1: pata_atiixp
[    1.687450] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
[    1.687451] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
[    1.690270] scsi host3: ahci
[    1.690506] scsi host4: ahci
[    1.693351] scsi host5: ahci
[    1.693422] ata3: SATA max UDMA/133 abar m1024@0xfbfffc00 port 0xfbfffd00 irq 22
[    1.693424] ata4: SATA max UDMA/133 abar m1024@0xfbfffc00 port 0xfbfffd80 irq 22
[    1.693426] ata5: SATA max UDMA/133 abar m1024@0xfbfffc00 port 0xfbfffe00 irq 22
[    1.693428] ata6: SATA max UDMA/133 abar m1024@0xfbfffc00 port 0xfbfffe80 irq 22
[    1.703458] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.703540] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    1.703542] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.703543] usb usb1: Product: EHCI Host Controller
[    1.703544] usb usb1: Manufacturer: Linux 5.4.42-1-lts ehci_hcd
[    1.703545] usb usb1: SerialNumber: 0000:00:12.2
[    1.703657] hub 1-0:1.0: USB hub found
[    1.703669] hub 1-0:1.0: 6 ports detected
[    1.703848] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    1.703853] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[    1.713490] xhci_hcd 0000:03:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x0000000000080000
[    1.713870] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    1.713871] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.713872] usb usb2: Product: xHCI Host Controller
[    1.713873] usb usb2: Manufacturer: Linux 5.4.42-1-lts xhci-hcd
[    1.713874] usb usb2: SerialNumber: 0000:03:00.0
[    1.713970] hub 2-0:1.0: USB hub found
[    1.713979] hub 2-0:1.0: 2 ports detected
[    1.714098] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    1.714102] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
[    1.714105] xhci_hcd 0000:03:00.0: Host supports USB 3.0 SuperSpeed
[    1.714121] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.714140] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.714169] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    1.714170] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.714171] usb usb3: Product: xHCI Host Controller
[    1.714172] usb usb3: Manufacturer: Linux 5.4.42-1-lts xhci-hcd
[    1.714173] usb usb3: SerialNumber: 0000:03:00.0
[    1.714432] hub 3-0:1.0: USB hub found
[    1.714440] hub 3-0:1.0: 2 ports detected
[    1.714532] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
[    1.714534] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.714544] ehci-pci 0000:00:13.2: debug port 1
[    1.714576] ehci-pci 0000:00:13.2: irq 19, io mem 0xfbfff400
[    1.743542] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.743666] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    1.743670] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.743672] usb usb4: Product: EHCI Host Controller
[    1.743675] usb usb4: Manufacturer: Linux 5.4.42-1-lts ehci_hcd
[    1.743677] usb usb4: SerialNumber: 0000:00:13.2
[    1.743817] hub 4-0:1.0: USB hub found
[    1.743824] hub 4-0:1.0: 6 ports detected
[    1.745307] ohci-pci: OHCI PCI platform driver
[    1.745463] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.745469] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 5
[    1.745494] ohci-pci 0000:00:12.0: irq 16, io mem 0xfbffe000
[    1.827622] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[    1.827627] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.827630] usb usb5: Product: OHCI PCI host controller
[    1.827633] usb usb5: Manufacturer: Linux 5.4.42-1-lts ohci_hcd
[    1.827635] usb usb5: SerialNumber: 0000:00:12.0
[    1.827894] hub 5-0:1.0: USB hub found
[    1.827918] hub 5-0:1.0: 3 ports detected
[    1.828526] ohci-pci 0000:00:12.1: OHCI PCI host controller
[    1.828536] ohci-pci 0000:00:12.1: new USB bus registered, assigned bus number 6
[    1.828564] ohci-pci 0000:00:12.1: irq 16, io mem 0xfbffd000
[    1.897608] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[    1.897610] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.897611] usb usb6: Product: OHCI PCI host controller
[    1.897612] usb usb6: Manufacturer: Linux 5.4.42-1-lts ohci_hcd
[    1.897613] usb usb6: SerialNumber: 0000:00:12.1
[    1.897791] hub 6-0:1.0: USB hub found
[    1.897800] hub 6-0:1.0: 3 ports detected
[    1.898156] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.898160] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 7
[    1.898190] ohci-pci 0000:00:13.0: irq 18, io mem 0xfbffc000
[    1.967607] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[    1.967609] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.967610] usb usb7: Product: OHCI PCI host controller
[    1.967611] usb usb7: Manufacturer: Linux 5.4.42-1-lts ohci_hcd
[    1.967611] usb usb7: SerialNumber: 0000:00:13.0
[    1.967784] hub 7-0:1.0: USB hub found
[    1.967793] hub 7-0:1.0: 3 ports detected
[    1.968148] ohci-pci 0000:00:13.1: OHCI PCI host controller
[    1.968152] ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 8
[    1.968170] ohci-pci 0000:00:13.1: irq 18, io mem 0xfbffb000
[    2.026351] ata6: SATA link down (SStatus 0 SControl 300)
[    2.026412] ata4: SATA link down (SStatus 0 SControl 300)
[    2.037603] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[    2.037605] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.037606] usb usb8: Product: OHCI PCI host controller
[    2.037607] usb usb8: Manufacturer: Linux 5.4.42-1-lts ohci_hcd
[    2.037608] usb usb8: SerialNumber: 0000:00:13.1
[    2.037782] hub 8-0:1.0: USB hub found
[    2.037791] hub 8-0:1.0: 3 ports detected
[    2.038139] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    2.038143] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 9
[    2.038163] ohci-pci 0000:00:14.5: irq 18, io mem 0xfbffa000
[    2.107616] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
[    2.107618] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.107619] usb usb9: Product: OHCI PCI host controller
[    2.107620] usb usb9: Manufacturer: Linux 5.4.42-1-lts ohci_hcd
[    2.107621] usb usb9: SerialNumber: 0000:00:14.5
[    2.107796] hub 9-0:1.0: USB hub found
[    2.107804] hub 9-0:1.0: 2 ports detected
[    2.193556] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.193586] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.195002] ata3.00: ATA-8: ST500DM002-1BD142, KC45, max UDMA/133
[    2.195004] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32)
[    2.195784] ata5.00: ATAPI: TSSTcorp CDDVDW SH-222BB, SB01, max UDMA/100
[    2.196545] ata3.00: configured for UDMA/133
[    2.196780] scsi 2:0:0:0: Direct-Access     ATA      ST500DM002-1BD14 KC45 PQ: 0 ANSI: 5
[    2.199515] sd 2:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    2.199517] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    2.199533] sd 2:0:0:0: [sda] Write Protect is off
[    2.199535] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.199562] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.199961] ata5.00: configured for UDMA/100
[    2.201075] scsi 4:0:0:0: CD-ROM            TSSTcorp CDDVDW SH-222BB  SB01 PQ: 0 ANSI: 5
[    2.257773]  sda: sda1 sda2 sda3
[    2.258218] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.337457] sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.337461] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.383916] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    2.443543] tsc: Refined TSC clocksource calibration: 3314.881 MHz
[    2.443555] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2fc835a41e5, max_idle_ns: 440795205652 ns
[    2.443624] clocksource: Switched to clocksource tsc
[    2.513461] usb 6-2: new full-speed USB device number 2 using ohci-pci
[    2.792643] usb 6-2: New USB device found, idVendor=045e, idProduct=0745, bcdDevice= 6.56
[    2.792648] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.792651] usb 6-2: Product: Microsoft® 2.4GHz Transceiver v8.0
[    2.792654] usb 6-2: Manufacturer: Microsoft
[    2.799903] hidraw: raw HID events driver (C) Jiri Kosina
[    2.822132] usbcore: registered new interface driver usbhid
[    2.822133] usbhid: USB HID core driver
[    2.824001] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 as /devices/pci0000:00/0000:00:12.1/usb6/6-2/6-2:1.0/0003:045E:0745.0001/input/input2
[    2.893740] hid-generic 0003:045E:0745.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-0000:00:12.1-2/input0
[    2.899833] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse as /devices/pci0000:00/0000:00:12.1/usb6/6-2/6-2:1.1/0003:045E:0745.0002/input/input3
[    2.899869] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control as /devices/pci0000:00/0000:00:12.1/usb6/6-2/6-2:1.1/0003:045E:0745.0002/input/input4
[    2.963719] hid-generic 0003:045E:0745.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-0000:00:12.1-2/input1
[    2.964250] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control as /devices/pci0000:00/0000:00:12.1/usb6/6-2/6-2:1.2/0003:045E:0745.0003/input/input5
[    3.033637] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 System Control as /devices/pci0000:00/0000:00:12.1/usb6/6-2/6-2:1.2/0003:045E:0745.0003/input/input7
[    3.033839] hid-generic 0003:045E:0745.0003: input,hiddev0,hidraw2: USB HID v1.11 Device [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-0000:00:12.1-2/input2
[    3.313143] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    3.393178] random: fast init done
[    4.687081] systemd[1]: systemd 245.5-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    4.713635] systemd[1]: Detected architecture x86-64.
[    4.781020] systemd[1]: Set hostname to <rawride>.
[    5.986423] random: systemd: uninitialized urandom read (16 bytes read)
[    5.987202] systemd[1]: Created slice system-getty.slice.
[    5.987235] random: systemd: uninitialized urandom read (16 bytes read)
[    5.987448] systemd[1]: Created slice system-modprobe.slice.
[    5.987458] random: systemd: uninitialized urandom read (16 bytes read)
[    5.987655] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    5.987940] systemd[1]: Created slice User and Session Slice.
[    5.987992] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.988042] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.988204] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.988231] systemd[1]: Reached target Local Encrypted Volumes.
[    5.988250] systemd[1]: Reached target Paths.
[    5.988264] systemd[1]: Reached target Remote File Systems.
[    5.988275] systemd[1]: Reached target Slices.
[    5.988289] systemd[1]: Reached target Swap.
[    5.988348] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    5.988418] systemd[1]: Listening on LVM2 metadata daemon socket.
[    5.998882] systemd[1]: Listening on LVM2 poll daemon socket.
[    6.001221] systemd[1]: Listening on Process Core Dump Socket.
[    6.001263] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    6.001367] systemd[1]: Listening on Journal Audit Socket.
[    6.001439] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.001515] systemd[1]: Listening on Journal Socket.
[    6.001586] systemd[1]: Listening on udev Control Socket.
[    6.001635] systemd[1]: Listening on udev Kernel Socket.
[    6.002502] systemd[1]: Mounting Huge Pages File System...
[    6.003405] systemd[1]: Mounting POSIX Message Queue File System...
[    6.004408] systemd[1]: Mounting Kernel Debug File System...
[    6.005434] systemd[1]: Mounting Kernel Trace File System...
[    6.048392] systemd[1]: Mounting Temporary Directory (/tmp)...
[    6.058423] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    6.059207] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    6.060168] systemd[1]: Starting Load Kernel Module drm...
[    6.076650] systemd[1]: Starting Set Up Additional Binary Formats...
[    6.076689] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    6.078089] systemd[1]: Starting Journal Service...
[    6.079976] systemd[1]: Starting Load Kernel Modules...
[    6.081184] systemd[1]: Starting Remount Root and Kernel File Systems...
[    6.082365] systemd[1]: Starting udev Coldplug all Devices...
[    6.083976] systemd[1]: Mounted Huge Pages File System.
[    6.084086] systemd[1]: Mounted POSIX Message Queue File System.
[    6.084182] systemd[1]: Mounted Kernel Debug File System.
[    6.084274] systemd[1]: Mounted Kernel Trace File System.
[    6.084371] systemd[1]: Mounted Temporary Directory (/tmp).
[    6.084465] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 305 (systemd-binfmt)
[    6.085420] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    6.087769] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    6.111660] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    6.130885] systemd[1]: Finished Set Up Additional Binary Formats.
[    6.143556] EXT4-fs (sda2): re-mounted. Opts: (null)
[    6.144668] systemd[1]: Finished Remount Root and Kernel File Systems.
[    6.144781] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    6.183800] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    6.184676] systemd[1]: Starting Load/Save Random Seed...
[    6.184714] systemd[1]: Condition check resulted in Create System Users being skipped.
[    6.185573] systemd[1]: Starting Create Static Device Nodes in /dev...
[    6.237013] Linux agpgart interface v0.103
[    6.289087] systemd[1]: modprobe@drm.service: Succeeded.
[    6.289438] systemd[1]: Finished Load Kernel Module drm.
[    6.325343] systemd[1]: Started LVM2 metadata daemon.
[    6.388322] systemd[1]: Finished udev Coldplug all Devices.
[    6.404989] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    6.405026] sr 4:0:0:0: Attached scsi generic sg1 type 5
[    6.406049] systemd[1]: Finished Load Kernel Modules.
[    6.406231] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    6.407138] systemd[1]: Mounting Kernel Configuration File System...
[    6.408254] systemd[1]: Starting Apply Kernel Variables...
[    6.409788] systemd[1]: Mounted Kernel Configuration File System.
[    6.492728] systemd[1]: Finished Apply Kernel Variables.
[    6.546361] systemd[1]: Finished Create Static Device Nodes in /dev.
[    6.547417] systemd[1]: Starting udev Kernel Device Manager...
[    6.659044] systemd[1]: Started Journal Service.
[    6.659232] audit: type=1130 audit(1590433033.688:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.694311] systemd-journald[306]: Received client request to flush runtime journal.
[    8.213380] audit: type=1130 audit(1590433035.238:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.271999] audit: type=1130 audit(1590433035.298:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.404445] acpi_cpufreq: overriding BIOS provided _PSD data
[    8.580539] ATK0110 ATK0110:00: Overriding interface detection
[    8.681618] parport_pc 00:02: reported by Plug and Play ACPI
[    8.681687] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[    8.695009] IPMI message handler: version 39.2
[    8.707471] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\SOR1) (20190816/utaddress-204)
[    8.707477] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B2F (\_SB.PCI0.SBRG.ASOC.SMRG) (20190816/utaddress-204)
[    8.707481] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B2F (\SMRG) (20190816/utaddress-204)
[    8.707485] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    8.864086] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    8.865797] ipmi device interface
[    8.866334] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[    8.868949] libphy: r8169: probed
[    8.869266] r8169 0000:04:00.0 eth0: RTL8168evl/8111evl, f4:6d:04:59:2e:30, XID 2c9, IRQ 35
[    8.869268] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    8.873865] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    8.878411] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    8.895019] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    8.996379] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    8.996382] cfg80211: failed to load regulatory.db
[    9.058146] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    9.109155] ppdev: user-space parallel port driver
[    9.120674] mousedev: PS/2 mouse device common for all mice
[    9.339128] cryptd: max_cpu_qlen set to 1000
[    9.372197] snd_hda_intel 0000:01:00.1: Disabling MSI
[    9.372206] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    9.474185] AVX version of gcm_enc/dec engaged.
[    9.474186] AES CTR mode by8 optimization enabled
[    9.501538] snd_hda_codec_via hdaudioC0D0: autoconfig for VT1708S: line_outs=4 (0x1c/0x19/0x22/0x23/0x0) type:line
[    9.501542] snd_hda_codec_via hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    9.501544] snd_hda_codec_via hdaudioC0D0:    hp_outs=1 (0x1d/0x0/0x0/0x0/0x0)
[    9.501545] snd_hda_codec_via hdaudioC0D0:    mono: mono_out=0x0
[    9.501547] snd_hda_codec_via hdaudioC0D0:    dig-out=0x20/0x21
[    9.501548] snd_hda_codec_via hdaudioC0D0:    inputs:
[    9.501550] snd_hda_codec_via hdaudioC0D0:      Rear Mic=0x1a
[    9.501552] snd_hda_codec_via hdaudioC0D0:      Front Mic=0x1e
[    9.501553] snd_hda_codec_via hdaudioC0D0:      Line=0x1b
[    9.507485] ath: EEPROM regdomain: 0x21
[    9.507486] ath: EEPROM indicates we should expect a direct regpair map
[    9.507487] ath: Country alpha2 being used: BB
[    9.507488] ath: Regpair used: 0x21
[    9.509104] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    9.509740] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0xffffae9a40780000, irq=16
[    9.543460] random: crng init done
[    9.543462] random: 7 urandom warning(s) missed due to ratelimiting
[    9.564241] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[    9.564319] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[    9.564406] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[    9.564473] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
[    9.564537] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input13
[    9.564599] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
[    9.564660] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input15
[    9.564727] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input16
[    9.574411] ath9k 0000:02:00.0 wlp2s0: renamed from wlan0
[    9.773859] audit: type=1130 audit(1590433036.808:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.774395] audit: type=1130 audit(1590433036.808:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.029906] nvidia: loading out-of-tree module taints kernel.
[   10.029915] nvidia: module license 'NVIDIA' taints kernel.
[   10.029915] Disabling lock debugging due to kernel taint
[   10.040955] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[   10.051883] nvidia-nvlink: Nvlink Core is being initialized, major device number 240
[   10.052443] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[   10.052595] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  390.132  Fri Nov  1 00:40:14 PDT 2019 (using threaded interrupts)
[   10.104215] kvm: disabled by bios
[   10.127132] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  390.132  Fri Nov  1 04:06:17 PDT 2019
[   10.233931] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   10.233933] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[   10.234840] kvm: disabled by bios
[   10.241003] MCE: In-kernel MCE decoding enabled.
[   10.253738] EDAC amd64: Node 0: DRAM ECC disabled.
[   10.253740] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   10.255013] audit: type=1130 audit(1590433037.288:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.394159] EDAC amd64: Node 0: DRAM ECC disabled.
[   10.394160] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   10.395507] kvm: disabled by bios
[   10.544785] kvm: disabled by bios
[   10.547365] EDAC amd64: Node 0: DRAM ECC disabled.
[   10.547366] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   10.724808] EDAC amd64: Node 0: DRAM ECC disabled.
[   10.724811] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   10.726797] kvm: disabled by bios
[   10.748486] audit: type=1130 audit(1590433037.778:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-330E\x2dD890 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.924768] EDAC amd64: Node 0: DRAM ECC disabled.
[   10.924771] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   10.927054] kvm: disabled by bios
[   11.078256] audit: type=1130 audit(1590433038.108:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-0060c98d\x2d62fa\x2d4e4f\x2daaaa\x2d62ec6d836c53 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.093087] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.093089] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   11.289902] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[   11.422568] audit: type=1130 audit(1590433038.448:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.477884] audit: type=1127 audit(1590433038.508:11): pid=445 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[   12.101102] kauditd_printk_skb: 1 callbacks suppressed
[   12.101104] audit: type=1130 audit(1590433039.128:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.135259] audit: type=1130 audit(1590433039.168:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.573927] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input17
[   12.573998] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input18
[   12.574110] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input19
[   12.574170] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input20
[   12.959401] audit: type=1130 audit(1590433039.988:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.986082] audit: type=1130 audit(1590433040.018:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.987126] audit: type=1130 audit(1590433040.018:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.597564] audit: type=1130 audit(1590433040.628:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.957484] audit: type=1130 audit(1590433040.988:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.975702] audit: type=1130 audit(1590433041.008:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.994273] RTL8211E Gigabit Ethernet r8169-400:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[   14.244791] r8169 0000:04:00.0 enp4s0: Link is Down
[   14.468054] audit: type=1130 audit(1590433041.498:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.655924] audit: type=1131 audit(1590433041.688:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   23.422174] audit: type=1100 audit(1590433050.448:23): pid=459 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="rdo" exe="/usr/bin/login" hostname=rawride addr=? terminal=tty1 res=success'
[   23.459368] audit: type=1101 audit(1590433050.488:24): pid=459 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="rdo" exe="/usr/bin/login" hostname=rawride addr=? terminal=tty1 res=success'
[   23.498765] audit: type=1103 audit(1590433050.528:25): pid=459 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="rdo" exe="/usr/bin/login" hostname=rawride addr=? terminal=tty1 res=success'
[   23.498891] audit: type=1006 audit(1590433050.528:26): pid=459 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   23.598974] audit: type=1130 audit(1590433050.628:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   23.614013] audit: type=1101 audit(1590433050.648:28): pid=469 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="rdo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   23.614119] audit: type=1103 audit(1590433050.648:29): pid=469 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="rdo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   23.614281] audit: type=1006 audit(1590433050.648:30): pid=469 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   23.616450] audit: type=1105 audit(1590433050.648:31): pid=469 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="rdo" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   23.889258] audit: type=1130 audit(1590433050.918:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   24.985628] wlp2s0: authenticate with b8:26:d4:2c:49:49
[   25.004589] wlp2s0: send auth to b8:26:d4:2c:49:49 (try 1/3)
[   25.006549] wlp2s0: authenticated
[   25.013483] wlp2s0: associate with b8:26:d4:2c:49:49 (try 1/3)
[   25.017499] wlp2s0: RX AssocResp from b8:26:d4:2c:49:49 (capab=0x1411 status=0 aid=2)
[   25.017617] wlp2s0: associated
[   25.076639] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   28.074192] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]
[   28.074449] caller _nv001015rm+0x1bf/0x1f0 [nvidia] mapping multiple BARs
[   32.967964] NVRM: GPU at PCI:0000:01:00: GPU-15af4ebf-40f8-5a0f-6c7a-176c9596688d
[   32.967970] NVRM: Xid (PCI:0000:01:00): 44, Ch 00000000, engmask 00000101, intr 10000000
[   35.012471] kauditd_printk_skb: 9 callbacks suppressed
[   35.012474] audit: type=1131 audit(1590433062.038:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   41.323460] NVRM: Xid (PCI:0000:01:00): 8, Channel 00000001
[   43.657841] audit: type=1131 audit(1590433070.698:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

About the freezing I've mentioned, gonna post a new thread when solving this.

Last edited by RDDO (2020-05-26 16:19:57)

Offline

#2 2020-05-26 09:16:59

Malvineous
Member
From: Brisbane, Australia
Registered: 2011-02-03
Posts: 190
Website

Re: [SOLVED] X failing to start after computer freeze

If you're getting display corruption during the boot process then it sounds like the graphics card is failing.  You can try the usual things - removing it from the slot and reinserting it etc., but if that doesn't fix it you'll likely have to replace the card.

When devices like this get flaky, they will often respond to driver requests unpredictably which can crash the driver, or in this case it looks like the GPU is returning an error code when the driver tries to initialise it.  I guess the GPU is performing some kind of self test when the driver activates it, which then fails, returning a "GPU exception".

Offline

#3 2020-05-26 12:53:05

RDDO
Member
From: Brazil
Registered: 2008-02-21
Posts: 23

Re: [SOLVED] X failing to start after computer freeze

Thanks for your reply! I somehow figured that maybe the video card might be failing, in fact I just tried to re-install arch yesterday like 3 times and ran into multiple problems (video related). Since it's so fast to install the base system and test it out, I didn't even bother to dig deep into each problem I was having after each installation, right now I'm using my netbook, gonna try running the onboard video only, then try the vcard again. It doesn't make much sense saying it's a faulty driver, since it's running the correct ones, latest version and all was working just fine.

Now about the freezing it might be related to the vcard, but my netbook (arch w/ linux-lts) is freezing too, it happens randomly, usually watching youtube videos/video conferencing. CapsLock start blinking, sound loops (last second) and system doesn't respond. I'm still to test the SysReq keys (it wasn't enabled before). The journalctl doesn't show any helpful info (for me at least).

Offline

#4 2020-05-26 16:10:30

RDDO
Member
From: Brazil
Registered: 2008-02-21
Posts: 23

Re: [SOLVED] X failing to start after computer freeze

This thread is solved, since it trully was a problem with the video card. After removing it, did a fresh install and all is working perfectly fine, the green/red dashed lines I've mentioned during POST disappeared, screen resolution in TTY looking sharper and programs that where giving errors for no reason before, installed all just fine. Didn't knew a faulty video card could do all of this.

Last edited by RDDO (2020-05-26 19:13:44)

Offline

Board footer

Powered by FluxBB