Hello again all,
Here's the full tested steps for restoring Mackie OS v5.1 to 3 floppy disks using an USB floppy drive and a Macintosh running OS X. Warning: UNIX/Terminal work ahead!
Step 1: Download the Mackie OS v5.1 *for Windows* right here:
http://www.mackie.com/products/d8b_v5/downloads/d8b_v5_1_B445%20PC.zipStep 2: If not automatically unzipped, unzip the downloaded file. The ZIP archive should contain those 3 .EXE files:
d8b51_build445_disk1.exe, d8b51_build445_disk2.exe and d8b51_build445_disk3.exe.
Step 3: Go to your Applications and then to your Utilities folder. Run the Terminal Application.
Step 4: Change directory to the newly downloaded files. To do so, type the following (you can copy/paste to make sure):
# cd ~/Downloads/d8b\ v5_1\ B445\ PC/
Step 5: Unzip the .EXE files to get the .IMA floppy images. Type those commands next:
# unzip d8b51_build445_disk1.exe
# unzip d8b51_build445_disk2.exe
# unzip d8b51_build445_disk3.exe
(You'll see errors/warnings, ignore them)
Step 6: Connect your USB Floppy drive to your Mac. If you are using unformatted floppy diskettes, Initialize them by clicking on the "Initialize" button that the OS X requester will show you after inserting a floppy in your drive.
Step 7: By now, you should have a floppy disk on your desktop. Unmount the floppy partition by typing this command:
# sudo umount /dev/disk1
Step 8: Write the disk image to your floppy disk using this command:
# sudo dd if=d8b51_build445_disk1.IMA of=/dev/rdisk1
Step 9: Eject and label your first floppy "OS 5.1 Disk #1". Repeat steps 7 and 8 for diskette #2 and #3 but using the following commands instead:
- Second Floppy:
# sudo dd if=d8b51_build445_disk2.IMA of=/dev/rdisk1
- Third Floppy:
# sudo dd if=d8b51_build445_disk3.IMA of=/dev/rdisk1
Step 10: Time for a beer! Close the Terminal Window, you've done enough UNIX for today!
Cheers!