From e40b1c0dd54266d04ffcd9abc58fdb32a68800cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Tue, 17 Sep 2024 13:31:13 +0200 Subject: [PATCH] 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> --- source/common-tasks/os.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/common-tasks/os.markdown b/source/common-tasks/os.markdown index 258b1250e02..fcac32748eb 100644 --- a/source/common-tasks/os.markdown +++ b/source/common-tasks/os.markdown @@ -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 %}