Make sure you are passing arg to reader.lua . For example if from koreader_kobo.sh
you are starting it like this
./reader.lua > /tmp/log
then is going to show the last used file.
but if you start it like this
./reader.lua /mnt/onboard >/tmp/log
then is going to start with file menu in /mnt/onboard
|