OS 3.9 already does a reboot the first time it is started. Perhaps a simple wait which causes it not to reboot too quickly will solve your problem.
Just insert
wait 1
before setpatch.
Bye,
Thomas
I do not know very well the Amiga...
In my startup-sequence or in the user-startup I have only these lines with "setpatch":
If $SCSIUpdate EQ 1
SetPatch QUIET
Else
SetPatch SKIPROMUPDATES "scsi.devide" QUIET
EndIf
I put the "wait 1" (or bigger waitstate) before the "If" but nothing changes...
It's really strange... If I press both mouse buttons all the cards are seen but, when OS3.9 boots, the Picasso II is no more seen by the system!
