New pattern ASUS BIOS?

Hi team,

I’m trying to mod my G532 BIOS. I am using AMIBCP or UEFI Editor online.
In this BIOS, the MENU doesn’t exist.
Everything is in SETUP with “Suppress If”.
I tried to delete the “Suppress If” for the chipset and edited the Access Level as well. However, nothing changed (except if the access level is 09, the BIOS freezes when trying to access advanced settings (F7 key)).


In older BIOS versions like FX506, there is a MENU with pointers like 0x2712 for Advanced settings, which we can change to access more options.


Did someone resolve this? Has anyone successfully shown the chipset or advanced menu?
Here is original BIOS and original SCT file and IFR. Can someone see if I made an error?

BIOS.zip (9.6 MB)

Thanks in advance :heart:

Do someone know about this issue ?

Asus moved the data to a different module. This is getting more common in modern devices.
You should extract EsaFull module and use it instead of AMITSE.

Thanks for your reply, am I doing wrong ?
Seems that EsaFull doesen’t exist

Check underneath amitse.

Got the same problem with different laptop model. Can’t do it.

Fortunately, I can simply use SREP so I decided not worth the hassle.

I don’t know how I didn’t see it the first time! But thanks
AMITSE and EsaFull are different.
I don’t see pattern or something like this.
AMITSE is here to allow the Access Level, but where can I find it in EsaFull if it’s replacing AMITSE ?
Section_PE32_image_EsaFull_body.zip (1.6 MB)

If UEFI Editor can’t read EsaFull, edit the module manually.
List of blocked forms is at FD7C0. List of allowed is at FD5F0.

Thanks that helped me !
I found a pattern of 4A 10 59 7B 0D C0 58 41 87 FF F0 4D 63 96 A9 15 (don’t know what is is)
FormId (invert HEX) and a list of 00 before the next pattern
So, I added the Chipset section (invert HEX) which the FormId can be found in the UEFI Editor, or IFR text.

Now the Chipset section is in the BIOS.
But I have one more question.
Following your instructions the allowed list start at FD5F0 and the blocked at FD7C0.


But the Form ID 27 10 is the Setup menu and think it is allowed, or am I wrong?

And how can you find how start allowed and blocked parts ?
Is it this separator ?

Thanks in advance for your reply

You are wrong. Setup form is not available on the bios top bar by default.

It’s not separator, it’s PCI Subsystem Settings.

Form ID 2710 is usually included in blocked. That’s how you can find it.