>
I also have to use the right diskette, i.e. 3.5" with DD (only one hole)
or a DD diskette. HD diskettes always fail in DD mode with an error.
That's correct, when you insert an HD disk into a 3.5" drive, the drive switches itself to "HD" mode.
Unfortunately there is no way for the controller to know which mode the drive is in.
So if the controller is still in DD mode and the drive is in HD mode then the timing mismatch
between the two causes errors (this is somewhat simplified but it's the gist of the problem).
Note that that's different for 5.25" drives - those read a signal line from the controller to determine
whether to use DD or HD timing (the 5.25" disks don't have any markings that the drive can read
to determine whether they are DD or HD). That means that for a 5.25" drive some HD disks
can actually be written with DD data, although I have seen read errors afterwards in some cases.
>
I have the feeling I might need a different .DSK for an HD disk?
Yes, when writing an image to the disk you need to use a HD image for a HD disk, otherwise
the data doesn't match what the bootloader expects it. Images of HD disks carry more data
and have a different layout than DD disks.
Disk images (.DSK) for Altair DD disks are 76800 bytes, Altair HD disks have 337568 bytes (there are some
337664 byte images out there, those will work fine too, they just have some extra padding at the end)
> You can see my mistake here
The "CCCCC..." output is not any kind of misdirected data or crash. It's the bootloader
reporting a checksum error. That would be expected if the bootloader sees the data
of a DD disk coming in when expecting to read a HD disk.
Try uploading one of the HD images, those should boot fine.
David