-
Notifications
You must be signed in to change notification settings - Fork 62
Create a WinPE ISO
beta-tester edited this page Aug 28, 2021
·
7 revisions
- download "Windows ADK" and "Windows PE add-on" from Microsoft "Download and install the Windows ADK" page
- run
adksetup.exe
, the only feature you need is the "[x] Deployment Tools", it needs about 100MByte.
- run
adkwinpesetup.exe
, it needs about 6GByte.
- run "Deployment and Imaging Tools Environment" as administrator.
- run
copype amd64 C:\WinPE_amd64
, to copy WinPE for 64bit architecture.
- run
copype x86 C:\WinPE_x86
, to copy WinPE for 32bit architecture.
- (optional) customize your WinPE. see WinPE Optional Components (OC) Reference.
- run
MakeWinPEMedia /ISO C:\WinPE_amd64 C:\WinPE_amd64\win-pe-x64.iso
, to createwin-pe-x64.iso
file.
- run
MakeWinPEMedia /ISO C:\WinPE_x86 C:\WinPE_x86\win-pe-x86.iso
, to createwin-pe-x86.iso
file.
- open
\\pxe-server\srv\iso
network share - copy
win-pe-x64.iso
file to\\pxe-server\srv\iso
.
- copy
win-pe-x86.iso
file to\\pxe-server\srv\iso
.
re-run bash ~/RPi-PXE-Server/run.sh
, to generate pxe-menu entries for win-pe-x86
and win-pe-x64
.