Amiga.org

Amiga computer related discussion => Amiga Hardware Issues and discussion => Topic started by: utri007 on July 19, 2021, 05:45:29 PM

Title: Small FastATA ZIV problem
Post by: utri007 on July 19, 2021, 05:45:29 PM
I tried to replace hard drive with sd and cf solution, both works but require soft reboot to boot from HD.

Anything I can do to solev this problem?
Title: Re: Small FastATA ZIV problem
Post by: AndyFC on July 20, 2021, 11:23:24 AM
Is this on an A1200, and what hardware kickstart version? 3.0 contains a bug where it doesn't wait long enough for some IDE devices. I've only experienced this with mechanical drives, not solid state media

It wasn't a problem after I went from 3.0 to 3.2.
Title: Re: Small FastATA ZIV problem
Post by: utri007 on July 21, 2021, 07:19:00 AM
Turned out, that this is not a KS or FastATA problem, this is MMULib problem.

Tried two different kickstarts and CF based soltion and result was same.

Problem started to solve, when I noticed that I can get to FastATA prefs, even from cold bot, so it does boot from hard drive, just not to OS.

Here is my startup-sequence's first lines.

C:CheckLMB
IF WARN
SYS:Prefs/FastATAPrefs
ENDIF
C:FastATA.driver QUIET
; $VER: Startup-Sequence_HardDrive 45.4 (28.5.2018)
; Startup-Sequence for hard drive systems

;C:MuMove4k
C:SetPatch QUIET
;C:MuFastZero ON FASTEXEC
C:MuFastRom ON Protect >NIL:
C:CPU CHECKINSTALL

Solution was disable MuMove4k and MuFastZero.

How this was NOT a problem with old hard drive???