Displaying 2 results from an estimated 2 matches for "3d5bf88dc0c7bb00d64864325dd83d32".
2013 Jul 12
3
pxechn.c32 does not do TFTP
Colleagues,
I am attempting to chainload a file from TFTP. I have the following
lines in the configuration file:
LABEL WDS1
Menu LABEL WDS1
kernel pxechn.c32
append 10.14.141.150::boot\x86\wdsnbp.com -W -o 66.x=0a:0e:8d:96 -S
The TFTP server at 10.14.141.150 is operational and wdsnbp.com is
available at the indicated path. I have tried various combinations of
colons, forward and back
2013 Jul 12
2
pxechn.c32 does not do TFTP
...rong?
>
> What version of PXELINUX?
From the syslinux-6.01 distribution. Sorry, should have mentioned
that.
> Which variant, pxelinux.0 or lpxelinux.0?
pxelinux.0
> If 6.xx, which architecture?
Well, how do I figure out?
$ md5 /tftpboot/pxelinux.0
MD5 (/tftpboot/pxelinux.0) = 3d5bf88dc0c7bb00d64864325dd83d32
It's from bios/core/pxelinux.0
>
> Tried just:
>
> LABEL WDS1
> MENU LABEL WDS1
> COM32 pxechn.c32
> APPEND 10.14.141.150::boot\x86\wdsnbp.com -W
Did it send a packet to 10.14.141.150?
>
> I also notice I dropped the double colon in the docs.
Why did you wr...