Welcome, Guest. Please login or register.

Author Topic: Make OS3.9 ISO  (Read 4181 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline kolla

Re: Make OS3.9 ISO
« on: April 27, 2018, 06:41:29 PM »
Using dd on mac.
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline kolla

Re: Make OS3.9 ISO
« Reply #1 on: April 28, 2018, 08:56:19 PM »
I thought the point of OP was that he has a CD and wants to make an iso of it, as backup, to simplify installations on emulators, FPGA systems or even real Amiga, or whatever. Who in this time and age bothers with spinning optical medium anyways? Must be more than a decade ago that I used a real CD drive on anything Amiga (apart from CDTV and CD32).
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline kolla

Re: Make OS3.9 ISO
« Reply #2 on: April 29, 2018, 12:46:21 AM »
Quote from: Iggy;838818

The real question you should ask is who uses floppies, because you still need those antiques to load the software you need to access the cd's and usb devices on our antique legacy platforms.


http://hxc2001.free.fr/floppy_drive_emulator/

it is an ageing product series :hammer:
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline kolla

Re: Make OS3.9 ISO
« Reply #3 on: April 29, 2018, 12:51:35 AM »
Quote from: golem;838817
Thanks guys. I own a copy of OS3.9 and needed to make an ISO that works. I got it working finally. The step I was missing on the Mac is after creating an CD/Disk master (.cdr) with Disk utility you need to convert it to ISO with the command from the terminal;
"hdiutil makehybrid -iso -joliet -o AmigaOS3.9.cdr AmigaOS3.9.iso"


Yeah, all that "mac magic" that can easily be avoided just by using dd in the first place :)

Code: [Select]
dd if=/dev/diskN of=mycd.iso bs=10m where "diskN" corresponds to the disk device that is the DVD, the bs=10m is just so that it reads 10MB chunks at a time, instead of 512kB chunks, makes it faster.
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS