Document OS boot slot changing using the GRUB boot menu (#34502)

* Document OS boot slot changing using the GRUB boot menu

Since home-assistant/supervisor#5276 boot slot will be persisted when
user selects it in the GRUB menu. Document this behavior.

This should be merged to the `current` branch once Supervisor 2024.8.1
is released to the stable channel.

* boot loader -> bootloader

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Jan Čermák 2024-09-17 13:31:13 +02:00 committed by GitHub
parent 1e1e65701c
commit e40b1c0dd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,6 +74,8 @@ You can manually define that the previous boot slot is used. This can be useful
ha os boot-slot other
```
Alternatively, if the Operating Systems runs on a platform that uses the GRUB bootloader, a boot menu is presented early in the boot. The alternative boot slot can be selected here, marking it active for future boots if the following boot attempt is successful.
### Updating Home Assistant Core
{% include common-tasks/update.md %}