Skip to content

Commit 8219141

Browse files
authored
Use and explain 'systemctl reboot' for reboot after RAUC install (#2490)
Plain reboot is not sufficient as it ignores the reboot-param deployed to /run/systemd/ and which is required for boot to the other slot.
1 parent 07c01b3 commit 8219141

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/operating-system/update-system.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ For development or testing, RAUC update bundles can be installed with the `rauc
2121
# cd /mnt/data/
2222
# curl -L -O https://github.com/home-assistant/operating-system/releases/download/11.5.rc3/haos_rpi5-64-11.5.rc3.raucb
2323
# rauc install haos_rpi5-64-11.5.rc3.raucb
24-
# reboot
24+
# systemctl reboot
2525
```
2626

27+
:::note
28+
On Raspberry Pi 5 which uses the `tryboot` mechanism, be sure to use `systemctl reboot`, as plain `reboot` wouldn't trigger booting from the other slot. Alternatively, explicit `reboot '0 tryboot'` is required.
29+
:::
30+
2731
After the reboot the system should run with the newly installed HAOS version.
2832

2933
## Boot slots

0 commit comments

Comments
 (0)