HP ProBook 430G6: Install BIOS on Linux
Posted: Sat Feb 25, 2023 8:26 pm
UPDATE:
Unfortunately, the .BIN image extracted with 7zip is not the same that is created when extracting the files "the official way", using Windows.
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:
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":
It'll extract a bunch of files - but the BIOS itself is the file ending with ".bin"
For example:
Then select to update the BIOS.
*fingers crossed*
Unfortunately, the .BIN image extracted with 7zip is not the same that is created when extracting the files "the official way", using Windows.
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
For example:
Copy this file either onto a USB stick, or into the EFI partition, under the following folder:R71_010901.bin
Reboot the Notebook, select the System configuration (Press "ESC" at boot).HP\BIOS\New
Then select to update the BIOS.
*fingers crossed*