<?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; Topic</title>
	<atom:link href="http://nothowtodoit.com/category/topic/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>Wed, 18 Jan 2012 10:30:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</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://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><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&amp;hashtags=How+To,Vista&amp;b=2" 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>
<div class="shr-publisher-359"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F30%2Fhow-to-fix-bcd-error-on-dell-vostro-lap-top%2F' data-shr_title='How+to%3A+Fix+BCD+Error+on+Dell+Vostro+Lap+Top'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F30%2Fhow-to-fix-bcd-error-on-dell-vostro-lap-top%2F' data-shr_title='How+to%3A+Fix+BCD+Error+on+Dell+Vostro+Lap+Top'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a href="http://sharethis.com/item?&wp=3.3.2&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://yarpp.org'>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>
		<item>
		<title>A Pillar Post</title>
		<link>http://nothowtodoit.com/2008/07/16/a-pillar-post/</link>
		<comments>http://nothowtodoit.com/2008/07/16/a-pillar-post/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 13:03:43 +0000</pubDate>
		<dc:creator>Big Cajun Man</dc:creator>
				<category><![CDATA[Content]]></category>
		<category><![CDATA[Pillar]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Topic]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://nothowtodoit.com/?p=185</guid>
		<description><![CDATA[The fine folks over at Unique Blog Designs (the designers of the basic version of the WordPress Theme you are looking at, and the producers of a really nifty WordPress Advertisement Rotor plug in as well), sent me a newsletter about how to increase traffic to my web sites. I found the newsletter informative, but [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "A Pillar Post", url: "http://nothowtodoit.com/2008/07/16/a-pillar-post/" });</script>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F07%2F16%2Fa-pillar-post%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F07%2F16%2Fa-pillar-post%2F&amp;source=bigcajunman&amp;style=normal&amp;hashtags=How+To,Pillar,Wordpress&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The fine folks over at <a title="Unique Blog Designs" href="http://www.uniqueblogdesigns.com" target="_blank">Unique Blog Designs</a> (the designers of the basic version of the <a title="Unique Blog Designs" href="http://www.uniqueblogdesigns.com/blog/2008/free-premium-wordpress-theme-ubd-moneymaker-theme/" target="_blank">WordPress Theme</a> you are looking at, and the producers of a really nifty <a title="Unique Blog Designs" href="http://www.uniqueblogdesigns.com/blog/2008/ubd-block-ad-plugin/" target="_blank">WordPress Advertisement Rotor plug in</a> as well), sent me a newsletter about how to increase traffic to my web sites. I found the newsletter informative, but I had read most of the tips before, but they used a term I hadn&#8217;t heard before.</p>
<h2>What is a Pillar Post?</h2>
<p>To quote our friends at Unique blog design:</p>
<blockquote><p><em>Write at least five major &#8220;pillar&#8221; articles. A pillar article is a tutorial style article aimed to teach your audience something. Generally they are longer than 500 words and have lots of very practical tips or advice. This article you are currently reading could be considered a pillar article since it is very practical and a good &#8220;how-to&#8221; lesson. This style of article has long term appeal, stays current (it isn&#8217;t news or time dependent) and offers real value and insight. <strong>The more pillars you have on your blog the better.</strong></em></p></blockquote>
<p>On <a title="Canadian Financial and Consumer Opinions" href="http://canajunfinances.com" target="_blank">Canadian Financial Opinions</a> I have written a bunch of &#8220;Pillar&#8221; articles, and I have submitted many of them to different carnivals and such, but I keep forgetting they are there. Here are a few chestnuts that I really like from the Financial Side of things:</p>
<ol>
<li><a title="Einstein Rule of 72" href="http://www.canajunfinances.com/2007/01/31/einstein-the-rule-of-72/" target="_blank">Einstein: The Rule of 72</a><br />
Understanding what a doubling period is, and how the rule of 72 can help you with this concept is important to the start of your investment plan.</li>
<li><a title="Don't Pass it to the Other Team" href="http://www.canajunfinances.com/2005/09/16/dont-pass-it-to-the-other-team/" target="_blank">Don’t Pass it to the Other Team</a><br />
How does the Carleton basketball coach have anything to do with finances? Read and you’ll see a long stretch.</li>
<li><a title="Worst Financial Advice Given Ever" href="http://www.canajunfinances.com/2008/07/10/worst-financial-advice-given/" target="_blank">Worst Financial Advice Ever Given</a><br />
Where I tell a good friend about something I&#8217;d never dream he&#8217;d do, with disastrous consequences.</li>
</ol>
<p>Most of these posts I resurrect over time and will replay, but I really need to send them out and post them on various Carnivals to  use them to draw more readers to my sites, and bring in more links.</p>
<p>Is this post a Pillar Article? Maybe not, but I think my previous posts on <a title="How To Post Amazon Ads In a WordPress Post" href="http://nothowtodoit.com/2008/07/14/wordpress-25-amazon-associates-iframe/" target="_blank">How to Post Amazon Ads on a WordPress Blog</a>, might well be.</p>
<p>Thanks <a title="Unique Blog Designs" href="http://www.uniqueblogdesigns.com/blog" target="_blank">Unique Blog Designs</a>, good information!</p>
<div class="shr-publisher-185"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F07%2F16%2Fa-pillar-post%2F' data-shr_title='A+Pillar+Post'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F07%2F16%2Fa-pillar-post%2F' data-shr_title='A+Pillar+Post'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a href="http://sharethis.com/item?&wp=3.3.2&amp;publisher=1dfac3dd-a7ae-450f-bc6f-278c4b6043f3&amp;title=A+Pillar+Post&amp;url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F07%2F16%2Fa-pillar-post%2F">ShareThis</a></p><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nothowtodoit.com/2008/07/16/a-pillar-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Topic is important too</title>
		<link>http://nothowtodoit.com/2007/01/27/topic-is-important-too/</link>
		<comments>http://nothowtodoit.com/2007/01/27/topic-is-important-too/#comments</comments>
		<pubDate>Sat, 27 Jan 2007 23:36:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Topic]]></category>

		<guid isPermaLink="false">http://nothowtodoit.com/?p=22</guid>
		<description><![CDATA[Haven&#8217;t really talked about this, but you need to find a topic for your blog that you actually give a flying hoot about, or your writing is going to be quite labored at the end of it all. I write about finance mostly because it is more of a cathartic kind of thing. I complain [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Topic is important too", url: "http://nothowtodoit.com/2007/01/27/topic-is-important-too/" });</script>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnothowtodoit.com%2F2007%2F01%2F27%2Ftopic-is-important-too%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnothowtodoit.com%2F2007%2F01%2F27%2Ftopic-is-important-too%2F&amp;source=bigcajunman&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Haven&#8217;t really talked about this, but you need to find a topic for your blog that you actually give a flying hoot about, or your writing is going to be quite labored at the end of it all. I write about finance mostly because it is more of a cathartic kind of thing. I complain and rale about stuff that I can&#8217;t really control, but it is easy to write.</p>
<p>Write about something you care about, and your job is that much easier.
<div class="blogger-post-footer">
<p>Subscribe to my RSS feed <a href="http://feeds.feedburner.com/HowToBeUnsuccessfulOnTheInternet">here</a></p>
<p>
Check out Financial Opinions as well:<br />
<a href="http://canajunfinances.com">Canadian Financial Opinions</a> and you can subscribe to the RSS feed <a href="http://feeds.feedburner.com/CanadianFinancialStuff">here</a></p>
<p>Help the needy by clicking on <a href="http://www.thehungersite.com/">The Hunger Site</a> as well</p>
</div>
<div class="shr-publisher-22"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2007%2F01%2F27%2Ftopic-is-important-too%2F' data-shr_title='Topic+is+important+too'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2007%2F01%2F27%2Ftopic-is-important-too%2F' data-shr_title='Topic+is+important+too'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a href="http://sharethis.com/item?&wp=3.3.2&amp;publisher=1dfac3dd-a7ae-450f-bc6f-278c4b6043f3&amp;title=Topic+is+important+too&amp;url=http%3A%2F%2Fnothowtodoit.com%2F2007%2F01%2F27%2Ftopic-is-important-too%2F">ShareThis</a></p><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nothowtodoit.com/2007/01/27/topic-is-important-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

