Hi all, would someone please look through my Startup sequence and User Startup-sequence, to see if there is any reason why my BPPC system cannot reboot from a soft reset.... On a soft reboot, the machine hangs on a black native chipset screen. A power down for 20 secs allows a normal boot up.
A1200T Blizzard 603+ PPC 175mhz 68040 25mhz 128mb RAM. 4GB IDE HDD, IDE CDRW OS3.9 Mediator LT4 Voodoo 3 P96 GFX card.
My Startup Sequence
; $VER: Startup-Sequence_HardDrive 45.1 (25.11.00)
; Startup-Sequence for hard drive systems
C:BPPCFIX install >NIL:
If Exists C:IDEFix
C:IDEFix
EndIf
C:SetPatch QUIET
C:Version >NIL:
C:AddBuffers >NIL: DF0: 15
FailAt 21
C:MakeDir RAM:T RAM:Clipboards RAM:ENV RAM:ENV/Sys
C:Copy >NIL: ENVARC: RAM:ENV ALL NOREQ
Resident >NIL: C:Assign PURE
Resident >NIL: C:Execute PURE
Assign >NIL: ENV: RAM:ENV
Assign >NIL: T: RAM:T
Assign >NIL: CLIPS: RAM:Clipboards
Assign >NIL: REXX: S:
Assign >NIL: PRINTERS: DEVS:Printers
Assign >NIL: KEYMAPS: DEVS:Keymaps
Assign >NIL: LOCALE: SYS:Locale
Assign >NIL: LIBS: SYS:Classes ADD
Assign >NIL: HELP: LOCALE:Help DEFER
c:anticlick
BindDrivers
C:Mount >NIL: DEVSDOSDrivers/~(#?.info)
C:LoadMonDrvs
;IF EXISTS DEVS:Monitors
; IF EXISTS DEVS:Monitors/VGAOnly
; DEVS:Monitors/VGAOnly
; EndIF
; C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
; Execute T:M
; C:Delete >NIL: T:M
;EndIF
SetEnv Language "english"
SetEnv Workbench $Workbench
SetEnv Kickstart $Kickstart
UnSet Workbench
UnSet Kickstart
C:AddDataTypes REFRESH QUIET
C:IPrefs
C:ConClip
Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs SYS:WBStartup SYS:Tools SYS:Tools/Commodities
SYS:System/REXXMast >NIL:
IF EXISTS S:User-Startup
Execute S:User-Startup
EndIF
Resident Execute REMOVE
Resident Assign REMOVE
C:LoadWB
Run >NIL: Powericons ghost=100 >NIL:
EndCLI >NIL:
My User-Startup Sequence
;BEGIN ViNCEd
; Remove the ; default console handler CON:
; Entfernen Sie das ; die Standardkonsole CON: verwenden wollen.
;SetVNC Quiet Mount Override as CON:
; Remove the ; gadgets with new functions from ViNCEd that can be set with prefs tool ViNCEd.
; Entfernen Sie das ; Fähigkeiten von ViNCEd in Texteingabefeldern wollen. Diese konfigurieren Sie
; auch mit dem Voreinsteller ViNCEd.
;StringSnip >NIL: INSTALL
; Remove the ; assigns in pattern matching commands.
; Entfernen Sie das ; Unterstützung der mehrfach Assign in Dateinamensmustern wünschen.
;TrueMultiAssigns
;END ViNCEd
;BEGIN Genesis
assign AmiTCP: "os3.9:Internet/Genesis"
;END Genesis
;BEGIN Miami
assign Miami: "os3.9:Internet/MiamiDX"
;END Miami
;BEGIN ActivateCrossIDEfix
ActivateCrossIDEfix ALL
;END ActivateCrossIDEfix
;BEGIN CacheCDFS
;END CacheCDFS
;BEGIN AWEB_APL
Assign AWEB_APL: "os3.9:Internet/AWeb_APL"
;END AWEB_APL
;BEGIN MUI
if exists "os3.9:MUI"
assign MUI: "os3.9:MUI"
if exists MUI:Libs
assign add LIBS: MUI:Libs
endif
if exists MUI:Locale
assign add LOCALE: MUI:Locale
endif
version >nil: exec.library 39
if not warn
if exists MUI:Docs
if exists HELP:dummy ; do not remove
endif ; this entry!
assign add HELP: MUI:Docs
endif
endif
endif
;END MUI
Mount KCON: from DEVS:KingCON-mountlist
Mount KRAW: from DEVS:KingCON-mountlist
;BEGIN Picasso96
Assign Picasso96: "os3.9:Devs/Picasso96"
;END Picasso96
;BEGIN WO2097
Assign WO2097: Work1:Games/Wipeout
;END WO2097
;BEGIN Medication
Assign Medication: "Work1:mediator/medicationapp/Medication"
;END Medication
;BEGIN Mixer
Path sys:Prefs ADD
Mixer NOGUI QUIET
;END Mixer
;BEGIN xfdPatch
xfdPatch >NIL:
;END xfdPatch
;BEGIN AmiSSL
Assign AmiSSL: "os3.9:Internet/IBrowse/AmiSSL"
If Exists AmiSSL:Libs
Assign LIBS: AmiSSL:Libs ADD
EndIf
;END AmiSSL
If you can offer any advice, then it would be very welcome... powering down each time I need to reboot can not be good for my hardware :-(
Many thanks!