Posts: 1,776
Threads: 0
Joined: Aug 2018
Reputation:
42
All that hassle previously to get the files from this, all you had to do is run the exe and get files from temp folder
Please zip me images of all BIOS main sections (one each of Main, Advanced, etc)
Sorry, not sure about any exact guides, I see magic String in Setup PE32 module, that may work to enable menus all by itself, or it may need AMIBCP edits on top of that. Hard to know without seeing others comments on what they've tried that failed. Surely, there is already an unlocked BIOS for this system, or at least some other thread where people discussed, attempted etc
If you just need Vt-D and IOMMU enabled, you can do that via grub using setup_var
Vt-d is in BIOS twice, but using same VarStoreInfo so I'll only add one instance below truncated to avoid confusion
One Of: Intel® VT-d, VarStoreInfo (VarOffset/VarName): 0x18D
One Of Option: Disabled, Value (8 bit): 0x0 (default) {09 0E 04 00 30 00 00 00 00 00 00 00 00 00}
One Of Option: Enabled, Value (8 bit): 0x1 {09 0E 03 00 00 00 01 00 00 00 00 00 00 00}
Here is general guide on using setup_var, for another purpose, but it will help you see how it works and get things going on your end
https://www.win-raid.com/t3908f16-GUIDE-Grub-Setup-Var-Guide-Fix-Intel-FPT-Error-BIOS-Lock-Bit-Set-HSFS-W-Asus-or-Other-Mod-BIOS.html
Alt boot to grub when no boot to EFI on exit page - https://www.win-raid.com/t3144f16-Help-needed-Hidden-Advanced-menu-Bios-HP-Z-J-BIN-1.html#msg58324
You will need to use the alternative link there, since the "Launch EFI Shell from filesystem device" is hidden from you in BIOS (exit page used instead of Save & exit - I assume) you can try naming to >> shellx64.efi, but I assume you will need to do as I linked above in second link
once at grub prompt, this will enable VT-d for you >> setup_var 0x18D 0x1
Sorry, IOMMU is not in this BIOS.