<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[gOxiA=苏繁=SuFan Blog]]></title> 
<link>https://maytide.net/index.php</link> 
<description><![CDATA[gOxiA,苏繁,sufan,Microsoft MVP]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[gOxiA=苏繁=SuFan Blog]]></copyright>
<item>
<link>https://maytide.net/read.php/22.htm</link>
<title><![CDATA[HOWTO：为 Windows PE 2.0 添加第三方驱动]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[Deployment]]></category>
<pubDate>Sat, 02 Feb 2008 03:34:56 +0000</pubDate> 
<guid>https://maytide.net/read.php/22.htm</guid> 
<description>
<![CDATA[ 
	<p>      Windows PE 2.0 是一个以 Vista 为核心的系统预部署工具，除了用于系统部署以外，还被很多网友定制成工具盘，被广泛用于系统维护。</p><p>      ITPro 使用 Windows PE 2.0 多数面向客户端的系统部署，如使用 WDS 或结合 BDD 以实现商业桌面部署加速。但是我们可能会遇到这类的情况，设备上的网卡不被 Windows PE 2.0 所支持，那么远程安装即会失败，其实我们可以通过 WAIK 工具对 Windows PE 2.0 进行修改，手工添加网卡驱动，以及其他第三方的驱动程序，而这一过程只需要使用 WAIK 中提供的工具即可完成。</p><p>      如需修改 Windows PE 2.0 ，我们需要安装 WAIK，对于 WAIK 的安装及其他相关资讯请参考之前的 Blog。以下是修改的大致过程，具体操作中涉及的路径请根据实际情况进行对应修改。</p><p>      1、将完整的驱动程序及 Windows PE 2.0 的 .wim 文件拷贝到一个目录</p><p>      2、并创建一个用于临时存储 Windows PE 2.0 脱机文件的目录，如：pemount</p><p>      3、找到 &quot;Microsoft Windows AIK &quot; 程序组，点击 &quot;Windows PE 工具命令提示&quot; 进入 PE CMD Line</p><p>      4、使用 imagex 命令加参数 mountrw 先将 .wim 加载到 pemount 目录中<br /><div class="code">imagex /mountrw c:\winpe2\pe2.wim 1 c:\pemount</div></p><p>      5、使用 peimg 命令将第三方驱动添加到 Windows PE 2.0 中，如需添加多个设备驱动请重复该步骤。<br /><div class="code">peimg /inf=c:\winpe2\netdrv c:\pemount\windows</div></p><p>      6、使用 imagex 命令加参数 unmount 及 commit 将修改写入到 .wim<br /><div class="code">imagex /unmout c:\pemount /commit</div></p><p>      我们会发现向 Windows PE 2.0 添加驱动的关键命令就是 peimg，如果了解更多的资讯建议阅读 WAIK 中的 Windows PE 用户手册。</p>
]]>
</description>
</item><item>
<link>https://maytide.net/read.php/22.htm#blogcomment1688</link>
<title><![CDATA[[评论] HOWTO：为 Windows PE 2.0 添加第三方驱动]]></title> 
<author>ERIC &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 04 Mar 2009 09:34:28 +0000</pubDate> 
<guid>https://maytide.net/read.php/22.htm#blogcomment1688</guid> 
<description>
<![CDATA[ 
	说的这么轻巧，那个第三方驱动的INF文件从哪里弄来啊，晕死
]]>
</description>
</item><item>
<link>https://maytide.net/read.php/22.htm#blogcomment1689</link>
<title><![CDATA[[评论] HOWTO：为 Windows PE 2.0 添加第三方驱动]]></title> 
<author>gOxiA &lt;goxia@live.cn&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 05 Mar 2009 02:50:32 +0000</pubDate> 
<guid>https://maytide.net/read.php/22.htm#blogcomment1689</guid> 
<description>
<![CDATA[ 
	to:ERIC,显卡、网卡……提供的不都有驱动程序么？
]]>
</description>
</item><item>
<link>https://maytide.net/read.php/22.htm#blogcomment1883</link>
<title><![CDATA[[评论] HOWTO：为 Windows PE 2.0 添加第三方驱动]]></title> 
<author>KK &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 03 Sep 2009 00:53:26 +0000</pubDate> 
<guid>https://maytide.net/read.php/22.htm#blogcomment1883</guid> 
<description>
<![CDATA[ 
	那驱动的版本有没有要求呢？<br/>win2k3的可以么？<br/>还是只能用win2k8的？
]]>
</description>
</item><item>
<link>https://maytide.net/read.php/22.htm#blogcomment1986</link>
<title><![CDATA[[评论] HOWTO：为 Windows PE 2.0 添加第三方驱动]]></title> 
<author>polarbear &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 13 Feb 2010 12:58:49 +0000</pubDate> 
<guid>https://maytide.net/read.php/22.htm#blogcomment1986</guid> 
<description>
<![CDATA[ 
	用驱动精灵备份驱动后，就得到了
]]>
</description>
</item><item>
<link>https://maytide.net/read.php/22.htm#blogcomment2320</link>
<title><![CDATA[[评论] HOWTO：为 Windows PE 2.0 添加第三方驱动]]></title> 
<author>Vino &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 20 Jan 2011 09:37:47 +0000</pubDate> 
<guid>https://maytide.net/read.php/22.htm#blogcomment2320</guid> 
<description>
<![CDATA[ 
	用peimg封装的时候需要注意以下几点：<br/>1.&nbsp;&nbsp;http://goxia.maytide.net/read.php/22.htm这个文章中提到的方法大部分是适用的，只是有一个非常重要的参数和官方给出的解决方法不相同,官方地址：http://support.microsoft.com/kb/923834<br/>imagex /mountrw c:\winpe2\pe2.wim 1 c:\pemount， 其中的1这个参数和官方的参数有差别，官方为2.<br/>这里的1和2，用可用dism和imagex查看，dism在windows process里面已经说了。imagex的查看方法为：imagex /info c:\boot.vim<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;而且在windows process 用dism 封装驱动时选择的参数也是2。Dism /Mount-WIM /WimFile:c:\amy\os.wim /index:2 /MountDir:c:\amy\mount,所以puyi给的网上的那个文章可能有错<br/>2.&nbsp;&nbsp;在加载驱动的时候，需要用全路径。即：peimg /info=c:\drivers\NC751i\bxvbd.inf,而不能用peimg&nbsp;&nbsp;/info=c:\drivers\NC751i.（可能在只有一个.inf文件的时候，可以这样用）<br/>如果存在多个.inf文件时会报错：PEIMG failed to complete the operation with status code 0x800f0003.<br/>3.&nbsp;&nbsp;如果驱动包中存在多个.inf文件，最好把所有的.inf文件全部封装到boot image中.像NC751i的驱动包中就有4个.inf文件<br/> <br/>4.&nbsp;&nbsp;在PXE Server上加了一个test_for_brocade的boot image,可以正常启动dl785-g6(测试过2 次，运行正常).
]]>
</description>
</item>
</channel>
</rss>