<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>digital matter &#187; windows 7</title>
	<atom:link href="http://blog.loadlimits.info/tag/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.loadlimits.info</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 22 Jun 2010 10:46:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Virtual PC上でdebianのeth0が消えた現象</title>
		<link>http://blog.loadlimits.info/2010/02/virtual-pc%e4%b8%8a%e3%81%a7debian%e3%81%aeeth0%e3%81%8c%e6%b6%88%e3%81%88%e3%81%9f%e7%8f%be%e8%b1%a1/</link>
		<comments>http://blog.loadlimits.info/2010/02/virtual-pc%e4%b8%8a%e3%81%a7debian%e3%81%aeeth0%e3%81%8c%e6%b6%88%e3%81%88%e3%81%9f%e7%8f%be%e8%b1%a1/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:25:58 +0000</pubDate>
		<dc:creator>hotpi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[解決]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Virtual PC]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://blog.loadlimits.info/2010/02/virtual-pc%e4%b8%8a%e3%81%a7debian%e3%81%aeeth0%e3%81%8c%e6%b6%88%e3%81%88%e3%81%9f%e7%8f%be%e8%b1%a1/</guid>
		<description><![CDATA[Windows Vista Ultimate x32上のMicrosoft Virtual PCからWindows 7 Enterprise x64のWindows Virtual PCにDebian lennyの仮想マシンのデータをそっくり移して使おうとしたら、eth0がなぜか消えてしまった…
loしか残ってないという状況。
結論から言うと、/etc/udev/rules.d/70-persistent-net.rulesを削除した後、rebootしたら直りました。
/etc/init.d/networking restartとかでは直らず。
ゲストOSが64bitじゃないからいけないのかとか思ってdebianの64bit版とか別にインストールしようと試みて、ゲストOSには32bitしか受け付けないことを知ったり。なので、そこは問題ではなかった。
]]></description>
			<content:encoded><![CDATA[<p>Windows Vista Ultimate x32上のMicrosoft Virtual PCからWindows 7 Enterprise x64のWindows Virtual PCにDebian lennyの仮想マシンのデータをそっくり移して使おうとしたら、eth0がなぜか消えてしまった…</p>
<p>loしか残ってないという状況。</p>
<p>結論から言うと、/etc/udev/rules.d/70-persistent-net.rulesを削除した後、rebootしたら直りました。</p>
<p>/etc/init.d/networking restartとかでは直らず。</p>
<p>ゲストOSが64bitじゃないからいけないのかとか思ってdebianの64bit版とか別にインストールしようと試みて、ゲストOSには32bitしか受け付けないことを知ったり。なので、そこは問題ではなかった。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.loadlimits.info/2010/02/virtual-pc%e4%b8%8a%e3%81%a7debian%e3%81%aeeth0%e3%81%8c%e6%b6%88%e3%81%88%e3%81%9f%e7%8f%be%e8%b1%a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 x64でのVirtual PCとdebian</title>
		<link>http://blog.loadlimits.info/2010/01/windows-7-x64%e3%81%a7%e3%81%aevirtual-pc%e3%81%a8debian/</link>
		<comments>http://blog.loadlimits.info/2010/01/windows-7-x64%e3%81%a7%e3%81%aevirtual-pc%e3%81%a8debian/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 01:18:02 +0000</pubDate>
		<dc:creator>hotpi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[解決]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Virtual PC]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://blog.loadlimits.info/2010/01/windows-7-x64%e3%81%a7%e3%81%aevirtual-pc%e3%81%a8debian/</guid>
		<description><![CDATA[Windows 7 x64環境のWindows Virtual PCに、以前Vista 32bit版のMicrosoft Virtual PC 2007で使っていたdebian Lennyの仮想マシンを持ってきて起動させようとしたら、ブートの途中で何もエラーも表示せずに応答しなくなってしまったので対策を調査。
多分Windows 7どうこうではなくて、64bit版だということが問題っぽい。
MicrosoftVirtualPc2007/lenny &#8211; Debian Wiki
noreplace-paravirtパラメータを追加しておけば良いだけ。
まぁ、すでに設定していた場合は何もせずに移行できたって話ですね。Windows Virtual PCとVirtual PC 2007間での互換性問題はほとんどなさそう。
追記
NICを認識しない…やっぱりdebianを64bit版にするしかないのか…？
]]></description>
			<content:encoded><![CDATA[<p>Windows 7 x64環境のWindows Virtual PCに、以前Vista 32bit版のMicrosoft Virtual PC 2007で使っていたdebian Lennyの仮想マシンを持ってきて起動させようとしたら、ブートの途中で何もエラーも表示せずに応答しなくなってしまったので対策を調査。</p>
<p>多分Windows 7どうこうではなくて、64bit版だということが問題っぽい。</p>
<p><a href="http://wiki.debian.org/MicrosoftVirtualPc2007/lenny" target="_blank">MicrosoftVirtualPc2007/lenny &#8211; Debian Wiki</a></p>
<p>noreplace-paravirtパラメータを追加しておけば良いだけ。</p>
<p>まぁ、すでに設定していた場合は何もせずに移行できたって話ですね。Windows Virtual PCとVirtual PC 2007間での互換性問題はほとんどなさそう。</p>
<h3>追記</h3>
<p>NICを認識しない…やっぱりdebianを64bit版にするしかないのか…？</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.loadlimits.info/2010/01/windows-7-x64%e3%81%a7%e3%81%aevirtual-pc%e3%81%a8debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>自作ドライバを配布するためのインストーラー</title>
		<link>http://blog.loadlimits.info/2010/01/%e8%87%aa%e4%bd%9c%e3%83%89%e3%83%a9%e3%82%a4%e3%83%90%e3%82%92%e9%85%8d%e5%b8%83%e3%81%99%e3%82%8b%e3%81%9f%e3%82%81%e3%81%ae%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%a9%e3%83%bc/</link>
		<comments>http://blog.loadlimits.info/2010/01/%e8%87%aa%e4%bd%9c%e3%83%89%e3%83%a9%e3%82%a4%e3%83%90%e3%82%92%e9%85%8d%e5%b8%83%e3%81%99%e3%82%8b%e3%81%9f%e3%82%81%e3%81%ae%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%a9%e3%83%bc/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 13:43:45 +0000</pubDate>
		<dc:creator>hotpi</dc:creator>
				<category><![CDATA[Driver]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[UMDF]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://blog.loadlimits.info/2010/01/%e8%87%aa%e4%bd%9c%e3%83%89%e3%83%a9%e3%82%a4%e3%83%90%e3%82%92%e9%85%8d%e5%b8%83%e3%81%99%e3%82%8b%e3%81%9f%e3%82%81%e3%81%ae%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%a9%e3%83%bc/</guid>
		<description><![CDATA[DPInst.exeというものがとにかく便利すぎたのでメモ。
何せ上記実行ファイルを配布したいinfと同じフォルダに置くだけ。DPInst.exeを実行すればインストールが開始されます。
参考にしたのはこちらのサイト。
DPInst.exeの使い方 / How to use DPInst.exe WinUSB.sys事始め/ウェブリブログ
インストール画面をカスタマイズしたい場合に限り、定義XMLファイルを設置すればいいようです。
サンプルとして使えるXMLや画像一式は以下のフォルダにあります。
C:\WinDDK\7600.16385.0\src\setup\DPInst
日本語の場合はlanguage codeに0&#215;0411をセット。
&#60;language code=&#34;0&#215;0411&#34;&#62;
あとはUTF-8にして日本語で記述できます。
0&#215;0411を定義しておかないと、
現在の言語では、デバイス ドライバのインストール ウィザードはサポートされません。
このパッケージを提供した製造元に問い合わせてください。

と表示されて先に進めません。
ちなみにNSISでやることを最初考えていて、それは以下のページに書いてありました。
Driver installation and update &#8211; NSIS
こっちはまだ試していないのですが、アプリケーションとかも一緒にインストールする場合にはNSISの方が便利かも。
]]></description>
			<content:encoded><![CDATA[<p>DPInst.exeというものがとにかく便利すぎたのでメモ。</p>
<p>何せ上記実行ファイルを配布したいinfと同じフォルダに置くだけ。DPInst.exeを実行すればインストールが開始されます。</p>
<p>参考にしたのはこちらのサイト。</p>
<p><a href="http://winusb.at.webry.info/200807/article_1.html" target="_blank">DPInst.exeの使い方 / How to use DPInst.exe WinUSB.sys事始め/ウェブリブログ</a></p>
<p>インストール画面をカスタマイズしたい場合に限り、定義XMLファイルを設置すればいいようです。</p>
<p>サンプルとして使えるXMLや画像一式は以下のフォルダにあります。</p>
<p>C:\WinDDK\7600.16385.0\src\setup\DPInst</p>
<p>日本語の場合はlanguage codeに0&#215;0411をセット。</p>
<p>&lt;language code=&quot;0&#215;0411&quot;&gt;</p>
<p>あとはUTF-8にして日本語で記述できます。</p>
<p>0&#215;0411を定義しておかないと、</p>
<blockquote><p>現在の言語では、デバイス ドライバのインストール ウィザードはサポートされません。</p>
<p>このパッケージを提供した製造元に問い合わせてください。</p>
</blockquote>
<p>と表示されて先に進めません。</p>
<p>ちなみにNSISでやることを最初考えていて、それは以下のページに書いてありました。</p>
<p><a href="http://nsis.sourceforge.net/Driver_installation_and_update" target="_blank">Driver installation and update &#8211; NSIS</a></p>
<p>こっちはまだ試していないのですが、アプリケーションとかも一緒にインストールする場合にはNSISの方が便利かも。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.loadlimits.info/2010/01/%e8%87%aa%e4%bd%9c%e3%83%89%e3%83%a9%e3%82%a4%e3%83%90%e3%82%92%e9%85%8d%e5%b8%83%e3%81%99%e3%82%8b%e3%81%9f%e3%82%81%e3%81%ae%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%a9%e3%83%bc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
