You are not logged in.
Pages: 1
i recently installed tried installing nvidia in my arxhlinux machine (installed it dual boot with windows not virtual box) so after installing it after following instruction in this link
https://wiki.archlinux.org/title/NVIDIA
after i reboot it stuck in "Starting systemd-udevd version 252.4-2-arch" anyone can help fix this problem i am ising KDE desktop enviroment
Offline
Can you boot the multi-user.target (2nd link below)?
If not also add "nomodeset" to the https://wiki.archlinux.org/title/Kernel_parameters
Then post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
how to boot to it ?
Offline
You don't have to boot anything to attempt the multi-user.target or add "nomodeset" - you can edit the kernel commanline parameters in your bootloader.
Offline
yes i found this in how to boot to multi user
https://blog.paranoidpenguin.net/2018/0 … er-system/
bit still didnt boot otherwise the nomodest idk where do i add it somewhere in the edit selection
Offline
yes i found this in how to boot to multi user
otherwise the nomodest idk where do i add it somewhere in the edit selection
Offline
ok after sever searches and read it very quitly what u send and trying both it still didnt boot and stuck at same place any other solutions
Offline
You'll have to boot some live system and inspect and fix the system offline.
Can be the arch insallation iso or a rescue system like grml.
Offline
nvm i just boot to recovery and uninstall nvidia driver but after rebooting its not booting the kde desktop enviroment
Offline
its not booting the kde desktop enviroment
Is it booting at all?
In that case it's likely because you added an /etc/X11/xorg.conf - remove that.
Otherwise remove the "quiet" parameter from the kernel commandline, add "earlyprintk=efi,keep debug nomodeset systemd.unit=multi-user.target"
Offline
still didnt boot the kde enviroment and i tried both solutions do i reinstall it?
Offline
"still" after what?
Also forget about KDE for the moment:
Is it booting at all?
You'll need to be more elaborative in your descriptions - unlike you, we can't see the system in front of you.
https://bbs.archlinux.org/viewtopic.php?id=57855
Offline
the system boots now but the kde desktop not starting i tried startx doesnt work too as i saw the joirnal command give me the logs let me check them and send it
Offline
Also
grep -ri nvidia /{etc,usr/share}/X11/xorg.conf*Offline
Pages: 1