WDS R2 0xc0000000f capture Mirror failed

Source: Internet
Author: User

Any
actual Clear instructions for people in doing this?

Nick "The Naked MVP" Whittome

Here is the exact steps I used to fix the x64 capture image in our production WDS, using SAURABH.K ' DISM fix (I assume th At your know how to locate the capture WIM on disk, if not it'll normally be located in REMOTEINSTALL\BOOT\<ARCHITECTU re>\images\).

    1. Log on to your WDS server and create a empty directory that can mount the WIM in (I used C:\MountDir)

    2. Open a command line window with administrator privileges, you'll run the both DISM commands here

    3. Mount the WIM file with the command dism/mount-wim/wimfile:<path-to-wim-file>/mountdir:< Your-mount-dir-of-choice>/index:1

    4. Unmount the WIM file, committing changes (even though you didn ' t do any) with the commandDism/unmount-wim/mountdir :<your-mount-dir-of-choice>/commit

Worked perfectly in my home labs and our production WDS at work. Both servers were running fully patched versions of Server R2. The capture image I had at home came from a Server-R2 with Update ISO, while the one in work came from a Windows 8.1 With Update ISO. Neither worked before the fix.

Output from the successful fix on work:

C:\>dism/Mount-Wim/Wimfile:C:\remoteinstall\boot\x -\images\capture_x64.Wim/MountDir:C:\mountdir/Index:1Deployment Image Servicing  and ManagementToolVersion: 6.3.9600.17031MountingImage[==========================100.0%==========================] theOperation completed successfully.C:\>dism/unmount-Wim/MountDir:C:\mountdir/CommitDeployment Image Servicing  and ManagementToolVersion: 6.3.9600.17031Image File :C:\remoteinstall\boot\x -\images\capture_x64.WimImage Index : 1SavingImage[==========================100.0%==========================]unmountingImage[==========================100.0%==========================] theOperation completed successfully.


https://social.technet.microsoft.com/Forums/windowsserver/en-US/a164b948-1778-42bd-8d77-9cef1ca70866/ Image-capture-boot-image-fails-with-0xc000000f?forum=winserversetup

WDS R2 0xc0000000f capture Mirror failed

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.