Welcome, Guest. Please login or register.

Author Topic: can someone fix my amiga HD ?  (Read 2941 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Retro_71

  • Hero Member
  • *****
  • Join Date: Nov 2007
  • Posts: 732
    • Show all replies
Re: can someone fix my amiga HD ?
« on: March 23, 2011, 11:25:46 PM »
I think its more likely you have a problem with your startup sequence maybe there is something missing.

How many floppy drives do you have?
If you only have one then what i may get you to do is very painful.. First you need to see if even your s:startup-sequence file is even there.
load up workbench
open the boot hard drive and then open S Folder
IF you can't see startup-sequence there then right click and go to window on the menu bar go down to show and click show all and see if startup-sequence is there if it is double click it.
Check to see if any error come up.

If its there then you have to see what is inside the startup sequence.

Goto your workbench disk and open up the system folder. then double click shell
type in "S:" hit enter
then type in "ed startup-sequence"
it should load ed with the startup sequence there now you can edit it and make changes to it
A basic startup sequence should look like this. (A1200)

; STARTUP-SEQUENCE BEGIN
set echo on

IF EXISTS SYS:C/IDEFIX
C:IDEFIX
ENDIF

C:SetPatch Quiet

If EXISTS C:NSDPatch
C:NSDPatch Quiet
ENDIF

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) ; without the space between : d lol giving u are smily face if you put them together on the forums

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 ; without the space between : d
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

If Exists S:User-Startup
Execute S:User-Startup
EndIf

Resident Execute REMOVE
Resident Assign REMOVE

C:LoadWB
EndCLI >NIL:
; STARTUP-SEQUENCE END

Don't forget to click project and save after that exit and reboot (without floppies inside) and see how you go..
« Last Edit: March 23, 2011, 11:30:25 PM by Retro_71 »
A Chameleon and 1541 II ultimate II
2 x C=64, 2 x C64C, C128 (jiffydos), C128D, 3 x A500 (1 x 030),
A1000, 2 x A2000 (GVP 040 + SCSI combo + indivision), A3000 GVP IV24 & Emplant
3 x A1200 (1 x 030, Indivision and IDE-Fix with 40 GB HDD & DVD Burner)
2 x A4000 (4060, Deneb, Indivsion), CD32.
2 x Apple IIe and A IIGS (Various new cards), + 3 x Megadrives (CD and 32), 2 x Saturns, and a dreamcast.. :D
 

Offline Retro_71

  • Hero Member
  • *****
  • Join Date: Nov 2007
  • Posts: 732
    • Show all replies
Re: can someone fix my amiga HD ?
« Reply #1 on: March 24, 2011, 02:07:31 AM »
User startup and WBStartup folder where going to be phase 2.. :D
Also if you can copy or make note of your startup sequences (both startup and user) and post here if you can?
Also check your WBstartup folder and post whats inside do the show all option for that folder/draw.
A Chameleon and 1541 II ultimate II
2 x C=64, 2 x C64C, C128 (jiffydos), C128D, 3 x A500 (1 x 030),
A1000, 2 x A2000 (GVP 040 + SCSI combo + indivision), A3000 GVP IV24 & Emplant
3 x A1200 (1 x 030, Indivision and IDE-Fix with 40 GB HDD & DVD Burner)
2 x A4000 (4060, Deneb, Indivsion), CD32.
2 x Apple IIe and A IIGS (Various new cards), + 3 x Megadrives (CD and 32), 2 x Saturns, and a dreamcast.. :D