Welcome, Guest. Please login or register.

Author Topic: Amiga BlizzPPC 603e+ (scsi) CD Boot  (Read 2428 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline LawlessPPCTopic starter

  • Full Member
  • ***
  • Join Date: Dec 2005
  • Posts: 176
    • Show only replies by LawlessPPC
    • http://search.ebay.co.uk/_W0QQfgtpZ1QQfrppZ25QQsassZlawlessppc
Amiga BlizzPPC 603e+ (scsi) CD Boot
« on: January 30, 2006, 10:40:08 PM »
does anybody know or have actually done this.
Booting of a cd on hte amiga with PPC scsi (extra menu).
If so please give me the settings that work for definate.
Thanx in advance
 

Offline amigagr

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 1454
    • Show only replies by amigagr
    • http://www.amigahellas.gr
Re: Amiga BlizzPPC 603e+ (scsi) CD Boot
« Reply #1 on: January 30, 2006, 10:45:28 PM »
i think that amiga cd's are not bootable except these for cdtv and cd32 but who knows...

-edit-
in makecd there is an option for this but the boot code has to do with cdtv. it ask for a ''trademark'' file to make the cd bootable on cdtv/cd32 as i said before...
A3040/25 AmigaOS 3.9
A1260BPPC AmigaOS 3.9/4.0
Sam440ep AmigaOS 4.1.2
PegasosII/G3 AmigaOS 4.1.2/MorphOS 2.7/Debian 5.0.7/SUSE 11.1
MacMini/G4 1.5 MorphOS 2.7/OSX 10.5.8
Long Live Amiga

If i am going to have bugs on my system,
at least let me keep the latest versions.
Neil Bothwick
 

Offline Hyperspeed

  • Hero Member
  • *****
  • Join Date: Jun 2004
  • Posts: 1749
    • Show only replies by Hyperspeed
Re: Amiga BlizzPPC 603e+ (scsi) CD Boot
« Reply #2 on: January 31, 2006, 12:05:39 AM »
Wasn't the Surf Squirrel capable of booting off a CD? This may only have applied to CD32 games though.

CD-ROM drives don't appear in the Early Startup Menu so it would be interesting to find out at what point they are recognised by the system. It might be possible to put one of those boot selectors in your User-Startup and have it execute an S/Startup-Sequence on the CD-ROM. Might work...
 

Offline Legerdemain

  • Sr. Member
  • ****
  • Join Date: Apr 2002
  • Posts: 443
    • Show only replies by Legerdemain
Re: Amiga BlizzPPC 603e+ (scsi) CD Boot
« Reply #3 on: January 31, 2006, 01:32:24 AM »
Hm, I have no clue whatsoever, but I've always though that some of the later acceleratorcards let the user boot from CD's just like from a hd or floppy, as long as there were a s:startup-sequence to be found.

The only reason for me writing this is that when I think of it, I do not know from where I got that information and why I've always taken it for granted. I'm curious aswell in this matter.
Amiga 1200, Mirage Tower, PC-Key 1200, Blizzard 1260/50, SCSI Kit, 256MB RAM, 40GB HD, Mediator SX, Soundblaster 128, Voodoo 3 and Realtek 8139.
 

Offline Vincent

  • Hero Member
  • *****
  • Join Date: Dec 2002
  • Posts: 3895
    • Show only replies by Vincent
Re: Amiga BlizzPPC 603e+ (scsi) CD Boot
« Reply #4 on: January 31, 2006, 01:41:24 AM »
Quote
Hyperspeed wrote:
CD-ROM drives don't appear in the Early Startup Menu so it would be interesting to find out at what point they are recognised by the system.

CD-Roms are recognised when the DOS Drivers are loaded (whenever that is), but after ENV: is setup you can use "mount CD0" (or whatever number your drive is) and it should appear fine.

Although to boot from it, no idea.  With IDEfix 97 you get a CD32 emulator which boots from floppy, then the CD but I haven't looked at that in a long time.
Xbox360
"Oh no. Everytime you turn up something monumental and terrible happens.
I don\'t think I have the stomach for it." - Raziel
 

Offline Matt_H

Re: Amiga BlizzPPC 603e+ (scsi) CD Boot
« Reply #5 on: January 31, 2006, 01:42:54 AM »
The BlizzardPPCs and CyberstormPPC/MK3s supposedly have a CDFS in ROM (which I believe is the same CDFS used in MorphOS). There's some settings pertaining to it in the cards' boot menu (hold ESC when booting/rebooting). Maybe you can figure it out (I've never tried to). There's some slightly better documentation for that boot menu included in the FlashUpdate archives (see Aminet), maybe it'll help.
 

Offline Nickman

  • Sr. Member
  • ****
  • Join Date: Feb 2002
  • Posts: 255
  • Country: 00
    • Show only replies by Nickman
Re: Amiga BlizzPPC 603e+ (scsi) CD Boot
« Reply #6 on: January 31, 2006, 04:38:07 AM »
Yes it's possible to boot CD's on the BlizzPPC and CyberPPC cards. I asked the same question here on the forum before. Think it was master Piru who answered that ;)

It's all in the manual.

o CDBoot Pri
  define the cdrom boot priority. Check the System bootmenu for the boot priority of other devices.

o CDRom Device Name
  define the device name with which the cdrom should be mounted.
o No CDRom Bount
  CDRom Mount
  CDRom Boot

The buildin CDRom filesystem is the old Phase5 CDRive filesystem. Its feature set may not be enough for your needs.

To change filesystem:

o CDFS
 o No CDFS HD RDB Scan
   CDFS HD RDB Scan

Update the filesystem.resource with CDFS filesystems when these are placed in the RDB of HDs **BEFORE** the CD Drive at the same controller. This way you can theoretically use other cdfilesystems.

*Theoretically* means that i haven`t tested if other cd filesystem work with such startup as they may need to find their prefs.

The CDFS dostype is
#define ID_CDFS_DISK   (0x43444653L) /* 'CDFS' */
The new SCSIConfig has an automatic filesystem entry for this.
----
Amiga1200T
Mediator/Voodoo3 3000/100mbit NIC/SB128
Blizzppc 603e 210Mhz 040 25Mhz, 192 mb ram,Bvision
SCSI Ultra320 74GB HD,4x Burner,MO drive.
 

Offline Hyperspeed

  • Hero Member
  • *****
  • Join Date: Jun 2004
  • Posts: 1749
    • Show only replies by Hyperspeed
Re: Amiga BlizzPPC 603e+ (scsi) CD Boot
« Reply #7 on: January 31, 2006, 04:57:18 AM »
So whatever MakeCD is burning to a CDR for CDTV/CD32 specifics must be similar to a bootblock on a floppy disk. Something that will boot pure code without a file system?

Does anyone have screenshots of this early startup menu for the BlizzardPPC or CyberStormPPC? I've read it also has settings for different SIMMs...
 

Offline amigagr

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 1454
    • Show only replies by amigagr
    • http://www.amigahellas.gr
Re: Amiga BlizzPPC 603e+ (scsi) CD Boot
« Reply #8 on: January 31, 2006, 04:42:07 PM »
@Hyperspeed: probably is need it something like the boot code of the floppys or rdb of hard disks. makecd writes rock ridge bootable code if i understand it right.

-edit-
the other and simple solution is a bootable floppy that direct the boot process to the cdrom as the emergency disk of os3,5-9 and the boot disk of a590 in the amiga500 with kick 1.2
A3040/25 AmigaOS 3.9
A1260BPPC AmigaOS 3.9/4.0
Sam440ep AmigaOS 4.1.2
PegasosII/G3 AmigaOS 4.1.2/MorphOS 2.7/Debian 5.0.7/SUSE 11.1
MacMini/G4 1.5 MorphOS 2.7/OSX 10.5.8
Long Live Amiga

If i am going to have bugs on my system,
at least let me keep the latest versions.
Neil Bothwick
 

Offline LawlessPPCTopic starter

  • Full Member
  • ***
  • Join Date: Dec 2005
  • Posts: 176
    • Show only replies by LawlessPPC
    • http://search.ebay.co.uk/_W0QQfgtpZ1QQfrppZ25QQsassZlawlessppc
Re: Amiga BlizzPPC 603e+ (scsi) CD Boot
« Reply #9 on: January 31, 2006, 06:01:27 PM »
Nickman this is the most concise answer I have had of anyone and probably makes the most sense. Because of the RDB scan to check for file system. I just never realised what it was scanning for. So hopefully if I add the Filesystem to the rigid disk block I should be laughing. Thanx again I will try 2morow and will let you know the outcome
 

Offline Hyperspeed

  • Hero Member
  • *****
  • Join Date: Jun 2004
  • Posts: 1749
    • Show only replies by Hyperspeed
Re: Amiga BlizzPPC 603e+ (scsi) CD Boot
« Reply #10 on: February 03, 2006, 09:39:16 AM »
I've put this in my gallery if it's of any interest:

http://www.amiga.org/gallery/photo.php?lid=2482

It shows MakeCD's options for burning bootable discs.
 

Offline Matt_H

Re: Amiga BlizzPPC 603e+ (scsi) CD Boot
« Reply #11 on: February 03, 2006, 03:30:57 PM »
And the TM files are included in the CD32 developer package which is on any of the Amiga Developer CDs.