Boot Commands

> cd sys:boot

> startup hal=roms/hal.com1 kernel=roms/kernel.com1 abox=roms/abox2.com1 module=roms/module.com1 resetlevel=1 ramdebug verbose debug EDebugFlags="NoLogServer NoLogWindow" sumkick disableled delay=1 extmodules=extmodules/#? nokickstart >NIL:

Remember to set the correct path to the Kickstart file!

Also, replacing the number after "resetlevel" can lead to the following results:

  • 1 MMU switch off + normal reset in chipram

  • 2 MMU switch off + double reset in chipram

  • 3 MMU switch off + Cyberstorm HW Reset in chipram

  • 4 for (;;);..waiting for manual reset

  • 5 MMU switch off + normal reset in fastram

  • 6 MMU switch off + double reset in fastram

  • 7 MMU switch off + Cyberstorm HW Reset in fastram

Back