Error encountered while attempting to load kernel modules post-upgrade.
Error encountered while attempting to load kernel modules post-upgrade.
Haha, this attempt didn't work either. I'll try the same method from the linked guide to see if it helps.
Identify the two issues in journalctl for SDDM: reading display numbers and the display server failing to start. You can paste the TTY output here, and I’ll help you share it via Pastebin or another service. For copying the output, use a simple text editor or command-line tools like `cat` or `grep` depending on your system.
Logs started on Thursday 2020-06-25 at 08:30:52 EDT and ended on Monday 2020-07-13 at 22:47:49 EDT. On July 8 at 16:58:15 the system detected a pam module, received a login parameter, and waited for a hash. On July 8 at 16:58:15 it connected to the environment, then disconnected after reboot. On July 13 at 22:17:20 initialization began, a display interface was found, a new theme loaded, and the server started loading configuration. At that time it reported a failure to read the display number from the pipe, triggering an audit event with ID ANOM_ABEND.
Review the Xorg log file located at less. If absent, look in ~/.local/share/xorg/Xorg.0.log. Additional details: https://wiki.archlinux.org/index.php/Xor...leshooting. Also, check out wgetpaste: https://www.archlinux.org/packages/commu...wgetpaste/. You can redirect command outputs to files and save them to a USB drive. Manual mounting from the TTY might be required.
Spoiler [ 8.556] Log file changed from "/var/log/Xorg.pid-666.log" to "/var/log/Xorg.0.log" [ 8.557] X.Org X Server 1.20.8 X Protocol Version 11, Revision 0 [ 8.558] Operating System: Linux Arch Linux [ 8.558] Current OS: Linux x260 5.7.8-arch1-1 #1 SMP PREEMPT Thu, 09 Jul 2020 16:34:01 +0000 x86_64 [ 8.558] Command line used: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=be9cba22-5f7b-471d-8120-0ebd6f04a62f rw loglevel=3 quiet i915.enable_psr=0 [ 8.558] Build Date: 05 May 2020 05:08:17AM [ 8.558] Current pixman version: 0.40.0 [ 8.558] Verify updates at http://wiki.x.org before reporting issues. [ 8.558] Tag markers: (--) tested, (**) from config, (==) default, (++) via command, (!!) alert, (II) info, (WW) warning, (EE) error, (NI) not available, (??) unclear. [ 8.558] Current log path: "/var/log/Xorg.0.log", Time: Mon Jul 13 22:17:20 2020 [ 8.558] Using config dir: "/etc/X11/xorg.conf.d" [ 8.558] Using system path: "/usr/share/X11/xorg.conf.d" [ 8.558] No layout section found; defaulting to first screen. [ 8.558] No display available. Using defaults. [ 8.558] |-->Screen "Default Screen Section" (0) [ 8.558] Monitor "<default monitor>" [ 8.559] No screen specified for "Default Screen Section". Using first device list. [ 8.559] Device "Intel Graphics" [ 8.559] No display listed for "Default Screen Section". Using default setup. [ 8.559] Devices auto-added; GPU enabled. [ 8.559] Max clients: 256, mask: 0x1fffff [ 8.558] Path "/usr/share/fonts/misc" missing. Font entries removed. [ 8.559] Paths for OTF, Type1, TTF deleted. [ 8.558] Module path set to "/usr/lib/xorg/modules". [ 8.559] Requires udev for device list; consider reconfiguring or disabling AutoAddDevices. [ 8.558] System needs udev support for input devices. [ 8.559] X.Org ANSI C version 0.4, Video Driver 24.1. XInput driver 24.1. Server version 10.0. [ 8.561] AutoAddDevices: disabled due to missing devices. [ 8.561] Need to fix device configuration or enable AutoAddDevices.]
(II) LoadModule: "intel" [ 8.588] Warning, module intel not found [ 8.588] Failed to load "intel" (module missing, 0) Interesting, the issue is getting worse. It looks like the intel module isn<|pad|>, not loading even at boot. Verify this with # lsmod | grep -i intel. Reminder: The command might also be called i915. I don’t have the hardware to test this directly. If it doesn’t show up with that command, you can run it without grep. Refer to the article on the wiki: https://wiki.archlinux.org/index.php/int...cs#Loading. Make sure you don’t have nomodeset or vga= set as a kernel option, since Intel needs kernel mode. Also, ensure you haven’t disabled Intel by blacklisting it in /etc/modprobe.d/ or /usr/lib/modprobe.d. It could help to reconfigure the boot loader, as it sets kernel parameters. Assuming GRUB2: # grub-mkconfig -o /boot/grub/grub.cfg P.S. / Edit. Just to confirm, are you using Intel Graphics on this system?