MDT Error- a connection to the deployment share could not be made the following network device did not have driver installed.

Loganathan R 166 Reputation points
2023-01-13T09:13:51.9866667+00:00

Hello All,

I am getting error as following looking for your assistance.IMG_20230113_095741752 (002)

Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
0 comments No comments

2 answers

Sort by: Most helpful
  1. Christian 36 Reputation points MVP
    2026-06-20T15:14:45.3733333+00:00

    When booting client machines into an MDT environment, the deployment fails with the error:“A connection to the deployment share (\mdt\DeploymentShare) could not be made. Using the traditional aapporach to inject drivers only will fail. As you can see from common forum advice, standard WinPE storage/network driver packs from Dell or Intel were injected into the deployment share. Even attempting to update local machine drivers via Dell Command | Update fails because local OS updates do not impact the isolated WinPE RAM environment.

    The breakthrough had nothing to do with missing hardware drivers. Instead, it was an environment trust issue caused by modern Microsoft security hardening. The issue was successfully resolved by the below s shared here:

    • Patching the WinPE: Mounting the WinPE boot image via DISM and injecting the latest Windows Cumulative Update (CU).
    • Updating Secure Boot Trust: Ensuring the 2023 Secure Boot certificates were fully updated within the boot media so WinPE could successfully authenticate and establish a secure SMB network connection to the server.
    • Regenerating Media: Running a complete regeneration of the deployment share boot images and replacing the WIM inside Windows Deployment Services (WDS).

    I hope you will find this comment useful. Else, feel free to reply and I will make myself available to answer further queries.

    Was this answer helpful?


  2. AllenLiu-MSFT 49,441 Reputation points Microsoft External Staff
    2023-01-16T01:56:17.1966667+00:00

    Hi, @Loganathan R

    Thank you for posting in Microsoft Q&A forum.

    It seems your boot image is missing the WinPE driver for that NIC.

    Please try to do the following:

    1. Grab the enterprise driver pack for the correct version of WinPE for the OS being deployed. Extract it, then import the WinPE drivers to the boot drivers folder.
    2. Update the Deployment Share (will re-generate the boot images)
    3. Import the updated boot image to WDS (or whatever you use as a PXE server)

    The similar thread for your reference:

    https://community.spiceworks.com/topic/2133949-a-connection-to-the-deployment-share-could-not-be-made


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


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.