I have an older system, the BIOS does not support USB-HDD boot but it has USB-ZIP and USB-CD ROM support, I can install BSD from USB-CDROM but wondering how can I can I trick the BIOS by modifying the number of heads and sectors being displayed from the USB stick to match that of a zip drive.
In Linux
Here is how this is done in Linux:
http://www.pendrivelinux.com/booting-linux-from-usb-zip-on-older-systems/
Does any one know how to do this in BSD? May be fdisk(8)?
In Linux
mkdiskimage -4 /dev/sdx 0 64 32 set the geometry of the flash drive to "64 heads, 32 sectors"Here is how this is done in Linux:
http://www.pendrivelinux.com/booting-linux-from-usb-zip-on-older-systems/
Does any one know how to do this in BSD? May be fdisk(8)?