Displaying 1 result from an estimated 1 matches for "address0x".
Did you mean:
address0
2013 Jan 08
4
SysLinux 5.0 - Problems booting via PXE
...but not
as before
where it tried to find the right 'default' file (syslinux.cfg) in the way:
.../gpxelinux.0
.../pxelinux.cfg/<mac-address>
.../pxelinux.cfg/<guid>
.../pxelinux.cfg/<mac-address formatted>
.../pxelinux.cfg/<ip-address 0x[0..7]>
.../pxelinux.cfg/<ip-address0x[0..6]>
.../pxelinux.cfg/<ip-address 0x[0..5]>
...
.../pxelinux.cfg/<ip-address 0x[0]>
.../pxelinux.cfg/default
.../menu.c32
...
it now stops searching after the first mac-address:
.../gpxelinux.0
.../ldlinux.c32
.../pxelinux.cfg/<mac-address>
...
So what I am doing wrong?
I...