Dear Community,
I want to install AMD GPU drivers on my Proxmox host to make the AMD GPU usable in a Jellyfin LXC container. However, when installing the drivers, I always receive the following error message:
Do you want to continue? [Y/n] y
W: (pve-apt-hook) !! WARNING !!
W: (pve-apt-hook) You are attempting to remove the meta-package 'proxmox-ve'!
W: (pve-apt-hook)
W: (pve-apt-hook) If you really want to permanently remove 'proxmox-ve' from your system, run the following command
W: (pve-apt-hook) touch '/please-remove-proxmox-ve'
W: (pve-apt-hook) run apt purge proxmox-ve to remove the meta-package
W: (pve-apt-hook) and repeat your apt invocation.
W: (pve-apt-hook)
W: (pve-apt-hook) If you are unsure why 'proxmox-ve' would be removed, please verify
W: (pve-apt-hook) - your APT repository settings
W: (pve-apt-hook) - that you are using 'apt full-upgrade' to upgrade your system
E: Sub-process /usr/share/proxmox-ve/pve-apt-hook returned an error code (1)
E: Failure running script /usr/share/proxmox-ve/pve-apt-hook
I followed this guide for the installation:
https://wiki.debian.org/AtiHowTo
Therefore, I changed my /etc/apt/sources.list as follows:
deb http://ftp.de.debian.org/debian bookworm main contrib non-free-firmware
deb http://ftp.de.debian.org/debian bookworm-updates main contrib non-free-firmware
security updates
deb http://security.debian.org bookworm-security main contrib non-free-firmware
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
Then, I attempted to install the AMD drivers:
apt update
apt-get install firmware-amd-graphics libgl1-mesa-dri libglx-mesa0 mesa-vulkan-drivers xserver-xorg-video-all
However, I always receive the error message shown above.
I read in a forum post that pve-headers are required to install AMD drivers. That didn't help either. To keep my system "clean," I uninstalled the package with
apt remove pve-headers
apt autoremove
Whether that was the wisest idea, I'm not sure in hindsight.
Can someone help me to properly install the AMD GPU drivers on my system?
I want to install AMD GPU drivers on my Proxmox host to make the AMD GPU usable in a Jellyfin LXC container. However, when installing the drivers, I always receive the following error message:
Do you want to continue? [Y/n] y
W: (pve-apt-hook) !! WARNING !!
W: (pve-apt-hook) You are attempting to remove the meta-package 'proxmox-ve'!
W: (pve-apt-hook)
W: (pve-apt-hook) If you really want to permanently remove 'proxmox-ve' from your system, run the following command
W: (pve-apt-hook) touch '/please-remove-proxmox-ve'
W: (pve-apt-hook) run apt purge proxmox-ve to remove the meta-package
W: (pve-apt-hook) and repeat your apt invocation.
W: (pve-apt-hook)
W: (pve-apt-hook) If you are unsure why 'proxmox-ve' would be removed, please verify
W: (pve-apt-hook) - your APT repository settings
W: (pve-apt-hook) - that you are using 'apt full-upgrade' to upgrade your system
E: Sub-process /usr/share/proxmox-ve/pve-apt-hook returned an error code (1)
E: Failure running script /usr/share/proxmox-ve/pve-apt-hook
I followed this guide for the installation:
https://wiki.debian.org/AtiHowTo
Therefore, I changed my /etc/apt/sources.list as follows:
deb http://ftp.de.debian.org/debian bookworm main contrib non-free-firmware
deb http://ftp.de.debian.org/debian bookworm-updates main contrib non-free-firmware
security updates
deb http://security.debian.org bookworm-security main contrib non-free-firmware
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
Then, I attempted to install the AMD drivers:
apt update
apt-get install firmware-amd-graphics libgl1-mesa-dri libglx-mesa0 mesa-vulkan-drivers xserver-xorg-video-all
However, I always receive the error message shown above.
I read in a forum post that pve-headers are required to install AMD drivers. That didn't help either. To keep my system "clean," I uninstalled the package with
apt remove pve-headers
apt autoremove
Whether that was the wisest idea, I'm not sure in hindsight.
Can someone help me to properly install the AMD GPU drivers on my system?
Last edited: