<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://engineer-memo.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>WAIK</title><link>http://engineer-memo.com/wikis/waik/default.aspx</link><description>Windows Automated Installation Kit  について</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Windows PE の USB フラッシュメモリからのブート方法</title><link>http://engineer-memo.com/wikis/waik/windows-pe-usb/revision/0.aspx</link><pubDate>Fri, 01 May 2009 22:59:39 GMT</pubDate><guid isPermaLink="false">514c75e0-30ca-439c-ac93-e5368bc2ce79:2</guid><dc:creator>ちょう</dc:creator><description>Current revision posted to WAIK by ちょう on 2009/05/02 7:59:39&lt;br /&gt;
&lt;h2&gt;&lt;span style="background: SpringGreen;"&gt;Windows&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;PE&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;の&lt;/span&gt; USB フラッシュメモリからのブート方法&lt;/h2&gt;
&lt;p&gt;USB フラッシュメモリから ブート可能な Windows PE 起動ディスクを作成するためのメモ&lt;br /&gt;&lt;br /&gt;基本的な作業は WAIK のヘルプ内のチュートリアルで網羅されています。 &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;以下のコマンドを実行し、PE ビルド環境を作成します。
&lt;p&gt;copype.cmd x86 c:\winpe_x86&lt;br /&gt;※ x86 となっている個所を x64 / ia64 にすると各 CPU アーキテクチャ用のイメージになります。 &lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;デフォルトでは入らないツール類をコピーします。 
&lt;ul&gt;
&lt;li&gt;Imagex&lt;br /&gt;copy &amp;quot;C:\Program Files\Windows AIK\Tools\x86\imagex.exe&amp;quot; c:\winpe_x86\iso\ &lt;/li&gt;
&lt;li&gt;Pkgmgr.exe&lt;br /&gt;xcopy &amp;quot;C:\Program Files\Windows AIK\Tools\x86\Servicing\*&amp;quot; c:\winpe_x86\iso\Servicing /s &lt;br /&gt;copy %windir%\system32\msxml6*.dll c:\winpe_x86\iso\Servicing &lt;/li&gt;
&lt;li&gt;oscdimg&lt;br /&gt;copy &amp;quot;C:\Program Files\Windows AIK\Tools\PETools\oscdimg.exe&amp;quot; c:\winpe_x86\iso\ &lt;/li&gt;
&lt;li&gt;peimg&lt;br /&gt;copy &amp;quot;C:\Program Files\Windows AIK\Tools\PETools\peimg.exe&amp;quot; c:\winpe_x86\iso\&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;除外一覧ファイル (ImageX でイメージを作成する際に除外するファイル) を以下のディレクトリに作成します。&lt;br /&gt;c:\winpe_x86\iso\Wimscript.ini&lt;br /&gt;&lt;br /&gt;Wimscript.ini の内容&lt;br /&gt;
&lt;p&gt;[ExclusionList]&lt;br /&gt;ntfs.log&lt;br /&gt;hiberfil.sys&lt;br /&gt;pagefile.sys&lt;br /&gt;&amp;quot;System Volume Information&amp;quot;&lt;br /&gt;RECYCLER&lt;br /&gt;Windows\CSC &lt;/p&gt;
&lt;p&gt;[CompressionExclusionList] &lt;br /&gt;*.mp3 &lt;br /&gt;*.zip &lt;br /&gt;*.cab &lt;br /&gt;\WINDOWS\inf\*.pnf &lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;USB フラッシュメモリを以下の設定でフォーマットします。
&lt;p&gt;diskpart&lt;br /&gt;select disk &amp;lt;Disk Number&amp;gt;&lt;br /&gt;clean&lt;br /&gt;create partition primary &lt;br /&gt;select partition 1&lt;br /&gt;active&lt;br /&gt;format fs=fat32&lt;br /&gt;assign&lt;br /&gt;exit&lt;br /&gt;※Disk Number は diskpart の list disk コマンドで確認します。 &lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;以下のコマンドを実行し、USB フラッシュメモリに作成した PE ビルド環境をコピーします。
&lt;p&gt;xcopy c:\winpe_x86\iso\*.* /s /e /f &amp;lt;USB フラッシュメモリのドライブ&amp;gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>USB フラッシュメモリからのブート方法</title><link>http://engineer-memo.com/wikis/waik/windows-pe-usb/revision/1.aspx</link><pubDate>Fri, 01 May 2009 22:56:36 GMT</pubDate><guid isPermaLink="false">514c75e0-30ca-439c-ac93-e5368bc2ce79:1</guid><dc:creator>ちょう</dc:creator><description>Revision 1 posted to WAIK by ちょう on 2009/05/02 7:56:36&lt;br /&gt;
&lt;p&gt;USB フラッシュメモリから ブート可能な Windows PE 起動ディスクを作成するためのメモ&lt;br /&gt;&lt;br /&gt;基本的な作業は WAIK のヘルプ内のチュートリアルで網羅されています。 &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;以下のコマンドを実行し、PE ビルド環境を作成します。
&lt;p&gt;copype.cmd x86 c:\winpe_x86&lt;br /&gt;※ x86 となっている個所を x64 / ia64 にすると各 CPU アーキテクチャ用のイメージになります。 &lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;デフォルトでは入らないツール類をコピーします。 
&lt;ul&gt;
&lt;li&gt;Imagex&lt;br /&gt;copy &amp;quot;C:\Program Files\Windows AIK\Tools\x86\imagex.exe&amp;quot; c:\winpe_x86\iso\ &lt;/li&gt;
&lt;li&gt;Pkgmgr.exe&lt;br /&gt;xcopy &amp;quot;C:\Program Files\Windows AIK\Tools\x86\Servicing\*&amp;quot; c:\winpe_x86\iso\Servicing /s &lt;br /&gt;copy %windir%\system32\msxml6*.dll c:\winpe_x86\iso\Servicing &lt;/li&gt;
&lt;li&gt;oscdimg&lt;br /&gt;copy &amp;quot;C:\Program Files\Windows AIK\Tools\PETools\oscdimg.exe&amp;quot; c:\winpe_x86\iso\ &lt;/li&gt;
&lt;li&gt;peimg&lt;br /&gt;copy &amp;quot;C:\Program Files\Windows AIK\Tools\PETools\peimg.exe&amp;quot; c:\winpe_x86\iso\&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;除外一覧ファイル (ImageX でイメージを作成する際に除外するファイル) を以下のディレクトリに作成します。&lt;br /&gt;c:\winpe_x86\iso\Wimscript.ini&lt;br /&gt;&lt;br /&gt;Wimscript.ini の内容&lt;br /&gt;
&lt;p&gt;[ExclusionList]&lt;br /&gt;ntfs.log&lt;br /&gt;hiberfil.sys&lt;br /&gt;pagefile.sys&lt;br /&gt;&amp;quot;System Volume Information&amp;quot;&lt;br /&gt;RECYCLER&lt;br /&gt;Windows\CSC &lt;/p&gt;
&lt;p&gt;[CompressionExclusionList] &lt;br /&gt;*.mp3 &lt;br /&gt;*.zip &lt;br /&gt;*.cab &lt;br /&gt;\WINDOWS\inf\*.pnf &lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;USB フラッシュメモリを以下の設定でフォーマットします。
&lt;p&gt;diskpart&lt;br /&gt;select disk &amp;lt;Disk Number&amp;gt;&lt;br /&gt;clean&lt;br /&gt;create partition primary &lt;br /&gt;select partition 1&lt;br /&gt;active&lt;br /&gt;format fs=fat32&lt;br /&gt;assign&lt;br /&gt;exit&lt;br /&gt;※Disk Number は diskpart の list disk コマンドで確認します。 &lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;以下のコマンドを実行し、USB フラッシュメモリに作成した PE ビルド環境をコピーします。
&lt;p&gt;xcopy c:\winpe_x86\iso\*.* /s /e /f &amp;lt;USB フラッシュメモリのドライブ&amp;gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Windows PE の CD からのブート方法</title><link>http://engineer-memo.com/wikis/waik/windows-pe-cd/revision/0.aspx</link><pubDate>Fri, 01 May 2009 22:59:13 GMT</pubDate><guid isPermaLink="false">514c75e0-30ca-439c-ac93-e5368bc2ce79:4</guid><dc:creator>ちょう</dc:creator><description>Current revision posted to WAIK by ちょう on 2009/05/02 7:59:13&lt;br /&gt;
&lt;div&gt;P2V / V2P 用に ISO 版の Windows PE を使いたかったので軽く確認してみました。&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;基本的な手順は [&lt;a href="http://engineer-memo.spaces.live.com/blog/cns!DEC1C75BCA0DCEB2!267.entry"&gt;Windows PE の USB フラッシュメモリからのブート方法&lt;/a&gt;] と同じです。&lt;/div&gt;
&lt;div&gt;除外ファイル一覧の作成をしてから、以下のコマンドを実行して ISO イメージを作成します。&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;table bgcolor="#000000" border="0" style="width:470px;height:23px;color:#ffffff;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div&gt;oscdimg -n -b&amp;lt;boot sector file&amp;gt;&amp;nbsp;&amp;lt;ISO ソースディレクトリ&amp;gt;&amp;nbsp;&amp;lt;ISO ファイル名&amp;gt;&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;例)&lt;/div&gt;
&lt;div&gt;
&lt;table bgcolor="#000000" border="0" style="width:557px;height:23px;color:#ffffff;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div&gt;oscdimg -n -bc:\winpe_x86\etfsboot.com c:\winpe_x86\ISO c:\winpe_x86\winpe_x86.iso&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;</description></item><item><title>Windows PE でイメージキャプチャを取得 / 展開する方法</title><link>http://engineer-memo.com/wikis/waik/windows-pe/revision/0.aspx</link><pubDate>Fri, 01 May 2009 22:58:37 GMT</pubDate><guid isPermaLink="false">514c75e0-30ca-439c-ac93-e5368bc2ce79:3</guid><dc:creator>ちょう</dc:creator><description>Current revision posted to WAIK by ちょう on 2009/05/02 7:58:37&lt;br /&gt;
&lt;p&gt;作成した USB フラッシュメモリからブート後にイメージキャプチャをするためのメモ &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;イメージキャプチャの取得 
&lt;ul&gt;
&lt;li&gt;以下のコマンドを実行してドライブイメージをキャプチャします。&lt;br /&gt;
&lt;table bgcolor="#000000" border="0" style="width:557px;height:23px;color:#ffffff;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;imagex /capture &amp;lt;取得元ドライブ&amp;gt; &amp;lt;保存先&amp;gt; &amp;quot;&amp;lt;キャプチャ名(任意のラベル)&amp;gt;&amp;quot; /check /verify &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;例)&lt;br /&gt;
&lt;table bgcolor="#000000" border="0" style="width:360px;height:23px;color:#ffffff;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;imagex /capture c: g:\capture.wim &amp;quot;capture&amp;quot; /check /verify &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;イメージキャプチャの展開&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;キャプチャしたイメージを展開するには以下のコマンドを実行します。&lt;br /&gt;
&lt;table bgcolor="#000000" border="0" style="width:446px;height:23px;color:#ffffff;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;imagex /apply &amp;lt;イメージ名&amp;gt; &amp;lt;イメージナンバー&amp;gt; &amp;lt;展開先&amp;gt; /check /verify &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;例)&lt;br /&gt;
&lt;table bgcolor="#000000" border="0" style="width:313px;height:23px;color:#ffffff;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;imagex /apply g:\capture.wim 1 c: /check /verify &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br /&gt;イメージを展開時に展開先はフォーマットされないため必要に応じて以下のコマンドを実行し展開先をフォーマットします。&lt;br /&gt;
&lt;table bgcolor="#000000" border="0" style="width:313px;height:23px;color:#ffffff;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;diskpart&lt;br /&gt;list disk&lt;br /&gt;select disk &amp;lt;ディスク NO&amp;gt;&lt;br /&gt;list part&lt;br /&gt;select part &amp;lt;パーティション NO&amp;gt;&lt;br /&gt;format &lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;シャットダウンの方法 
&lt;ul&gt;
&lt;li&gt;Windows PE からシャットダウンする場合は以下のコマンドを実行します。&lt;br /&gt;&lt;br /&gt;
&lt;table bgcolor="#000000" border="0" style="width:143px;height:23px;color:#ffffff;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;wpeutil shutdown &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;</description></item></channel></rss>