码迷,mamicode.com
首页 > 其他好文 > 详细

WDS 2012 R2 0xc0000000f 捕获镜像失败

时间:2015-06-23 18:16:02      阅读:456      评论:0      收藏:0      [点我收藏+]

标签:wds capture

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 image 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 image 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 image[==========================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 image[==========================100.0%==========================]Unmounting image[==========================100.0%==========================]The operation 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 2012 R2 0xc0000000f 捕获镜像失败

标签:wds capture

原文地址:http://xiximeili.blog.51cto.com/3350366/1664688

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!