CommodoreOS/PCUAE

autoboot script

Closed this issue · 1 comments

you made an error in autoboot script it won`t boot PCUAE on THEA500 its

echo " Starting PCUAE Autoboot Mode... "
sleep 1
echo " Starting PCUAE Selector..."
sleep 1
echo " PCUAE and THEC64 Running..."
sleep 1
echo " Loading PCUAE Splash Screen."
sleep 1
mount --bind /mnt2/PCUAE /mnt
mount -o remount,rw /mnt
echo " "
/mnt/Carousel_Games/Options/logo/splash_screen_1.sh &
sleep 10
/mnt2/pcuaeselect/pcuaeselect_THEC64_LOG.sh

it needs to be

echo " Starting PCUAE Autoboot Mode... "
sleep 1
echo " Starting PCUAE Selector..."
sleep 1
echo " PCUAE and THEC64 Running..."
sleep 1
echo " Loading PCUAE Splash Screen."
sleep 1
mount --bind /mnt2/PCUAE /mnt
mount -o remount,rw /mnt
echo " "
/mnt/Carousel_Games/Options/logo/splash_screen_1.sh &
sleep 10
/mnt2/pcuaeselect/pcuaeselect_THEA500_LOG.sh

question maybe use this code on thea500 after it detects the USB Stick
killall S99skyline
killall skyline
killall manhattan
/etc/init.d/S99skyline stop
mount --bind /dev/null /etc/init.d/S99skyline

and this on thec64

killall S99redquark
/etc/init.d/S99redquark stop
mount --bind /dev/null /etc/init.d/S99redquark
gr davy