Subject: Re: MVME147 sboot trouble
To: Gerry Belanger <wa1hoz@rcn.com>
From: Steve Woodford <steve@mctavish.co.uk>
List: port-mvme68k
Date: 10/17/2001 20:54:40
On Wed, 17 Oct 2001, Gerry Belanger wrote:

> I am attempting to do a network install on an 8mb MVME147.
>
> When I download and run sboot I get:
[snip]
> le0: ethernet address: 8:0:3e:20:a6:b2
> My ip address is: 10.4.86.147
> Server ip address is: 10.4.86.33
> TFTP: Download error 1: File not found
> Download Failed

The `sboot' program looks for a filename which is derived from the board's
IP address. In your case, do the following in /tftpboot:

	# ln -s netboot 0a045693.147

That is, the IP address in hex with `.147' appended.

Cheers, Steve