-
Notifications
You must be signed in to change notification settings - Fork 31
BlueSCSI Images
Below is a list of validated BlueSCSI images. They will work on BlueSCSI v2 or v1.
Premade images are handy to just drop onto your SD card and go. Use one of these methods on your modern machine to transfer files & software from places like the Macintosh Garden to your vintage mac.
-
Create your own custom disk images with Disk Jockey
-
A collection of blanks and premade images - https://mega.nz/folder/8hA3AQCJ#pWUq92L70yDXlogy9lk5Dg
-
If you'd like to use the image with an emulator checkout the Emulators page.
-
Premade for PiSCSI work on BlueSCSI too - Rename the files based on the Usage page - https://macintoshgarden.org/apps/piscsi-rascsi
-
A nice image that works with the Mac Plus with 1000 apps/games - https://archive.org/details/macpack-20211212
- Remember the Mac Plus needs a special
bluescsi.ini
setting to work - see the Compatibility page.
- Remember the Mac Plus needs a special
Bootable System folder is 7.6
-
https://macintoshgarden.org/apps/apple-legacy-software-recovery-cd (#1)
- Contains installers from System 6 to 8.1
Need a good copy
Need a good copy
Need a good copy
- MacOS91CD.ZIP - 232b183883d5ecd4952014d58ce2b85d https://macintoshgarden.org/apps/mac-os-91-91-update #1
- Mac OS 9.2.2 Universal
For PCs, there are a handful of premade images located here: https://1drv.ms/f/s!Am7uRChgPDfoh_sZUp99MjLDEaUEVg?e=dCzcHX Images are available in the following sizes:
- 512MB - DOS 6.22/Windows 3.11
- 2GB - DOS 6.22/Windows 3.11
- 4GB - FAT32 formatted, ready for Windows 95/98 installation
Each image is formatted, bootable, and will present you with the option to load either ISA or PCI card drivers for most of Adaptec's SCSI card range.
- AUX_3_1_1GB_Use_In_Shoebill.zip
- https://macintoshgarden.org/apps/aux-apple-unix-68k-version-301-31-update #4
- Use the image found in the AUX_3_1_1GB_Use_In_Shoebill.zip download. Rename the image file based on the BlueSCSI instructions.
- Note you must have a machine compatible with A/UX
If you have other known good images that work with BlueSCSI please add them here!
Disk Jockey is a free application for macOS and Windows that allows you to create disk images of any size. It can create simple disk images, and more complex ones with multiple partitions (HFS and ProDOS).
You can also create empty disk images on the command line.
The following instructions demonstrates the process using dd on a modern Mac:
- Open terminal.
- The following command will create a blank disk image. You can modify the command to suit your use.
dd if=/dev/zero of=example.hda bs=1m count=500
- NOTE: On Linux systems, if you receive the error
dd: invalid number: '1m'
, you need to capitalize the 'm'.- Example:
dd if=/dev/zero of=example.hda bs=1M count=500
- Example:
- The
count
field defines the number of megabytes (bs=1m
) the total disk image should be. - The output file from the command is "example.hda". This can be changed in the
of=example.hda
field.
- Place the new blank disk image in the root directory of your SD card.
For windows, use this. No need to install, navigate to the folder and execute command in CMD. Your total disk size would be bs*count.
- If you do not already have a tool to format SCSI drives, download Apple HD SC Setup. NOTE: You can use an emulator such as Basilisk II to move files to the image to prepare your installation, but not to format.
- After booting into your target machine with the working Mac OS disk image on your BlueSCSI from step 3, format the blank disk.