summaryrefslogtreecommitdiff
path: root/pxelinux.doc
diff options
context:
space:
mode:
authorhpa <hpa>1999-09-26 07:24:26 +0000
committerhpa <hpa>1999-09-26 07:24:26 +0000
commit58d0e64bf4aa04619f140febcaf47e1a906a9b5c (patch)
treed4163a92bbd772b0754cddd41c409c84af6ff532 /pxelinux.doc
parent05e75abe97b1406b638e6154830268dff1f4c35e (diff)
downloadsyslinux-58d0e64bf4aa04619f140febcaf47e1a906a9b5c.tar.gz
Work on getting PXELINUX to work on PXE boot PROMs derived from the
Intel PXE 2.0 PDK, which is apparently just as buggy as its predecessor, but has *different* bugs...
Diffstat (limited to 'pxelinux.doc')
-rw-r--r--pxelinux.doc5
1 files changed, 4 insertions, 1 deletions
diff --git a/pxelinux.doc b/pxelinux.doc
index bdf18632..b444bee0 100644
--- a/pxelinux.doc
+++ b/pxelinux.doc
@@ -107,7 +107,7 @@ with onboard Ethernet and "Intel LANDesk(R) Service Agent II version
0.99c", using ISC dhcpd 2.0.
Unfortunately, this particular version of Intel LANDesk Service Agent
-II seems to have a rather serious bug: it requests the TFTP "blksize"
+II seems to have a rather serious bug : it requests the TFTP "blksize"
option, but will be mortally confused if this option is actually
accepted! There are two possible workarounds for this bug:
@@ -126,6 +126,7 @@ accepted! There are two possible workarounds for this bug:
2. Add the following DHCP option:
+ THIS IS AN ILLEGAL OPTION - FIX THIS SECTION
"option vendor-encapsulated-options 08:00:00:01:7f:00:00:01 ;"
That line is not supposed to be necessary, and in fact makes
@@ -134,6 +135,8 @@ accepted! There are two possible workarounds for this bug:
boot PROM doesn't request the "blksize" option if it has already
failed an MTFTP transfer, and thus the bug is avoided.
+It appears this bug was fixed in version 0.99h.
+
++++ SOME NOTES ++++