Home assistant indicated there is a Raspberry PI Firmware uprgade, see screenshot.
After the upgrade the platform rebooted but home assistant never came back. After connecting a montior to the raspberry pi I discovered it is booted with the Raspberry PI Desktop!!
Somehow the boot order has changed. How can I get this back so that it boots my Home Assistant again?
I'm using a Raspbery PI V5 with a SSD connected via NVMe.
I found the Home Assistant partition with the lsblk command:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
mmcblk0 179:0 0 238.3G 0 disk
|-mmcblk0p1 179:1 0 512M 0 part /boot/firmware
`-mmcblk0p2 179:2 0 237.8G 0 part /
nvme0n1 259:0 0 238.5G 0 disk
|-nvme0n1p1 259:1 0 64M 0 part
|-nvme0n1p2 259:2 0 24M 0 part
|-nvme0n1p3 259:3 0 256M 0 part
|-nvme0n1p4 259:4 0 24M 0 part
|-nvme0n1p5 259:5 0 256M 0 part
|-nvme0n1p6 259:6 0 8M 0 part
|-nvme0n1p7 259:7 0 96M 0 part
`-nvme0n1p8 259:8 0 237.8G 0 part
It is the "nvme0n1" partition on which HA is installed. how can I select this partition to boot from?
Found the solution, using sudo raspi-config it is possible to change the boot order. I've my HA back again, ppppfffff
Still q question, why would you upgrade the following:
And how to prevent I'm running into the same situation if i upgrade from within HA>