Display MoreHave you checked the es_systems.cfg? And if the system has the correct path? Here is a demo snipped of mine config so i remember here on work at the moment :
<systemList>
<system>
<name>dreamcast</name>
<fullname>Sega Dreamcast</fullname>
<path>/var/media/usb/roms/dreamcast</path> <- i have my roms on a usb drive (normaly here stays "/storage/roms/dreamcast")
<extension>.cdi .gdi</extension> <- have you all extensions correct here (e.g. mame there must be .zip)
<command>here stays the commando to start the roms</command> <- this command must at your current config correct filled
<platform>dreamcast</platform>
<theme>dreamcast</theme>
</system>
</systemList>
Hope this helps a little. Greetz, J.
PS: if this is your error, here is site that makes you the config, but you must also enter the correct <command> to start the roms!
No need to change the path of the ROMs for USB, autostart.sh should auto-mount your ROMs folder as long as you have a file named sx05reroms (just create an empty file with that name) in the root of your ROMs directory.
e.g.
/
/roms
/roms/sx05reroms
/roms/dreamcast
/roms/mame
/roms/nes
/roms/snes
/roms/genesis
etc
etc
just make sure your USB is connected before booting just to make sure it has enough time to mount before autostart.sh runs.