May I have your help to unlock my bios. I have tried myself with AMIBCP but cannot figure out the way to bypass the checksum error. Attached official BIOS for my computer. Thanks!
Posts: 1,822
Threads: 1
Joined: Dec 2013
Reputation:
60
04-04-2019, 03:43 AM (This post was last modified: 04-04-2019, 03:51 AM by genius239.)
(04-03-2019, 10:29 PM)hkc_rock Wrote: Hi Everyone,
May I have your help to unlock my bios. I have tried myself with AMIBCP but cannot figure out the way to bypass the checksum error. Attached official BIOS for my computer. Thanks!
This's type of aptio v ami bios.
Please try version 5.[censored] amibcp to edit and save.
(04-03-2019, 10:29 PM)hkc_rock Wrote: Hi Everyone,
May I have your help to unlock my bios. I have tried myself with AMIBCP but cannot figure out the way to bypass the checksum error. Attached official BIOS for my computer. Thanks!
This's type of aptio v ami bios.
Please try version 5.[censored] amibcp to edit and save.
I have successfully edit the bios by AMIBCP supporting APTIO V bios. But I think I have to consider the options below:
1. Flash the Bios overridding the checksum error warning.
2. Further edit the bios by re-calculation the checksum
Can you please advise any tutorial for the above means? Thanks.
Posts: 1,776
Threads: 0
Joined: Aug 2018
Reputation:
42
Did you try flash BIOS from within BIOS using official internal BIOS flashing app, rename mod BIOS to exact stock BIOS name (including extension)
If you still cannot get it, you can dump BIOS region via FPT, modify that, and then reflash BIOS region via FPT
To reflash BIOS region via FPT first you must unlock "BIOS Lock" Setting via grub using setup_var, here's my guide on that, you can start at step #6 since I will provide you with the variable you need to change
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
Your BIOS Lock Variable >> 0x929
Rename your .efi file to >> Shell.efi
So at grub prompt you will type >> setup_var 0x929 0x0
Then you can flash back in mod BIOS region via FPT
Be very careful with FPT, only use commands and files I mentioned, or you can brick your system. If you see yellow or red error, stop and do not continue to try and flash, show image of the error.
You have ME 11.8, so go to this thread and in the section "C" download the matching V11 ME System Tools Package
https://www.win-raid.com/t596f39-Intel-Management-Engine-Drivers-Firmware-amp-System-Tools.html
Once downloaded, inside you will find Flash Programming Tool folder, and inside that a Windows or Win/Win32 folder. Select that Win folder, hold shift and press right click, choose open command window here (Not power shell). At the command prompt type the following command and this will output your "BIOS Region" file to modify >> FPTw.exe -bios -d biosreg.bin
Open biosreg.bin in AMIBCP and do your edits again, then save as mod file name so you know which is original dump and mod dump.
Then, after you have disabled BIOS lock per the above, you can reflash your mod BIOS region >> FPTw.exe -bios -f modbiosreg.bin
Posts: 6
Threads: 1
Joined: Nov 2018
Reputation:
0
(04-08-2019, 05:12 AM)Lost_N_BIOS Wrote: Did you try flash BIOS from within BIOS using official internal BIOS flashing app, rename mod BIOS to exact stock BIOS name (including extension)
If you still cannot get it, you can dump BIOS region via FPT, modify that, and then reflash BIOS region via FPT
To reflash BIOS region via FPT first you must unlock "BIOS Lock" Setting via grub using setup_var, here's my guide on that, you can start at step #6 since I will provide you with the variable you need to change
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
Your BIOS Lock Variable >> 0x929
Rename your .efi file to >> Shell.efi
So at grub prompt you will type >> setup_var 0x929 0x0
Then you can flash back in mod BIOS region via FPT
Be very careful with FPT, only use commands and files I mentioned, or you can brick your system. If you see yellow or red error, stop and do not continue to try and flash, show image of the error.
You have ME 11.8, so go to this thread and in the section "C" download the matching V11 ME System Tools Package
https://www.win-raid.com/t596f39-Intel-Management-Engine-Drivers-Firmware-amp-System-Tools.html
Once downloaded, inside you will find Flash Programming Tool folder, and inside that a Windows or Win/Win32 folder. Select that Win folder, hold shift and press right click, choose open command window here (Not power shell). At the command prompt type the following command and this will output your "BIOS Region" file to modify >> FPTw.exe -bios -d biosreg.bin
Open biosreg.bin in AMIBCP and do your edits again, then save as mod file name so you know which is original dump and mod dump.
Then, after you have disabled BIOS lock per the above, you can reflash your mod BIOS region >> FPTw.exe -bios -f modbiosreg.bin
I am stuck at how to boot into the grub. As my bios doesn't have the option to boot from Shell.efi, I tried to boot with F11. The UEFI usb bootable media is recognized but choosing it does nothing but boots into normal windows...
Posts: 1,776
Threads: 0
Joined: Aug 2018
Reputation:
42
04-10-2019, 09:23 PM (This post was last modified: 04-10-2019, 09:24 PM by Lost_N_BIOS.)
Sorry about that, I meant to leave you alternative link to method on booting to grub when BIOS does not have the proper option, I forgot
Alt boot to grub when no boot to EFI on exit page >> https://www.win-raid.com/t3144f16-Help-n...l#msg58324
You should not have any UEFI Bootable USB, nothing like that is used for this method. Normal USB, formatted FAT32 on MBR partition.
Posts: 6
Threads: 1
Joined: Nov 2018
Reputation:
0
04-11-2019, 10:01 PM (This post was last modified: 04-11-2019, 10:34 PM by hkc_rock.)
(04-10-2019, 09:23 PM)Lost_N_BIOS Wrote: Sorry about that, I meant to leave you alternative link to method on booting to grub when BIOS does not have the proper option, I forgot
Alt boot to grub when no boot to EFI on exit page >> https://www.win-raid.com/t3144f16-Help-n...l#msg58324
You should not have any UEFI Bootable USB, nothing like that is used for this method. Normal USB, formatted FAT32 on MBR partition.
Successfully complete my unlock with your guide! Thank you so much
Appreciated if you don't mind me asking one more question. If I want to undervolt my cpu, is it correct if I set the voltage offset value as below? I set it to -100 at the moment but quite confused how I can check the undervolt is applied.
Posts: 1,776
Threads: 0
Joined: Aug 2018
Reputation:
42
(04-12-2019, 01:13 AM)Lost_N_BIOS Wrote: You're welcome, glad you were able to finally get it!
You can check CPU voltage in windows with CPU-z, HWINFO64, AIDA64, Speccy (maybe)
In your image I see + sign shown, not negative -
I also think you want to set Voltage Mode to Override mode (all modes< instead of adaptive (only applied at turbo mode)
Set Voltage Offset to whatever you want to subtract from current applied stock voltage, and then set Offset Prefix to negative
Yes I set Offset to 100 with a "-" on my bios page.
I am a bit hesitated on the override mode as I tried yesterday with a voltage override from the value I observed on CPU-Z, causing my compute not able to boot up . Luckily unplugging CMOS battery resolved the issue.
Posts: 1,776
Threads: 0
Joined: Aug 2018
Reputation:
42