Welcome, Guest. Please login or register.

Author Topic: Cd-rom gone after started using BlizKick *solved*  (Read 2995 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline AmigazTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2004
  • Posts: 1959
  • Country: se
  • Gender: Male
    • Show only replies by Amigaz
Re: Cd-rom gone after started using BlizKick
« Reply #14 from previous page: May 21, 2006, 01:49:53 PM »
Quote

Framiga wrote:
i can't help so much, not having BK installed but try to post here the first lines of you S-S.

Then try to exstract again the modules using the BK utility romupdatesplit. (the very latest version on Piru page)


Will do.
I'm using Doobrey's RomSplit and Remus to create my kickrom file.
Works perfect on two of my A4000 but this is the first time I'm using BlizKick on an A1200
-------------------------------------------------------------------
Amiga 4000T - A3640 '040
Amiga 4000 - CS MKIII
Amiga 1200 - Blizzard 1230 MKIV
Amiga 1200 - Stock
Amiga CD32 - TF360
A bunch of ol' A500's
 

Offline AmigazTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2004
  • Posts: 1959
  • Country: se
  • Gender: Male
    • Show only replies by Amigaz
Re: Cd-rom gone after started using BlizKick
« Reply #15 on: May 21, 2006, 01:57:42 PM »
Ok, this is my startup-sequence:

; $VER: Startup-Sequence_HardDrive 45.2 (19.1.2001)
; Startup-Sequence for AmigaOS 3.9
C:CheckLMB
IF WARN
SYS:Prefs/4xEIDEPrefs
ENDIF
C:4xEIDE.driver QUIET
C:BlizKick System:devs/kick3.9.rom QUIET
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 NOROMUPDATE QUIET
Else
    SetPatch NOROMUPDATE 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:
-------------------------------------------------------------------
Amiga 4000T - A3640 '040
Amiga 4000 - CS MKIII
Amiga 1200 - Blizzard 1230 MKIV
Amiga 1200 - Stock
Amiga CD32 - TF360
A bunch of ol' A500's
 

Offline Framiga

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 4096
    • Show only replies by Framiga
Re: Cd-rom gone after started using BlizKick
« Reply #16 on: May 21, 2006, 02:27:49 PM »
i have not enough experience about BK but that notation and the BK line itself, seems wrong to me.

I prefer to leave to others experienced users on the matter, further suggestions.

I had a very simple S-S like the one posted here (when i've tryed BK myself)



 

Offline AmigazTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2004
  • Posts: 1959
  • Country: se
  • Gender: Male
    • Show only replies by Amigaz
Re: Cd-rom gone after started using BlizKick
« Reply #17 on: May 21, 2006, 02:40:33 PM »
Quote

Framiga wrote:
i have not enough experience about BK but that notation and the BK line itself, seems wrong to me.

I prefer to leave to others experienced users on the matter, further suggestions.

I had a very simple S-S like the one posted here (when i've tryed BK myself)





Nothing wrong with the line since I've got all the modules inside the kickrom file already, it's a customized kickrom file.
Anyway, thanks for trying to help me  :-)
-------------------------------------------------------------------
Amiga 4000T - A3640 '040
Amiga 4000 - CS MKIII
Amiga 1200 - Blizzard 1230 MKIV
Amiga 1200 - Stock
Amiga CD32 - TF360
A bunch of ol' A500's
 

Offline AmigazTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2004
  • Posts: 1959
  • Country: se
  • Gender: Male
    • Show only replies by Amigaz
Re: Cd-rom gone after started using BlizKick
« Reply #18 on: May 21, 2006, 03:57:26 PM »
Ha! problem solved

Replaced the scsi.device 43.43 with the old one from the 3.1 rom.  :eureka:  :banana:  :banana:
-------------------------------------------------------------------
Amiga 4000T - A3640 '040
Amiga 4000 - CS MKIII
Amiga 1200 - Blizzard 1230 MKIV
Amiga 1200 - Stock
Amiga CD32 - TF360
A bunch of ol' A500's
 

Offline Framiga

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 4096
    • Show only replies by Framiga
Re: Cd-rom gone after started using BlizKick
« Reply #19 on: May 21, 2006, 04:02:15 PM »
great :-)
 

Offline bakoulis

  • Full Member
  • ***
  • Join Date: May 2006
  • Posts: 170
    • Show only replies by bakoulis
Re: Cd-rom gone after started using BlizKick
« Reply #20 on: May 21, 2006, 09:35:08 PM »
Finally you got it!!! :-)
But why you want to put all the commands to the rom file?
If tomorrow you change config you must to change all from the begining. ;-)
________
Expert Insurance
« Last Edit: May 02, 2011, 09:26:07 PM by bakoulis »
Amiga4000/18MB/040/LAN/RTG, Amiga1200HD/6MB, Amiga1200HD, Amiga3000/10MB/RTG, Amiga2000HD/17MB/030/LAN/RTG, Amiga1000/2.5MB, Amiga600/3MB, Amiga500/1MB 1.2, 2xAmiga500/1MB 1.3, Amiga500+/2MB, CDTV Expanded, CD32 Expanded.