Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting proxyDHCP info from PXE stack
2014-12-17, 08:35 (This post was last modified: 2014-12-17 08:36 by robinsmidsrod.)
Post: #2
RE: Getting proxyDHCP info from PXE stack
You don't need to use .kkpxe to get that behavior, you can use undionly.kpxe or ipxe.pxe depending on whether you want firmware-provided or native drivers. What you rename the binary to after doesn't matter. Use whatever fits your system. Regardless, you'll need an embedded script to achieve what you want. Here is an example:

Code:
#!ipxe
ifopen
chain http://myserver/mybootscript.ipxe
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Getting proxyDHCP info from PXE stack - robinsmidsrod - 2014-12-17 08:35



User(s) browsing this thread: 1 Guest(s)