Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

How to remove really the nvidia driver from debian 10

I'm trying to remove the nvidia driver from my system (running with debian 10). I tried several methods,but unsuccesfully. Something like these :

apt remove nvidia-driver
apt-get purge nvidia-driver
after that,when I reboot the PC,debian 10 restarts and I see this :
mario@DESKTOP-N9UN2H3:/home/mariozio# lspci -nnk -d 10de

01:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU102 [GeForce RTX 2080 Ti] [10de:1e04] (rev a1) Subsystem: ZOTAC International (MCO) Ltd. TU102 [GeForce RTX 2080 Ti] [19da:2503] Kernel driver in use: nvidia Kernel modules: nvidia


what to do ?
by

1 Answer

Kajalsi45d
The kernel modules of the nvidia driver may still be present in your initramfs. Use update-initramfs -u to rebuild your initramfs file without the nvidia driver modules.

Login / Signup to Answer the Question.