During PXE boot, encouter Windows Deployment service error code 0xc0000704

YD 0 Reputation points
2024-12-11T11:01:22.2133333+00:00

During PXE boot, encouter Windows Deployment service error code 0xc0000704

Cannot fine anything on the forums or website regarding this specific error.

When I boot PXE on a vm, I can get the Windows deployment kit lay out, but when I boot from an HP Laptop on the netwerk, I receive this error after the PXE boot

Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other

4 answers

Sort by: Most helpful
  1. Vinayak Kadam 6 Reputation points
    2025-08-21T04:11:37.8733333+00:00

    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.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Anonymous
    2024-12-12T08:10:28.82+00:00

    Hello YD

    Thank you for posting in Q&A forum.

    The error code 0xc0000704 typically indicates an issue with the WDS configuration or network setup. Here are some steps you can take to troubleshoot this issue:

    1. Verify that the network settings on your HP laptop are correct and that it can communicate with the WDS server.
    2. Check the WDS server logs for any errors or warnings that might provide more details about the issue.
    3. you have redundant routers or IP helpers configured, ensure that they are not causing duplicate PXE requests, which can lead to errors.
    4. Try to Restart WDS Services:

    net stop wdsserver

    net start wdsserver

    1. Ensure that the firewall on the WDS server is not blocking the necessary ports for PXE boot.

    References:

    PXE boot causes WDS to crash - Configuration Manager

    Advanced troubleshooting for PXE boot issues - Configuration Manager

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  4. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.