If EXISTS C:SquirrelSCSI
C:SquirrelSCSI
EndIf
Set SCSIUpdate 1
If EXISTS C:IDEFix
C:IDEFix
Set SCSIUpdate 0
EndIf
If EXISTS SYS:Expansion/XSurfIDE
Set SCSIUpdate 0
EndIf
If EXISTS SYS:Prefs/Env-Archive/NOSCSIUPDATE
Set SCSIUpdate 0
EndIf
If $SCSIUpdate EQ 1
SetPatch QUIET
Else
SetPatch SKIPROMUPDATES "scsi.device" QUIET
EndIf
Unset SCSIUpdate
Unless you have a 4-way IDE adapter, XSurf IDE controller or a SquirrelSCSI, remove the whole lot in the quote and put the line
C:SetPatch QUIET SKIPROMUPDATES "exec.device"
If you do have one of them, use this
C:SetPatch QUIET SKIPROMUPDATES "exec.device" "scsi.device"
(someone please confirm the correct syntax for skipping more than one ROM update).
Or, buy cgx v4. Yes, it costs money, but it's better.