Welcome, Guest. Please login or register.

Author Topic: Install Morphos 1.4.5 on my Amiga 1200 Bvision/Blizzardppc  (Read 4614 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline VirgeTopic starter

  • Newbie
  • *
  • Join Date: Mar 2002
  • Posts: 29
    • Show all replies
Install Morphos 1.4.5 on my Amiga 1200 Bvision/Blizzardppc
« on: December 10, 2007, 01:47:43 AM »
Hi all.

I´ve tried to install the morphos 1.4.5 on my amiga but i don´t no how ...
My hardware is: amiga 1200 ... bvision .. blizzardppc 040/25 ppc200mhz .. hard drive 40gb sfs ... 256mb ram ... i´ve burn the iso in one cd... and copied into my bootable HD1: partition (os3.9 in HD0:)
 and...doesn´t boot ... :( can someone explain me what to do next?

Best Regards

Pedro Henriques
(sorry my bad english
 :crazy:  )
-Amiga 1200 / BlizzardPPC 060 50mhz - Powerpc 233mhz / Mediator TX / Soundblaster 128 / Ethernet / Voodoo Banshee 16mb / 256mb Ram / FastAta / 80gb ide 3.5\\" / Dvdrw Asus / Os3.9/Os4.0
-Amiga 1200 / 10gb ide 2.5\\" / Workbench 3.1
-Amiga 600HD / 2mb ...
 

Offline VirgeTopic starter

  • Newbie
  • *
  • Join Date: Mar 2002
  • Posts: 29
    • Show all replies
Re: Install Morphos 1.4.5 on my Amiga 1200 Bvision/Blizzardppc
« Reply #1 on: December 11, 2007, 11:51:56 AM »
hi again
The morphos wont boot :( look at my startup-sequence ...
;
; This is the MorphOS loader startup-sequence. If you set the MorphOS partition as bootable,
; this file would cause MorphOS to get loaded on boot automaticly.
;
; By default MorphOS boots without using the ROM contents of your Amiga. If you wish to
; make it use the kickstart contents (to be able to use trackdisk.device for example)
; please follow those steps:
;
; 1) Check if you have a correct kickstart file:
; The Kickstart version required are:
; Amiga4000/4000T/3000 - 40.68 or 40.70
; Amiga1200 - 40.68
; Is is advised that you use the unpatched ROM files
;
; 2) Move or delete fakerom.elf from boot/extmoudles
;
; 3) Change the kickstart variable, remember to tune the file path

set kickstart "kickstart=Devs:kick40.68"
;set kickstart "nokickstart"

; Bootdevice can be used to specify the MorphOS partition if you have more than one
; bootable partition and the MorphOS one doesn't have the highest boot priority. Remember
; to use partition names, not volume names! This option requires the 'bootdevice' keyword
; like in the example below:
; set bootdevice "bootdevice=DH1"
; Leave the var blank if you want to boot from the default boot partition!

set bootdevice "Morphos"

; The resetlevel and delay variables are there for you to tweak if MorphOS startup doesn't
; reboot the machine properly after loading MorphOS files.
;
; The possible resetlevel values are:
; 0 exec/coldreboot (System Reboot)
; 1 MMU switch off + normal reset in chipram (default)
; 2 MMU switch off + double reset in chipram
; 3 MMU switch off + Cyberstorm HW Reset in chipram
; 4 for (;;);..waiting for manual reset by your hands:-)
; 5 MMU switch off + normal reset in fastram
; 6 MMU switch off + double reset in fastram
; 7 MMU switch off + Cyberstorm HW Reset in fastram
;
; NOTE: most common setting for BlizzardPPC is resetlevel 1 and 5 for CyberStormPPC!

set resetlevel 1
set delay 1

; Load the MorphOS loader!

cd sys:boot
startup hal=roms/hal.com1 kernel=roms/kernel.com1 abox=roms/abox2.com1 module=roms/module.com1 resetlevel=$resetlevel ramdebug verbose debug EDebugFlags="NoLogServer NoLogWindow" sumkick disableled delay=$delay extmodules=extmodules/#? $bootdevice $kickstart >NIL:

Thanks
Pedro Henriques
-Amiga 1200 / BlizzardPPC 060 50mhz - Powerpc 233mhz / Mediator TX / Soundblaster 128 / Ethernet / Voodoo Banshee 16mb / 256mb Ram / FastAta / 80gb ide 3.5\\" / Dvdrw Asus / Os3.9/Os4.0
-Amiga 1200 / 10gb ide 2.5\\" / Workbench 3.1
-Amiga 600HD / 2mb ...
 

Offline VirgeTopic starter

  • Newbie
  • *
  • Join Date: Mar 2002
  • Posts: 29
    • Show all replies
Re: Install Morphos 1.4.5 on my Amiga 1200 Bvision/Blizzardppc
« Reply #2 on: December 11, 2007, 05:26:24 PM »
i have renamed module.com1.idehack to module.com1
L:smartfilesystem  version-1.277 [international (FFS)]

on the early startup i put HD1: to boot ...the system boot .. and restart with flash power led and run to amigaos3.9 :(

;
; This is the MorphOS loader startup-sequence. If you set the MorphOS partition as bootable,
; this file would cause MorphOS to get loaded on boot automaticly.
;
; By default MorphOS boots without using the ROM contents of your Amiga. If you wish to
; make it use the kickstart contents (to be able to use trackdisk.device for example)
; please follow those steps:
;
; 1) Check if you have a correct kickstart file:
; The Kickstart version required are:
; Amiga4000/4000T/3000 - 40.68 or 40.70
; Amiga1200 - 40.68
; Is is advised that you use the unpatched ROM files
;
; 2) Move or delete fakerom.elf from boot/extmoudles
;
; 3) Change the kickstart variable, remember to tune the file path

;set kickstart "kickstart=Devs:ROM3.1"
set kickstart "nokickstart"

; Bootdevice can be used to specify the MorphOS partition if you have more than one
; bootable partition and the MorphOS one doesn't have the highest boot priority. Remember
; to use partition names, not volume names! This option requires the 'bootdevice' keyword
; like in the example below:
; set bootdevice "bootdevice=DH1"
; Leave the var blank if you want to boot from the default boot partition!

set bootdevice "bootdevice=DH1"

; The resetlevel and delay variables are there for you to tweak if MorphOS startup doesn't
; reboot the machine properly after loading MorphOS files.
;
; The possible resetlevel values are:
; 0 exec/coldreboot (System Reboot)
; 1 MMU switch off + normal reset in chipram (default)
; 2 MMU switch off + double reset in chipram
; 3 MMU switch off + Cyberstorm HW Reset in chipram
; 4 for (;;);..waiting for manual reset by your hands:-)
; 5 MMU switch off + normal reset in fastram
; 6 MMU switch off + double reset in fastram
; 7 MMU switch off + Cyberstorm HW Reset in fastram
;
; NOTE: most common setting for BlizzardPPC is resetlevel 1 and 5 for CyberStormPPC!

set resetlevel 1
set delay 1

; Load the MorphOS loader!

cd sys:boot
startup hal=roms/hal.com1 kernel=roms/kernel.com1 abox=roms/abox2.com1 module=roms/module.com1 resetlevel=$resetlevel ramdebug verbose debug EDebugFlags="NoLogServer NoLogWindow" sumkick disableled delay=$delay extmodules=extmodules/#? $bootdevice $kickstart >NIL:

Please help me :p

Best regards
Pedro Henriques
-Amiga 1200 / BlizzardPPC 060 50mhz - Powerpc 233mhz / Mediator TX / Soundblaster 128 / Ethernet / Voodoo Banshee 16mb / 256mb Ram / FastAta / 80gb ide 3.5\\" / Dvdrw Asus / Os3.9/Os4.0
-Amiga 1200 / 10gb ide 2.5\\" / Workbench 3.1
-Amiga 600HD / 2mb ...