Glam Prestige Journal

Bright entertainment trends with youth appeal.

A friend's computer is getting this error screen while trying to boot:

enter image description here

The error reads:

Intel(R) Rapid Storage Technology - Option ROM
Copyright(C) 2003-11 Intel Corporation. All Rights Reserved.
The operating system did not shutdown cleanly.
Reconstructing Cache Metadata.
Please do not interrupt this process.
Reading Packed Metadata into memory...Done
Processing Delta Log record...........?

It boots up, gets into BIOS, then shuts down and boots again, never getting to an operating system. I tried holding down F12 but it did not boot a live OS.

What should I do?

5

4 Answers

First, you should verify F12 is really your boot selection key. The boot selection key is different for each computer manufacturer and sometimes is different between specific models. Also, generally you shouldn't just hold down the boot selection key. You simply need to press it at the right time. By holding it down, you may inadvertently be canceling the boot selection selection screen when it appears. Try repeatedly pressing and releasing it as the computer boots (slowly) as opposed to holding it down.

Additionally, what live OS are you trying to boot from? Have you used the live OS on a different computer successfully? Depending on the age of the laptop, there's also no guarantee that the computer supports boot selection. You may have to enter the BIOS setup and simply change the boot order.

Once you've worked out your live CD problem, if you're using Windows you could try using a DaRT recovery disk or Windows RE disk to boot and possibly repair any Windows specific problems.

Something else you should do is check the health of the hard drive. If you're using a Linux live CD, most of them come with smartmontools, so you can simply run smartctl -t long /dev/sdX where X is the appropriate letter for your disk (generally this will be a, however I see it as e frequently when the computer has a media card reader). You could also remove the hard drive and connect it to another computer and use Western Digital Data Lifeguard or Seagate SeaTools for Windows to test it (note that you should probably select the one that matches the manufacturer of your hard drive). Note, you should also examine the S.M.A.R.T. data for reallocated sectors, and read errors.

If the hard drive checks out to be okay, hook it up to another computer or use a live CD to look in the Windows folder for a folder named Minidumps, inside this you may find several <date-time-stamp>.dmp files. If you find these, you can use the Windows Debugging Tools, or DaRT to analyze them and possibly determine the cause of the problem. You can also upload them and I or someone else can analyze them for you.

You should also consider doing a memtest on the RAM. If using a Linux live CD, then most of them come with memtest86+.

If all else fails... Take it to a professional.

I had a similar problem. Below is the summary of the problem, cause and my actions to resolve it.

Unlike the answer by druciferre, my resolution does not involve drastic measures (i.e. recovery, reload OS, etc.) because the cause behind this is simply not that destructive to justify such measures.

Problem:

  • My computer crashed and I was unable to enter BIOS; I got a message similar to yours
    • My HDD configs are as follows:
      • 1 SSD (m.2) for OS [Referred as OS Drive]
      • 1 HDD (SATA) [Data drive] + 1 SSD (SATA) [Apps Drive] in RAID mode, with 64 GB cache in the SSD (SATA) [Apps Drive] for Intel Rapid Storage Technology Acceleration of my HDD [Data drive].

Cause: The cause behind the message in the PreBIOS is the Intel RAID Boot driver, which needs to finish successfully in order for the BIOS to load. It normally should, but the HDD (Data drive) that is accelerated (in my case) had some junk cache that prevented it from booting up. So the goal of the solution is to clear this junk in the Data Drive.

Solution:

  • Disconnected HDD Data Drive, but kept the SSD (Apps drive in my case) plugged in. BIOS works now since the HDD is the culprit.
  • Enabled Hot plug from BIOS for the sata ports used by the HDD Data Drive and SDD Apps Drive
  • Booted to Windows and open Intel Application for Rapid Storage Technology.
  • Plugged in the HDD now and refreshed from the Intel Application
  • The HDD appears now but is unusable because of cache corruption. Clicked on the clear cache, then HDD works with all the data preserved.
  • Had to enabled SSD cache acceleration again, but everything works as before the crash.
1

In the end I got the data off the drive by booting a live-CD on it with linux. A usb-to-sata cable would have worked also.

I wiped the drive and reinstalled windows.

So what worked for me. Environment: (1)2.5" SATA HDD (Data storage), (1) M-SATA (OS)

Issue: Exact issue as described above.

Recommend: before working on any machine recommend doing a data backup first.

Resolution: After the BIOS error, the next screen was RAID configuration.

  • Press ctrl-i and enter the raid config.
  • Cleared raid configuration.

I had to do this procedure 2 times. After the second time the PC restarted and boot to Windows.

  • It asked for a HDD check disk. (It is recommended to let it run check disk).

Then I did a virus scan to make sure there was nothing interfering with the boot up.

* NO OS reinstallation. *

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy