<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Blinking Dash: The Video</title>
	<link>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/</link>
	<description>Utterly random, incoherent and disjointed rants and ramblings...</description>
	<pubDate>Fri, 05 Dec 2008 01:19:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: MarshallV</title>
		<link>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8250</link>
		<pubDate>Thu, 28 Feb 2008 03:58:39 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8250</guid>
					<description>Hmm, my experience with hands on tech support tells me I should know this, but I can't quite assemble the chain of dependencies I recall involved in scenarios like this. Long and short, it's your NTFS file system's MFT. Let's see...

http://support.microsoft.com/kb/228734/en-us

XP does this too. NTLDR was not modified until Vista (you can use NT recovery disks to replace it). As usual, Wikipedia explains the process better than I. This is a failure of the VBR to find NTLDR in sector zero. The BIOS has already found the boot sector, loaded and executed it, but the code there contains the MFT string that should be right there. You don't even load a kernel (step 6, M$!).

http://en.wikipedia.org/wiki/NTLDR

FIXBOOT makes sure that the partition which your recovery console mounted (it forces you to target a partition) is flagged as bootable, and installs a bootloader in the first sector of that partition.

FIXMBR rewrites the MBR, making sure to include your currently mounted partition as the boot partition (if you have multiple bootable partitions, this is a problem. You only get the one you mounted with recovery console). That doesn't fix this either.

Running an OS upgrade or 'XP repair' usually fixes this. Certainly better than this NT article I referenced ever did... but because this is caused by MFT corruption or fragmentation, you may pay for it with data loss, and it might have troubles writing to sector zero (and think it didn't). Boot &lt;em&gt;code&lt;/em&gt; update is actually what you need, and that article did work for me in a few cases.

Anyway, I've fixed XP the MS (for NT) article way before once or twice. When that didn't work the only solutions was chkdsk, xcopy, rewriting boot partition and loading contents back in, then fixboot and fixmbr. That works a treat, and as a real bonus you can recondition the drive surface in between by zero/one/zero filling the drive.

My advice, never use a 1yr warrantee drive (a Dell cost-saving favorite: 
'what, it's big and fast! incidentally the manufacturers quality checks graded the drive for 1yr only'). While the come with delicious frogurt, they carry a terrible curse.

PS: the frogurt is also cursed.</description>
		<content:encoded><![CDATA[<p>Hmm, my experience with hands on tech support tells me I should know this, but I can&#8217;t quite assemble the chain of dependencies I recall involved in scenarios like this. Long and short, it&#8217;s your NTFS file system&#8217;s MFT. Let&#8217;s see&#8230;</p>
<p><a href="http://support.microsoft.com/kb/228734/en-us" rel="nofollow">http://support.microsoft.com/kb/228734/en-us</a></p>
<p>XP does this too. NTLDR was not modified until Vista (you can use NT recovery disks to replace it). As usual, Wikipedia explains the process better than I. This is a failure of the VBR to find NTLDR in sector zero. The BIOS has already found the boot sector, loaded and executed it, but the code there contains the MFT string that should be right there. You don&#8217;t even load a kernel (step 6, M$!).</p>
<p><a href="http://en.wikipedia.org/wiki/NTLDR" rel="nofollow">http://en.wikipedia.org/wiki/NTLDR</a></p>
<p>FIXBOOT makes sure that the partition which your recovery console mounted (it forces you to target a partition) is flagged as bootable, and installs a bootloader in the first sector of that partition.</p>
<p>FIXMBR rewrites the MBR, making sure to include your currently mounted partition as the boot partition (if you have multiple bootable partitions, this is a problem. You only get the one you mounted with recovery console). That doesn&#8217;t fix this either.</p>
<p>Running an OS upgrade or &#8216;XP repair&#8217; usually fixes this. Certainly better than this NT article I referenced ever did&#8230; but because this is caused by MFT corruption or fragmentation, you may pay for it with data loss, and it might have troubles writing to sector zero (and think it didn&#8217;t). Boot <em>code</em> update is actually what you need, and that article did work for me in a few cases.</p>
<p>Anyway, I&#8217;ve fixed XP the MS (for NT) article way before once or twice. When that didn&#8217;t work the only solutions was chkdsk, xcopy, rewriting boot partition and loading contents back in, then fixboot and fixmbr. That works a treat, and as a real bonus you can recondition the drive surface in between by zero/one/zero filling the drive.</p>
<p>My advice, never use a 1yr warrantee drive (a Dell cost-saving favorite:<br />
&#8216;what, it&#8217;s big and fast! incidentally the manufacturers quality checks graded the drive for 1yr only&#8217;). While the come with delicious frogurt, they carry a terrible curse.</p>
<p>PS: the frogurt is also cursed.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: D.Taylor</title>
		<link>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8246</link>
		<pubDate>Wed, 27 Feb 2008 22:53:53 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8246</guid>
					<description>Not necessarily, I'm not sure though. With XP MS changed how they set-up the boot loader, and how one tweeks it. I'd have to get my nose in the books to double check. (And I won't be able to know just what part of the code took a dump)  Since you did a rebuild anyway, and all is well (hopefully) we'll never know. It does happen though. The cause could be any of several sourses, even a spike or drop in AC Line Voltage. So, again one never knows. Thanks for the Feed-back. Good Blog BTW. -d</description>
		<content:encoded><![CDATA[<p>Not necessarily, I&#8217;m not sure though. With XP MS changed how they set-up the boot loader, and how one tweeks it. I&#8217;d have to get my nose in the books to double check. (And I won&#8217;t be able to know just what part of the code took a dump)  Since you did a rebuild anyway, and all is well (hopefully) we&#8217;ll never know. It does happen though. The cause could be any of several sourses, even a spike or drop in AC Line Voltage. So, again one never knows. Thanks for the Feed-back. Good Blog BTW. -d
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8243</link>
		<pubDate>Wed, 27 Feb 2008 20:34:36 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8243</guid>
					<description>I guess this is what is happening. Theoretically though, if the boot loader is fried, you should be able to fix it with the FIXBOOT command from the recovery console, no? Or perhaps this depends on the severity of the damage.

I wonder why it keeps coming back like this.</description>
		<content:encoded><![CDATA[<p>I guess this is what is happening. Theoretically though, if the boot loader is fried, you should be able to fix it with the FIXBOOT command from the recovery console, no? Or perhaps this depends on the severity of the damage.</p>
<p>I wonder why it keeps coming back like this.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: D.Taylor</title>
		<link>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8235</link>
		<pubDate>Wed, 27 Feb 2008 11:48:43 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8235</guid>
					<description>WinNT.  wooo, I see that all the time.  Ok, it's on an old WinNT machine that I keep at the ready in the kitchen. (Yes, Kitchen, where else would one have a 'Computer Lab'?  Close to the coffee machine.)  It's part of the NT boot loader program. They built it in so one could see it is trying to &lt;em&gt;do something&lt;/em&gt;, and that it wasn't just playing &lt;em&gt;Dead Puppy&lt;/em&gt;.  Of course if you actually see that on a WinXP machine it could mean that your NT Boot Loader might be corrupted, or that pieces of it have gone AWOL.  Not un-common, actually.  I'm not sure if this is related to Dell, as I try to avoid them.  (Hard to do if one is in an instutional or Gov. enviroment in the US.  Where it seems most Dells have found asylum.) 
Now you've gotten me wanting to fire-up my stack of old toys.  Then I can see my own blinking "-". 
...just my 2 euro cents... -d</description>
		<content:encoded><![CDATA[<p>WinNT.  wooo, I see that all the time.  Ok, it&#8217;s on an old WinNT machine that I keep at the ready in the kitchen. (Yes, Kitchen, where else would one have a &#8216;Computer Lab&#8217;?  Close to the coffee machine.)  It&#8217;s part of the NT boot loader program. They built it in so one could see it is trying to <em>do something</em>, and that it wasn&#8217;t just playing <em>Dead Puppy</em>.  Of course if you actually see that on a WinXP machine it could mean that your NT Boot Loader might be corrupted, or that pieces of it have gone AWOL.  Not un-common, actually.  I&#8217;m not sure if this is related to Dell, as I try to avoid them.  (Hard to do if one is in an instutional or Gov. enviroment in the US.  Where it seems most Dells have found asylum.)<br />
Now you&#8217;ve gotten me wanting to fire-up my stack of old toys.  Then I can see my own blinking &#8220;-&#8221;.<br />
&#8230;just my 2 euro cents&#8230; -d
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8223</link>
		<pubDate>Mon, 25 Feb 2008 14:21:03 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8223</guid>
					<description>Hmmm... I didn't try that. It's probably worth giving it a shot next time this happens. I don't think this would be an issue though, since the CD drive seems fine - I can boot from it normally.

I'll try it though. :)</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230; I didn&#8217;t try that. It&#8217;s probably worth giving it a shot next time this happens. I don&#8217;t think this would be an issue though, since the CD drive seems fine - I can boot from it normally.</p>
<p>I&#8217;ll try it though. <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=")" class="wp-smiley" />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Alphast</title>
		<link>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8220</link>
		<pubDate>Mon, 25 Feb 2008 10:11:58 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8220</guid>
					<description>Hmmm. I know I told you about the video card last time. But now that I see the video, I am thinking about something very different. Instead of changing the order of the boot session in the BIOS, I would simply remove the booting from optical drive and see what happens... I am having a similar trouble from time to time, and cleaning the optical drive tray made wonders.</description>
		<content:encoded><![CDATA[<p>Hmmm. I know I told you about the video card last time. But now that I see the video, I am thinking about something very different. Instead of changing the order of the boot session in the BIOS, I would simply remove the booting from optical drive and see what happens&#8230; I am having a similar trouble from time to time, and cleaning the optical drive tray made wonders.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8216</link>
		<pubDate>Sun, 24 Feb 2008 08:12:47 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8216</guid>
					<description>&lt;strong&gt;@Ian&lt;/strong&gt; - I actually went through just about every boot sequence scenario last time around.

Also, this is the crippled Dell BIOS that has minimum functionality. You can't really do anything with it. I went through it millions of times, and I don't think there is an option for not displaying th Dell splash. :(

&lt;strong&gt;@Will&lt;/strong&gt; - yeah, it works perfectly after full reinstall - go figure. I tried fixing the boot sector the windows way by booting into recovery console and using the fixboot command. That didn't work.

Also my floppy drive has been busted for years. It just doesn't work no more. I excluded it from the boot sequence in BIOS.

Thanks for the tip though.</description>
		<content:encoded><![CDATA[<p><strong>@Ian</strong> - I actually went through just about every boot sequence scenario last time around.</p>
<p>Also, this is the crippled Dell BIOS that has minimum functionality. You can&#8217;t really do anything with it. I went through it millions of times, and I don&#8217;t think there is an option for not displaying th Dell splash. <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_sad.gif" alt="(" class="wp-smiley" /> </p>
<p><strong>@Will</strong> - yeah, it works perfectly after full reinstall - go figure. I tried fixing the boot sector the windows way by booting into recovery console and using the fixboot command. That didn&#8217;t work.</p>
<p>Also my floppy drive has been busted for years. It just doesn&#8217;t work no more. I excluded it from the boot sequence in BIOS.</p>
<p>Thanks for the tip though.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Will Sheldon</title>
		<link>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8215</link>
		<pubDate>Sat, 23 Feb 2008 23:05:07 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8215</guid>
					<description>You could always call dell (snigger) 

That looks more like a boot priority issue, but can't be if it works with no bios changes after a reinstall of windoze. 

I'd recommended backing up your boot sector to a floppy this time around so you can try a restore next time (instructions below). I'd also have tried the F12 option to choose what you want to boot from, but it's a bit late for that now.

mkdir /mnt/floppy
mount -t vfat /dev/fd0 /mnt/floppy
dd if=/dev/hda of=/mnt/floppy/winxp-bootloader bs=446 count=1
umount /mnt/floppy

bs=446 just backs up the bootloader, if you want the partition table too use 512

to restore:
dd if=winxp-bootloader of=/dev/hda


We have stopped buying dell's after the sx280 fiasco, where we bought 80ish, and they all had defective capacitors - every mobo had to be replaced, but dell wouldn't do them in one go as their insurance wouldn't cover it unless the units had actually failed. We called the engineers out every day for about 6 months.</description>
		<content:encoded><![CDATA[<p>You could always call dell (snigger) </p>
<p>That looks more like a boot priority issue, but can&#8217;t be if it works with no bios changes after a reinstall of windoze. </p>
<p>I&#8217;d recommended backing up your boot sector to a floppy this time around so you can try a restore next time (instructions below). I&#8217;d also have tried the F12 option to choose what you want to boot from, but it&#8217;s a bit late for that now.</p>
<p>mkdir /mnt/floppy<br />
mount -t vfat /dev/fd0 /mnt/floppy<br />
dd if=/dev/hda of=/mnt/floppy/winxp-bootloader bs=446 count=1<br />
umount /mnt/floppy</p>
<p>bs=446 just backs up the bootloader, if you want the partition table too use 512</p>
<p>to restore:<br />
dd if=winxp-bootloader of=/dev/hda</p>
<p>We have stopped buying dell&#8217;s after the sx280 fiasco, where we bought 80ish, and they all had defective capacitors - every mobo had to be replaced, but dell wouldn&#8217;t do them in one go as their insurance wouldn&#8217;t cover it unless the units had actually failed. We called the engineers out every day for about 6 months.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ian Clifton</title>
		<link>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8211</link>
		<pubDate>Sat, 23 Feb 2008 20:42:09 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/02/23/blinking-dash-the-video/#comment-8211</guid>
					<description>Wow, that was like an exciting spy video.  BTW, I think you're neglecting the most likely answer: God doesn't like you.

I'd say the three most likely hardware problems are hard drive, motherboard, or power supply.  You seem to have tried just about everything I would think of though, so I don't have a whole lot of suggestions.  Double-check every BIOS setting and definitely see if there is an update.  Also, is there a BIOS setting or a button you can press to &lt;em&gt;not&lt;/em&gt; show the logo and instead show useful info?  Sometimes there is also a quick boot method that you could toggle.

(When it happens again,) if you change the boot sequence so that hard drive is last but &lt;em&gt;don't&lt;/em&gt; boot from optical, USB, etc., what happens when it gets to hard drive after going through everything else?  Presumably you would at least see some text before getting to the blinking dash, but maybe it would reveal something.

Maybe the sledgehammer method?</description>
		<content:encoded><![CDATA[<p>Wow, that was like an exciting spy video.  BTW, I think you&#8217;re neglecting the most likely answer: God doesn&#8217;t like you.</p>
<p>I&#8217;d say the three most likely hardware problems are hard drive, motherboard, or power supply.  You seem to have tried just about everything I would think of though, so I don&#8217;t have a whole lot of suggestions.  Double-check every BIOS setting and definitely see if there is an update.  Also, is there a BIOS setting or a button you can press to <em>not</em> show the logo and instead show useful info?  Sometimes there is also a quick boot method that you could toggle.</p>
<p>(When it happens again,) if you change the boot sequence so that hard drive is last but <em>don&#8217;t</em> boot from optical, USB, etc., what happens when it gets to hard drive after going through everything else?  Presumably you would at least see some text before getting to the blinking dash, but maybe it would reveal something.</p>
<p>Maybe the sledgehammer method?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.773 seconds -->
