[SOLVED] RE: iPXE & WDS [Prestaged: false]
|
2014-03-29, 02:57
Post: #15
|
|||
|
|||
RE: iPXE & WDS [Prestaged: false]
(2014-03-24 12:59)KingBonecrusher Wrote: I have only WDS, no SCCM. I have applied the patches to the bcd files. I have used your code... i got this error too, and i know why: iPXE send TFTP Request is this: /Boot\${arch}\wdsnbp.com the "/" is reason, WDS TFTP dosn't locate "/", but "\" or "" is ok so, modify source code tftp.c static int tftp_send_rrq ( struct tftp_request *tftp ) { const char *path = tftp->uri->path; modify to: static int tftp_send_rrq ( struct tftp_request *tftp ) { const char *path = tftp->uri->path + 1; BTW: i'm sorry, my english is very poor. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)