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
You can Switch on Boot via Grub back to the Normal PVE KernelYes 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
Ok but how to install this kernel
Now a new kernel. I recommend the XanMod kernel, which can be installed as follows: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!
apt install curl ca-certificates apt-transport-https sudo gnupg gnupg2 net-tools -y
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
wget -qO - https://dl.xanmod.org/archive.key | sudo gpg --dearmor -o /usr/share/keyrings/xanmod-archive-keyring.gpg
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
sudo apt update && sudo apt install linux-xanmod-lts-x64v3 -y