cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: April 24 2005,19:42 |
|
The modified boot floppy should load the correct SCSI driver and allow your init scripts to continue booting with files that are stored on the hard drive.
Unfortunately, the boot floppy (original or modified) is intended to boot up either the DSL livecd, or the poorman's HD install or even the frugal HD install.
It is not designed to boot up a full hard drive installed system.
It is technically possible to get it to switch over to a full hard drive setup during the bootup process, but it would require modifying the init script and experimenting. The goal is to first load the SCSI driver and then mount your hard drive partition and then chroot over to your hard drive partition and continue with the init process.
If your SCSI controller BIOS supports disk access commands, it is also possible to install a bootloader on the hard drive and use the bootloader (like lilo or grub) to read the kernel (linux24) and miniroot (minirt24.gz) directly from somewhere on the hard drive.
But you first need to either tweak the init scripts inside the miniroot like I mentioned above.
Once you can get it to boot into a hd install from a floppy (and assuming that your SCSI BIOS works) moving it over to a hard drive bootloader is relatively easy to do.
Or you can recompile the kernel and include built-in support for your SCSI driver.
My personal preference would be to get the modified boot floppy to work and then do a poormans or frugal install on the hard drive and then try to get a bootloader up and running.
I would skip a full HD install because it would not be worth the additional effort to get it up and running.
Now if someone else here were to provide a straightforward way of doing it, that would be a different story.
FYI, if the modified boot floppy won't work, you can always save:
aic7xxx_old.o
to a second floppy disk and then use a normal boot floppy for the first disk.
Boot with:
expert
and insert the second disk (modules) when prompted and follow instructions.
Good Luck.
|