Passing state/args/data to chainloaded iPXE
|
2016-02-22, 17:53
Post: #1
|
|||
|
|||
Passing state/args/data to chainloaded iPXE
How do I easily pass state/args/data from iPXE, to another chainloaded iPXE binary? I have to do a multi-stage boot chain, to load an iPXE binary with the correct console output device (serial COM1, COM2, VGA, etc), and break the loop afterwards.
My use case, step by step:
At this point, how can the second-stage iPXE binary know that it is at the second stage, and then set a user-class that will indicate this to the DHCP server? (Which will then return the main iPXE boot script to the client.) While I could build a set of binaries that embed a script that sets the user-class to "iPXE-stage2" or something, it makes it rather inflexible. Can I instead embed a single script that can be used in both stage 1 and 2, and have access to some sort of variable/argument that tells it to set the DHCP user-class option? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Passing state/args/data to chainloaded iPXE - svenx - 2016-02-22 17:53
RE: Passing state/args/data to chainloaded iPXE - mcb30 - 2016-02-28, 23:03
RE: Passing state/args/data to chainloaded iPXE - mcb30 - 2016-02-28, 23:11
|
User(s) browsing this thread: 1 Guest(s)