Created
December 18, 2023 15:05
-
-
Save levid0s/d028fc4b738a96f4d24545ec2b6e3182 to your computer and use it in GitHub Desktop.
Dell Wyse 5070 Promox Nic Crash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://forum.proxmox.com/threads/system-hanging-after-upgrade-nic-driver.129366/page-2 | |
echo "deb http://download.proxmox.com/debian/pve bookworm pvetest" | sudo tee -a /etc/apt/sources.list | |
apt update | |
apt install proxmox-kernel-6.2.16-18-pve | |
apt install proxmox-headers-6.2.16-18-pve | |
proxmox-boot-tool kernel unpin | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment