Windows 7 BSOD and missing SATA drives at reboot

1

I get random BSOD, then when my computer reboots my SATA drives are gone and it gets stuck at "verifying DMI pool data". By rebooting they sometimes re-appear.

Before this my computer has been running without any issues for two years.

At first I thought this was related to my hard-drives, but after disconnecting all except one and retrying nothing changed.

I ran memtest for 24 hours in addition to running with one ram piece at a time replacing it if I got the BSOD again.

Any suggestions to what might be causing this?

UPDATE:

I am getting the following error in my event log: "Microsoft Security Client OOBE" stopped due to the following error 0xC000000D

I tried removing a file related to Microsoft Security client as suggested on microsoft technet, but this did not solve my problem.

BSOD info: 0X000000F4(0X0000000000000003, 0xFFFFFA800481EB30, 0XFFFFFA800481EE10, 0XFFFFF8000318F720)

No dump file is created even though I did check the box for that in advanced settings.

UPDATE 2:

After @techie007 suggested it was most likely the hard-drive or the controller, I have left it on at home testing a drive from work. I have also checked online for possible issues with my SSD drive (Crucial m4), and it seems that these have a bug that makes it unstable after 5200 hours. A new firmware has been released solving this issue, so I will attempt that later today.

UPDATE 3:

My computer is now stable again, the problem that lead to this was the 5200 hour bug in crucial m4 drives.

Lars Næss Evensen

Posted 2012-08-06T20:24:28.397

Reputation: 11

1Could be power problems. Have you tried a new power supply? What BSoD STOP code do you get? – Ƭᴇcʜιᴇ007 – 2012-08-06T20:34:36.647

I did replace my power supply within the last 6 months, so it should be ok, but still that might be the issue. Since the BSOD happens at random intervals I have not yet managed to figure out what stop code I am getting. – Lars Næss Evensen – 2012-08-06T20:37:15.430

1You may want to disable automatic reboot on Blue Screen then, that way you'll be able to read it the next time it happens. It should also report the bug check in the Event Logs as well.. Anything obvious in those? Never assume any part is good just because it was replaced "recently". Really though, we'll need much more info to help you with this, most coming from you trying general troubleshooting and asking specific questions about specific problems. Otherwise it's going to just be guesses... – Ƭᴇcʜιᴇ007 – 2012-08-06T20:41:27.770

Thanks, I was not aware I could turn off the automatic reboot, but that will be really helpful :) I will also check the event logs. – Lars Næss Evensen – 2012-08-06T20:43:44.153

From the event log I am getting an Event 3 - Session "Microsoft Security Client OOBE" stopped due to the following error 0xC000000D in between the Critical Kernel-Power (because the machine reboots without shutting down properly). – Lars Næss Evensen – 2012-08-06T21:06:19.470

There are some suggestions on how to solve this issue on msdn technet, so I will give that a try. – Lars Næss Evensen – 2012-08-06T21:09:39.063

None of the suggestions in that thread worked for me. I also managed to get some info from the BSOD: 0X000000F4(0X0000000000000003, 0xFFFFFA800481EB30, 0XFFFFFA800481EE10, 0XFFFFF8000318F720) But no dumpfile was created, which might be related to the missing SATA drives? – Lars Næss Evensen – 2012-08-07T16:29:50.377

Yup, F4 errors are often (most commonly, from my experience) caused by a hard drive or hard drive controller error. – Ƭᴇcʜιᴇ007 – 2012-08-07T19:37:57.290

Ok, that was not what I hoped for, but thank you so much for the help :) I have brought a harddrive from work to verify if it is the controller or the drive. The warranty should still be valid on both my motherboard and harddrive. – Lars Næss Evensen – 2012-08-08T18:03:54.370

Answers

0

My issue was caused by the 5200 hour bug in crucial m4 harddrive firmware. Hopefully this can help someone else having the same issues that I had.

Lars Næss Evensen

Posted 2012-08-06T20:24:28.397

Reputation: 11

0

Go into your BIOS and make sure that the hard drive with the Windows installed is correctly set as the primary boot device. Choose the HDD as primary boot device, followed by CD-ROM/Floppy. Also make sure that the HDD is set to auto-detect within the BIOS utility.

If you have any discs or diskettes in the CD-ROM or floppy drive(s) then please remove these and try and boot up again, this is to make sure the system is not trying to boot from the said device.

Make sure ALL cables are 100% connected to the system and are not loose at any scale. If any of the above does not work then try and reset the CMOS using the CMOS jumper.

If still nothing above fixes the issue then you may have to replace/fix the master boot record on the hard drive as this may be the cause. Or here is a similar instructions website: http://www.computerhope.com/issues/ch000474.htm

George

Posted 2012-08-06T20:24:28.397

Reputation: 294

Thanks for your answer! I have already verified that it is set to boot from my Win7 drive. The times it does detect my drives, everything seems normal until I get another BSOD. I will try resetting the CMOS though :) – Lars Næss Evensen – 2012-08-06T20:33:21.657

@LarsNæssEvensen try running chkdsk [boot drive] /f /r /x – George – 2012-08-06T20:37:38.007