Cannot fix induced 0x7b error on XP - Super User most recent 30 from superuser.com2010-03-21T21:43:39Zhttp://superuser.com/feeds/question/63707http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://superuser.com/questions/63707/cannot-fix-induced-0x7b-error-on-xp1Cannot fix induced 0x7b error on XPMalfisthttp://superuser.com/users/162472009-10-31T19:31:31Z2009-11-02T09:14:46Z
<p>I'm writing a tool that will automagically fix the STOP 0x7B error that occurs when windows cannot access the hard drive due to driver issues (usually). I've wrote a tool that does everything the <a href="http://support.microsoft.com/kb/314082" rel="nofollow">Knowledge Base article</a> says to do.</p>
<p>But it's not working.</p>
<p>I'm inducing the issue by changing the bios SATA controller to AHCI, then moving it to another computer and updating it's registry. When I move it back to the other computer, nothing new happens.</p>
<p>Can someone tell me what more I need to do?</p>
http://superuser.com/questions/63707/cannot-fix-induced-0x7b-error-on-xp/63717#637170Answer by LaughingMan for Cannot fix induced 0x7b error on XPLaughingManhttp://superuser.com/users/156522009-10-31T19:57:03Z2009-10-31T19:57:03Z<p>Have you tried checking the hard disk for errors? Almost all the 0x7b errors i found got solved by doing a hard disk repair (I used mostly HDD regenerator found on Hiren´s Boot CD, other times, using the Recovery Console from XP install CD and running a CHKDSK on the disk).</p>
http://superuser.com/questions/63707/cannot-fix-induced-0x7b-error-on-xp/64330#643301Answer by Polsy for Cannot fix induced 0x7b error on XPPolsyhttp://superuser.com/users/11992009-11-02T09:14:46Z2009-11-02T09:14:46Z<p>Your problem is most likely because the list of registry entries in the KB article only includes the controllers already supported by a standard XP install. Some of the more recent machines I've had to set up need additional entries for Intel's iaStor driver (registry entries at <a href="http://polsy.org.uk/stuff/iastor.reg.txt" rel="nofollow">http://polsy.org.uk/stuff/iastor.reg.txt</a> though these are obviously not guaranteed to be the ones you'll need. Also needs the iaStor.sys driver file).</p>
<p>Basically you need to know ahead of time which registry entries (and files) the AHCI controller requires so you can add them in when the problem arises.</p>