(E-Mail Removed) wrote:
> Hi !
> I and my Colleage are trying out to implement diskless Linux clinets
> i.e remote booting linux using BPbatch
>
> We have RedHat Linux 9, We are using built in DHCP & TFTP.
>
> we have our files bpbtach (without .p extension as we are using ISC
> based built-in DHCP server), and .ovl file & .hlp file available in
> /tftpboot.
>
> on client side we have Intel PXE 2.0 available.
>
> Problem is : it connects to DHCP server fetches the IP address it
> detects bootProm but it says can not open remote file. the exact
> message on the client while booting is as under...
>
> starting BpBatch - PXE BootROM detected.
> BpBatch overlay loader v1.1 (February 11, 2000) overlay file
> successfully loaded.
>
> Mr. Batch Pre-boot batch processor v1.1 (February 11, 2000)
>
> (c) .....
>
> -BootProm detected using 132.147.160.151 (our Linux server address) as
> standard TFTP server
> - Advanced Poer Management V1.2
> - Using upto 342K of conventional memory the heap
> - Using upto 15296K of extended memory
> - Direct disk write access enabled
>
> EROR : [Open FILE] can not open remote file
> Error in Bootstrap loader , line 1: can not load file
>
Hello,
you should find an entry in the logfiles giving the name of the file
that has been requested by the client.
Be aware that tftd runs in a directory and sees only the filesystem
from that point on. So dont use links to your kernel which point out of
the tree.
I did configured several diskless clients with different ways of
booting. But never used bpbatch.
BR
Hans-Juergen Lange