-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modifying default (optimal) settings ignored #6
Comments
|
I did the same modifications by editing I had hoped that using UEFI-Editor would simply work the same way. If ASUS with the H610T changed how they manage default values, I expected the If I did not do anything wrong when using UEFI-Editor, it looks like I am stuck at this point. Many thanks for all of your work and effort! |
It does. Try loading your H410T BIOS in UEFI Editor. It should reflect the AMIBCP changes accordingly. If not, let me know and I'll look into it. I suspect ASUS just changed the behavior on H610T, though. |
I see |
https://uefi.org/specs/UEFI/2.10/33_Human_Interface_Infrastructure.html#efi-ifr-default Edit them inside |
Sorry that I still don't get it. I extracted Section_PE32_image_Setup.sct and converted it to Section_PE32_image_Setup.sct.0.0.en-US.ifr.txt as described in your manual. I can open the .txt and see the following section dealing with "Restore AC Power Loss" I assume I have to do the needed modifications in Section_PE32_image_Setup.sct using a hex-editor. But what would I change where when I want to set the DefaultId to e.g. "Last State" Value 2? How do I calculate the hex address? I really appreciate you patience... |
Yes. Jump to offset |
I played with changing default values, unfortunately none of them worked.
I tried what you suggested using an H310T board and replicated the same changes I did in AMIBCP in UEFI-Editor (just modifying the |
Are you sure you replaced the file correctly? Have you tried loading an image modified with AMIBCP in UEFI Editor and vice versa? Can you give me the UEFI download link, the data.json with the attempted modifications and the SHA256 of the final ROM? |
I downloaded the original bios for H310T 2.0 from: To make things easier for testing, I just modified one single value of the original.cap file using AMIBCP 5.02.0031 and did the same change using UEFI Editor (as described in the manual), resulting in the two files amibcp.cap and uefieditor.cap Using UEFITool_NE.exe with the original, amibcp and uefieditor .cap files I extracted nine files: Section_PE32_image_AMITSE.amibcp.sct Section_Freeform_subtype_GUID_setupdata_AMITSE_body.amibcp.bin The three Setup.sct files are identical. (as expected) Using UEFITool0.28.00.exe I extracted the bodies of the two altered .cap files and flashed to them to the H310T using AFUDOS /GAN |
Can you upload |
I'm at a loss here. Tagged this issue with |
I applied all my needed changes subsequently in six steps and extracted the AMITSE after each step. Funny thing is, AMITSE does only get altered with the first change, but not for subsequent changes (SHA256 / file-name): 53d260341b232c0d8c27dea4d32fbcd2c7e6deaa480e21b644b7999163eabba8 Section_PE32_image_AMITSE1.sct Unfortunately I cannot do any changes to the needed H610T bios, as none of the AMIBCP tools I could find is able to correctly open the original file. The patched AMIBCP5.02.0031 opens it somehow, but displays many values as Undefined, and crashes each time when trying to save. |
My guess is AMIBCP does some groundwork inside |
Yes, I tried changing |
Moving this issue to #9 |
I tried to modify default (optimal) settings of an ASUS H610T bios according to the instructions given. All went as described, except:
Am I missing something in the process, or what could be the problem?
Thanks for the excellent work!
The text was updated successfully, but these errors were encountered: