Displaying 4 results from an estimated 4 matches for "pxe_chdir".
2013 Jun 04
3
Syslinux 5.10 released
...tt (1):
Fix support for Linux kernel images with no protected mode code
Matt Fleming (12):
ldlinux: Always update ConfigName when opening a config file
readconfig: Don't display "(null)" labels when hitting TAB
Partially revert "pxe: Pass absolute path to pxe_chdir()"
ldlinux: Fixup lwip merge botch
pxe: Fix compiler warnings and real bug
load_linux: update errno before returning
linux: Clear up error message
font: increment pointer to fontbuf by font height
serial: fix SERIAL directive for ports > 0
font: wri...
2013 Jul 10
1
[5.xx-6.01] broken PXE with HTTP
On 07/09/2013 06:41 AM, Gene Cumm wrote:
>
> The only specifics I recall seeing in packet captures is that even
> though lwIP is using UNDI to open a TCP socket on a port, iPXE steps
> in and says that port is closed.
>
Right, and that is death right there. I need to talk to Michael and see
if this can be worked around.
-hpa
2013 Jun 05
0
Syslinux 5.10 released
...for Linux kernel images with no protected mode code
>
> Matt Fleming (12):
> ldlinux: Always update ConfigName when opening a config file
> readconfig: Don't display "(null)" labels when hitting TAB
> Partially revert "pxe: Pass absolute path to pxe_chdir()"
> ldlinux: Fixup lwip merge botch
> pxe: Fix compiler warnings and real bug
> load_linux: update errno before returning
> linux: Clear up error message
> font: increment pointer to fontbuf by font height
> serial: fix SERIAL directive fo...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello,
the following patches should get multidisk access working.
The syntax accepted is the following:
(hdx,y)/path/to/file
where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk.
the other accepted syntax is using MBR's 32 bits disk signature so for example:
(mbr:0x12345678,2)/foo/bar
would address