-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Notebooks
- Business Notebooks
- HPFirmwareUpdRec64 consumes password file

Create an account on the HP Community to personalize your profile and ask a question
09-20-2018 04:19 PM
I'm running the firmware update as part of a SCCM OS Deployment task sequence. I run "HpFirmwareUpdRec64.exe -s -pPW.bin -b -r" and the step fails with error 259, which I found is "file not found". Both the firmware update and the password file are in the package.
What I've found from runing the same command from a cmd in the OS is that hpfirmwareupdrec64.exe is deleting or moving the PW.bin file, then returning the file not found message. If I replace the file and run the same command again, it will work properly.
Any ideas for getting this to work just runnning the command once in an OS Deploy?
I have the 800 G4 that also uses the hpfirmwareupdrec64 and it does not have this issue.
Thanks!
06-21-2019 01:37 PM
The older tool HPBIOSUpdateRec did this too. It wasn't a problem for us until we created external media and each USB only worked once.
Anyway, my solution was to create a batch file that first makes a copy of the password file then runs the tool pointed at the copy. Copy gets consumed but the source is still there for next time. Then call the batch file from your "Run Command Line" step instead of HPFirmwareUpdRec / HPBIOSUpdRec.