I am trying to install Linux x64 (AMD64/EM64T) Display Driver Version: 390.157 (the last supported by my video card) on my freshly installed pve-manager/8.0.3/bbf3993334bfa916 (running kernel: 6.2.16-3-pve)
in order to do GPU passthrough to my LXC container.
- Installed all kernel headers pve-headers package - done
apt list --installed | grep pve-kernel
pve-kernel-6.2.16-3-pve/now 6.2.16-3 amd64 [installed,local]
pve-kernel-6.2/now 8.0.2 all [installed,local]
- Blacklist - done
:~# cat /etc/modprobe.d/blacklist.conf
blacklist vfio-pci
blacklist radeon
blacklist nouveau
options nouveau modeset=0
- Installed Dependencies - done
:~# apt install build-essential
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
build-essential is already the newest version (12.9).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
- My video card is NVIDIA Quadro K4100M
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK104GLM [Quadro K4100M] [10de:11b7] (rev a1)
Subsystem: Dell GK104GLM [Quadro K4100M] [1028:15cd]
Kernel modules: nvidiafb, nouveau
- /var/log/nvidia-installer.log
It seems the NVDIA driver 390.157 doesn’t work with this version of proxmox.
Any suggestions on how to proceed with this?