<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7745044757919026888</id><updated>2024-11-01T03:35:21.235-07:00</updated><category term="component failure"/><category term="computer crash"/><category term="disk crash"/><category term="bad cable"/><category term="computer crashes"/><category term="motherboard crash"/><category term="virus scan"/><title type='text'>Fixing a Computer Crash</title><subtitle type='html'>Yes, you can actually recover from your crash</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://fixingacomputercrash.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745044757919026888/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://fixingacomputercrash.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Howard</name><uri>http://www.blogger.com/profile/07555247780657613552</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7745044757919026888.post-8374929477531522669</id><published>2009-03-06T05:51:00.000-08:00</published><updated>2009-03-06T06:14:44.923-08:00</updated><title type='text'>Can A Virus Crash Your Motherboard?</title><content type='html'>The other day I reminded myself how fragile computer systems are when I accidentally crashed my motherboard.  I wasn&#39;t trying to write a virus -- but it had the same effect -- when I was testing a new version of firmware for a &lt;a href=&quot;http://fabuntu.org&quot;&gt;virtual server used for dedicated storage processing&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The errant firmware, residing in a host bus adapter card, manged to step on the BIOS which caused the Linux Kernel to panic.  Fortunately, the Kernel was compiled with debug enabled and I was able to figure out what was going on.&lt;br /&gt;&lt;br /&gt;After debugging the self-induced virus, the server would not boot or anything.  It took a physical reset of the BIOS by removing the battery and reprogramming it.&lt;br /&gt;&lt;br /&gt;The good news for you, is that even if a virus writer attempts to overwrite PCI registers, the operating system requires that you need to be in a supervisory mode before accessing these memory mapped regions.  That is, it is not likely that a virus will crash your motherboard; however, it can crash your operating system.</content><link rel='replies' type='application/atom+xml' href='http://fixingacomputercrash.blogspot.com/feeds/8374929477531522669/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7745044757919026888/8374929477531522669' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745044757919026888/posts/default/8374929477531522669'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745044757919026888/posts/default/8374929477531522669'/><link rel='alternate' type='text/html' href='http://fixingacomputercrash.blogspot.com/2009/03/can-virus-crash-your-motherboard.html' title='Can A Virus Crash Your Motherboard?'/><author><name>Howard</name><uri>http://www.blogger.com/profile/07555247780657613552</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745044757919026888.post-6924640989549726626</id><published>2009-02-25T06:56:00.000-08:00</published><updated>2009-02-25T06:56:02.379-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="disk crash"/><title type='text'>Even Virtual PC Can Crash</title><content type='html'>I run a lot of instances of Microsoft&#39;s Virtual PC to keep my personal and business records separate from my development workstation.  I find that this separation very convenient where I the virtual disk drive with the OS and application data is small enough to fit on a single DVD.&lt;br /&gt;&lt;br /&gt;This way the Virtual PC&#39;s are very portable where I can take the DVD and copy it to a new workstation and continue work in the event that I need to upgrade to a new workstation.  Now reinstallation, no mess, just takes a couple of minutes to copy the file to the new machine.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;But Virtual PC&#39;s do crash&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;The typical scenario that you will run into is when you have automatic updates enabled or install new applications that modify the OS or drivers.&lt;br /&gt;&lt;br /&gt;My last virtual crash happened when I installed this year&#39;s TurboTax.  The new version required .NET 2.0 so it had to download upgrade from .NET 1.0.   Remember, I keep these virtual drives small enough to fit on a DVD, so the install failed and left the drive with zero space.&lt;br /&gt;&lt;br /&gt;I run the disk cleanup utility and now it has 600M which is plenty of room to install .NET and TurboTax.   The .NET install always requires a reboot of the machine so it reboots and hangs on a corrupt pci.sys driver.&lt;br /&gt;&lt;br /&gt;I don&#39;t know how the file went bad, but I couldn&#39;t even reboot in safe mode or recover from the Windows install disk.&lt;br /&gt;&lt;br /&gt;The nice thing about Virtual PC&#39;s is that you can mount or add new drives.  To fix this problem, I simply mount the drive to a different virtual instance and the bad virtual drive with pci.sys now shows up as D:.   Copy the good pci.sys from C: to D: and the problem is solved.&lt;br /&gt;&lt;br /&gt;All computers can crash but &lt;a href=&quot;http://fixingacomputercrash.blogspot.com/&quot;&gt;Virtual PC&#39;s are very easy to fix&lt;/a&gt; especially if you keep a backup on a DVD or make a copy just prior installing new drivers.</content><link rel='replies' type='application/atom+xml' href='http://fixingacomputercrash.blogspot.com/feeds/6924640989549726626/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7745044757919026888/6924640989549726626' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745044757919026888/posts/default/6924640989549726626'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745044757919026888/posts/default/6924640989549726626'/><link rel='alternate' type='text/html' href='http://fixingacomputercrash.blogspot.com/2009/02/even-virtual-pc-can-crash.html' title='Even Virtual PC Can Crash'/><author><name>Howard</name><uri>http://www.blogger.com/profile/07555247780657613552</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745044757919026888.post-7233805853389354480</id><published>2009-02-22T20:15:00.000-08:00</published><updated>2009-02-22T20:55:38.703-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="bad cable"/><category scheme="http://www.blogger.com/atom/ns#" term="component failure"/><category scheme="http://www.blogger.com/atom/ns#" term="computer crash"/><category scheme="http://www.blogger.com/atom/ns#" term="disk crash"/><title type='text'>Bad Cables Often Crash Computers</title><content type='html'>My last &lt;a href=&quot;http://fabuntu.org&quot;&gt;Linux dedicated server&lt;/a&gt; managed to die an ungraceful death.  I was fortunate to repair it three times by replacing the motherboard twice and the power supply once extending the lifespan of the server well into six years of 24/7 99.99% up time.  But I had to say goodbye to the server and go a different route.&lt;br /&gt;&lt;br /&gt;Usually after 3 years, parts become obsolete and the only viable solution is to upgrade your server.  A quick trip to Fry&#39;s confirmed this.&lt;br /&gt;&lt;br /&gt;I didn&#39;t want to build a new server from scratch so I created a virtual Linux server on a workstation to keep things up and running until the new hardware was purchased and shipped from Dell.&lt;br /&gt;&lt;br /&gt;But the thing is, the virtual server actually ran well enough -- and perhaps better -- than the old server that died.  After all, the server was running in its own logical processor that had more memory and about 2x faster that the six year old server.&lt;br /&gt;&lt;br /&gt;So I didn&#39;t have to go out and buy new hardware at the moment.&lt;br /&gt;&lt;br /&gt;The wait paid off since I was able to get a half-dozen used servers for $50 each without the drive.  A local University was selling the two year-old computers -- minus the disk drive -- to get a newer model.&lt;br /&gt;&lt;br /&gt;Now with 6 servers, I had enough spare parts to keep the server running for at least 10 years. &lt;br /&gt;&lt;br /&gt;I gotta admit that virtual servers are pretty convenient, but the extra memory and disk space needed to run on my workstation really puts a limitation on some of the video editing and other application resource hogs.  So I was somewhat glad to move the server over to a dedicated system.&lt;br /&gt;&lt;br /&gt;I put in a new 500GB WD SATA drive, installed Linux Ubuntu 8.04 server got everything configured, rebooted and started getting SMART drive errors on boot.&lt;br /&gt;&lt;br /&gt;I opened up the box, checked connections, same thing.  I was ready to return the drive to Western Digital since all it had on it was the OS.  I pull the drive out and boxed it up and closed up the server but I noticed that the SATA cable was kinked.&lt;br /&gt;&lt;br /&gt;I replace the SATA cable and put the drive back in and all is working good!</content><link rel='replies' type='application/atom+xml' href='http://fixingacomputercrash.blogspot.com/feeds/7233805853389354480/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7745044757919026888/7233805853389354480' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745044757919026888/posts/default/7233805853389354480'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745044757919026888/posts/default/7233805853389354480'/><link rel='alternate' type='text/html' href='http://fixingacomputercrash.blogspot.com/2009/02/bad-cables-often-crash-computers.html' title='Bad Cables Often Crash Computers'/><author><name>Howard</name><uri>http://www.blogger.com/profile/07555247780657613552</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7745044757919026888.post-6107080599061468116</id><published>2008-04-19T16:00:00.000-07:00</published><updated>2009-02-22T21:17:00.949-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="component failure"/><category scheme="http://www.blogger.com/atom/ns#" term="computer crash"/><category scheme="http://www.blogger.com/atom/ns#" term="computer crashes"/><category scheme="http://www.blogger.com/atom/ns#" term="motherboard crash"/><category scheme="http://www.blogger.com/atom/ns#" term="virus scan"/><title type='text'>My Computer Crashed.  Now What?</title><content type='html'>Computers crash for lots of reasons.  Usually it&#39;s an incompatible driver or virus that will crash your computer so I tend to shy away from automatic updates and don&#39;t ever download software unless I absolutely need it.&lt;br /&gt;&lt;br /&gt;Even then, I&#39;m really paranoid and run a virus scan to make sure my computer won&#39;t crash sometime in the future.  And cross my fingers when install updates from Microsoft.&lt;br /&gt;&lt;br /&gt;But with the right protection, your computer should never really crash due to driver updates or a virus.  So, what really is the root cause of a crashing computer.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Component Failure&lt;/h3&gt;&lt;br /&gt;Eliminating the typical driver problem, your computer is probably crashing from a component failure.  Fans fail, CPUs overheat and die, motherboards short, power supplies simply die.  And yes, disk drives do fail.&lt;br /&gt;&lt;br /&gt;Unlike ten years ago, computers are so fast and powerful today you probably will not have the need to buy a new computer unless you go an upgrade to Windows Vista.  Keep that in mind, it very typical that you will have your computer for at least two years and perhaps longer.&lt;br /&gt;&lt;br /&gt;In my case, my computer is over 6 years old and had the motherboard crash twice.  The first time my computer crashed it would power up the motherboard only when I disconnected the disk drive.  So I simply ran out to Fry&#39;s and bought a new drive.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Diagnosing Computer Crashes&lt;/h3&gt;&lt;br /&gt;Diagnosing a computer crash simply is very difficult to do. Usually your prognosis is wrong.  My assumption of a bad disk drive was wrong because as soon as I plugged in a new drive, the crash still persisted.&lt;br /&gt;&lt;br /&gt;The CPU had power so it wasn&#39;t the power supply.  Or was it?  Was the extra power to the drive causing a load issue?  This time it was getting late, so I went to BestBuy to pick up a new power supply.&lt;br /&gt;&lt;br /&gt;So proud, I installed the new power supply, double checked the connections then waited for it to boot up.  You guessed it, same crashing symptom.&lt;br /&gt;&lt;br /&gt;Now there are only three other possible things that could go wrong and I&#39;m not batting 1000 right now.  Very frustrated, the next thing to do is to get a new motherboard that will work with the CPU and memory I already have.&lt;br /&gt;&lt;br /&gt;Now it&#39;s too late to go to the store and the computer crash will have to wait until tomorrow.&lt;br /&gt;&lt;br /&gt;When you replace a motherboard for a computer that is over two years old, it&#39;s very difficult to find one that will work with your existing CPU and memory.  After spending an hour looking at motherboard specs, I found one that would work with the processor and memory I had.  The new Gigabyte motherboard would replace the presumably dead ASUS motherboard that was crashing.&lt;br /&gt;&lt;br /&gt;Motherboards are simply a pain in the rear to replace since there are many connections that have to be right or things don&#39;t turn on.  After carefully labeling all the old wires, carefully removing the CPU the new motherboard was installed in about an hour.&lt;br /&gt;&lt;br /&gt;Most big league baseball players would love to bat 300, and I just succeeded in batting 333 cause the motherboard was the cause of the computer crash.   Except, that now the Gigabyte BIOS sees the geometry of the drive different than what the ASUS did.  Big problem.&lt;br /&gt;&lt;br /&gt;One thing I did learn long ago was to partition disk drives so that your data is isolated from the operating system.  That way if your computer or disk crashes, you can recover your data.&lt;br /&gt;&lt;br /&gt;So all I had to do was reinstall Ubuntu on my &lt;a href=&quot;http://fabuntu.org/&quot;&gt;Linux dedicated server&lt;/a&gt; and not touch my Windows and data partition.  This is exactly what I did to fix my computer crash.&lt;br /&gt;&lt;br /&gt;Now nearly four years later, my computer crashed again.  I resolved back then that I would never go through this headache again and will show you exactly how I recovered from this crash and hopefully when your computer crashes, and it will, you can quickly recover from it.</content><link rel='replies' type='application/atom+xml' href='http://fixingacomputercrash.blogspot.com/feeds/6107080599061468116/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/7745044757919026888/6107080599061468116' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7745044757919026888/posts/default/6107080599061468116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7745044757919026888/posts/default/6107080599061468116'/><link rel='alternate' type='text/html' href='http://fixingacomputercrash.blogspot.com/2008/04/my-computer-crashed-now-what.html' title='My Computer Crashed.  Now What?'/><author><name>Howard</name><uri>http://www.blogger.com/profile/07555247780657613552</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>