i think it would be hard to enable 4g decode since its not implemented in the bios. My Z68A GD65 G3 does not have above 4G option so yeah ig im stuck at it
could you try to find “Setup” using UEFITool? it’s usually start at 899 for the GUID. try to expand those and extract the PE32 module or the one underneath it (not version, usually there is a GUID under PE32, if its not available the extract PE32)
okay i just checked the file, it doesnt have Above 4G Decode option in the settings, so i guess no above 4g decode for you unless someone could implement it…
someone with good knowledge of UEFI IFR/HII might be able to figure this out since currently available tools don’t find anything. I tried AMIBCP and IFRExtractor-RS too
I think @CodeRush developer of IFRExtractor-RS might know what’s going on here if he’s able to investigate this.
The string is there in the package, but not referenced by any form data, so there’s no easy way to determine the correct offset of that setting in the Setup variable (even if such setting still exists). Finding it will require a bit more than just IFR parsing, please remind me about that on next Friday or so, I’ll check it.