Skip to content

Create a WinPE ISO

beta-tester edited this page Dec 22, 2020 · 7 revisions

Create a WinPE ISO

watch video Create_WinPE.mp4

on a Windows 10 computer:

  1. download "Windows ADK" and "Windows PE add-on" from Microsoft "Download and install the Windows ADK" page
  2. run adksetup.exe, the only feature you need is the "[x] Deployment Tools", it needs about 100MByte.
  3. run adkwinpesetup.exe, it needs about 6GByte.
  4. run "Deployment and Imaging Tools Environment" as administrator.
  5. run copype amd64 C:\WinPE_amd64, to copy WinPE for 64bit architecture.
  6. run copype x86 C:\WinPE_x86, to copy WinPE for 32bit architecture.
  7. (optional) customize your WinPE. see WinPE Optional Components (OC) Reference.
  8. run MakeWinPEMedia /ISO C:\WinPE_amd64 C:\WinPE_amd64\win-pe-x64.iso, to create win-pe-x64.iso file.
  9. run MakeWinPEMedia /ISO C:\WinPE_x86 C:\WinPE_x86\win-pe-x86.iso, to create win-pe-x86.iso file.
  10. open \\pxe-server\srv\iso network share
  11. copy win-pe-x64.iso file to \\pxe-server\srv\iso.
  12. copy win-pe-x86.iso file to \\pxe-server\srv\iso.

on the pxe-server:

re-run bash ~/RPi-PXE-Server/install-pxe-server_pass2.sh, to generate pxe-menu entries for win-pe-x86 and win-pe-x64.

Clone this wiki locally