The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Passing parameters to WinPE
2013-05-02, 08:45
Post: #1
Passing parameters to WinPE
Hi,

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 ?

Code:
#!gpxe
kernel http://srv1/winpe/wimboot
initrd http://srv1/winpe/media/bootmgr bootmgr
initrd http://srv1/winpe/media/Boot/BCD BCD
initrd http://srv1/winpe/media/Boot/Fonts/segmono_boot.ttf segmono_boot.ttf
initrd http://srv1/winpe/media/Boot/Fonts/segoe_slboot.ttf segoe_slboot.ttf
initrd http://srv1/winpe/media/Boot/Fonts/wgl4_boot.ttf wgl4_boot.ttf
initrd http://srv1/winpe/media/Boot/boot.sdi boot.sdi
initrd http://srv1/winpe/media/sources/boot.wim boot.wim
boot

Thank you
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



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