2002-02-18 08:50:24 +00:00
|
|
|
This code produce bootloaders for a number of cards that can be
|
2003-01-07 22:40:44 +00:00
|
|
|
loaded from raw or DOS-formatted floppy/hard disks and ROMs
|
2002-02-18 08:50:24 +00:00
|
|
|
to boot ELF/aout kernels over NFS or TFTP.
|
|
|
|
Edit work/etherboot/src/Config to see/set the desired features.
|
1999-04-16 21:44:23 +00:00
|
|
|
|
2002-02-18 08:50:24 +00:00
|
|
|
The defaults used here are suited to boot FreeBSD ELF kernels over NFS.
|
2001-05-11 11:57:32 +00:00
|
|
|
|
2002-02-18 08:50:24 +00:00
|
|
|
To produce an etherboot floppy (or HD partition) do
|
2001-05-11 11:57:32 +00:00
|
|
|
|
2004-12-08 18:31:42 +00:00
|
|
|
cd work/etherboot-5.2.4/src
|
2004-07-02 20:32:34 +00:00
|
|
|
cat bin/boot1a.bin bin/<device>.zrom > /dev/fd0
|
2002-02-18 08:50:24 +00:00
|
|
|
|
|
|
|
Replace <device> with the specific code for your card, and /dev/fd0
|
|
|
|
with your hard disk partition.
|
2003-05-19 20:04:34 +00:00
|
|
|
|
|
|
|
WWW: http://etherboot.sourceforge.net/
|