Updated Firmware on Efika Now MorphOS Doesn't Boot
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    XDelusion
    Posts: 602 from 2010/10/27
    It appears that there was some sort of autoboot script present before I flashed the firmware. Now there is not?

    How do I restore that feature?

    Thanks in advance!
    "I hope life isn't a big joke, because I don't get it." - Jack Handey

    Registered MorphOS user, Amiga user, and Atari 8-bit user.
  • »29.05.13 - 00:23
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    XDelusion
    Posts: 602 from 2010/10/27
    EDIT: Correction, I do believe I've found all I need.

    http://www.morphos.de/faq

    http://powerpc.lukysoft.cz/en/TheEFIKABook_V1.5.pdf



    [ Edited by XDelusion 28.05.2013 - 22:35 ]
    "I hope life isn't a big joke, because I don't get it." - Jack Handey

    Registered MorphOS user, Amiga user, and Atari 8-bit user.
  • »29.05.13 - 00:32
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    XDelusion
    Posts: 602 from 2010/10/27
    I followed this:

    First make sure its working when typing the commands by performing a test boot. Then, define a boot file and set options. Boot command and boot device will be added by using the Open Firmware.
    > setenv boot-file boot.img ramdebug

    There are alias names available if you did not remove them, so this /pci/ stuff can be replaced by a simple ide:0.
    > setenv boot-device /pci/ide/disk@...

    Now, we set the auto boot delay. By default the Open Firmware counts down from 5 before starting auto boot. This would be a 5 second delay. It is possible to set up lower or higher numbers. It is recommended to refrain from using values below 1000, because it may be very hard to re-enter the Open Firmware command line interface again otherwise. The optimal values are between 3000 and 10000. (4000 equals 4 seconds, 1000 equals 1 second, and so on.)
    > setenv auto-boot-timeout 3000

    You may skip this for now. Using "boot" command without any argument will use the configuration specified above. If its working fine you finally can enable automatic booting using those set-ups.
    > setenv auto-boot? true
    =======
    Now I get:
    error: error while trying to load or boot
    "I hope life isn't a big joke, because I don't get it." - Jack Handey

    Registered MorphOS user, Amiga user, and Atari 8-bit user.
  • »29.05.13 - 00:47
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    XDelusion
    Posts: 602 from 2010/10/27
    FINALLY!

    From this link:

    http://www.amiga.org/forums/showthread.php?t=39977

    I learned of the command:

    boot ide:0 boot.img

    So for the second SETENV command I just put this instead:

    setenv boot-device ide:0 boot.img

    EDIT: The only problem now is that it will boot off my old IDE hard drive, but not off my CF card.

    Is there anything special I should be doing once I set up my paritions before the install? I forget.



    [ Edited by XDelusion 28.05.2013 - 23:16 ]
    "I hope life isn't a big joke, because I don't get it." - Jack Handey

    Registered MorphOS user, Amiga user, and Atari 8-bit user.
  • »29.05.13 - 01:08
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    XDelusion
    Posts: 602 from 2010/10/27
    Refomatted CF into 1 large partition, now works. Strange.
    "I hope life isn't a big joke, because I don't get it." - Jack Handey

    Registered MorphOS user, Amiga user, and Atari 8-bit user.
  • »29.05.13 - 02:14
    Profile Visit Website
  • MorphOS Developer
    geit
    Posts: 1055 from 2004/9/23
    Having a single partition on Efika is not that bad, as it saves alot of memory. (buffers etc.)

    Geit
  • »29.05.13 - 06:24
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    XDelusion
    Posts: 602 from 2010/10/27
    THat is handy to know, I'd be curious to find more techniques I could use to preserve resources on the Efika.
    "I hope life isn't a big joke, because I don't get it." - Jack Handey

    Registered MorphOS user, Amiga user, and Atari 8-bit user.
  • »29.05.13 - 11:23
    Profile Visit Website