Hi, maybe someone can help me. I'm running LibreELEC, Raspbian and Lakka on a Raspberry Pi 4. I found a boot script on Instructables to change the boot partition from the command line.
In Raspbian it works perfectly. The steps are:
- Just log in with root privileges or do : sudo nano /bin/bootin, <-- Okay
- Copy paste my script, press Ctrl+X to save and exit. <-- no way, /bin/ is a read-only folder
- The do: sudo chmod +x /bin/bootin to make it executable. <-- why even try but i've tried to put the script on the root folder but that also doesn't do anything
- You will have to do this in both partitions (raspbian and kodi). One partition is in plain / path, and the other should be inside /media/root0/bin. So basically in the end you will have 2 bootin files...One in /bin and one in /media/root0/bin <-- did this in raspian but when in LibreELEC this file does not show
- Then type bootin to see the commands. <-- error bootin not found
- Instructions how to adapt the script with your partition numbers are in the script. Make sure you get your partition numbers right !! <-- im sure this is correct
Hope someone has an idea