I have a system one, and I can use either a 4FDC or a 16FDC, the
results are the same.
I have two Tandon 100-2a's, but work.
If I plug either of these drives into the system alone, both boot as
drive A just fine, format disks, RPM's 300, DS0 jumper only.
If I plug both drives into the system and set one of them as drive B,
I can still boot to A, but I get a "drive not ready" error when I try
to run a dir command using CDOS. a: DIR B: --> drive not ready.
I have swapped the Terminator around, I have tried a 2nd terminator,
no change. The Tandon 100-2a and 4/16 FDC manuals state that the
terminator should be at the end.
I have swapped out the 64K RAM and ZPU cards, no change.
What could be causing the drive not ready?
NOTE That the 16FDC works just fine in another cromemco system using
8" drives, it can boot to B.
I am stumped.
Bill
My first guess would be that that CDOS is configured for and expects
an 8" drive "B". What does the 16FDC RDOS T command have to say about
each drive if you select the small floppy?
I did some of these same tests from RDOS (above) and they worked
earlier, adding to my confusion because it seemed like I could access
the drive at the lower level.
Thanks very very much, when you work on something for a week you can
start to get crazy about it!
I will let you know how it goes.
Bill
It worked. And now I know what the markings on my original boot disk
mean
A=5, B=8 C=D
Darmuk his eyes open.
So, just for anyone who reads this post in the future, I first made a
backup of the original disk and created a new boot disk that expects 5
1/4" for both A and B.
After booting to RDOS and at the ; prompt:
(assume Return at the end of every line)
A;;;
S0 (that's s0 "zero" not sO)
RD100 S7E00 1
[INSERT BLANK FORMATTED DISK "BACKUP DISK"]
S0
WD100 S7E00 1
[INSERT ORIG DISK]
SE
RD100 S7E00 1
[INSERT BACKUP DISK]
SE
WD100 S7E00 1
[INSERT ORIG DISK]
S1C
RD100 S6C00 1
[INSERT BACKUP DISK]
S1C
WD100 S6C00 1
S0
B (to boot CDOS to new disk)
then I ran CDOSGEN.
Bill