DHCP bootfile option is 67, not 64.
authorH. Peter Anvin <hpa@zytor.com>
Fri, 19 Oct 2007 22:20:53 +0000 (15:20 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 1 Nov 2007 22:34:45 +0000 (15:34 -0700)
pxelinux.asm

index d54510b..625ffb2 100644 (file)
@@ -2263,7 +2263,7 @@ dopt_%2:
                jmp dhcp_copyoption
 .skip:         ret
 
-       dopt 64, bootfile_name
+       dopt 67, bootfile_name
                mov di,BootFile
                jmp dhcp_copyoption