You are not logged in.
Seems to lack the part where you added the modules to the mkinitcpio.conf?
Offline
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.koI 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