Skip to content

Instantly share code, notes, and snippets.

WDSUTIL /Replace-Image /Image:"Lite Touch Windows PE (x64)" /Server:PLBYWDS220 /ImageType:Boot /Architecture:x64 /ReplacementImage /ImageFile:"D:\MDT_deployment\Boot\LiteTouchPE_x64.wim"
IF EXIST D:\inetpub\wwwroot\Images_Content\wimboot\boot\boot.wim (
del D:\inetpub\wwwroot\Images_Content\wimboot\boot\boot.wim
)
COPY /b /v /y "D:\MDT_deployment\Boot\LiteTouchPE_x64.wim" D:\inetpub\wwwroot\Images_Content\wimboot\boot
REN "D:\inetpub\wwwroot\Images_Content\wimboot\boot\LiteTouchPE_x64.wim" "boot.wim"
@szy-device
szy-device / _INSTALL.md
Created August 28, 2025 08:27 — forked from robinsmidsrod/_INSTALL.md
Bootstrapping full iPXE native menu with customizable default option with timeout (also includes working Ubuntu 12.04 preseed install)

Add the following chunk to your existing ISC dhcpd.conf file.

if exists user-class and ( option user-class = "iPXE" ) {
    filename "http://boot.smidsrod.lan/boot.ipxe";
}
else {
    filename "undionly.kpxe";
}

(or see https://gist.github.com/4008017 for a more elaborate setup