Welcome, Guest. Please login or register.

Author Topic: MorphOS PowerUp help  (Read 3563 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 all replies
MorphOS PowerUp help
« on: November 07, 2006, 06:31:59 PM »
Just tried to get MOS PowerUp to boot on my A4000 which I just installed a CybervisionPPC card in but I can only hear/see my A4000 reboot once and then after 3-5 secs nothing happens..just a black screen.
I've copied everything from the MOS cd to a partition called SDH3 and set boot priority to -1 since my OS3.9 installation on my SHD0 partition is set to 0
When I boot I go into the early startup menu and disable my OS3.9 partition (SDH0= and choose to boot from SDH3 instead.
I've then tweaked the MOS startup like this:

;
; 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=SDH3"
; Leave the var blank if you want to boot from the default boot partition!

set bootdevice ""

; 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 5
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:

I have grabbed my kickrom with saverom from the BlizKick package and put it in DEVS on my MOS partition.
I'm using PFS3 as filesystem
Would be highly grateful for help that can help me get this going so I can stop dreaming of a PPC based OS for my A4000 that might never show up :P
-------------------------------------------------------------------
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 all replies
Re: MorphOS PowerUp help
« Reply #1 on: November 07, 2006, 07:22:11 PM »
Doh! looks like I was sleeping when I set the bootdevice  :lol:

Didn't know about the idehack module thingie, will change it too

Wish me luck and thanks for the tips, I'll terrorize you guys with more questions if it doesn't work  :-D   :-P
-------------------------------------------------------------------
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 all replies
Re: MorphOS PowerUp help
« Reply #2 on: November 07, 2006, 07:35:24 PM »
Hey, it works!!

Thanks for the helpful hints

Damn..now I just need a Zorro network card so I can reg MOS PowerUp
-------------------------------------------------------------------
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 all replies
Re: MorphOS PowerUp help
« Reply #3 on: November 07, 2006, 07:45:47 PM »
Quote

humppa wrote:
Quote
Damn..now I just need a Zorro network card so I can reg MOS PowerUp


Or a Mediator with a RTL8029... See my link above. Btw, the Morphos Powerup registration server is down since a few weeks. So you can't register anyway.  :-(


Think I'll get myself an X-surf for this occasion

So the server's down?  :-o  hope it's not for good  :-(

Damn...now when I have a lightning fast Amiga-like OS
I was suprised to see how fast it is..even on my CVPPC and in higher resolutions
Even images are shown fast, I use to think images were shown fast with WarpOS picture datatypes
Can't wait to try some PPC based browsers and such
-------------------------------------------------------------------
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 all replies
Re: MorphOS PowerUp help
« Reply #4 on: November 07, 2006, 08:12:11 PM »
Quote

Framiga wrote:
PFS3 is the best filesystem for MOS.

Even people with pegs use it ;-)


PFS3 rocks!  ;-)

But aren't there PPC native filesystems for MOS?
-------------------------------------------------------------------
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