X9SRL-F cannot update BIOS, file ROM ID not compatible

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Operations

Member
Dec 29, 2019
78
2
8
I have here a X9SRL-f (the sticker on the board says so, plus i have 2 more they are identical) When i try to update the BIOS via IPMI or DOS i get:

bios flash rom file romid is not compatible with existing BIOS ROMID

But it is the correct BIOS file

Current BIOS is 3.2

I tried this 3.3 Bios:


Any ideas?
 

RolloZ170

Well-Known Member
Apr 24, 2016
5,378
1,619
113
OEM boards ?
for AFUDOS there is a flag to overrule this check, but its your own risk.
afudos <your.rom> /P /B /N /C /X
 

RolloZ170

Well-Known Member
Apr 24, 2016
5,378
1,619
113
i had to update a SM X11DPL from very first BIOS to latest,
supermicro wrote i have to use a programmer because the updater reported same wrong ROMID.
 

Operations

Member
Dec 29, 2019
78
2
8
OEM board no, is from a supermicro 24 bay case.
Rev 1.01 according to the sticker on the board. Running an E5-2667 V2.
 
Last edited:

Operations

Member
Dec 29, 2019
78
2
8
Still not sure what you mean. Main page of BIOS shows:

Supermicro X9SRL-F
Version 3.2

During boot i see Rev 3.2. But the board says rev 1.01.

The bottom says version 2.15.1236
 

RolloZ170

Well-Known Member
Apr 24, 2016
5,378
1,619
113
ok should work. if you get the error edit the ami.bat (overrule romid check)
if you have a USB programmer(ch341a i.e.) make a BIOS dump first.
 

Operations

Member
Dec 29, 2019
78
2
8
I checked ami.bat:

@echo off

REN AFUDOSU.SMC AFUDOSU.EXE

AFUDOSU %1 /P /B /N /K /R /FDT /MER /OPR

REN AFUDOSU.EXE AFUDOSU.SMC

Do i replace the /Letters with:

/P /B /N /C /X

Or do i just add the missing letters?
 

RolloZ170

Well-Known Member
Apr 24, 2016
5,378
1,619
113
/FDT /MER /OPR - this updates Intel ME
/P /B /N /K /R - this BIOS
use first
AFUDOSU %1 /P /B /N /C /X

if success later the original code again to update Intel ME
 

Operations

Member
Dec 29, 2019
78
2
8
I tried nu ami.bat with the content:

@echo off

REN AFUDOSU.SMC AFUDOSU.EXE
AFUDOSU %1 /P /B /N /C /X

REN AFUDOSU.EXE AFUDOSU.SMC

But this shows all the options, so the command is wrong.
 

RolloZ170

Well-Known Member
Apr 24, 2016
5,378
1,619
113
if you rename AFUDOSU.SMC to AFUDOSU.EXE
you don't need the ami.bat
just
AFUDOSU X9SRL8.B13 /P /B /N /C /X