texhex / BiosSledgehammer

Automated BIOS, ME, TPM firmware update and BIOS settings for HP devices
Apache License 2.0
128 stars 17 forks source link

Zxx Workstations need to use silent.bat instead of update.bat for ME updates #55

Closed texhex closed 6 years ago

texhex commented 6 years ago

To start the ME update, HP uses CallInst.exe which calls update.bat that performs the update. This batch file is normally silent and will run silently.

However, all Zxx Workstations will ask the user if it's OK to update the ME. As CallInst.exe runs the batch hidden, the operator has no chance to respond to this query and the update will run forever.

For a silent ME update, the batch silent.bat has to be used.

texhex commented 6 years ago

Changed with commit a408650f016543ed06423feafeb1e8a8cf40430b, closing issue.