Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Passing parameters to WinPE
2013-05-02, 10:51
Post: #2
RE: Passing parameters to WinPE
(2013-05-02 08:45)Kirioss Wrote:  
Code:
#!gpxe

Should be "#!ipxe". I assume you're using iPXE rather than gPXE; if not, then the first thing you should do is upgrade to iPXE.

Quote:I'm booting a winPE with this script (which is working perfectly fine) but I would like to pass a parameter that I can retreive from the PE when it is booted.
Is there a way to do that ?

No way that immediately springs to mind. You could potentially use imagex or wimlib on the server side to modify the .wim image at the point of serving it up.

It might be simpler to include code within your .wim to retrieve the dynamic parameters over the network after WinPE starts up, rather than trying to pass a parameter via the WinPE boot mechanism.

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Passing parameters to WinPE - Kirioss - 2013-05-02, 08:45
RE: Passing parameters to WinPE - mcb30 - 2013-05-02 10:51



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