Skip to content

Instantly share code, notes, and snippets.

@grimmo
Created July 29, 2024 07:26
Show Gist options
  • Select an option

  • Save grimmo/c906b49cd8d5c59b4136afee44d5141b to your computer and use it in GitHub Desktop.

Select an option

Save grimmo/c906b49cd8d5c59b4136afee44d5141b to your computer and use it in GitHub Desktop.
iPXE booting Microsoft Deployment Toolkit
#!ipxe
set boot-url http://<WEB SERVER>/
kernel wimboot gui
initrd /x64//Boot/BCD BCD
initrd /x64/Boot/boot.sdi boot.sdi
initrd /x64/Sources/LiteTouchPE_x64.wim boot.wim
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment