You are not logged in.
When I remove the quiet module_blacklist=...... and add system.unit....... and i try to boot I am stuck at:
:: running early hook [udev]
Starting systemd-udevd version 259.3-1-archand when I remove remove nomodeset still the same, if i do only nomodeset I get the same message. Here is the Xorg log: https://0x0.st/P_G-.0.log ( I hope it works )
Last edited by Dile (Yesterday 22:17:24)
Offline
version 2059.3-1-arch
That's most certainly not the output, rather link a photo of your monitor than transcribing stuff.
Also what does your /etc/mkinitcpio.conf look like?
Nothing suspicious in the xorg log, but since the multi-user.target "fails" that's rather expectable.
If you add "fbcon=map:012" to the kernel parameters (and don't blacklist nvidia) can you get a terminal w/ ctrl+alt+F2,F3,F4,… ?
If you use "modprobe.blacklist=nvidia" to blacklist that module
1. can you boot
2. can you then later explicitly load "modprobe nvidia"?
Online
So here is the image of what i get when i try to reboot with anything except module_blacklist : https://ibb.co/KjG8ZNZm
after I add fbcon=map:012 I still get the same state as the image, modeprobe.blacklist=nvidia yields the same outcome, Here are my mkinitcpio.conf : https://0x0.st/Kfec.conf ,
I have tried adding i915 to the modules and as well as removing kms in hooks. When i do the 2. instruction I still get the same result. When I am in this screen ( https://ibb.co/KjG8ZNZm ) I can't do any command.
Offline
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)Clear the entire modules array and try again, in doubt remove the kms hook and only add i915 to the MODULES array
Online