- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Microsoft
- >
- Re: TRying to upgrade BIOS via commandline (SCCM)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2011 10:53 AM
09-09-2011 10:53 AM
TRying to upgrade BIOS via commandline (SCCM)
We created a distrbution that upgrades the BIOS firmware using "HPQFLASH.EXE -s -a" and after the install a psshutdown command is issued. There are some systems that get the firmware and others that report a return code within the log file of 0x103. and the bios is not upgraded. Why is that and how can we repair?
- Tags:
- bios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2015 02:23 AM
10-08-2015 02:23 AM
Re: TRying to upgrade BIOS via commandline (SCCM)
Thought I'd help here even though this post is many years old. You never know, someone else might find this useful!
I seem to have experienced most of the different errors with HPQFlash, and this is my table of return codes discovered;
Hex - Dec - Meaning
0x80 - 128 - Wrong password (i.e., password extracted from file doesn't match that used on BIOS)
0x103 - 259 - Password file not found (i.e., either you need to use the -p option, or the file path used is incorrect)
0x111 - 273 - BIOS is already the same version
0x118 - 280 - BIOS installed is newer than the one you're attempting to install
0x122 - 290 - Bitlocker enabled (i.e., if you continued, you'd need the recovery key to re-enable the drive)
And of course
0xBC2 - 3010 - Reboot required (especially if using -s option)
Of course, I hope the original poster isn't still waiting for the answer!
Having said that, looking at the log file, on the 18th August 2011 at 14:50, it returns a success code on 0x0. Not until 4 days later when apparently HPQFLASH is run with a "/?" command is the 0x103 returned. Which is odd, and doesn't match my experience of the return codes... Maybe more has changed in the last four years than I realised!