Amiga.org
Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: ddniUK on January 03, 2007, 02:12:47 PM
-
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!
-
Just curious: If you boot without startup-sequence, does it reboot nicely then?
-
Hi Skurk,if I reset and choose "Boot with no startup sequence" from the early boot menu, the machine dumps me at a cli prompt. If I then type loadwb it starts Workbench after a few requests for ENV.
-
My BPPC behaved like this sometimes before it was upgraded to a '060
The '040 is very power hungry, do you feed extra juice to the floppy connector on the motherboard?
-
hi Amigaz, thanks for the reply how do I do that?
-
if you are using IdeFIX try this:
C:LoadIDE START QUIET
C:SetPatch SKIPROMUPDATES "scsi.device" QUIET
that must be the first 2 lines in S-S. And move the anticlick in User Startup (and check that "if exists MUIocs" that should be MUI:Docs)
-
ddniUK wrote:
hi Amigaz, thanks for the reply how do I do that?
Put a spare floppy power connector there from your PSU
-
Framiga thanks will do that. The typos in my SS were from copying and pasting from EAB where :D was shown as a smiley lol!!
Amigaz ok will try that..... be an hour of two till I feedback .
Thanks guys!
-
Framiga, what does the SKIPROMUPDATES variable do?
-
ddniUK wrote:
Framiga thanks will do that. The typos in my SS were from copying and pasting from EAB where :D was shown as a smiley lol!!
Amigaz ok will try that..... be an hour of two till I feedback .
Thanks guys!
Good luck ;-)
These BPPC cards have a habit to make life difficult sometimes :lol:
-
FIXED!!!
Framiga you are a superstar, I moved c:anticlick from Startup-Sequence to User-startup
Soft reset now works like a charm!!
Amiga.org wins the point!! I posted this over on EAB on the 23rd December with no replies.. Poor show EAB, poor show indeed!! :lol: :lol: