Page 1 of 1

HP ProBook 430G6: Install BIOS on Linux

Posted: Sat Feb 25, 2023 8:26 pm
by peter_b
UPDATE:
Unfortunately, the .BIN image extracted with 7zip is not the same that is created when extracting the files "the official way", using Windows. :evil:
See: https://github.com/eriksjolund/install- ... 5/issues/2

Therefore, when trying to update the BIOS, the correct version number is shown to select, but then you get the following error message:
Invalid BIOS image

So the following is (currently) useless:

HP only provides BIOS updates in form of Windows executables, called "sp99776.exe", for example.

In order to flash the BIOS without Windows, these files can be extracted using "7-zip":

Code: Select all

$ 7z x sp99776.exe
It'll extract a bunch of files - but the BIOS itself is the file ending with ".bin"

For example:
R71_010901.bin
Copy this file either onto a USB stick, or into the EFI partition, under the following folder:
HP\BIOS\New
Reboot the Notebook, select the System configuration (Press "ESC" at boot).
Then select to update the BIOS.

*fingers crossed*

Re: HP ProBook 430G6: Install BIOS on Linux

Posted: Tue Jun 10, 2025 2:16 pm
by peter_b
Related links:
How to perform a HP BIOS upgrade with only Ubuntu?
How to update BIOS on Linux


So far it seems that using the .bin BIOS image natively doesn't work.
Why is HP doing this, instead of just providing a ".bin" that just works as image as-is? :shock: :?

You either need to run the windows installer (eg on Bart's WindowsPE live distro) to create a USB stick.
Or add the "BIOSUpdate" folder/tools (copied from the HP's installer exe)