Hi everyone,
I recently upgraded my system from Debian 10 to Debian 12 to support my new GPU. My GPU is a GeForce RTX 5070 Ti. I’m trying to install the NVIDIA driver using the official NVIDIA-Linux-x86_64-570.133.07.run file, but I’m running into an issue.
Here are some system details:
Debian version: 12
Kernel version: 6.1.0-32-amd64
GPU: RTX 5070 Ti
First, I prepared my system by ensuring the following:
Secure Boot: Disabled
lspci | grep -E “VGA|3D” output:
09:00.0 VGA compatible controller: NVIDIA Corporation GB203 [GeForce RTX 5070 Ti] (rev a1)
I installed required packages with these command:
apt install linux-headers-$(uname -r) gcc make acpid dkms libglvnd-core-dev libglvnd0 libglvnd-dev dracut libc-dev
I added Nouveau to blacklist, updated grub and generated initramfs with dracut.
During driver installation, I selected the “MIT/GPL” license option. After the kernel module compilation completes, I receive the following error:
“ERROR: Unable to load the kernel module ‘nvidia.ko’.
This happens most frequently when this kernel module was built against the wrong or improperly configured kernel sources,
with a version of gcc that differs from the one used to build the target kernel,
or if another driver, such as nouveau, is present and prevents the NVIDIA kernel module from obtaining ownership of the NVIDIA device(s),
or no NVIDIA device installed in this system is supported by this NVIDIA Linux graphics driver release.”
I’ve checked the kernel headers and gcc versions, and they seem correct. Nouveau is blacklisted and disabled. I’m attaching my log files for reference.
Also, when I install only the RTX 5070 Ti on the system (without any other GPU), I get no display output at all — not even during boot or in GRUB. The screen stays completely black. This makes it very difficult to troubleshoot, and I can only proceed by accessing the system remotely.
Any help or guidance would be much appreciated!
Thanks in advance.
nvidia-installer.log (43.3 KB)