(07.06.2024)
- VLAN interfaces no longer work with “long network interface names", like:
enp129s0f0np0.1000
- Save “/etc/network/interfaces” and memorize the MAC addresses of the interfaces
- Use “legacy network interface scheme”
echo "net.ifnames=0 biosdevname=0" >> /etc/kernel/cmdline"
sync; update-initramfs -u -k all; sleep 1; proxmox-boot-tool refresh; sleep 1; sync; reboot
- WARNING: Since the network communication to the Proxmox Node is lost, further configuration adjustments must be made via a BMC / IPMI !!!
- Redefine “/etc/network/interfaces” and Reboot again
- Losing “Proxmox VM Console” Access under NVIDIA Package “550.54.16-550.54.15-551.78”
- Use NVIDIA Host_Driver “NVIDIA-GRID-Linux-KVM-535.161.05-535.161.07-538.33”
- NVIDIA Host_Driver doesn't compile under Kernel 6.8
- Use Kernel 6.5 Pinning and NVIDIA Host_Driver “NVIDIA-GRID-Linux-KVM-550.54.16-550.54.15-551.78”
proxmox-boot-tool kernel list; proxmox-boot-tool kernel pin 6.5.13-5-pve; proxmox-boot-tool refresh; sync; reboot
- If pinning does not work after the node restart, try the following:
proxmox-boot-tool reinit; sync; proxmox-boot-tool refresh
update-initramfs -u -k all; sleep 1; grub-mkconfig; sleep 1; update-grub; sleep 1; proxmox-boot-tool refresh; sync; reboot
- In some cases this requires a new configuration of the “Boot Devices” in the BIOS / UEFI !!!