Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
Request for Modded BIOS with AI Tweaker ...
Last Post: CertifiedCosmos
Yesterday 05:04 PM
» Replies: 0
» Views: 72
Lenovo ThinkCentre M71e GPU Whitelist re...
Last Post: saschalein
Yesterday 03:23 PM
» Replies: 0
» Views: 66
[REQUEST] Lenovo Ideapad 330S-15ARR (7WC...
Last Post: nadolivbios
Yesterday 01:26 PM
» Replies: 25
» Views: 6062
How To Add SLIC 2.1 To An Intel Motherbo...
Last Post: sanya.silitskiy
Yesterday 11:52 AM
» Replies: 73
» Views: 219849
[REQUEST] 13w Yoga Gen 2 (Type 82YR) (KB...
Last Post: SiberianTiger97
Yesterday 09:48 AM
» Replies: 2
» Views: 142
Acer Extensa 5620: CPU replace
Last Post: MPM
Yesterday 08:28 AM
» Replies: 2
» Views: 115
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: nrns
04-16-2024 08:08 PM
» Replies: 232
» Views: 98289
[REQUEST] Lenovo Y70-70 (9ECNxxWW) White...
Last Post: Dudu2002
04-16-2024 02:35 PM
» Replies: 103
» Views: 23908
[REQUEST] Lenovo Yoga 2 Pro (76CNxxWW) W...
Last Post: Dudu2002
04-16-2024 07:29 AM
» Replies: 847
» Views: 323576
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
04-16-2024 07:28 AM
» Replies: 26
» Views: 963
[REQUEST] Lenovo ThinkPad P14s 3rd Gen 1...
Last Post: Dudu2002
04-16-2024 07:26 AM
» Replies: 4
» Views: 279
Add CPU support Lenovo M715s
Last Post: pashtet440
04-16-2024 06:56 AM
» Replies: 0
» Views: 125
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
04-14-2024 09:02 AM
» Replies: 1733
» Views: 541824
Dell Latitude 5520 - get to know passwor...
Last Post: yeti1299
04-14-2024 06:48 AM
» Replies: 2
» Views: 228
[REQUEST]: Asus TP420IA - how to dump bi...
Last Post: quantumx3
04-14-2024 05:34 AM
» Replies: 0
» Views: 201
[REQUEST] Lenovo Y50-70 (9ECNxxWW) BIOS ...
Last Post: Nightdemon2001
04-14-2024 01:13 AM
» Replies: 2319
» Views: 656145
[REQUEST] Lenovo B575 (52CNxxWW) Whiteli...
Last Post: thepwrtank18
04-13-2024 06:13 PM
» Replies: 56
» Views: 20401
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: alvaro8905
04-13-2024 05:25 PM
» Replies: 673
» Views: 163396
Lenovo Yoga 14s (slim7Gen 8)
Last Post: Dudu2002
04-13-2024 03:32 PM
» Replies: 12
» Views: 638
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: Dudu2002
04-13-2024 03:31 PM
» Replies: 470
» Views: 129338

Gigabyte Aero 15 v8 (FB0A BIOS Unlocked)
#1
Disclaimer: Do this at your OWN RISK! I will not be held responsible for anyone bricking their machine!

I made the mods based on @Lost_N_BIOS's post here and by following the How-2-Rip-It-Open-Yourself guide here.

This patch has been confirmed to work with both 15X v8 and 15W v8 models. Make sure you have your Aero's BIOS flashed to version FB0A using the official release on the Gigabyte website here before attempting the following.

First you must run command prompt (as Administrator) and run "FPTw.exe -bios -d biosreg.bin". You can get FPTw.exe from Intel CSME System Tools v12 r18 (located in the "Flash Programming Tool" folder).

Next you will need to run UEFITool 0.26.0 and open biosreg.bin. Select File->Search... Text tab and enter AMITSE. A list of search results will show at the bottom. Double click on "Unicode text "AMITSE" found in User interface section at offset 0h". Right click on the "PE32 image section" and select "Replace as is...". Browse to the (unzipped) file attached (Section_PE32_image_AMITSE_AMITSE.zip). File->Save image file... and call it biosmod.bin.

[Image: 82E3uSV.jpg]

Then you need to run AMIBCP 5.02.0031 and open biosmod.bin to set the menu access to USER like so:

[Image: BnkU0RW.jpg]

Once you File->Save run "FPTw.exe -bios -f biosmod.bin".

If you get the following error:
Quote:Error 167: Protected Range Registers are currently set by BIOS, preventing flash access.

This is caused by the BIOS Lock variable set to 0x01 (Enabled):
Code:
BIOS Lock, VarStoreInfo (VarOffset/VarName): 0xA12

How to set the BIOS Lock variable to 0x00 (Disabled):
1. Make sure you have following values set in BIOS:
  - Legacy Support: Disable
  - Secure Boot: Disable
2. Take USB stick and format to FAT32
3. Create directory structure EFI\Boot
4. Download and unzip bootx64.7z
5. Put BOOTX64.EFI into Boot directory
6. Boot from this USB stick
7. Run command: setup_var 0xA12 0x00
8. Run command: reboot

Attempt to write the modified BIOS again using FPTw.exe.
[Image: 3DjEixT.png]

If successful this time run "FPTw.exe -greset" to reboot.

Press F2 to enter BIOS you should (hopefully) be greeted with some extra menus...

[Image: 996ZBPr.jpg]
[Image: cmgZVn7.jpg]
[Image: KbyFZXm.jpg]

Big thanks to @Lost_N_BIOS!
find
quote
#2
Awesome! Thanks for posting! Can confirm it works on my Aero 15x v8 Smile

Do you have any tips on good settings to use for the 8750H?
I must admit I am a bit lost in all those settings!
find
quote
#3
(09-14-2019, 05:01 PM)johnnypoulet Wrote: Awesome! Thanks for posting! Can confirm it works on my Aero 15x v8 Smile

Do you have any tips on good settings to use for the 8750H?
I must admit I am a bit lost in all those settings!
Hello everyone and thanks for great tutorial
I was also successful update bios in my Aero 15xv8
Best regards and thank for your work

Wysłane z mojego SM-A505FN przy użyciu Tapatalka
find
quote
#4
confirmed this worked on my aero 15x v8.
however after i lowered the cache voltage to match my core undervolt it is now stuck in a boot loop. seems there is no reset. its fixed now after some soldering and some linux flashing. but i got a couple questions is anybody can help

1. has anybody been able to control the fans with the bios?? the options are there but they seen not to have any efect for me

2. is there a way to add things to the bios such as a reset bios after 3 failed attempts
find
quote
#5
Hello headkaze!

Really appriciate your work as well as Lost_N_BIOS.

Is this guide suppose to work (in principle) also with other version of Gigabyte Aero 15?

I have this 15W v7 (i7-7700hq+gtx1060) that I'm really interested in unlocking BIOS options for thunderbolt purposes.

The guide seems compatible but I'm not so sure about the PE32 image (is it suppose to be the same?) and about BIOS Lock variable too.




attached my dump bios file
FB0E


Attached Files
.zip   biosreg.zip (Size: 3 MB / Downloads: 22)
find
quote
#6
Hello headkaze, thanks for doing great work! the stock bios is very limited...

Im having a memory issue with my 15x v8 and was hoping that the unlocked bios will help me solve it.
I have been trying to get a a set of two hyperx CL15 hx426s15ib2k2/32 ram to work, thats 2x16gb. I have the same ram in 2x8 as well.
2x8=16gb total works fine at cl15 2666 dual channel
8 + 16 = 24gb works fine at cl15 2666 dual channel
This ram supports both jedec and xmp profiles, so it *should* work

I cannot get the laptop to post with one 16gb or two 16gb=32 sticks.
Ive undervolted with TS and have been thinking of doing this through this bios.
Do you think that i will be able to force the ram settings through the bios and get the 32gb ram recognized?
Thanks
find
quote
#7
Hey headkaze, I salute your abilities. This looked like a gift from the gods. but unfortunately your link with the sections to substitute (hosted by headsoft.com.au) is broken, and I understand it is very important to use specific files for specific machines.
Do you still have a copy of that archive?
Or maybe someone that previously tried to mod can pass me a link with the files?Please, me and my second hand machine are waiting for your help!
Congratulations to everybody,
Gabriel
find
quote
#8
Hello everybody. Firstly, I'd like to thank headkaze for the PM, as it made me able to successfully unlock the bios. Tons of settings that are making the laptop more efficient. Hands up!
Second, since I have a XPS9560, would it be possible to copy the sections of that bios regarding:
ADAPTIVE CHARGING
and
FN KEY LOCK
in order to merge it in the 15x FB0A bios? It would make this bios even more useful, but maybe this is an impossible fantasy. I'm not a pro, I'm just dreaming.
Congrats!
find
quote
#9
Thank you, work like a charm. Smile
find
quote
#10
Hello everybody.
Unfortunately, the Intel CSME System Tools v12 r18 download link doesn't work anymore and I can't find it on Google. I''ve tried the CSME v12 r20 but it didn't worked when I was trying to get the biosreg.bin's file. So I'm stuck at the step one lol.
Can someone reupload this tool or tell me a good substitute ?

Thanks a lot.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)