Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline VirgeTopic starter

  • Newbie
  • *
  • Join Date: Mar 2002
  • Posts: 29
    • Show only replies by Virge
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 Matt_H

Re: Install Morphos 1.4.5 on my Amiga 1200 Bvision/Blizzardppc
« Reply #1 on: December 10, 2007, 02:15:02 AM »
Futz with the startup-sequence. There's a few things that need changing from the default values; the comments are pretty helpful in setting things correctly.

If you use an Algor or other Flash thingy, disable it.
 

Offline VirgeTopic starter

  • Newbie
  • *
  • Join Date: Mar 2002
  • Posts: 29
    • Show only replies by Virge
Re: Install Morphos 1.4.5 on my Amiga 1200 Bvision/Blizzardppc
« Reply #2 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 Donar

  • Full Member
  • ***
  • Join Date: Aug 2006
  • Posts: 168
    • Show only replies by Donar
Re: Install Morphos 1.4.5 on my Amiga 1200 Bvision/Blizzardppc
« Reply #3 on: December 11, 2007, 12:19:31 PM »
What version of SFS do you have installed? I think some versions are not compatible with MOS.
<- Amiga 1260 / CD ->
Looking for:
A1200/CF CFV4/@200,256MB,eAGA,SATA,120GB,AROS :D
 

Offline Framiga

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 4096
    • Show only replies by Framiga
Re: Install Morphos 1.4.5 on my Amiga 1200 Bvision/Blizzardppc
« Reply #4 on: December 11, 2007, 01:07:33 PM »
"set bootdevice "Morphos"" is wrong!

you have to set the DEVICE name (not the volume name)

this is the line you have to correct:

set bootdevice "bootdevice=HD1"


Edit- and if this ISO is the latest available, you have to replace a broken component in:

SYS:Boot/roms/module.com1

Use the "module.com1.idehack" instead (rename it to module.com1)

 

Offline Crumb

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1786
  • Country: 00
    • Show only replies by Crumb
    • http://cuaz.sourceforge.net
Re: Install Morphos 1.4.5 on my Amiga 1200 Bvision/Blizzardppc
« Reply #5 on: December 11, 2007, 02:50:56 PM »
In addition to what FrAmiga says I would not use the A1200 kickstart. I would leave the fake kickstart inside the directory and move the only two useful A1200 rom modules: paula and trakdisk to extmodules/ ... Skolman put both modules in his webpage for comfortable downloading.
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)
 

Offline VirgeTopic starter

  • Newbie
  • *
  • Join Date: Mar 2002
  • Posts: 29
    • Show only replies by Virge
Re: Install Morphos 1.4.5 on my Amiga 1200 Bvision/Blizzardppc
« Reply #6 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 ...
 

Offline Framiga

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 4096
    • Show only replies by Framiga
Re: Install Morphos 1.4.5 on my Amiga 1200 Bvision/Blizzardppc
« Reply #7 on: December 11, 2007, 06:30:53 PM »
"L:smartfilesystem version-1.277 [international (FFS)]"

you have not installed SFS correctly. (if that is the line you see in HDToolbox

Reinstal it in the RDB, typing manually the identifier

0x5346300

you should then read

L:SmartFileSystem [Custom File System SFS\00]

reformat is required (you are using FFS now)

btw ... no clue if that latest 1.277 version works with MOS if used on a boot partition (i use it on a couple of not-boot spare partitions)

 

Offline Matt_H

Re: Install Morphos 1.4.5 on my Amiga 1200 Bvision/Blizzardppc
« Reply #8 on: December 11, 2007, 07:15:53 PM »
Quote
btw ... no clue if that latest 1.277 version works with MOS if used on a boot partition (i use it on a couple of not-boot spare partitions)


It does. Or it should. I can't remember if I've booted MOS with 1.277, but I defintely did with 1.276.