Displaying 2 results from an estimated 2 matches for "tftp_data".
Did you mean:
temp_data
2015 Jan 15
0
PXE Error Reporting
...rror_code)) {
+ case 1: /* File not found. */
+ errno = ENOENT;
+ break;
+
+ case 2: /* Access violation. */
+ errno = EACCES;
+ break;
+ }
goto done; /* ERROR reply; don't try again */
case TFTP_DATA:
2015 Jan 15
3
PXE Error Reporting
Sebastian,
On 01/15/2015 12:49 AM, Sebastian Herbszt wrote:
> which version of pxelinux were you trying? Looks like < 5.x.
the one from Fedora 20, syslinux-4.05.
It turns out that pxelinux.0 from Fedora 21, syslinux-6.03, reports
"Failed to load ldlinux.c32" when ldlinux.c32 can't be read, and
"Loading <FILE>... failed: No such file or directory" when the