Sorry for the necro-post but I think this is the appropriate thread...I just purchased a v5.0 SCSI2SD and trying to use the image linked from the
Github, along w/ the instructions. This is on a IIci, and I know the hardware works because I was able to successfully install from floppyemu+CD combination on the original 80G SCSI HD (which isn't big enough to do anything interesting, thus the SCSI2SD solution). I used the RAW dd (which took forever) and I got the 000021 sad mac. Then I tried to dd the lido.img on top of the existing SD card - is that the right way to do this? I wasn't sure because some examples show the dd to the image file, not to the device. I dd'd the lido.img directly on top of the device after doing the full 3.1.1 dd. I did this:
sudo dd if=aux-3.1.1-03a.img of=/dev/rdisk2
Attempting to boot from this SCSI2SD I get the 000021 so then did this:
sudo dd if=lido.img of=/dev/disk2 seek=64 bs=512
And then I get a ? mark floppy
When I boot into a working 7.5 install (from floppyemu) it doesn't show the SCSI2SD drive, but if I start up the A/UX HD tool from the install CDROM, it sees the drive at ID 0 and the partitions look correct:
View attachment 39578
I tried all the combinations of PRAM zapping and forcing to boot off a particular SCSI ID, but none of those work for me. Any tips or things I can try greatly appreciated! Although the hardware does seem to be seen by the OS, the drives are not directly visible/mountable/bootable...