|
Post by dlswan on Oct 30, 2022 20:39:23 GMT
Hello, I cannot get any of the 3.0 versions to boot up. C64 Maxi just goes straight to stock firmware and carousel. Yet if I install 2.15i or 2.16 on the stick it will auto boot.
|
|
|
Post by dlswan on Oct 31, 2022 12:29:44 GMT
The script is installed from 2.16. It is not showing any fake update si I could not boot into 3.0 to even set a script. It seems like each new version causes more problems than it fixes. I think I'll just go back to stock firmware even though now I can no longer access the USB from the icon and must do it from classic mode.
|
|
|
Post by spannernick on Oct 31, 2022 19:45:15 GMT
I do not understand why you can not see the drive when you press on the USB Icon and in USB File Loader, my script only start the firmware carousel if it don't find PCUAE on the drive.. weird.
echo "Waiting for PCUAE USB Drive..." sleep 1 # If there's no USB drive available quit immediately if [ ! -e /tmp/usbdrive/sda1 ] then echo "NO..." echo "USB Drive not plugged in, Starting the builtin Carousel." sleep 1 exit 0 fi
# /tmp/usbdrive/sda1 exists so mount it echo "YES..." echo "USB Drive plugged in, Booting PCUAE Now..." mount --bind /dev/null /etc/init.d/S99redquark sleep 1 mount -o remount,rw / mkdir /mnt2 mount /tmp/usbdrive/sda1 /mnt2 echo "YES... PCUAE Autoboot Mode is Activated... :-)" sleep 1 echo " Starting PCUAE Autoboot Mode... " sleep 1 echo " Starting PCUAE Selector..." sleep 1 echo " THEC64 Running..." killall the64 sleep 1 /mnt2/pcuaeselect/pcuaeselect_THEC64_LOG.sh When it exits it exits the script then runs the built in one that start the built in carousel.
You can load the fake update inside Classic Mode - Spanner Icon > Switch to Classic Mode > press Menu > Options > Device Settings > System Information and then > Apply button to run the Fake Update.
|
|
|
Post by dlswan on Nov 1, 2022 11:46:42 GMT
OK yes I see the fake update now in classic mode. Thanks. I will give it another try when the latest premium/pro is uploaded. Right now I am using 2.14 and it works perfectly.
Dave
|
|
|
Post by dlswan on Nov 1, 2022 19:30:52 GMT
OK. Waiting for the premium clean version
|
|
|
Post by dlswan on Nov 2, 2022 2:07:54 GMT
Thank you. Downloaded and it is working on my C64 Max. I needed to access the false update in classic mode per Spannerick's instructions above.
|
|