On Sat, 16 Aug 2003, steven james wrote:
The fallback image has to be pieced together. Just create a pad file sized 0x10000 - (lb image + etherboot image) and dd if=/dev/zero bs=1 count=<size> of=pad then cat etherboot pad linuxbios>fallback_block
yes, this is fixed on v2. I got rid of all the 'dd' magic and have a trivial C program.
ron