0

Last night I downloaded the BIOS update setup sp57752 - HP Notebook System BIOS Update for my HP Probook 4520s laptop.. During the installation, when the software was displaying something like writing block 400 / 640.. the power malfunctioned and the laptop turned off.. (The battery was very low and my UPS was not working).. Anyways, right then I knew the laptop was bricked. I restarted the laptop and this is what happens..

  • The display stays off.
  • The CAPSLOCK key light keeps blinking.
  • The power button doesnt do anything, even if held down for 30 seconds or more. The only way to power off is to disconnect the battery and the charging cable.

I know I'd most probably need to take the laptop to HP customer care.. But I was wondering if there was ANYTHING I could do myself to fix this issue.. I know how to disassemble the laptop.. I know how to take out the RTC battery.. I wanna know if it'll be sufficient.. Or will it require special hardware cables / serial ports / etc and proprietry procedures that only an HP technician will be able to perform..

4
  • Taking out the RTC battery which powers the RealTimeClock will not help. If you have an identical laptop and the chips are socketed then you can boot the other laptop, swap BIOS chips, and reflash the currently bricked one. I have done this once before on a desktop motherboard (Asus P2B Dual). On a laptop things tend to be soldered down so you are probably not that lucky.
    – Hennes
    Commented Feb 14, 2013 at 7:50
  • @Hennes.. this ill try this though.. it sounds interesting.. but im afraid of the same thing.. if things are soldered down.. but is it not unsafe? hotplugging the BIOS chip in and out of a running system?
    – AweSIM
    Commented Feb 15, 2013 at 5:33
  • If things are soldered down (and I bet they are in a laptop) then it will not work. If it is socketed then all I can say is that googling back then told me it can work, and I know it has worked at least once with (now) 12 year old motherboard. Note that a service center will either swap the motherboard (safe but expensive) or do something with JTAG or other tricks which the average users does not have in his or her house.
    – Hennes
    Commented Feb 15, 2013 at 7:55
  • thanks a lot mate.. id admit i was afraid that might be the answer.. if you can copy paste these comments as an answer, id be happy to accept them as the correct answer..
    – AweSIM
    Commented Feb 15, 2013 at 12:26

3 Answers 3

0

Taking out the RTC battery which powers the RealTimeClock will not help. That battery powers the real time clock and the volatile part of the BIOS. The BIOS program itself is stored in non-volatile storage.

When that gets corrupted you have a few options:

  1. Be the lucky owner with a rescue BIOS option. Intel did this a while. Their BIOS was split in two parts, the first part allowed minimal booting from a floppy and updating the BIOS. The second part contained the rest. Most upgrades only changed the second part, so you could recover if that went wrong.
  2. Be the lucky owner of a board with two BIOS chips. Sometimes one if a rescue version. Sometimes they are two full versions and you can select which one to use. There are only a few motherboards which use this, as well as a few graphical cards.
  3. Be the owner of two identical motherboards and have a socketed BIOS chip. That allows you to boot the identical computer (the one with the working BIOS). After it is booted an the BIOS is not in use (or copied to shadow RAM) you can carefully remove the chip and replace it with the EEPROM with the broken BIOS program. Then flash that chip. I have done that once before, but that was on a desktop board (Asus P2B-Ds, pentium-2 era).
    It is unlikely that a chip on a laptop motherboard is socketed, since space is at a premium.
  4. You might be able to program the BIOS using a JTAG interface. The hardware for that is not hard to come by, but you will need board specific knowledge. This is possibly how a repair technician will fix your board.

    (Or more likely, he will just swap the motherboard with a new working one and ship the broken one back to HP, who might refurbish it after repairing it that way.)
0
0

The LED will likely be blinking a specific pattern. HP suggests the following

Identify the number of blinks or beeps

When there is a start-up problem and you see LED lights on the keyboard blink a few times (between 1 and 8 blinks), or hear a series of beep tones (between 1 and 6 tones), do the following actions. There is very little you can do to resolve blink or beep code messages until you contact an HP Support Agent or authorized HP Service center.

Recognize Blink Codes

With the development of the Extensible Firmware Interface (EFI) environment, the HP Pavilion and Compaq Presario notebook computers built in 2009 or later use blinking LEDS to identify hardware component reporting an error during startup. The codes are not valid for other models.

1.Press the power button to turn on the computer, and look for blinking LED lights on the keyboard.

2.Count the number of blinks in the sequence (between1 and 8 blinks).

After the sequence of blinks or beeps, there is a pause for a few seconds, and the sequence is repeated (usually 3 or 4 times). The blink sequence can be repeated by pressing the power button again.

Recognize Beep Tone Codes

On older computer models, the startup hardware diagnostic tests used a series of tones (beeps) to identify the error codes. Blink codes and beep tone codes have a similar purpose but do not indicate the same error conditions. The meaning of the number of tones in a sequence and duration of the individual beep tones is specific to the individual models. There were fewer beep codes on older computers because there were fewer built-in diagnostics.

Component Tested Error Condition

LEDs blink 1 time CPU CPU not functional

LEDs blink 2 times BIOS BIOS corruption failure

LEDs blink 3 times Memory Module error not functional

LEDs blink 4 times Graphics Graphics controller not functional

LEDs blink 5 times System board General system board failure

LEDs blink 6 times BIOS BIOS authentication failure

More info HP Error Codes

0

I had a broken BIOS on an HP ProBook 4520s (power failure during BIOS update). After long hours of trial and error with other methods, here is the one that worked:

(I used Linux to prepare the flash drive, but it should on Windows with corresponding commands)

  1. A 4GB flash drive, with one partition formatted to Fat 16: mkdosfs -F 16 /dev/sdx0 (Replace sdx0 with your flash drive only partition path)
  2. mount the partition, create this path mkdir -p HEWLETT-PACKARD/BIOS/CURRENT
  3. Download your latest bios update from HP's support site, extract it 7z x spXXXXX.exe and then extract the Rom.CAB file inside it 7z x Rom.CAB
  4. copy over the bios Rom.bin file, and the efibios.sig file to the created HEWLETT-PACKARD/BIOS/CURRENT directory, renaming them after your bios family name. For me that was 68AZZ (Hint from the Rompaq directory from the first extract), so now I have:
    • HEWLETT-PACKARD/BIOS/CURRENT/68AZZ.BIN
    • HEWLETT-PACKARD/BIOS/CURRENT/68AZZ.SIG
  5. unmount the partition, safely remove the drive, etc.
  6. Your broken laptop should be drained from power (removed batter and ac, with power switch pushed for 30s as I read on many forums, although I don't remember pushing it that long, only few seconds)
  7. Insert flash drive (I put it on the left side of the laptop, don't know if that matters)
  8. Continue as all other sources suggest: Plug battery and AC, Press Windows+B buttons, push power button for few seconds till caps lock start blinking, wait till flash drive led starts blinking (or don't, dunno if that matters), release Windows+B, and wait... it should start doing things within 30s (booting off and on). Just wait on it and should turn off completely (for more than 30s). Remove the flash drive and boot. It should boot to bios now!

What not to do:

  • Using rom.sig (which is 64 bytes) instead of efibios.sig (256 bytes). Many sources tell you to use the former, but you have to use the later
  • Fill the flash drive with many files. Just try with the both files from above (BIN+SIG) in the correct path

This is the only procedure that worked for me. I wasted many hours before, most of which because many sites tell you to use the wrong .sig file. The only one mentioning the correct one was this: https://www.computing.net/answers/hardware/bios-recovery-hp-68azz-from-usb/86092.html

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .