<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dead on Arrival</title>
	<atom:link href="http://digitallydeadonarrival.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitallydeadonarrival.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 28 Feb 2011 17:01:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='digitallydeadonarrival.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Dead on Arrival</title>
		<link>http://digitallydeadonarrival.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://digitallydeadonarrival.wordpress.com/osd.xml" title="Dead on Arrival" />
	<atom:link rel='hub' href='http://digitallydeadonarrival.wordpress.com/?pushpress=hub'/>
		<item>
		<title>The dreaded ntldr is missing error.</title>
		<link>http://digitallydeadonarrival.wordpress.com/2009/02/27/the-dreaded-ntldr-is-missing-error/</link>
		<comments>http://digitallydeadonarrival.wordpress.com/2009/02/27/the-dreaded-ntldr-is-missing-error/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 04:51:04 +0000</pubDate>
		<dc:creator>Quasimodo</dc:creator>
				<category><![CDATA[PC repair and restore]]></category>
		<category><![CDATA[computer repair]]></category>
		<category><![CDATA[hal.dll]]></category>
		<category><![CDATA[ntldr]]></category>
		<category><![CDATA[recovery console]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://digitallydeadonarrival.wordpress.com/?p=5</guid>
		<description><![CDATA[After getting a friends computer with this dreaded error I started doing a lot more digging than normal.  There had to be a better way to fix this than the normal reinstall of windows. The first thing I found was that after getting to the Recovery Console I couldn&#8217;t get the cd-rom to come up.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitallydeadonarrival.wordpress.com&amp;blog=3455234&amp;post=5&amp;subd=digitallydeadonarrival&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After getting a friends computer with this dreaded error I started doing a lot more digging than normal.  There had to be a better way to fix this than the normal reinstall of windows.</p>
<p>The first thing I found was that after getting to the Recovery Console I couldn&#8217;t get the cd-rom to come up.  Discovery # 1 the map command.</p>
<p><a href="http://pcsupport.about.com/od/termsm/p/map.htm">http://pcsupport.about.com/od/termsm/p/map.htm</a></p>
<div class="pDsc" style="padding-left:30px;"><span class="pCo">Map Command Syntax: </span><strong>map [arc]</strong></p>
<p><em>arc</em> = This option instructs the map command to show drive path  information in the ARC format.</div>
<p style="padding-left:30px;"><span class="pCo">Map Command Examples: </span></p>
<blockquote class="yes"><p><strong>map</strong></p></blockquote>
<p style="padding-left:30px;">In the above example, typing the map command will display a list of all drive partitions and corresponding drive letters, file systems, and physical locations.</p>
<p style="padding-left:30px;">The output might look like this:</p>
<blockquote class="yes"><p>C:\WINDOWS&gt;map</p>
<p>C: NTFS 120254MB \Device\Harddisk0\Partition1<br />
D: \Device\CdRom0</p></blockquote>
<p>This allowed me to finally figure out that his Dell threw the cd-rom all the way to the H drive.  Lovely!</p>
<p>So from the command prompt I copied the 2 files I needed over to the c:\ partition.</p>
<p><a href="http://pcsupport.about.com/b/2007/05/25/ntldr-is-missing-what-now.htm"></a></p>
<blockquote class="yes"><p><strong>copy <em>h</em>:\i386\ntldr <em>c:\</em></strong></p></blockquote>
<blockquote class="yes"><p><strong>copy h:\i386\ntdetect.com <em>c:\</em></strong></p></blockquote>
<blockquote class="yes"><p><a href="http://pcsupport.about.com/b/2007/05/25/ntldr-is-missing-what-now.htm"><strong><em><br />
</em></strong></a></p></blockquote>
<p>If you get an &#8220;access denied&#8221; error that means you are trying to copy the files to a directory other than c:\.</p>
<p>After rebooting I was presented with another error.</p>
<p>hal.dll is missing or corrupt</p>
<p>This one I actually found on the Dell.com website.  (which shocked the heck out of me!)</p>
<p style="padding-left:30px;">
<ol>
<li>Insert the Windows XP CD into the CD drive and restart the computer.</li>
<li>Press the &lt;Spacebar&gt; when prompted Press any key to boot from CD.</li>
<li>At the Welcome to Setup screen press &lt;R&gt; to start the Recovery Console.</li>
<li>If prompted, select the number corresponding to the Windows installation you want to log into (usually C:\WINDOWS) and press &lt;Enter&gt;.</li>
<li>Enter the Administrator password, if any, and press &lt;Enter&gt;.</li>
<li>At the C:\WINDOWS&gt; prompt, type cd \ and press &lt;Enter&gt;.<br />
There is one space between cd and \ (the backslash).</li>
<li>Type bootcfg /rebuild and press &lt;Enter&gt;.<br />
There is one space between bootcfg and / (the slash) and no space between / and rebuild.</li>
<li>When prompted Add installation to boot list? (Yes/No/All), type y, and press &lt;Enter&gt;.</li>
<li>When Enter Load Identifier appears, type one of the following that best describes your operating system and press &lt;Enter&gt;:
<ul type="disc">
<li>Windows XP Home Edition for Windows XP Home Edition</li>
<li>Windows XP Professional for Windows XP Professional</li>
<li>Windows XP Media Center for Windows XP Media Center</li>
</ul>
</li>
<li>When Enter OS Load Options appears, type /NoExecute=OptIn /fastdetect and press &lt;Enter&gt;.</li>
<li>Remove the Windows XP CD from the CD drive.</li>
<li>Type Exit, and press &lt;Enter&gt; to reboot into Windows XP.</li>
</ol>
<p>(On step Number 10 you type exactly as you would like it to appear on the OS choice menu.  If you wanted you could get inventive and call it something else)</p>
<p>This command rebuilds the Windows OS choice menu.</p>
<p>Voila!</p>
<p>Rebooted and back to working Windows XP box.</p>
<p>In case you need any further info here is a link to the Recovery Console page at Microsoft</p>
<p><a title="Description of the Windows XP Recovery Console for advanced users" href="http://support.microsoft.com/kb/314058" target="_blank">KB 314058</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digitallydeadonarrival.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digitallydeadonarrival.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digitallydeadonarrival.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digitallydeadonarrival.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digitallydeadonarrival.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digitallydeadonarrival.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digitallydeadonarrival.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digitallydeadonarrival.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digitallydeadonarrival.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digitallydeadonarrival.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digitallydeadonarrival.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digitallydeadonarrival.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digitallydeadonarrival.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digitallydeadonarrival.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitallydeadonarrival.wordpress.com&amp;blog=3455234&amp;post=5&amp;subd=digitallydeadonarrival&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digitallydeadonarrival.wordpress.com/2009/02/27/the-dreaded-ntldr-is-missing-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/029f8b65e958af286e6438065308cc23?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Quasimodo</media:title>
		</media:content>
	</item>
		<item>
		<title>New Blog, New Post</title>
		<link>http://digitallydeadonarrival.wordpress.com/2008/06/20/new-blog-new-post/</link>
		<comments>http://digitallydeadonarrival.wordpress.com/2008/06/20/new-blog-new-post/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:05:13 +0000</pubDate>
		<dc:creator>Quasimodo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://digitallydeadonarrival.wordpress.com/?p=4</guid>
		<description><![CDATA[Had a blog for a long time,  couldn&#8217;t remember the log in details so I guess I get to start all over. Having spent the last week in training for Uverse (new att video, voice etc service) I more than ever hate people. Theres always that one person in any corporate training class that knows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitallydeadonarrival.wordpress.com&amp;blog=3455234&amp;post=4&amp;subd=digitallydeadonarrival&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Had a blog for a long time,  couldn&#8217;t remember the log in details so I guess I get to start all over.</p>
<p>Having spent the last week in training for Uverse (new att video, voice etc service) I more than ever hate people. Theres always that one person in any corporate training class that knows more than the trainer, has seen more things than anyone in the class and has to have a point of view or input on ever single point brought up.</p>
<p>It&#8217;s enuf to make you wan&#8217;t to throw em off an overpass!</p>
<p>More later when I can add some media links. Otherwise this is gonna be one boring ass blog!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/digitallydeadonarrival.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/digitallydeadonarrival.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digitallydeadonarrival.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digitallydeadonarrival.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digitallydeadonarrival.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digitallydeadonarrival.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digitallydeadonarrival.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digitallydeadonarrival.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digitallydeadonarrival.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digitallydeadonarrival.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digitallydeadonarrival.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digitallydeadonarrival.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digitallydeadonarrival.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digitallydeadonarrival.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digitallydeadonarrival.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digitallydeadonarrival.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digitallydeadonarrival.wordpress.com&amp;blog=3455234&amp;post=4&amp;subd=digitallydeadonarrival&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digitallydeadonarrival.wordpress.com/2008/06/20/new-blog-new-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/029f8b65e958af286e6438065308cc23?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Quasimodo</media:title>
		</media:content>
	</item>
	</channel>
</rss>
