PDA

View Full Version : Startup-Sequence issues


punkyclown
07-18-2009, 06:30 PM
Hi, I seem to have some Startup-Sequence issues, could some one please post their Startup-sequence when running a stock A1200 and OS 3.9, that would be a big help to me.
Also something is wrong with my Path and I can not install anything, every install program I run ends in error with the script not being able to read the C: folder. When I try to open Shell_VNC first I get a system request to please insert volume IMIMIM. I click cancel and the shell responds with
IMIMIM: device (or volume) not mounted
Path failed return code 10
then I get a prompt and can proceed. I have never heard of the IMIMIM and I have looked over and over again through the Startup-Sequence for some idea of what it is.
Thank you

ZeBeeDee
07-18-2009, 06:38 PM
Both taken from OS3.9

; $VER: Startup-Sequence_HardDrive 45.2 (19.1.2001)
; Startup-Sequence for AmigaOS 3.9

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

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

BindDrivers
C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)

C:LoadMonDrvs

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
EndCLI >NIL:


--------------------

; $VER: Startup-Sequence 45.4 (4.4.2001)
; Startup-Sequence for AmigaOS 3.9

; The following lines disable updating "scsi.device" for driver
; software where this could lead to failures. They also start
; IDEFix if installed.
;
; You can manually disable updating "scsi.device" by setting
; the environment variable "NOSCSIUPDATE" to something.

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

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
Resident >NIL: C:SetEnv PURE REPLACE

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

BindDrivers
C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)

C:LoadMonDrvs

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
EndCLI >NIL:

Jose
07-18-2009, 07:15 PM
Some stuff will be heavily dependant on what you have installed software/hardware wise, so it's not a good idea to use someone else's.
Are you using a disk with installed software from another machine or from another installation of the same machine (different places for necessary commands etc.) ? If so you'd have to try to configure the software by hand, not easy, could be faster to just reinstall it (provided you have the installers).

punkyclown
07-18-2009, 07:45 PM
Honestly this first Startup Sequence looks exactly like mine, so that a little funny that mine wants to tell me that I have incorrect number of argument and Unknown file. What about the IMIMIM volume anybody heard of that. Thanks for the help.

Matt_H
07-18-2009, 09:56 PM
How does your user-startup look? Maybe that's where your trouble is.

doctorq
07-19-2009, 01:57 AM
@punkycloown

You are aware that OS3.9 isn't meant to be run on a stock machine right? The minimum requirements are 4 MB fast ram, so clearly some things has to be disabled and Shell_VNC might be one of them (it's just a guess).

What is it you are trying to install that gives an error message? And how do you try to install it?

marcfrick2112
07-19-2009, 08:18 AM
punkyclown: I'd also suggest having a look at your user-startup. I'm curious about the request for IMIMIM: I've never heard of it....

A silly idea, do you have a virus checker going on your system? That IMIMIM: sounds a bit fishy to me...

punkyclown
07-19-2009, 10:44 AM
Sorry, I should have said I have an 8 Meg memory board in the trap door with FPU. I think I will disengage my user startup and see what happens, thanks.