J jhmc93 Member Feb 22, 2022 188 2 23 32 Aug 22, 2025 #1 Hello, my upgrade to pve 9 has come out with this error:
D desotech New Member Aug 22, 2025 24 8 3 Aug 22, 2025 #3 The error comes from a DKMS module that cannot build against kernel 6.14.8-2. Run: dkms status Click to expand... Identify the failing module, then remove or update it. Quick cleanup path: apt purge -y r8168-dkms nvidia-dkms* virtualbox-dkms* wireguard-dkms zfs-dkms || true apt update apt -f install dpkg --configure -a apt install --reinstall -y proxmox-kernel-6.14.8-2-pve proxmox-kernel-6.14.8-2-pve-signed proxmox-boot-tool refresh || true reboot Click to expand... This will finish the upgrade and drop incompatible DKMS modules.
The error comes from a DKMS module that cannot build against kernel 6.14.8-2. Run: dkms status Click to expand... Identify the failing module, then remove or update it. Quick cleanup path: apt purge -y r8168-dkms nvidia-dkms* virtualbox-dkms* wireguard-dkms zfs-dkms || true apt update apt -f install dpkg --configure -a apt install --reinstall -y proxmox-kernel-6.14.8-2-pve proxmox-kernel-6.14.8-2-pve-signed proxmox-boot-tool refresh || true reboot Click to expand... This will finish the upgrade and drop incompatible DKMS modules.
J jhmc93 Member Feb 22, 2022 188 2 23 32 Aug 23, 2025 #4 desotech said: The error comes from a DKMS module that cannot build against kernel 6.14.8-2. Run: Identify the failing module, then remove or update it. Quick cleanup path: This will finish the upgrade and drop incompatible DKMS modules. Click to expand... sorted it with adding the trixie change in /etc/apt/sources.list which I accidentally missed when reading instructions Reactions: desotech
desotech said: The error comes from a DKMS module that cannot build against kernel 6.14.8-2. Run: Identify the failing module, then remove or update it. Quick cleanup path: This will finish the upgrade and drop incompatible DKMS modules. Click to expand... sorted it with adding the trixie change in /etc/apt/sources.list which I accidentally missed when reading instructions