You are not logged in.
Pages: 1
Computer wont boot past "Loading initial ramdisk"
sudo journalctl -b
failed to find module nvidia-uvm
nvidia-gpu 0000:26:00.3: i2c timeout error e0000000
ucsi_ccg 3-0008: i2c_transfer failed -110
ucsi_ccg 3-0008: ucsi_ccg_init failed - -110uname -a
Linux Desktop 6.3.5-arch1-1 #SMP PREEMPT_DYNAMIC Tue, 30 May 2023 13:44:01 +0000 x86_64 GNU/LinuxLast edited by errorcode95 (2023-06-03 00:36:00)
Offline
Looks like something is wrong with your display driver.
Try running
lspci -nnk | grep nvidia
to see what drivers are being used (or attempting to be used).
If the kernal driver in use is 'nouveau,' consider uninstalling 'nvidia-utils' then restarting.
If the kernal driver in use is 'nvidia,' try reinstalling the package.
meep
Offline
pacman -Qs nvidiayou need nvidia 530.41.03-15 assuming standard packages. Make sure your mirrors are up to date.
Offline
lspci -nnk | grep nvidia
Kernel driver in use: nvidia-gpu
Kernel modules: i2c_nvidia_gpupacman -Qs nvidia
egl-wayland
lib32-nvidia-utils 530.41.03-1
libvdpau 1.5-1
nvidia-utils 530.41.03-1
opencl-nvidia 530.41.03-1Offline
Those messages are common and not indicative of anything.
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'f:1=<-' ix.ioOnline
Offline
You don't have the kernel modules for nvidia - the nvidia package - installed.
Offline
How do i go about installing the kernel modules and what modules do i need?
Offline
You need to install the nvidia package, it contains the kernel modules: https://wiki.archlinux.org/title/NVIDIA#Installation
Offline
Pages: 1