Hey all, just got a Geforce 5070 to replace my 2070 from years ago. Ubuntu’s been pretty smooth sailing for me until now, and I’m not exactly the best at navigating this stuff.
When Ubuntu starts to boot, the GPU stops outputting display to my monitor. As though it doesn’t detect the new GPU. I tried putting the 2070 back in and downloading the 570 drivers but it didn’t change anything. I found a tutorial for what seemed to be my issue that asked me to change the kernel, but halfway through the tutorial, commands that worked on their machine started failing on mine. I wish I’d documented what the error messages were because when I went to poke around more today, I got a message about kernel panic and can’t even boot with the 2070. Where do I go from here?
Can you run nvidia-smi and confirm you’re on the 570 driver?
Also after you do a failed boot with the 5070 put the 2070 back in and try run this command
journalctl -b -1 -p 0..2
to check the log from the previous boot and filter for only high priority issues. This should give some insight on whats failing when you try and boot with the 5070.Another dumb check but have you got the display cables plugged into the gpu?
Yeah the display cable is definitely plugged in. It displays the TUF logo on startup and I can get into BIOS settings while the monitor is plugged into the GPU. I only get ‘no input detected’ once I try to boot.
Nvidia-smi output:
Mon Aug 11 19:17:03 2025
±----------------------------------------------------------------------------------------+ | NVIDIA-SMI 570.158.01 Driver Version: 570.158.01 CUDA Version: 12.8 | |-----------------------------------------±-----------------------±---------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |=========================================+========================+======================| | 0 NVIDIA GeForce RTX 2070 … Off | 00000000:09:00.0 On | N/A | | 0% 37C P8 18W / 235W | 481MiB / 8192MiB | 2% Default | | | | N/A | ±----------------------------------------±-----------------------±---------------------+
±----------------------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=========================================================================================| | 0 N/A N/A 2099 G /usr/lib/xorg/Xorg 143MiB | | 0 N/A N/A 2358 G /usr/bin/gnome-shell 105MiB | | 0 N/A N/A 2950 G …exec/xdg-desktop-portal-gnome 10MiB | | 0 N/A N/A 5684 G …/6565/usr/lib/firefox/firefox 167MiB | | 0 N/A N/A 8244 G /usr/bin/nautilus 13MiB | | 0 N/A N/A 8333 G …tcher-linux-x64/balena-etcher 20MiB | ±----------------------------------------------------------------------------------------+
Can you run Journalctl and take a look at the logs from one of the boots with the 5070? You can use journalctl -b -0 for current boot -1 for the previous boot -2 for two boots ago etc. -p 0…2 to limit the output to events from critical to severe priority.