search for: pxe_cal

Displaying 14 results from an estimated 14 matches for "pxe_cal".

Did you mean: pxe_call
2009 Oct 27
1
lwIP hangs with gpxelinux.0 on qemu (-net user)
...tree? It works fine with pxelinux: qemu -boot n -net nic -net user,bootfile=/pxelinux.0,tftp=/pxe (although it hangs while trying to resolve www3.kernel.org because of the lack of proper DNS with -net user) The same command hangs earlier with gpxelinux.0 though: Getting cached packet 01 pxe_call op 0071 data 0x00012518 -- Pierre-Alexandre Meyer
2013 Jul 15
1
Efi64 boot fail during download from kernel and initrd via http
...he traffic and see the same dup ack and retrans. > > So it seems that is't the problem. > > I can start the debug.c32, but need the required parameter. > What I understand from http://www.syslinux.org/wiki/index.php/Development/Debugging#Syslinux_Dynamic_Debugger is that 'pxe_call' is the required parameter. Please report your milage. Groeten Geert Stappers -- Leven en laten leven
2013 Jan 21
1
elflink issues
I noticed several issues when diagnosing why pxechn.c32 didn't work in 5.01-pre3. 1) pxechn.c32, prdhcp.c32 and other modules crash Syslinux and force a reboot by executing an unresolved symbols. unload_pxe(), dns_resolv() and pxe_call() are the three. "Error: An undefined symbol was referenced" 2) In past versions, I built a debug build by having "CFLAGS += -DDEBUG=1" in mk/local.mk but this fails. core/../com32/include/com32.h:144: undefined reference to `__bad_SEG'
2019 Jun 19
2
lpxelinux.0 issues with larger initrd.img files from RHEL >= 7.5 on UCS servers?
...and/or (even better) with Debian Sid's packages and using debug.c32 (from the corresponding package/version/build): ### DEFAULT dbg PROMPT 1 SAY First press [Enter] for debug.c32, then [1][Enter] for OS. # Once in the boot prompt, press "Enter". LABEL dbg COM32 debug.c32 APPEND -e pxe_call,malloc # Additional functions for debug might be of interest. # After debug.c32 returns to the boot prompt, # press "1" and "Enter". LABEL 1 LINUX mykernel INITRD mybiginitrd APPEND myoptions ### Once the label named "1" is launched, is there any info (that could...
2012 Jul 16
5
[PATCH 0/5] Deleting __intcall() from Syslinux
...ll print an error message and halt execution if it is). Matt Fleming (5): core/elflink: Delete ADV code that's already in ldlinux ldlinux: Stop using the internal KT_* image types lib/sys/module: Add support for weak symbols elflink: Replace __intcall() with direct function calls Use pxe_call() instead of COMBOOT API com32/chain/utility.c | 30 ++------- com32/cmenu/libmenu/syslnx.c | 22 +++---- com32/elflink/ldlinux/chainboot.c | 5 +- com32/elflink/ldlinux/execute.c | 52 +++++++------- com32/elflink/ldlinux/ldlinux.c | 43 ++++++...
2012 Aug 14
1
[GIT PULL] elflink fixes
...users/mfleming/syslinux.git elflink Matt Fleming (9): core/elflink: Delete ADV code that's already in ldlinux ldlinux: Stop using the internal KT_* image types lib/sys/module: Add support for weak symbols elflink: Replace __intcall() with direct function calls Use pxe_call() instead of COMBOOT API com32: Use --as-needed for LDFLAGS ldlinux: Return to command prompt after loading COM32 rawcon_read: Fix reading high part of input keys ldlinux: Use findpath() to lookup filenames com32/chain/utility.c | 30 ++------- com32/cme...
2019 Jun 25
0
lpxelinux.0 issues with larger initrd.img files from RHEL >= 7.5 on UCS servers?
...nitude faster over http... > > > ### > > DEFAULT dbg > > PROMPT 1 > > SAY First press [Enter] for debug.c32, then [1][Enter] for OS. > > > > # Once in the boot prompt, press "Enter". > > LABEL dbg > > COM32 debug.c32 > > APPEND -e pxe_call,malloc > > # Additional functions for debug might be of interest. > > > > > > # After debug.c32 returns to the boot prompt, > > # press "1" and "Enter". > > LABEL 1 > > LINUX mykernel > > INITRD mybiginitrd > > APPEND myop...
2014 May 29
0
syslinux (pxelinux.0) debug prints
...ork with this version??? Apparently that???s why I don???t see the prints. I don???t think ldlinux.c32 is loaded yet. how I can print messages in the beginning of pxelinux.0 For example, I need to add print to the following places: pxe_fs_init() in core/fs/pxe/pxe.c gpxe_init in core/fs/pxe/bios.c pxe_call in core/fs/pxe/pxe.c call16 in core/call16.c To be more specific, I have a problem with versions later than 5.01. Until version 5.01 I can boot as usual with no issues. However, when I use pselinux.0 version 5.02 and up, the following problem happens: 1. My PXE driver loads and the links a...
2013 Jul 13
2
Efi64 boot fail during download from kernel and initrd via http
Op 2013-07-13 om 19:58 schreef Michael Szerencsits: > Hi, > > I tested the following config: > > DEFAULT AutoInstall > PROMPT 0 > LABEL AutoInstall > KERNEL http://server/vmlinuz64 > APPEND initrd=http://server/initrd64.img > root=live:http://server/LiveOS/squashfs.img quiet lang=en > keymap=de-latin1 systemd.unit=rescue.target > system.unit=rescue.target
2019 Jun 20
0
lpxelinux.0 issues with larger initrd.img files from RHEL >= 7.5 on UCS servers?
...ried that already (the version from debian that is), it failed the same way. > ### > DEFAULT dbg > PROMPT 1 > SAY First press [Enter] for debug.c32, then [1][Enter] for OS. > > # Once in the boot prompt, press "Enter". > LABEL dbg > COM32 debug.c32 > APPEND -e pxe_call,malloc > # Additional functions for debug might be of interest. > > > # After debug.c32 returns to the boot prompt, > # press "1" and "Enter". > LABEL 1 > LINUX mykernel > INITRD mybiginitrd > APPEND myoptions > ### > > > Once the labe...
2014 May 29
3
syslinux (pxelinux.0) debug prints
On May 29, 2014 5:25 AM, "Wissam Shoukair" <wissams at mellanox.com> wrote: > > Hi Gene, > > I was wondering how I can set the ?printf? output to be visible on the screen? (I?m using syslinux-6.03-pre02) printf () or dprintf ()? You need to watch what functions are available at the time you want to print. For example, printf isn't available until ldlinux.c32 is
2011 Mar 06
1
PXELINUX Debugging Output
I am sending a patch that makes the debugging output of PXELINUX slightly more concise, without (intentionally) affecting its completeness at all. Additionally, I am proposing that the debugging output of PXELINUX -- specifically the messages that appear after the copyright statement, but before the menu is loaded -- only be shown in response to keyboard input (such as holding Shift or Alt, or
2019 Jun 19
2
lpxelinux.0 issues with larger initrd.img files from RHEL >= 7.5 on UCS servers?
On June 19, 2019 12:21:05 PM PDT, Mathieu Chouquet-Stringer <m+syslinux at thi.eu.com> wrote: > Hello, > >On Tue, Jun 18, 2019 at 05:31:17PM -0700, hpa at zytor.com wrote: >> Which servers, what threshold, what clients, what about pxelinux.0? > >All affected servers so far are Cisco UCS B200 M3 blade servers. > >The threshold seems to be around 50MB, I haven't
2013 Mar 28
1
Makefile race condition with parallel make
When attempting to build syslinux in parallel (make -j5), I encountered the following error at the end: rm -f liblpxelinux.a ar cq liblpxelinux.a rawcon.o ./fs/pxe/dhcp_option.o ./fs/pxe/pxe.o ./fs/pxe/tftp.o ./fs/pxe/urlparse.o ./lwip/src/netif/ethernetif.o ./lwip/src/netif/etharp.o ./lwip/src/netif/slipif.o ./lwip/src/netif/ppp/md5.o ./lwip/src/netif/ppp/randm.o ./lwip/src/netif/ppp/chpms.o