Aaron Luo
2010-Nov-23 15:05 UTC
[syslinux] pxelinux.cfg/C0A80146 unable to load configuration file
Hi Peter, i am a netboot user of Linux platform. right now, i got a problem. after establishment a new pxe server, the clients boot from the network. and i just do some experiment of reboot on the clients. but i am surprise of the clients booting failure after several cycles. and i got the info of the clients can not download the config file, such as: Trying to load: pxelinux.cfg/01-00-14-22-a1-53-85 Trying to load: pxelinux.cfg/C0A80146 Trying to load: pxelinux.cfg/C0A8014 Trying to load: pxelinux.cfg/C0A801 Trying to load: pxelinux.cfg/C0A80 Trying to load: pxelinux.cfg/C0A8 Trying to load: pxelinux.cfg/C0A Trying to load: pxelinux.cfg/C0 Trying to load: pxelinux.cfg/C Trying to load: pxelinux.cfg/default I am sure the file of *C0A80146* exist under /tftpboot/pxelinux.cfg. but why the clients can not download this cfg file? can you help me to figure that? best regard Aaron Luo
Gene Cumm
2010-Nov-23 22:48 UTC
[syslinux] pxelinux.cfg/C0A80146 unable to load configuration file
On Tue, Nov 23, 2010 at 10:05, Aaron Luo <luotanke at 163.com> wrote:> Hi Peter, > > i am a netboot user of Linux platform. right now, i got a problem. > after establishment a new pxe server, the clients boot from the network. and i just do some experiment of reboot on the clients. but i am surprise of the clients booting failure after several cycles. and i got the info of the clients can not download the config file, such as: > Trying to load: pxelinux.cfg/01-00-14-22-a1-53-85 > Trying to load: pxelinux.cfg/C0A80146 > Trying to load: pxelinux.cfg/C0A8014 > Trying to load: pxelinux.cfg/C0A801 > Trying to load: pxelinux.cfg/C0A80 > Trying to load: pxelinux.cfg/C0A8 > Trying to load: pxelinux.cfg/C0A > Trying to load: pxelinux.cfg/C0 > Trying to load: pxelinux.cfg/C > Trying to load: pxelinux.cfg/default > > I am sure the file of *C0A80146* exist under /tftpboot/pxelinux.cfg. but why the clients can not download this cfg file? > can you help me to figure that?What version are you using? I assume you have your pxelinux.0 file on your tftp server at /tftpboot/pxelinux.0 and that it does not wait 10 - 60 seconds between each of the above messages. Is this correct? 1) Try a tftp client from within a full OS to test fetching your files. 2) Check file/directory permissions. -- -Gene
Daniel Feenberg
2010-Nov-24 00:21 UTC
[syslinux] pxelinux.cfg/C0A80146 unable to load configuration file
On Tue, 23 Nov 2010, Aaron Luo wrote:> Hi Peter, > > i am a netboot user of Linux platform. right now, i got a problem. > after establishment a new pxe server, the clients boot from the network. and i just do some experiment of reboot on the clients. but i am surprise of the clients booting failure after several cycles. and i got the info of the clients can not download the config file, such as: > Trying to load: pxelinux.cfg/01-00-14-22-a1-53-85 > Trying to load: pxelinux.cfg/C0A80146 > Trying to load: pxelinux.cfg/C0A8014 > Trying to load: pxelinux.cfg/C0A801 > Trying to load: pxelinux.cfg/C0A80 > Trying to load: pxelinux.cfg/C0A8 > Trying to load: pxelinux.cfg/C0A > Trying to load: pxelinux.cfg/C0 > Trying to load: pxelinux.cfg/C > Trying to load: pxelinux.cfg/default > > I am sure the file of *C0A80146* exist under /tftpboot/pxelinux.cfg. but > why the clients can not download this cfg file? can you help me to > figure that?Can you download the file with the tftp client on another system, or even on the server itself? Does nmap show tftp is available on the server? (I believe Solaris and FreeBSD, but not Fedora include tftp clients in the default distribution, or you can install it). Are the permissions right for the directory and file? (Directories must have world execute permission and files must be world readable). Does the default file get loaded? That would tell you if the tftpd program was working. It may be protected by /etc/host.allow or host.deny, or may not be started. Daniel Feenberg> > best regard > > Aaron Luo > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. >