Owners Manual
iSCSI ���Broadcom NetXtreme II® 网�适配器用�指南
file:///C|/Users/Nalina_N_S/Documents/NetXtremeII/SimpChin/iscsi.htm[9/5/2014 3:52:09 PM]
后 将 程序插入
Windows
映像
(WIM)
件中 从更 的映像中安装适用的
Windows Server
本。
如下
注 程中使用的 件和 件 名 示例。您可 自己的滑 流 目 定 件和 件 名称。
1. 于 Windows Server 2008 R2 和 SP2 安装 Windows 自 安装工具包 (AIK)。
—或者—
于 Windows Server 2012 和 2012 R2 安装 Windows 估和 署工具包 (ADK).
2. 使用以下命令 建 目 将其 随后所有 的 前目
md C:\Temp\x
cd /d C:\Temp\x
3. 使用以下命令 建 个子目
md src
md mnt
4. 使用以下命令 制 始 DVD 至 src 子目 下。
xcopy N:\ .\src /e /c /i /f /h /k /y /q
注意 在 示例中 安装 DVD 在 N: 器中。
5. 在提升模式下打开 署和映像工具命令提示符。然后 将 c:\Temp\x 前目 。
注意您将在随后的所有 中使用 命令提示符。
6. 入下列命令
attrib -r .\src\sources\boot.wim
attrib -r .\src\sources\install.wim
7. 入并运行以下命令以安装 boot.wim 映像
dism /mount-wim /wimfile:.\src\sources\boot.wim /index:2 /mountdir:.\mnt
注意 index 的 必 一 是"2"。
8. 入以下命令 将下面的 程序添 到 前安装的映像中
dism /image:.\mnt /add-driver /driver:C:\Temp\evbda\evbda.inf
dism /image:.\mnt /add-driver /driver:C:\Temp\bxnd60a\bxnd60a.inf
dism /image:.\mnt /add-driver /driver:C:\Temp\bxfcoe\bxfcoe.inf
dism /image:.\mnt /add-driver /driver:C:\Temp\bxois\bxois.inf
9. 入以下命令以取 安装 boot.wim 映像
dism /unmount-wim /mountdir:.\mnt /commit
10. 入以下命令 在 install.wim 映像下确定 要安装 SKU 的索引
dism /get-wiminfo /wimfile:.\src\sources\install.wim
例如 在 Windows Server 2012 中 索引 2 被确定 "Windows Server 2012 SERVERSTANDARD"。
11. 入以下命令以安装 install.wim 映像
dism /mount-wim /wimfile:.\src\sources\install.wim /index:X /mountdir:.\mnt
注意 X 是您在 10 中所 得索引 的占位符。
12. 入以下命令 将 程序添 到 前安装的映像中
dism /image:.\mnt /add-driver /driver:C:\Temp\evbd\evbd.inf
dism /image:.\mnt /add-driver /driver:C:\Temp\bxnd60a\bxnd60a.inf
dism /image:.\mnt /add-driver /driver:C:\Temp\bxfcoe\bxfcoe.inf
dism /image:.\mnt /add-driver /driver:C:\Temp\bxois\bxois.inf
13. 入以下命令以取 安装 install.wim 映像
dism /unmount-wim /mountdir:.\mnt /commit
14. 入以下命令以 建 .iso 件
oscdimg -e -h -m -n -lslipstream -bootdata:2#p0,e,b"c:\Program Files\Windows
AIK\Tools\PETools\amd64\boot\etfsboot.com"#pEF,e,b"c:\Program Files\Windows
AIK\Tools\PETools\amd64\boot\efisys.bin" c:\temp\x\src c:\temp\Win20xxMOD.iso
注意 Platform 是所要安装操作系 的体系 构的占位符 如 amd64 或 x86。另外 件名中的 xx 是 Windows Server 操
作系 本 2012、2008R2、2008SP2 的占位符。
15. 使用 DVD 刻 用程序 将您 建的 .iso 件刻 到 DVD。
16. 使用您在 15 中 建的 DVD 安装适用的 Windows Server 本。