Jump to content

Recommended Posts

Posted

Hi, i'm new in Linux and FOG, so i'm sorry if my question is a bit odd :)

 

I'm installing FOG in Fedora 10 and i have installed the client service in a Windows XP computer.

When i'm trying to boot from the client, the client always unable to locate the configuration file.

The DHCP server seems to work fine and i didn't see any errors occurred in the server.

 

Here is the message I got in the client computer :

PXELinux 3.82 2009-06-09
. . . [other informations]
!PXE Entry point found (we hope) at 9D3B:0109 via plan A
UNDI code segment at 9D3B len 16C2
UNDI data segment at 933B len A000
Getting cached packet 01 02 03
. . . [other informations]
TFTP prefix:
Trying to load: pxelinux.cfg/ec5db4c0-74fe-d511-b9e7-3d9235afe5a1
Trying to load: pxelinux.cfg/01-00-17-31-b6-5e-a8
Trying to load: pxelinux.cfg/0A64491E
Trying to load: pxelinux.cfg/0A64491
Trying to load: pxelinux.cfg/0A6449
Trying to load: pxelinux.cfg/0A644
Trying to load: pxelinux.cfg/0A64
Trying to load: pxelinux.cfg/0A6
Trying to load: pxelinux.cfg/0A
Trying to load: pxelinux.cfg/0
Trying to load: pxelinux.cfg/default

Unable to locate configuration file
Boot failed: press a key to retry or wait for reset

 

It seems that the client didn't know where to find the file. Should I configure something in the FOG server or in the Fedora or in the client?

 

Oh, one more question, should I install the tftp server separately or FOG has did it for me during the installation? Because i found the tftpboot folder but i cannot start the tftp server using the service command.

 

Thanks in advance..

Posted

@arcath

yes, the tftpboot/pxelinux.cfg/default is exist in my FOG machine

 

@potato-peeler

what do you mean by scope 67? i don't really understand, sorry..is it about the DHCP server or something?

Posted

The Scope 67 reffered to is just the settings for option 67 under the DHCP server configuration BOOTP / DHCP options

 

I think to do this you need to go into the dhcp server config and add

 

       allow booting;
      allow bootp;

 

and

next-server TFTP_server_address;
              filename "/tftpboot/pxelinux.0";

or whatever it should be under your setup

 

But I am rubbish at *nix so I could well be wrong.

Posted

@synack

thanks a lot for your help..

i got another error then..*sigh*

 

PXE-T01 : File note found

 

i'll try to fix that..:confused:

Posted

i found the problem...

in my dhcpd.conf, i wrote : filename:"tftpboot/pxelinux.0"

i changed it into filename:"pxelinux.0"

 

and it worked

 

@all, thanks a lot for the help..really appreciate that..

:D

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...