RPi3 Change Berryboot Default System By SSH
Step
Use
sudo mount /dev/mmcblk0p2 /mnt
to mount raw storageUse
ls /mnt/images
to check what the full file name of the operating you would like to runUse
sudo su
to change user into rootWrite out the desired image file's name to "runonce":
echo [filename_of_operating_system].img[memsplit amount] > /mnt/data/runonce
For example:echo Raspbian.img128 > /mnt/data/runonce
Reboot
Note
That this will only change the booted OS for the next reboot.
You could probably change the default by changing the 4th step to the following:
echo -n [filename_of_operating_system].img[memsplit amount] > /mnt/data/default