-ViD- wrote:
I've tried it on my old A1200 PowerUp&Bvision and no luck ....
My roms version is 3.0, and:
If I do a plain boot (no kickrom updates), I just get a black screen.
If I let the ROM being updated (booting AmigaOS3.9), I get
a "invalid number" message, startup failed return code 10.
Any suggestions?
Thanks.
'startup failed return code 10' is most likely due to missing 68040.library/68060.library in (MOS):libs (libs/ on the partition you've installed MOS to).
Anyways, if not, the cause of the 'return code 10' ("Represents an error. In scripts a return code of 10 will abort the script, unless a higher limit has been set with the FAILAT command." Quote from the AmigaDOS user's guide from C=, page 4-3) can be figured out if you run 'startup' again from the CLI you get stuck in after the 'return code 10'. This is how I discovered that the 68040/68060 libs should be in MOS:libs
-Paul