HA rebooting after last OS update

Same issue exactly with 12.4
Looks like no solution for now?

I saw this on the github issue for HAOS:

The approach according to Patrice3122 was:

1. Downgrade Slot B: On the localhost, I first downgraded Slot B to an earlier version using the command: ha os update --version 13.1.
NB: Any attempt to update directly to version 13.2 returned the message: Version already installed.

2. Manual Boot Selection: During the startup process, I manually selected Slot B from the boot menu. Note that the boot menu appears briefly during startup. To select Slot B, you must press the down arrow key, and once highlighted, press the Enter key to confirm.

3. Update Slot A: With the system booted from Slot B, I ran the CLI command: ha os update --version 14.0. Since the system was running on Slot B, the update process applied to Slot A.

4. Final Verification: After a host reboot, Home Assistant OS 14.0 was successfully running, booted from Slot A.

Iā€™m going to try this method to see if it works.

Confirmed this method worked for me.

board: generic-x86-64
boot: A
boot_slots:
    A:
        state: booted
        status: good
        version: "14.0"
    B:
        state: inactive
        status: good
        version: "13.0"