Subject: Re: problem with boot.net and SS1
To: None <Ronald.vanderPol@surfnet.nl>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: port-sparc
Date: 12/13/2000 09:21:15
I seem to remember a similar TFTP failure on some PROM versions that
could be avoided by making the size of the file to be TFTPed a multiple
of 512 bytes. E.g., do:

	dd if=boot.net of=boot.net.new bs=512 conv=sync

and install boot.net.new as your SS2 boot program.

Let me know if that makes a difference or not.

-pk