Please do what the error message says. systemctl status systemd-modules-load.service
On a general note, always read error messages carefully, they often contain information on what to do next. In the above case, it literally gives you the exact command to run in order to get more info.
is it safe to assume you were messing around with video drivers before this happened? it's looking for nvidia modules and cant find them.
since you cant get youself to a graphical desktop, please do the following commands and provide the links after the last 2 commands. (if your not connected, use nmtui to activate a wifi connection first.)
first question, do you actually need the rt kernel or your using it just because you can?
ok, you have an optimus laptop, so you cant just install video-nvidia and expect it to work. thats why there is bumblebee but if you want actual performance gaming, bumble bee is no good.
use prime or optimus-switch.
heres a comparison of the different optimus options
decide which fits you best.
also, you have the wrong version of video-nvidia installed anyway. your GPU uses the latest 418 drivers. so for starters.
boot a different kernel and get rid of the RT kernel unless you need it for some specific purpose. sudo mhwd-kernel -r linux50-rt
get rid of the installed drivers sudo mhwd -r pci video-linux sudo pacman -R nvidia-390xx-utils sudo mhwd -r pci video-nvidia-390xx
if you want to use nouveau install free drivers, if you want bumblebee install nonfree drivers like this. sudo mhwd -a pci nonfree 0300
if you want video-nvidia you need to set it up a certain way, hence the link i posted.
edit: do make not that optimus-manager and optimus-switch are not the same (poor thinking on my part naming it optimus-switch) .
This will give you default Bumblebee. Check Arch wiki about Bumblebee and see if it works correctly. For using Vulkan you may want to set nvidia-xrun:
Do backup (with timeshift) so you could restore system setup if you mess things doing next steps.
Install and setup correctly optimus-manager, read:
Be aware, it will mess us Bumblebee. In theory, uninstalling optimus-manager should restore Bumblebee, but in case it is not, restore system from backup.
Why would you want uninstall optimus-manager? It's in beta and don't work for all, but if it does, IT IS THE MOST OPTIMAL SOLUTION FOR GPU CARDS. This is what I use, although I'm sitting on old version, because newer ones don't agree with my computer from whatever reason. 0.6 version works perfectly for me.
If nothing works and you really want to play a lot of games and you are ready to give up on using laptop remotly (short battery life), use Prime setup. There is a tutorial how to do on Manjaro forum. Search for it.
if it shows no video drivers then yes, sudo mhwd -i pci video-nvidia
and decide which option fits you best. i recommend either full time PRIME or optimus-switch which has nvidia prime mode setup exactly like PRIME and intel-only mode where only the iGPU is used and the nvidia is powered down.
i know those 2 methods work, so thats what i recommend to people.
Well when i tried to run the command sudo mhwd -i pci video-nvidia
It said that it failed retrieving files, failed to update cores etc
It was too long to type
i dont know what thats all about. try rebooting and from grub instead of hitting enter to boot, instead hit ' E ' and find the word "quiet" and replace it with the number ' 3 ' and then CTRL+X to boot.