this post was submitted on 11 Aug 2025
31 points (89.7% liked)
Linux
57346 readers
351 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you have at least Ubuntu 24.10 and the NVIDIA 570.133.07 driver installed with the 2070, it should be plug and play with the new card.
If you put the 2070 in are you able to get a working system?
I was able to boot on the 2070. I'll try on a newer version of Ubuntu.
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.
I think I'm on 24.04.3 LTS. May I ask what is in 24.10 that would make a difference?
24.10 is a minimum. If you're on 24.04 that means you are very up to date and have the 6.14 kernel which is new enough. So we can rule that out as an issue.
6.14 is 25.04, not 24.04
My bad, I got it from this website and assumed it was correct. https://linuxiac.com/ubuntu-24-04-3-lts-released-with-bug-fixes-and-security-updates/