This started a long time ago, but every time I reboot the OS, or upgrade the OS version, I end up getting stuck on a GRUB screen and have to make a selection.
I have the same problem, each time I reboot with the app or update or in CLI, the boot sequence gets stuck at GNU GRUB. I even have to reboot the machine manually because it freezes at the GNU GRUB page. I always manage to reboot but its a PITA
I had (what I thought was) a similar problem. However, the issue wasn’t actually with the guest OS getting stuck on the Grub boot screen. My issue was with the guest VM auto-starting on boot.
I’m using libvirt/qemu on Linux. Even though I had set the guest to autostart
virsh autostart hass
…my issue was that libvirt itself was starting lazily when triggered by a systemd socket (e.g. when I manually logged in and ran a virsh command). I fixed it by enabling the virtqemud unit
Using ChatGPT I finally fought this and won. The gist was
using another proxmox linux vm, attach the drive, mount /dev/sdb1, edit the grub file in
/mnt/haos_boot/EFI/BOOT/grub.cfg
set the timeout=0
The only thing I can think might have caused this, is when I changed the memory size or disk size or number of processors on the home assistant VM… I didn’t prove that theory so it’s just a hunch as the cause.