Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first
Rasberry Pi 1 emulationstation not autostarting
-
I installed RetroPie on first Raspberry Pi
Manually /opt/retropie/configs/all/autostart.sh starts well.
Using ./RetroPie-Setup/retropie_setup.sh--> Configuration /tools --> autostart --> Start Emulations Station at box I configured emulationstation to autostart.
But after reboot I see RetroPie splash and then only boot log.How to configure emulationstation to autostart??
pi@raspberrypi:~ $ cat /etc/profile.d/10-retropie.sh # launch our autostart apps (if we are on the correct tty) if [ "`tty`" = "/dev/tty1" ] && [ "$USER" = "pi" ]; then bash "/opt/retropie/configs/all/autostart.sh" fi
pi@raspberrypi:~ $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)" NAME="Raspbian GNU/Linux" VERSION_ID="8" VERSION="8 (jessie)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
pi@raspberrypi:~ $ uname -a Linux raspberrypi 4.9.35+ #1014 Fri Jun 30 14:34:49 BST 2017 armv6l GNU/Linux
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.