Jul 12 2013
RASPBERRY PI: NOOBS VS BERRYBOOT
berryboot
so i could not solve the headless question,
means access the beryboot bootmenu via VNC, or SSH
the last test i connect VNC to 192.168.1.101:0 at the same second i powerup the raspberry,
and i got a connection! but nothing on the screen
but i found something you could call a workaround:
one thing working headless is that i would like to change the default OS berryboot is booting:
sudo mount /dev/mmcblk0p2 /mnt
ls /mnt/images
ls /mnt/data/
cat /mnt/data/default shows what is the setting for booting
sudo su
echo "[filename_of_operating_system].img[memsplit amount]" > /mnt/data/runonce
will set temporary default
echo "[filename_of_operating_system].img[memsplit amount]" > /mnt/data/default
will set default
reboot