<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentare zu: Windows Bluescreen: 0x0000007B INACCESSIBLE_BOOT_DEVICE</title>
	<atom:link href="http://blog.mcbachmann.de/linux/windows-bluescreen-0x0000007b-inaccessible_boot_device/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mcbachmann.de/linux/windows-bluescreen-0x0000007b-inaccessible_boot_device</link>
	<description>Der Blog zur Website ;-)</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:30:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Von: codeape</title>
		<link>http://blog.mcbachmann.de/linux/windows-bluescreen-0x0000007b-inaccessible_boot_device/comment-page-1#comment-10777</link>
		<dc:creator>codeape</dc:creator>
		<pubDate>Thu, 03 Nov 2011 21:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=322#comment-10777</guid>
		<description>From the bottom of my heart: Thank you!

Migrating a Windows 2003 computer almost made me cry. Your article solved my problem.</description>
		<content:encoded><![CDATA[<p>From the bottom of my heart: Thank you!</p>
<p>Migrating a Windows 2003 computer almost made me cry. Your article solved my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: fstyle.de &#187; Blog Archive &#187; Cloning OS with Case Study: Windows NT/XP/7</title>
		<link>http://blog.mcbachmann.de/linux/windows-bluescreen-0x0000007b-inaccessible_boot_device/comment-page-1#comment-2532</link>
		<dc:creator>fstyle.de &#187; Blog Archive &#187; Cloning OS with Case Study: Windows NT/XP/7</dc:creator>
		<pubDate>Wed, 30 Jun 2010 14:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=322#comment-2532</guid>
		<description>[...] after restoring the image using this tutorial featuring Offline NT Password &amp; Registry Editor: http://blog.mcbachmann.de/linux/windows-bluescreen-0x0000007b-inaccessible_boot_device/comment-page-.... chntpw and cabextract had to be installed using sudo apt-get install x, where x is chntpw and [...]</description>
		<content:encoded><![CDATA[<p>[...] after restoring the image using this tutorial featuring Offline NT Password &amp; Registry Editor: <a href="http://blog.mcbachmann.de/linux/windows-bluescreen-0x0000007b-inaccessible_boot_device/comment-page-..." rel="nofollow">http://blog.mcbachmann.de/linux/windows-bluescreen-0x0000007b-inaccessible_boot_device/comment-page-&#8230;</a>. chntpw and cabextract had to be installed using sudo apt-get install x, where x is chntpw and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Sven Bachmann</title>
		<link>http://blog.mcbachmann.de/linux/windows-bluescreen-0x0000007b-inaccessible_boot_device/comment-page-1#comment-2336</link>
		<dc:creator>Sven Bachmann</dc:creator>
		<pubDate>Tue, 25 May 2010 04:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=322#comment-2336</guid>
		<description>&lt;a href=&quot;#comment-2315&quot; rel=&quot;nofollow&quot;&gt;@restorer&lt;/a&gt; 
Yes, this path is something like /mnt/win/WINDOWS/system32. This cryptic DEST is necessary because with the 3 lines before you change to &quot;windows/driver cache/i386&quot;. The grep command inside will find out if the system32 directory is called System32 or SYSTEM32 or anything like this, because Linux is case sensitive.

To the &quot;drivers&quot; dir - sorry, can&#039;t check this now, but maybe you can tell me if it is necessary, then I&#039;ll add it.</description>
		<content:encoded><![CDATA[<p><a href="#comment-2315" rel="nofollow">@restorer</a><br />
Yes, this path is something like /mnt/win/WINDOWS/system32. This cryptic DEST is necessary because with the 3 lines before you change to &#8220;windows/driver cache/i386&#8243;. The grep command inside will find out if the system32 directory is called System32 or SYSTEM32 or anything like this, because Linux is case sensitive.</p>
<p>To the &#8220;drivers&#8221; dir &#8211; sorry, can&#8217;t check this now, but maybe you can tell me if it is necessary, then I&#8217;ll add it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: restorer</title>
		<link>http://blog.mcbachmann.de/linux/windows-bluescreen-0x0000007b-inaccessible_boot_device/comment-page-1#comment-2315</link>
		<dc:creator>restorer</dc:creator>
		<pubDate>Sat, 22 May 2010 15:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=322#comment-2315</guid>
		<description>DEST=&quot;../../`ls ../../ &#124; grep -w -i system32`&quot;

But this path is somethings like /mnt/win/WINDOWS/system32 isn&#039;t it?
I&#039;m working on an SP1 system... And I&#039;ve read the ms knowledge support link which suggest destination dir: %SystemRoot%\System32\Drivers.
Now, I have a dir /mnt/win/WINDOWS/system32/drivers that countains many &quot;.sys&quot; files..
So in my case, isn&#039;t that directory the right DEST in which extract .cab files?</description>
		<content:encoded><![CDATA[<p>DEST=&#8221;../../`ls ../../ | grep -w -i system32`&#8221;</p>
<p>But this path is somethings like /mnt/win/WINDOWS/system32 isn&#8217;t it?<br />
I&#8217;m working on an SP1 system&#8230; And I&#8217;ve read the ms knowledge support link which suggest destination dir: %SystemRoot%\System32\Drivers.<br />
Now, I have a dir /mnt/win/WINDOWS/system32/drivers that countains many &#8220;.sys&#8221; files..<br />
So in my case, isn&#8217;t that directory the right DEST in which extract .cab files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: lethalwp</title>
		<link>http://blog.mcbachmann.de/linux/windows-bluescreen-0x0000007b-inaccessible_boot_device/comment-page-1#comment-2218</link>
		<dc:creator>lethalwp</dc:creator>
		<pubDate>Thu, 13 May 2010 18:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=322#comment-2218</guid>
		<description>Thank you for the very useful info! the mergeide.chntpw &amp; copying the missing sys files saved my win2k virtual image =)

now running under kvm instead of vmwaretools</description>
		<content:encoded><![CDATA[<p>Thank you for the very useful info! the mergeide.chntpw &amp; copying the missing sys files saved my win2k virtual image =)</p>
<p>now running under kvm instead of vmwaretools</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Sven Bachmann</title>
		<link>http://blog.mcbachmann.de/linux/windows-bluescreen-0x0000007b-inaccessible_boot_device/comment-page-1#comment-1923</link>
		<dc:creator>Sven Bachmann</dc:creator>
		<pubDate>Wed, 14 Apr 2010 14:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=322#comment-1923</guid>
		<description>&lt;a href=&quot;#comment-1921&quot; rel=&quot;nofollow&quot;&gt;@PeterPanic&lt;/a&gt; 
Thank you for this information.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1921" rel="nofollow">@PeterPanic</a><br />
Thank you for this information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: PeterPanic</title>
		<link>http://blog.mcbachmann.de/linux/windows-bluescreen-0x0000007b-inaccessible_boot_device/comment-page-1#comment-1921</link>
		<dc:creator>PeterPanic</dc:creator>
		<pubDate>Wed, 14 Apr 2010 12:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=322#comment-1921</guid>
		<description>Thank you this great solution. I had some problemes using ubuntu-9.10-dvd-amd64. There is a bug in chntpw, so registry modification fails. Using ubuntu-9.04-netbook-remix erverything works fine.</description>
		<content:encoded><![CDATA[<p>Thank you this great solution. I had some problemes using ubuntu-9.10-dvd-amd64. There is a bug in chntpw, so registry modification fails. Using ubuntu-9.04-netbook-remix erverything works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Joelbonhomme</title>
		<link>http://blog.mcbachmann.de/linux/windows-bluescreen-0x0000007b-inaccessible_boot_device/comment-page-1#comment-1121</link>
		<dc:creator>Joelbonhomme</dc:creator>
		<pubDate>Tue, 27 Oct 2009 22:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=322#comment-1121</guid>
		<description>This is great, I have been looking all over the internet for something like that.</description>
		<content:encoded><![CDATA[<p>This is great, I have been looking all over the internet for something like that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

