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