similar to: R: PXEbooting very slow

Displaying 20 results from an estimated 100 matches similar to: "R: PXEbooting very slow"

2009 Jun 05
3
R: Re: R: Re: PXEbooting very slow
I made other tests. It's not a matter of Win98 versus WinXP, things change passing from tftpd32 v310beta to v3.33. This version seems to work fine, but the logs show problems. Here is the complete log with pxelinux 3.82-pre4: Rcvd DHCP Discover Msg for IP 0.0.0.0, Mac 00:1E: 68:A6:9E:A9 [05/06 18:24:43.816] DHCP: proposed address 192.168.1.20 [05/06 18:24:43.816] 1356 Request 2 not
2009 May 31
2
PXEbooting very slow
I'm using pxelinux.0 version 3.81 (3.80 had similar problems) with tftpd32. It is very slow in loading "default" file; tftpd32 shows it continuously sends this file together with menu.c32, but pxelinux.0 keeps on requesting for, say, 5 seconds. Occasionally it is also slow in checking the other possible config files (those based on mac address): it spends some seconds on each
2010 Feb 24
1
tftp upload and OACK problem.
Hello! I recently started testing curl's tftp options, and found that it crashed when trying to upload files using tftp because it didn't handle OACK properly. So, I'm attempting to fix it. Now, I have an endless loop: The client (my hacked curl) sends TFTP write request with options, server responds with OACK (tsize, blksize) client sends data packet, block 0 BUT: server responds
2014 Mar 14
1
syslinux.efi [PXELINUX EFI 64 boot] not properly TFTP'ing ldlinux.e64
H Peter, I notice the Intel Boot Agent (in the BOOT ROM) takes a different approach. When TFTP loading the initial syslinux.efi. It receives the OACK with both options set -- tsize (of 145744) and blksize (of 1408). Apparently it has challenges parsing this "two option" OACK packet. But it remembers the tsize of 145744. So it issues another read request, this time requesting only a
2009 Aug 08
2
[PATCH] pxe: fix OACK packet handling
The current code only works iff the tsize option is set. This patch fixes the handling of the OACK packet and makes the code work with all combinations of the tsize and blksize options. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> diff --git a/core/pxe.c b/core/pxe.c index 81d3e23..a4b8a14 100644 --- a/core/pxe.c +++ b/core/pxe.c @@ -913,8 +913,10 @@ static void pxe_searchdir(char
2007 Mar 08
2
pxelinux never OACKs tftp server response
After the PXE PROM code downloads and runs the pxelinux.0 image and it tries to download config information the client stops acknowledging the server OACK packets from the server. pxelinux from syslinux 3.11 from Fedora RPM, accessing Solaris 10 in.tftpd The tftp client in pxelinux.0 sends a tftp file read request with extended options tsize \00 0 \00 blksize \00 1440 \00 and then the server
2002 Feb 04
3
Allwell doesn't respond to OACK with ACK in TFTP
I'm trying to network-boot a GCT Allwell set-top box without success. My frustration level is high. The problem seems to be that the Allwell is sending a RRQ with an option. tftp-hpa responds with an OACK, and waits for the corresponding ACK from the Allwell. The Allwell never sends that ACK, but instead continues with the same RRQ until timeout. Having read RFC1782, this makes me think
2014 Mar 13
0
Syslinux 6.03-pre7: EFI64 broken (Gene Cumm)
Still interested in pre-compiled binaries for 6.03-pre6. But my comment about 6.02 TFTP brokenness may speak more to my lack of understanding of the TFTP protocol than to any pxelinux 6.02 code problems. It seems that when TFTP sends an OACK back to syslinux.efi, it sends it from another port than 69. So, it seems to be opening a data connection back to the TFTP client off an ephemeral port.
2009 Apr 24
1
Bugs in pxelinux.asm - syslinux 3.75
In pxelinux.asm the xchg instruction in xchg ax,ax . data_on_top: should be xchg ax,dx, I think At the end of pxe_get_cached_info routine,there is and ax,ax jnz .err It is supposed to test for AX status, but since pxenv does pushad and popad, AX doesn't contain status. In fact the other routines calling pxenv don't have this bug.
2009 May 05
1
Unloading PXE code
I saw that in PXElinux.asm there is code to unload UNDI but not base code, nor BUSD code. Why this? Also I looked at the specification of BUSD_DISABLE call: it requires parameters I wouldn't know where to get. Any idea? Thank you Paolo Franchetti Stai cercando un regalo originale per la Festa della Mamma? Non perderti le idee regalo pi? convenienti su Tiscali Shopping
2007 Jul 11
0
tftpd multicast option kills other negotiation options
Hi, The tftpd can not handle a request with the multicast option set. If the request has additional options eg. blksize, all options are discarded and a oack is newer sent. The client works fine with the atftpd server. I am not after an implementation of the multicast feature. However, the server should not discard the other options. Any thoughts about this? Regards, Robin Theander. --
2015 Jan 16
0
PXE Error Reporting
Hello Andreas, Andreas Gruenbacher wrote: > Hi, > > On 01/16/2015 12:19 AM, Sebastian Herbszt wrote: > > Andreas Gruenbacher wrote: > >> "Loading <FILE>... failed: No such file or directory" when the TFTP > >> server replies with "Permission denied" for the kernel or initrd. > > [...] > > > > The (almost untested) patch
2009 Jun 09
0
SYSLINUX 3.82 released
Hi everyone, I have pushed out Syslinux 3.82 to the usual places. Again, special thanks to my employer, Intel, for letting me spend time working on this stuff ;) -hpa Syslinux 3.82 is a bug fix release for 3.81. Changes in 3.82: * isohybrid: fix the -partok logic for loading from a partition. * ISOLINUX: deal with systems which return from INT 13h with interrupts
2008 Nov 08
8
pxelinux
????????????. ????? ??? ????????? ???????? ?? ????. ?? ??????? ?????????? ? ????????? ?? ????? ??????????? ?????? ????? ??? ???????? Gigabyte GA-P35-S3, ??????? ????? ?????????? ??????? ???????? Realtek RTL8111B/8111C. ??? ???????? ?? ????? ?????????? ?????????? ??????????? ????, ?? ????? ?????? ?????? ?????? ?????????? ?????? ?????????. ?
2003 Mar 21
1
PXELinux can
Hi Josef, I have included the hex dump, I hope it will help to pinpoint the problem. "Josef Siemes" <jsiemes at web.de> wrote: >Hi, > >> I got tftp-hpa to compile on the IRIX box, but it doesn't >> work any better. Any ideeas on what is wrong, and >> how can I fix it? > >The dumps are to few for that. Give a hex dump of the >TFTP request,
2014 Sep 17
1
pxebooting
Digging into this, as we rework it, here's a question: assuming the system being pxebooted is server 1, and the tftp server is server 2, on server 2, in the menu for pxeboot, is there any way to specify that the image to boot, and the initrd, are on a server 3? That is, MENU repoboot KERNEL repo://my/repo/images/vmlinuz APPEND repo://my/repo/images/initrd.img (or an IP address, like
2009 Aug 08
0
[PATCH] core:PXELINUX: fix the OACK option parsing bug.
the current code can just handle one option beacuse I put the do-while loop in the wrong position. Signed-off-by: Liu Aleaxander <Aleaxander at gmail.com> --- core/pxe.c | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/core/pxe.c b/core/pxe.c index 81d3e23..bda1a54 100644 --- a/core/pxe.c +++ b/core/pxe.c @@ -928,20 +928,20 @@ static void
2014 Mar 13
4
Syslinux 6.03-pre7: EFI64 broken (Gene Cumm)
Gene, Where did you find the precompiled binaries for syslinux 6.03-pre7? Actually, I'm interested in the pre-compiled binaries for syslinux 6.03-pre6. I went out to kernel.org, but the latest they have is 6.02. Which appears to have an endian problem in its TFTP client code (when syslinux.efi tries to connect to the TFTP server, attempts to connect to UDP port 17664 instead of 69).
2009 Jun 08
1
Absolutely last call for 3.82
I'm going to push out a Syslinux 3.82 later today unless someone yells... -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.
2003 Jan 28
2
PXE2.2 does not work, PXE2.0 does
Hi, We have been using PXELinux 2.0 for a few weeks now. So far so good, but recently we found out that newer 3com network cards with PXE2.2 wont boot. When flash these cards with an older PXE2.0 than everything works okay. Anyone else having this problem? Vincent