<?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>Working Hard On The Internet &#187; Vista</title>
	<atom:link href="http://nothowtodoit.com/category/vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://nothowtodoit.com</link>
	<description>Ever wonder why so many folks are trying to make extra money on the Internet and who is succeeding? This isn't the site to learn from.</description>
	<lastBuildDate>Sat, 07 Aug 2010 01:02:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to: Fix BCD Error on Dell Vostro Lap Top</title>
		<link>http://nothowtodoit.com/2008/10/30/how-to-fix-bcd-error-on-dell-vostro-lap-top/</link>
		<comments>http://nothowtodoit.com/2008/10/30/how-to-fix-bcd-error-on-dell-vostro-lap-top/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 14:23:40 +0000</pubDate>
		<dc:creator>Big Cajun Man</dc:creator>
				<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[Topic]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://nothowtodoit.com/?p=359</guid>
		<description><![CDATA[Dell Vostro and the Corrupt Vista BCD This post is mostly a note page for me on how I fixed my wife&#8217;s DELL Vostro  1400. This morning I woke up and tried to boot my wife&#8217;s Vostro and got a &#8220;Screen of Death&#8221; of sorts. File: \Boot\BCD Status: 0xc0000034 Info: The Windows Boot Configuration Data [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to: Fix BCD Error on Dell Vostro Lap Top", url: "http://nothowtodoit.com/2008/10/30/how-to-fix-bcd-error-on-dell-vostro-lap-top/" });</script>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F30%2Fhow-to-fix-bcd-error-on-dell-vostro-lap-top%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F30%2Fhow-to-fix-bcd-error-on-dell-vostro-lap-top%2F&amp;source=bigcajunman&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h2>Dell Vostro and the Corrupt Vista BCD</h2>
<p>This post is mostly a note page for me on how I fixed my wife&#8217;s DELL Vostro  1400.</p>
<p>This morning I woke up and tried to boot my wife&#8217;s Vostro and got a &#8220;Screen of Death&#8221; of sorts.</p>
<p style="padding-left: 30px;"><strong>File: \Boot\BCD<br />
Status: 0xc0000034<br />
Info: The Windows Boot Configuration Data file is missing required information</strong></p>
<p>In hindsight I suspect that Norton Anti-virus did something to the system, because the previous night Norton Anti-virus put up a note saying, &#8220;Doing stuff in the background&#8221;, and this morning the system was dead? Interesting coincidence at least.</p>
<p>Naturally I go to google and type in &#8220;Vista BCD Boot Fail&#8221; and found the following link:</p>
<h5 class="post-title entry-title"><a href="http://qualapps.blogspot.com/2007/11/corrupt-bootbcd-in-windows-vista.html">Corrupt \Boot\BCD in Windows Vista</a></h5>
<p>Which made me feel better, because at least someone was posting something about this issue. First thing it said I needed was a Vista Boot DVD, luckily I had my upgrade DVD (to Home Premium) so I was able to boot from it (after hitting F12 and choosing the DVD as the boot media).</p>
<p>The post above talked about recovering the boot track using a backup utility which I didn&#8217;t have, however it pointed to:</p>
<h5><a title="BCD Error Help page" href="http://support.microsoft.com/kb/927391" target="_blank">This useful Microsoft help page</a></h5>
<p>Which outlined three fix procedures, all 3 of which failed miserably for me, but taught me a lot about how to debug windows, boot areas.</p>
<p>Frustrated I went back to Google and typed in: &#8220;Dell Vostro BCD Boot Fail&#8221; and found this:</p>
<h5><a title="Bootrec help page" href="http://support.microsoft.com/kb/927392" target="_blank">The Real Answer from Microsoft Help</a></h5>
<p>Which in fact outlines how to use bootrec, which fixes the boot record for the Windows Vista operating system.</p>
<p>The following steps are what I did exactly, after booting from the Vista boot DVD and choosing the command prompt:</p>
<p><strong>Note </strong> If rebuilding the BCD does not resolve the startup issue, you can export and delete the BCD, and then run this option again. By doing this, you make sure that the BCD is completely rebuilt. To do this, type the following commands at the Windows RE command prompt:</p>
<ul>
<li> bcdedit /export C:\BCD_Backup</li>
<li> c:</li>
<li> cd boot</li>
<li> attrib bcd -s -h -r</li>
<li> ren c:\boot\bcd bcd.old</li>
<li> bootrec /RebuildBcd</li>
</ul>
<p>I rebooted after each command returned correctly and voila the system was back up.</p>
<h2>Epilogue</h2>
<p>Given I did a bunch of crap, including trying old restore points, I assume I have buggered up the system in some fashion or another, but we shall see there.</p>
<p>Norton came up and complained about being corrupted so I have reloaded it as well, and hopefully it will not do whatever it did last night to corrupt the BCD? Or whatever..</p>
<p>Sorry folks, needed to write this down, a little off topic, but useful to me.</p>
<p><a href="http://sharethis.com/item?&wp=3.0.1&amp;publisher=1dfac3dd-a7ae-450f-bc6f-278c4b6043f3&amp;title=How+to%3A+Fix+BCD+Error+on+Dell+Vostro+Lap+Top&amp;url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F30%2Fhow-to-fix-bcd-error-on-dell-vostro-lap-top%2F">ShareThis</a></p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nothowtodoit.com/2008/10/30/how-to-fix-bcd-error-on-dell-vostro-lap-top/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
