Windows Deployment Services encountered an error:
Error Code: 0xc0000704
resolved After replace wdsmgfw.efi
c:\RemoteInstall\Boot\x64\wdsmgfw.efi
or
D:\RemoteInstall\Boot\x64\wdsmgfw.efi
The “wdsmgfw.efi” file is not typically available as a direct standalone download from official sources. Instead, it is extracted and updated from official Windows installation media or Windows ISO files, particularly the latest Windows 11 24H2 Enterprise ISO or other recent Windows builds.
To get the updated “wdsmgfw.efi” file:
Download the latest Windows 11 24H2 Enterprise ISO from an official Microsoft source.
Mount the ISO and browse to the “sources” folder.
Extract the “boot.wim” image and mount it using Deployment Image Servicing and Management (DISM) tool.
Within the mounted image, navigate to the directory containing the updated “wdsmgfw.efi” (usually something like Windows\Boot\PXE_EX or similar).
Copy the “wdsmgfw.efi” file to your WDS RemoteInstall boot folder, replacing the older version.
This method ensures you get the official latest signed and updated “wdsmgfw.efi” for use in your Windows Deployment Services environment.