Cannot boot since Nvidia update/ Kernel update

have no idea what the issue could be…
remove the nvidia and try if you can boot on open source drivers:
sudo mhwd -r pci video-nvidia-470xx
reboot

With only the free driver I cannot boot at all.

so install the nvidia ones from tty:
sudo mhwd -a pci nonfree 0300
reboot

After installing it, it directly booted into the desktop. But after reboot, same story.

post output from:
pacman -Qs 'optimus|bbswitch|bumblebee'


local/optimus-manager 1.4+r12-2
    Management utility to handle GPU switching for Optimus laptops (Git version)

so you have installed optimus, that could be the reason for it…
remove it:
sudo pacman -Rns optimus-manager
reboot

1 Like

Hell to the yea, this was the issue. :sweat_smile: And meanwhile you also fixed the issue with the second monitor.
Wow, I remember installing optimus, but didnt come to my mind that this was the issue.

Thanks a lot man!

provide output from:
mhwd -l -li
inxi -G

> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
           video-linux            2018.05.04                true            PCI
          video-nvidia            2021.11.04               false            PCI


Warning: No installed USB configs!
> 0000:01:00.0 (0300:10de:249d) Display controller nVidia Corporation:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
          video-nvidia            2021.11.04               false            PCI
    video-nvidia-470xx            2021.11.04               false            PCI
           video-linux            2018.05.04                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PCI
Graphics:
  Device-1: NVIDIA GA104M [GeForce RTX 3070 Mobile / Max-Q] driver: nvidia
    v: 520.56.06
  Device-2: Chicony HD Webcam type: USB driver: uvcvideo
  Display: x11 server: X.Org v: 21.1.4 driver: N/A resolution:
    1: 2560x1440~60Hz 2: N/A 3: 3840x2160~60Hz
  API: OpenGL v: 4.6.0 NVIDIA 520.56.06 renderer: NVIDIA GeForce RTX 3070
    Laptop GPU/PCIe/SSE2

ok the amd gpu is still not being detected, so its probably disabled in bios… its better that way since you use cuda… so thats it from me

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.