WDS Capture Wizard Cannot See Disk

Matthew Miller 0 Reputation points
2023-06-29T15:49:06.39+00:00

I have using a hybrid MDT/WDS model. I plan to capture an image I have created using WDS and then update my MDT Deployment Share with the captured image and use MDT to deploy it to other machines.

However, after sysprepping the machine with the image and PXE booting into the capture wizard I have found that the Volumes to Capture drop down is empty.

I opened the command prompt and used diskpart to try and view the disk, however it cannot see any disks at all.

WDS holds the drivers for the particular machine I am using to capture the image, including the storage driver, and when trying to attach them to the boot image that I create the capture (Win 10 as Win 11 claims to be depreciated) the only one that fails is ipf_acpi [x64], not the storage driver.

Any ideas?

Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 45,126 Reputation points
    2023-06-30T14:20:06.11+00:00

    Hello there,

    If the WDS (Windows Deployment Services) Capture Wizard cannot see the disk during the capture process, it could be due to various reasons. Here are some troubleshooting steps you can try:

    Verify network connectivity: Ensure that the computer running the WDS server and the computer being captured are connected to the same network and can communicate with each other. Check the network cables, firewall settings, and network configurations to ensure proper connectivity.

    Check storage controller drivers: The lack of appropriate storage controller drivers can prevent the WDS Capture Wizard from detecting the disk. Make sure that the necessary storage controller drivers are available in the boot image used by the WDS server. You may need to inject the drivers into the boot image using the Windows Deployment Image Servicing and Management (DISM) tool.

    Enable disk controller in BIOS/UEFI: Ensure that the disk controller is enabled in the BIOS/UEFI settings of the computer being captured. If the disk controller is disabled, the WDS Capture Wizard won't be able to detect the disk. Access the BIOS/UEFI settings and enable the appropriate disk controller.

    Check disk format and partition: Verify that the disk being captured is properly formatted and has partitions that are accessible. If the disk is not formatted or has an unsupported format, the WDS Capture Wizard may not be able to recognize it. Ensure that the disk is formatted with a compatible file system (such as NTFS) and has at least one accessible partition.

    I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–


  2. Matthew Miller 0 Reputation points
    2023-07-12T09:40:47.52+00:00

    I have found a solution to the problem. The client machine I was using contained an M.2 SSD. I'm not sure why, but there is something that stops WDS from seeing these SSDs. I swapped the client for another older model that had HDDs in and WDS could see that one fine.

    0 comments No comments

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.