Response to a slightly old post but.
Before the screen clear the ROM looks for the floppy controller. It will write
to it and read back status. If the response is not sensible it assumes there is
no floppy interface and continues to boot ROM BASIC. Holding down the BREAK key
will make the initiation to skip this test. If the response is ok it will try to
read sector 0 of track 0 on drive 0. If that fails it will hang "forever". So
typically with the EI attached and no disk in the drive (or drive not attached)
you will get a screen of garbage and no response. Then you can attach a drive,
insert a boot disk or hold down break and press reset.
If ROM BASIC starts and no response is given to "MEM SIZE?" question it will
check RAM from 434Ch and up, byte by byte until the RAM doesn't work. The result
is used for HIGH$. This means that any gap or a failing byte will limit the
memory available to basic. So it is important that if you only have 16K in the
EI it has to go in the correct bank.
If the EI is modified for the buffer mod a straight cable must not be used.
There is normally a sticker on the EI telling you that you need the buffered
cable on such an EI.
A buffered cable does not work if the EI is not modified for it.
I have a web page about the EI at
http://home.online.no/~kr-lund/m1ei.htm if you
look at the image where the buffered cable is there is an orange lead which
supplies 5V for the buffer mod. If a straight cable is used with this EI this 5V
will go to a ground pin on the model-I. Similarly you can't use the buffered
cable with an unmodified EI because the 5V is missing.
Note also that some older EI's works well without the buffer mod. I have one
like that. The other old EI has the buffer mod and I just assume it needed it.
Knut