This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Description
NOOBs Lite 2.8
http://director.downloads.raspberrypi.org/NOOBS_lite/images/NOOBS_lite-2018-04-19/NOOBS_lite_v2_8.zip
(Sorry - Not sure of last known working version)
Current Behaviour
NOOBS ignores reboot {part} and always boots to boot_partition in autoboot.txt
Expected Behaviour
reboot {part} reboots into part and autoboot.txt is ignored.
Steps to reproduce
-
Format SD card and copy over NOOBs Lite 2.8 files
-
Boot NOOBs and install LibreELEC and OSMC
-
Boot LibreELEC, enable SSH
-
SSH into LibreELEC (root / libreelec) and do command reboot 8
-
Observe Pi reboots to OSMC
-
SSH into OSMC (osmc / osmc) and do command sudo reboot 6
-
Observe Pi reboots to LibreELEC
-
Put SD card into PC and create autoboot.txt file in root of SD card with below contents
boot_partition=6
-
Boot Pi
-
Observe Pi booting directly into LibreELEC
-
SSH into LibreELEC and do command reboot 8
-
Observe Pi reboots to LibreELEC (and not OSMC as expected)