[ADK] 升级 WinPE 5.0 到 WinPE 5.1

[ 2014/04/14 14:58 | by gOxiA ]

Windows-8-Logo-Large

升级 WinPE 5.0 到 WinPE 5.1

        Windows 8.1 Update 已经发布,其对应的 Windows ADK(Windows Assessment and Deployment Kit)也随之更新发布,新版的 Windows ADK for Windows 8.1 Update 下载地址是:http://www.microsoft.com/en-us/download/details.aspx?id=39982 。由于之前 gOxiA 进行 WIMBoot 的实验,需要用到 Windows ADK,但是在实际使用中发现,虽然新版的 Windows ADK 核心部分已经升级,但是内置的 Windows PE 还是基于老的版本,即:WinPE 5.0。这样一来导致当使用生成的 WinPE 进行 WIMBoot 部署时,其 DISM 命令不支持 WIMBoot 参数。

        如果我们要进行 WIMBoot 测试,就必须先将 WinPE 5.0 升级到 WinPE 5.1。为此,我们需要执行如下操作。

        首先,手工下载 KB2919442KB2919355 并将其解压提取其中的 CAB 文件。

        之后,准备一个 PE 环境,并载入 Windows PE 的映像文件。

dism /mount-image /imagefile:c:\winpe_amd64\media\sources\boot.wim /index:1 /mountdir:c:\winpe_amd64\mount

        现在,手工将 Windows 8.1 Update 的两个更新包集成到映像中。

dism /add-package /packagepath:c:\msu\windows8.1-kb2919442-x64.cab /image:c:\winpe_amd64\mount /logpath:addpackage.log

dism /add-package /packagepath:c:\msu\windows8.1-kb2919355.cab /image:c:\winpe_amd64\mount /logpath:addpackage.log

        更新包集成完毕,可使用下面的命令行对映像执行优化。

dism /image:c:\winpe_amd64\mount /cleanup-image /startcomponentcleanup /resetbase

        最后,完成映像的修改。

dism /unmount-image /mountdir:c:\winpe_amd64\mount /commit

        为了有效减少该映像的大小,推荐执行下列命令行,从升级后的映像中生成一个全新的映像,并根据需要进行原始映像的替换。

dism /export-image /sourceimagefile:c:\winpe_amd64\media\sources\boot.wim /sourceindex:1 /destinationimagefile:c:\winpe_amd64\media\sources\boot2.wim

        至此,WinPE 5.0 到 WinPE 5.1 的升级工作即告一段落,我们可以重新生成 ISO 以备后用。

makewinpemedia /iso c:\winpe_amd64 c:\winpe_amd64\winpe5.1_amd64.iso

参考文档:http://technet.microsoft.com/zh-cn/library/dn613859.aspx

MSFT_SolutionAccelerators

微软发布 Microsoft Deployment Toolkit 2013 正式版

        在 Windows 8.1/Server 2012 R2 上市之后没几天,新版 Microsoft Deployment Toolkit 2013(MDT2013)也随即发布。

        MDT2013 除了修复已知问题,还增加了对 Windows 8.1/Server 2012 R2 的支持,同时也增加了对 ConfigMgr 2012 R2 的支持。

        但是需要特别注意的是,MDT2013 将只支持 Windows 7 或以上版本的系统部署,加入您当前的企业环境还需要部署 Windows XP 或 Vista,并使用 ConfigMgr 2007 或 2012 SP1 版本,那么请保留 MDT 2012 Update 1。

        下面是 MDT2013 更新信息:

Scripts

DeployWiz_LanguageUI.xml. Fixed Brazilian Portugese keyboard layout references.  

LTIApply.wsf. Fixed issues with UEFI x86 and UEFI prestaged media deployments.  

InternationalSettings.xml. Fixed Russian Standard Time text to correctly indicate UTC+04:00.  

OSDBranding(x64).vbs. Added logic to ensure only app variables are branded to the registry.  

ServerManager.xml. Updated role list to add Windows 8.1 and Windows Server 2012 R2 roles and features, removed entries for OSes that are no longer supported.  

ZTIDataAccess.vbs. Modified logic to try all ConfigMgr R2 network access accounts.  

ZTIExecuteRunbook.vbs. Modified logic to try all ConfigMgr R2 network access accounts.  

ZTIOSRole.wsf. Added logic to install Windows 8.1 and Windows Server 2012 R2 roles and features.  

ZTIPSUtility.vbs. Modified logic to handle new PowerShell versions.  

ZTISupportedPlatforms.xml. Modified to match OS versions supported by MDT 2013.  

ZTIUtility.vbs. Modified logic to try all ConfigMgr R2 network access accounts.  

Task sequence templates

SCCM_Client.xml, SCCM_Server.xml. Fixed UEFI format steps to set OSDTemporaryDrive and OSDisk variables, removed Windows XP/Server 2003 format steps.  

Other files

BDDAdminDB.sql. Modified the application field name to allow for names up to 255 characters.  

Unattend_(x86/x64).xml. Removed IE welcome page setting, added replacement IE settings.  

GPO packs. Removed all the GPO packs.  

Bug fixes

Fixed error while updating winpeshl.ini when DaRT is included in boot images.  

Fixed issue with locating DaRT remote control viewer.  

Removed ConfigMgr 2007 from integration wizard.

Download_Symbol windows_symbol_clr_56x56 Microsoft Deployment Toolkit (MDT) 2013

        从现有 MDT 版本升级方式安装 MDT 2013 时需要注意,在安装前请先卸载 Windows ADK 8,并安装最新发布的 Windows ADK 8.1,否则在安装后打开部署点时会出现警告,并拒绝执行操作。如下图所示:

6

        整个升级过程与以往版本操作完全相同,在升级安装完成后,需要对部署点执行升级才算完整全部的升级工作。

7

8

image

Microsoft Deployment Toolkit 2013 Preview 现已发布

        Microsoft Deployment Toolkit 2013 Preview(MDT2013Pre)这次更新速度很快,与 Windows 8.1 Preview 算是同时发布!MDT2013Pre 主要改进如下:

  • 支持 Windows ADK for Windows 8.1 Preview
  • 增加对 Windows 8.1 Preview 和 Windows Server 2012 R2 Preview 的部署支持
  • 支持 System Center 2012 R2 Configuration Manager Preview 的 ZTI(zero-touch integration)

        其他更多的细节和新版已知问题可参考附带的 Release Notes,虽然 MDT2013Pre 公开发布,但是要下载还需要访问 Microsoft Connect 加入 MDT Group 才可!

        MDT2013Pre 的升级很简单,直接在当前 MDT 环境安装即可,之后更新部署点并生成新的启动映像,用它替换 WDS 中旧的映像即可。

分页: 22/52 第一页 上页 17 18 19 20 21 22 23 24 25 26 下页 最后页 [ 显示模式: 摘要 | 列表 ]