DHCP Option (iPXE View)
|
2011-12-28, 02:32
(This post was last modified: 2011-12-28 02:35 by MultimediaMan.)
Post: #1
|
|||
|
|||
DHCP Option (iPXE View)
OK, I was using a Windows DHCP Server in conjunction with the Remote Boot Service for Windows Embedded: I wasn't sure what options it was offering up "under the covers". It looked a lot like DHCP Options 17 and 67, but I couldn't see those options populated with my input; so I wrote a quick and dirty little Windows script which belts out a semi-usable ipxe script: just change ",," to "&&" in a text editor...
Code: @ECHO OFF For the Record...what I was looking for was what the RBS handed out as far as a path and file... it used DHCP Option 253 to do the following where: %BOOTIMAGE% and %BOOTPARAMETERS% are the two variables I found in the RBS which I did not know the mechanics of: Microsoft, ever so thoughtful, did NOT document this... Code: [boot loader] Again, In the Remote Boot Server UI, these look a lot like DHCP Options 17 and 67, but alas, they are not... "Thus far, you have been adrift within the sheltered harbor of my patience..." |
|||
2012-09-28, 10:13
Post: #2
|
|||
|
|||
RE: DHCP Option (iPXE View)
If you have access to a packet trace that is usually much more helpful in figuring out what gets transmitted. The "config" iPXE command (http://ipxe.org/cmd/config) is also useful to see what you have.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)