WDS 2012 R2 0xc0000000f 捕获镜像失败

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

时间: 2024-10-06 15:47:14

WDS 2012 R2 0xc0000000f 捕获镜像失败的相关文章

十一、MDT 2013 Update 1批量部署-SERVER 2012 R2 标准版的安装

11.1 导入SERVER 2012 R2 标准版操作系统,方法与WINDOWS 7类似 建立安装任务 安装任务信息显示 完成建立安装任务 11.SERVER 2012 R2 标准版操作系统安装部署 安装信息显示,可以开始安装 WINDOWS SERVER 2012 R2标准版安装完成 server 2012 r2服务器版本一样可以封装成标准镜像 开始封装以及捕获服务器操作系统镜像 完成server 2012 r2服务器操作系统镜像捕获 MDT 2013 UPDATE 1除了可以完成win 7.

SCVMM 2012 R2运维管理四之:安装SCVMM

SCVMM 2012 R2运维管理四之:安装SCVMM 随着虚拟化和私有云的盛行,我们对虚拟机的管理的需求也越来越高,微软的System Center中的System Center Virtual Machine Manager(简称SCVMM)正是一款能够管理微软.Vmware.思捷三家的虚拟化基础架构平台的管理工具.同时对于微软自己的产品Hyper-v来说,如果希望能够做到实时迁移.P2V.V2V等操作,也只能在SCVMM平台上实现.Windows Server操作系统自带的Hyper-v管

Windows Server 2012 R2 WDS部署服务之四部署Win8 64位操作系统

上一篇博文中我们添加了win8 64bit的启动映像和安装映像,下面我们进行win8 64bit的部署. 其大致原理为:win8客户端从PXE启动后发送广播包找到网络中的DHCP服务器,从DHCP服务器获取到IP地址后和WDS服务器进行通信,然后从WDS服务器下载启动映像与安装映像,最后进行win8系统的安装. 好,现在我们正式进行Win8系统的部署 现在启动后可以看到客户端从DHCP服务器请求IP地址 看到标黄的部分已经从DHCP服务器拿到了IP地址配置,并且从WDS服务器启动 正在载入文件

在Windows Server 2012 R2上安装SharePoint 2013 with SP1失败,提示没有.net4.5的解决办法

现在的Server用Windows Server 2012 R2的越来越多了,在部署带Sp1的SharePoint2013的时候,走完预安装工具后,点击setup提示缺少.net4.5. 其实Windows Server 2012 R2打完所有更新补丁后,操作系统的.net版本已经是4.6.1了,因为.net4.6是os的组件的一部分,所以无法直接卸载,也不能单独去手工安装.net4.5安装包. 通过dotnetfx_cleanup_tool 卸载失败了. 2种解决办法: a. 修改注册表: 1

Windows Server 2012 R2 WDS部署服务之一安装

WDS概念: Windows Deploy Services (windows 部署服务)在企业中实现操作系统自动部署 WDS安装条件: WDS需要域环境,DNS服务器,DHCP服务器,因为Windows部署服务使用的预启动执行环境 (PXE) 依靠 DHCP 进行 IP 寻址.另外,WDS服务器的分区必须是NTFS格式 WDS实验环境: 2012dc1:DC,DHCP,DNS以及WDS都安装在这台server上 下面开始,首先启动服务器管理器,添加角色 选择在2012dc1上安装角色 由于之前

Citrix环境下,SQL Server 2012 R2镜像部署(一)

一.  基础环境介绍 1.操作系统版本 服务器操作系统:WindowsServer 2012 R2 with SP1 DateCenter SQL Server版本:SQL Server 2012 R2 with SP1 Enterprise_Core 2.服务器角色 CTXDB01   IP:192.168.50.181 主体服务器 CTXDB02   IP:192.168.50.182 镜像服务器 CTXDBWit  IP:192.168.50.190 见证服务器 3.AD OU准备 数据库

Windows Server 2012 R2 -(1)下载安装ISO镜像文件

(一)下载安装ISO镜像文件 Windows Server 2012 R2 VL with Update (x64) - DVD (Chinese-Simplified) 文件名:cn_windows_server_2012_r2_vl_with_update_x64_dvd_6052729.iso SHA1:5E88BF62773D4867CF904AF94F66EEA2062E35E4 文件大小:5.16GB 发布时间:2014-12-15 下载地址(复制到迅雷): ed2k://|file

SCCM2012 R2实战系列之九:OSD(中)--捕获镜像

在上篇文章中我们详细的完成了OSD的初始化配置.导入镜像.任务序列的创建和常见问题的排错.但是在实际环境中这样分发了干净的操作系统后还需要手动为客户端安装各种各样的应用程序.所以更为好的方法是将一台计算机安装完操作系统,并把常用的软件安装成功后,将此计算机作为模板计算机.今天就跟大家一起分享如何从模板计算机中捕获镜像,捕获镜像是在OSD中用得最为广泛的方式. 1.  先决条件 构建引用计算机,引用计算机必须满足以下要求: 计算机必须是工作组的成员. 本地管理员密码必须为空. 准备好模板计算机,已

SCCM 2012 R2安装部署过程和问题(二)

上篇:SCCM 2012 R2安装部署过程和问题(一) 在上篇我们已经完成了SCCM 2012 R2安装前的准备,其中有许多细节,关于数据库的准备和权限的设置是需要特别注意的.那么接下来我们开始安装SCCM 2012 R2. SCCM采用以站点和站点角色为核心的部署架构.在不同的物理位置可以部署站点,形成一个树形的层次结构,在这个结构中站点有主辅之分,也有父子之分:在同一个站点内可以部署不同的服务器,为各个服务器部署不同的站点角色,例如管理点,分发点,软件升级点等站点角色.其架构与域有相似之处,