BIOS Upgrade

Jord9857

Explorer
Joined
Apr 28, 2020
Messages
74
Hi all, (sorry if I'm posting in the wrong place)

I've got a HP Microserver N54L with FreeNAS installed with Plex plugin.

I'm trying to upgrade the BIOS on my system, following all the steps (https://www.nathanielperez.us/blog/hp-proliant-n40l-bios-modification-guide) soon as i plug my USB stick into my N54L HP Microserver and automatically boots off it, I get

'ROMPAQ may take a few minutes to get started. Please be patient....
Command or filename not recognized
C:\>'

Does anyone have any idea's?

Thanks
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Try modifying the flash.bat in the USB stick file so it reads:

Code:
Before:

kbd /"flash O41100~1.rom -r 100000,10000 -r 1e0000,10000;q"

After:

kbd /"flash O41100113.rom -r 100000,10000 -r 1e0000,10000;q"
 

Jord9857

Explorer
Joined
Apr 28, 2020
Messages
74
1593180959039.png
 

Spearfoot

He of the long foot
Moderator
Joined
May 13, 2015
Messages
2,478

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
You'll need to recreate your thumb drive using the HPQUSB.exe in the Flat Files folder, not the one on your desktop.
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Yes, don't forget to copy in the modified ROM file. You may also need to modify flash.bat as I mentioned above.
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
No, you don't need rompaq.exe.
 

Jord9857

Explorer
Joined
Apr 28, 2020
Messages
74
ok, just plugged my USB into the HP Microserver. Now it's saying...

'Next Please!!!
ROM File 041100113.rom does not exist
Line 274, Error 0x3'

I tried with both a capital .ROM and lower case .rom (whether that makes a difference)

1593183205303.png
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
That's a capital letter O, not a number 0 in the ROM file name. You'll have to modify flash.bat accordingly.
 

Jord9857

Explorer
Joined
Apr 28, 2020
Messages
74
The first one is a capital letter O, the other 2 are 0's which is exactly as it is in the .bat file. Just double checked and still not working.

Does it matter if the .rom is in capital letters or not?

1593183991251.png
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
No, it shouldn't. Try renaming the ROM file in flash.bat back to the original: O41100~1.rom.
 
Top