Networking Forums

Networking Forums > Computer Networking > Linux Networking > Remote boot problem : can not load file

Reply
Thread Tools Display Modes

Remote boot problem : can not load file

 
 
tralsi@gmail.com
Guest
Posts: n/a

 
      11-25-2005, 03:24 AM
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


help me to deal with this. For better understanding the contents of my
dhcpd.conf are as under

not authoritative;
ddns-update-style none;

option space PXE;
option PXE.mtftp-ip code 1 = ip-address;
option PXE.mtftp-cport code 2 = unsigned integer 16;
option PXE.mtftp-sport code 3 = unsigned integer 16;
option PXE.mtftp-tmout code 4 = unsigned integer 8;
option PXE.mtftp-delay code 5 = unsigned integer 8;
option PXE.discovery-control code 6 = unsigned integer 8;
option PXE.discovery-mcast-addr code 7 = ip-address;

subnet 132.147.160.0 netmask 255.255.255.0
{

class "pxeclients"
{
match if substring (option vendor-class-identifier, 0,
9) = "PXEClient";
option vendor-class-identifier "PXEClient";
vendor-option-space PXE;
option PXE.mtftp-ip 0.0.0.0;

next-server 132.147.160.151;
}

host phobos
{
hardware ethernet 00:0D:61:6E:CC:97;
fixed-address 132.147.160.155;
filename "bpbatch";
}
}

Ultimately i can't boot. somehow it is not loading the file it wants to
boot..

 
Reply With Quote
 
 
 
 
Hans-Juergen Lange
Guest
Posts: n/a

 
      11-25-2005, 09:39 AM
(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
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
e1000 driver won't load at boot, but loads OK manually. Why? stevenb9643 Linux Networking 4 03-30-2007 10:52 PM
Remote accessing file shares problem NRC Help Windows Networking 11 08-07-2006 08:59 PM
Remote desktop ... load .rdp file by default Christian Ista Windows Networking 1 05-22-2006 03:09 AM
Just *one* website wouldn't load- Re-boot router sorted it?!?! Matthew Long Broadband 7 10-14-2005 04:34 PM
how to load ethertap module during boot Christian Barmala Linux Networking 4 03-29-2005 12:48 AM



1 2 3 4 5 6 7 8 9 10 11