So, I have this Tandem BSC non autoboot IDE controller in my A2000. I just put a CompactFlash 4GB card in it, partitioned it into 525MB partitions (just in case I ever need to use them), and have it sitting there waiting to be used.
The Tandem device puts something in Expansion (files named IDE something or another) to get the Amiga to recognize it.
So... how do I create a "boot floppy" and pass control to my real DH0: on the CompactFlash card, since the Tandem doesn't autoboot? I'd like to deprecate the SCSI drive if at all possible and go CF only.
It is actually quite simple:
Make a bootable floppy
make sure you have assign command in the df0:c directory
at the very beginning of the floppy's startup-sequence
put the following script
df0:c/assign sys: [name of your system hard drive partition]:
assign s: sys:s
assign l: sys:l
assign fonts: sys:fonts
assign devs: sys:devs
assign libs: sys:libs
execute s:startup-sequence
endcli
This assumes that the IDE controller is recognized right away.
if not you may have to tweak it a bit in the floppy's startup-sequence,