<?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>ほげぐらまの別館 &#187; bcdedit</title>
	<atom:link href="http://lain.heavy.jp/lain/tag/bcdedit/feed" rel="self" type="application/rss+xml" />
	<link>http://lain.heavy.jp/lain</link>
	<description>プログラムに限らずてきとーに、ね？</description>
	<lastBuildDate>Sat, 29 Aug 2015 14:47:38 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.7.41</generator>
	<item>
		<title>UEFI上に展開されたWindows 8 (vhdx)をブートする</title>
		<link>http://lain.heavy.jp/lain/2013/01/28/662</link>
		<comments>http://lain.heavy.jp/lain/2013/01/28/662#comments</comments>
		<pubDate>Sun, 27 Jan 2013 16:33:44 +0000</pubDate>
		<dc:creator><![CDATA[st.lain]]></dc:creator>
				<category><![CDATA[コンピュータ]]></category>
		<category><![CDATA[bcdedit]]></category>
		<category><![CDATA[windows 8]]></category>
		<category><![CDATA[Windows Server 2012]]></category>

		<guid isPermaLink="false">http://lain.heavy.jp/lain/2013/01/28/662</guid>
		<description><![CDATA[特にこれといって複雑なものでもないですが、Windows Server 2012 (UEFI)上にあるWindows 8のvhdxをVHDブートする設定のメモ書き、です。 bcdedit /export &#8220;C [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>特にこれといって複雑なものでもないですが、Windows Server 2012 (UEFI)上にあるWindows 8のvhdxをVHDブートする設定のメモ書き、です。</p>
<blockquote><p>bcdedit /export &#8220;C:\bcdedit.backup&#8221;<br />bcdedit /create /d &#8220;Windows 8 Enterprise &#8211; VHD&#8221; /application osloader</p>
<p>&nbsp;</p>
<p>bcdedit /set &lt;UUID&gt; device vhd=&#8221;[D:]\hyper-v\Windows 8\Virtual Hard Disks\system.vhdx&#8221;<br />bcdedit /set &lt;UUID&gt; osdevice vhd=&#8221;[D:]\hyper-v\Windows 8\Virtual Hard Disks\system.vhdx&#8221;<br />bcdedit /set &lt;UUID&gt; path \Windows\system32\<strong><font color="#ff0000">winload.efi</font></strong><br />bcdedit /set &lt;UUID&gt; systemroot \Windows<br />bcdedit /set &lt;UUID&gt; locale ja-JP<br />bcdedit /set &lt;UUID&gt; detecthal yes</p>
<p>bcdedit /displayorder &lt;UUID&gt; /addlast</p>
</blockquote>
<p>注意すべき点は赤文字の部分、vhd側のブートパスもefiを使用します。手っ取り早いのは既存の構成をコピーして、device, osdeviceの部分を上書きするという方法が良いかもしれません。後、何気に書いていますがvhdx(Windows Server 2012移行でサポートされる仮想HDDイメージファイル)でも普通に起動できます。</p>
<p>これが出来ないと私の場合は iPod Touch / iPad のWi-Fi同期が行えないので、ミュージックなどのコンテンツを更新できないクリティカルな部分でしたが無事行えてほっとしています。</p>
<p>※ RemoteFX USB RedirectでもiTunesは正常認識しないよ・・・・！！</p>
<p>ってことで、これからもHyper-V + RemoteFX生活は続きます。</p>
]]></content:encoded>
			<wfw:commentRss>http://lain.heavy.jp/lain/2013/01/28/662/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
