How to Execute Windows-diskless-boot Using Win Pe
How to Execute Windows-diskless-boot Using Win Pe
pe
To execute a Windows diskless boot using Windows PE (WinPE), you must configure a PXE
server to load WinPE over the network, then connect to an iSCSI target for the full OS
installation. Here's a structured approach:
Mount and customize the image with necessary drivers using DISM:
dism /Mount-Image /ImageFile:C:\WinPE_amd64\media\sources\boot.wim /Index:1 /MountDir
dism /Image:C:\WinPE_amd64\mount /Add-Driver /Driver:C:\Drivers /Recurse
dism /Unmount-Image /MountDir:C:\WinPE_amd64\mount /Commit
Partition the iSCSI disk using diskpart and proceed with installation [4] .
Post-Installation Adjustments
Disable the pagefile to prevent crashes:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v
1. https://github.com/ipxe/ipxe/discussions/984
2. https://learn.microsoft.com/en-us/windows/deployment/configure-a-pxe-server-to-load-windows-pe
3. https://ipxe.org/howto/winpe
4. https://forum.level1techs.com/t/rages-disk-less-windows-10-boot-from-iscsi-adventures-results/14359
7
5. https://www.youtube.com/watch?v=EmAH0dp0LGA