In my old LE 8.x setup I used a modified "boot once to other OS" script packaged into a Kodi addon to enable me to run the addon from GUI and select which OS to run on next boot.
The relevant core of it was thus e.g.:
... which would use the extlinux -o option to set a one-time flag to select a different boot entry from extlnux.conf (either Windows on another partition or PartitionMagic from a live squashFS) for next restart, then revert to default (LibreELEC) on subsequent restart.
In LE 9.0 this just generates a `not found` error since there isn't an extlinux binary anywhere in the search path.
So ... my questions are:-
- Has the sylinux/extlinux implementation changed from LE8.x to 9.x and I'm just too dim to find it in GitHub commits ?
- Or ... did I do something myself to install an extlinux executable some time back in the distant past that I've simply forgotten about, which I need to do again for the current LE build ?
If it's option 1, is there some slightly different way this desired "change boot option one time" functionality can work with the present syslinux executable ?
or
If it's option 2 then I'll leave you in peace and wander off to try and recreate whatever the hell it was I did in the past