Any actual Clear instructions for people on doing this?

Nick "The Naked MVP" Whittome

Here are the exact steps I used to fix the x64 capture p_w_picpath on our production WDS, using Saurabh.k' DISM fix (I assume that you know how to locate the capture WIM on disk, if not it will normally be located in RemoteInstall\Boot\<architecture>\Images\).

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

  2. Open a command line window with administrator privileges, you'll run the two 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 make any) with the commanddism /unmount-wim /mountdir:<your-mount-dir-of-choice> /commit

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

Output from the successful fix at work:

C:\>dism /mount-wim /wimfile:C:\RemoteInstall\Boot\x64\Images\capture_x64.wim /mountdir:C:\MountDir /index:1Deployment Image Servicing and Management toolVersion: 6.3.9600.17031Mounting p_w_picpath[==========================100.0%==========================]The operation completed successfully.C:\>dism /unmount-wim /mountdir:C:\MountDir /commitDeployment Image Servicing and Management toolVersion: 6.3.9600.17031Image File : C:\RemoteInstall\Boot\x64\Images\capture_x64.wimImage Index : 1Saving p_w_picpath[==========================100.0%==========================]Unmounting p_w_picpath[==========================100.0%==========================]The operation completed successfully.


 

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