You are not logged in.

#26 2021-01-09 23:58:33

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,632

Re: [SOLVED] Screen frozen after update to systemd-247.2-1

Seems to lack the part where you added the modules to the mkinitcpio.conf?

Offline

#27 2021-01-10 00:18:02

neopium
Member
Registered: 2019-05-02
Posts: 89

Re: [SOLVED] Screen frozen after update to systemd-247.2-1

Indeed. I just added them.

[ben@Solgaleo ~]$ more /etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(piix ide_disk reiserfs)
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)

[...]

Now, I have:

[ben@Solgaleo ~]$ lsinitcpio /boot/initramfs-linux.img | grep -i nvidia
etc/modprobe.d/nvidiasync.conf
usr/lib/modprobe.d/nvidia.conf
usr/lib/modules/5.10.5-arch1-1/kernel/nvidia-drm.ko
usr/lib/modules/5.10.5-arch1-1/kernel/nvidia.ko
usr/lib/modules/5.10.5-arch1-1/kernel/nvidia-modeset.ko

I changed the default target back to graphical.target and it worked. Thanks for your help. I should have read the wiki better™.

Last edited by neopium (2021-01-10 07:49:12)

Offline

Board footer

Powered by FluxBB