Additional note (regarding Proxmox boot reliability)
Since Proxmox is frequently used in production environments and critical infrastructures, I think it would be very helpful if future releases strengthened the robustness of the boot handling system even further.The boot process (ESP discovery, proxmox-boot-tool synchronization, systemd-boot/grub updates, shim handling, etc.) is one of the most sensitive parts of a hypervisor upgrade. When it works, upgrades are smooth — but when ESP synchronization is skipped for any reason, the result is a non-bootable system, which has major impact in mission-critical installations.
It would be great if Proxmox could:
- perform stricter validation of ESP presence/UUIDs before kernel installation
- warn the user more clearly when ESP sync is being skipped
- provide a pre-upgrade check specifically for bootloader/ESP health
- optionally block reboot when the ESP was not successfully updated
Again, this is meant as constructive feedback — Proxmox is excellent, and improving the safety of the boot chain would make it even stronger for critical environments.