Deployment Guide
使用 Microsoft Windows PE 2.0 将 Dell Command | Configure 目录结构集成到
WIM 文件
Dell Command | Configure 提供 cctk_x86_winpe.bat 和 cctk_x86_64_winpe.bat 的脚本以将 Dell
Command | Configure
、HAPI 和相关 Dell 驱动程序集成到 WIM 文件中。要将 Dell Command | Configure
目录结构集成到 WIM 文件,请执行以下操作:
1. 浏览到脚本所在的目录。
注: 默认情况下,适用于 32 位系统的脚本位于 C:\Program Files\Dell\Command Configure\x86
目录。适用于 64 位系统的脚本位于 Command Configure\x86_64 目录。
2. 在将 WMI 文件和 Dell Command | Configure 目录位置作为两个参数输入的情况下运行适当的脚本:
cctk_winpe.bat <path_of wim_file> <path_of_Command Configure>。如果 Dell
Command | Configure
已安装在默认目录中,请运行以下脚本:
• 对于 32 位系统,运行 cctk_x86_winpe.bat C:\winPE_x86 C:\Progra~1\Dell
\Comman~1。
• 对于 64 位系统,运行 cctk_x86_64_winpe.bat C:\winPE_x86_64 C:\Progra~2\Dell
\Comman~1 。
注: 请确保命令中使用的路径定向至 Command Configure 文件夹。
将在相同位置创建在可引导 ISO 映像和 WIM 文件 -winpe.wim 创建期间需使用的文件。
3. 将 <path_of_wim_file>\winpe.wim 文件重命名为 boot.wim。
4. 使用 <path_of_wim_file>\boot.wim 覆盖 <path_of_wim_file>\ISO\sources\boot.wim 文件。
例如,copy C:\winPE_x86\boot.wim C:\winPE_x86\ISO\sources\boot.wim。
5. 使用 Windows AIK 创建可引导 Windows PE 映像。
相关链接:
• 使用 Microsoft Windows AIK 创建可引导的 Microsoft Windows PE 映像
使用 Microsoft Windows AIK 创建可引导的 Microsoft Windows PE 映像
1. 单击开始 → 程序 → Microsoft Windows AIK → Windows PE 工具命令提示符。
注: 要准备适用于支持 64 位系统的可引导映像,请从命令提示符浏览至以下目录:
• 对于 64 位系统:<AIK_installation_directory>\Windows AIK\Tools\amd64
• 对于 32 位系统:<AIK_installation_directory>\Windows AIK\Tools\i86
否则为 <AIK_installation_directory>\Windows AIK\Tools\PEtools。
2. 运行以下命令:oscdimg –n —b<path_of_wim_file>\etfsboot.com <path_of_wim_file>
\ISO <path_of_wim_file\image_file_name.iso>。
例如 oscdimg –n –bc:\winPE_x86\etfsboot.com c:\winPE_x86\ISO c:
\winPE_x86\WinPE2.0.iso。
此命令将在路径 C:\winPE_x86 directory 中创建可引导 ISO 映像 WinPE2.0.iso。
24