Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] : iPXE and WDS Config
2016-02-04, 11:26 (This post was last modified: 2017-02-13 14:49 by sebus.)
Post: #22
iPXE and WDS Config
(2013-06-05 10:09)robinsmidsrod Wrote:  Have you tried the SCCM howto? http://ipxe.org/howto/sccm

Just to add that these instructions can be "improved"

There is nice wiki here:
http://www.richud.com/wiki/Windows_7_SCCM_Deploy

But that only gives the TS menu (or one can escape it using Auto-clicker)
But this presents another problem, as the machine downloads and reboots to .wim specified in TS (which negates the initial gain of the fast boot!)

And if all we need to do is a quick clone, then we can use different patching entries: (where WINPE.SP10010C.WIM is boot image to be used with deployed TS)

Code:
echo ** Patching Ramdisk
reg add "HKLM\SYSTEM\CurrentControlSet\Control" /v PEBootType /t REG_SZ /d "Error" /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control" /v SystemStartOptions /t REG_SZ /d " MININT RDIMAGEOFFSET=8192 RDIMAGELENGTH=3161088 RDPATH=NET(0)\\SMSIMAGES\\SP10010C\\WINPE.SP10010C.WIM" /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control" /v FirmwareBootDevice /t REG_SZ /d "ramdisk(0)" /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control" /v PEBootTypeErrorCode /t REG_DWORD /d "2147942413" /f

rem === For UEFI PXE boot the following lines are also needed! ===
reg add "HKLM\SYSTEM\CurrentControlSet\Control\PXE" /v DHCPServerACK /t REG_BINARY /d "" /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\PXE" /v BootServerReply /t REG_BINARY /d "" /f

This way there is no need for TS engine to do anything else, but just carry on the TS itself)

TsmBootstrap.ini with Unattended=true is required

One can of course argue that there is no PXE Deployment record for machine in SCCM DB, but I rather have this for the speed of initial boot

sebus
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: iPXE and WDS Config - Sha0 - 2012-11-08, 20:22
RE: iPXE and WDS Config - Sedorox - 2012-11-09, 04:31
RE: iPXE and WDS Config - Alphakarem - 2012-11-09, 15:09
RE: iPXE and WDS Config - Alphakarem - 2012-11-11, 01:09
iPXE and WDS Config - sebus - 2016-02-04 11:26



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