Proxmox GPU Passthrough stopped working and dpkg problems

Yes but kernel broke my passthrough thats not funny! . Iam give 7.4 a try. how can I install your special kernel ? I only know to install default kernel and vendor reset must work for my AMD GPU
 
i install the XanMod Kernel for Testing and for More Performance. I´ve Install also XanMod on all my Linux (Debian) VM´s.
I Install my Proxmox manualy too, Based i install Debian 12 without SWAP Partition and after that Proxmox.
 
Ok but how to install this kernel

From My Wiki:
Important note

I accept no liability for damage to your system!

These instructions have been adapted to my system, the test with other systems has never taken place.
It is recommended that only experienced administrators implement these instructions.
Applying the instructions to your own system is your own responsibility!
Now a new kernel. I recommend the XanMod kernel, which can be installed as follows:

0. Optional - installation of any required packages:
apt install curl ca-certificates apt-transport-https sudo gnupg gnupg2 net-tools -y

1. check which kernel is suitable for me. This is important to check which kernel is suitable for the system.
wget -O check_x86-64_psabi.sh https://dl.xanmod.org/check_x86-64_psabi.sh && chmod 755 check_x86-64_psabi.sh && ./check_x86-64_psabi.sh
Output: CPU supports x86-64-vX where the underlining X stands for the version number. Example output: CPU supports x86-64-v3

2. register the PGP key:
wget -qO - https://dl.xanmod.org/archive.key | sudo gpg --dearmor -o /usr/share/keyrings/xanmod-archive-keyring.gpg

3. import the Sources List:
echo 'deb [signed-by=/usr/share/keyrings/xanmod-archive-keyring.gpg] http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-release.list

4. update and install the kernel, following the kernel support in step 1:
sudo apt update && sudo apt install linux-xanmod-lts-x64v3 -y

Source (German Language): https://wiki.home-hosting.de/de/Debian-Standard-Installation-und-Server-Tuning
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!