search for: __syslinux_debug_enabled

Displaying 3 results from an estimated 3 matches for "__syslinux_debug_enabled".

2019 Sep 29
3
vesamenu.c32 and EFI
.../bugzilla.syslinux.org/show_bug.cgi?id=27#c2 and that doesn't change the behaviour at all. I figured it might be already working/fixed in master so I've built syslinux myself instead last night and was consistently presented with errors when trying to load instead: ``` undef symbol FAIL: __syslinux_debug_enabled Failed to load libcom32.c32 Failed to load COM32 file vesamenu.c32 boot: ``` I'm at a bit of a loss where to go from here from either path, any suggestions? Thanks, Rob ls ``` -a---- 29/09/2019 16:35 465 syslinux.cfg -a---- 29/09/2019 16:33 139968 ldli...
2014 Jun 10
2
Recent (6.02) PXELINUX on Soekris net4501
* H. Peter Anvin, 2014-06-10 : > You probably want to test both pxelinux.0 and lpxelinux.0... if it is > sticking in pxe_init_isr you're using the latter. Correct. And indeed pxelinux.0 goes much further than lpxelinux.0! I have a few issues yet to fix: * Undef symbol FAIL: __syslinux_debug_enabled (I must have done something wrong while building) * find proper fix for serial i/o (my crude hack handles output, but not input; I now end up with a boot: prompt but cannot enter anything). Is there a known correct way of setting up pxelinux for serial-only I/O? > Have y...
2014 Jun 10
2
Recent (6.02) PXELINUX on Soekris net4501
Dear all, I'm trying to boot a recent PXELINUX on a brand new Soekris net4501 (comBIOS 1.33). This combination appears to not work out of the box... I see much advice floating around from a few years ago, hinting that earlier versions of PXELINUX might have worked. However before resorting to archaeology I'd be interested in feedback from others who might have got through this. I