boot: finnix nobootide
(Finnix 87.0+) Disables detection of IDE drive detection for the purpose of finding the boot media. Note that even if this option is specified, hwsetup may find and load modules for certain IDE controllers later on in the boot process. This option saves a small amount of load time when you know you'll be booting from a USB/SCSI device.
I had almost forgotten to post about this, but, I discovered the hard way on the same laptop I experienced toram problems with that nobootide was being ignored. I had, unfortunately, left a much older copy of finnix on the harddrive (but never gotten it to boot together with windows before I had to return the laptop to it's owner, so I couldn't use it.) It took me a while to realize why Finnix was starting up with major problems left and right ending in complete failure before I finally realized it was booting the image on the harddrive. I found that option mentioned on the website and tried it, but, it just ignored it and booted from the harddrive anyway (unfortunately, the boot order does local harddrives before "scsi" harddrives -- eg flashdrives/etc.)
As an alternate solution, I saw the part about root=
boot: finnix root=/dev/hdc
In Finnix 86.2 and later, allows you to specify the location of the physical Finnix media. If omitted, autodetection will be attempted. If a compressed root filesystem is not found on the specified device (see "finnixfile" above), autodetection will be performed anyways.
I tried this as well and curiously it seemed to also fail. When I specified root=/dev/sda4 (and later tried root=/dev/sda in case for some reason it doesn't want the partition number like that example above implies) it still ended up booting from the local harddrive.
Unfortunately, I can't test these very well at home since I recently gave up my IDE harddrive for a larger (but not really faster despite what many people will tell you) SATA harddrive. In fact, even in situations with actual IDE drives it is only a fatal problem when an incompatible filesystem image is left in a FINNIX folder, so the problem probably doesn't show up very often at all I would imagine.
This was all with the 1763 Pulaski snapshot because that was all I had on hand at the time.