(18.09.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
- NVIDIA Host_Driver - Missing MDEV under Kernel 6.8 !!!
- Use Kernel 6.5 Pinning and NVIDIA Host_Driver “NVIDIA-GRID-Linux-KVM-550.90.05-550.90.07-552.74” (17.3 Bundle)
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 !!!