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
[SOLVED] Lenovo E545 (HRETxxWW) WiFi + B...
Last Post: Vigor89
Today 04:51 PM
» Replies: 268
» Views: 116941
[Test, sp54926] HP Pavilion dm1-4000sd
Last Post: symbios24
Today 08:14 AM
» Replies: 36
» Views: 28512
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: Dudu2002
Yesterday 09:27 AM
» Replies: 35
» Views: 13469
HP probook4436s(e2-3000m)can update to a...
Last Post: DeathBringer
Yesterday 04:17 AM
» Replies: 1
» Views: 157
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
06-14-2025 01:48 PM
» Replies: 5
» Views: 585
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: flastac
06-14-2025 09:45 AM
» Replies: 212
» Views: 106082
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
06-14-2025 02:26 AM
» Replies: 40
» Views: 12464
[Request] Bios is locked need to unlock ...
Last Post: Xperjo
06-14-2025 12:59 AM
» Replies: 0
» Views: 300
Ailenware M15 R2
Last Post: axdy
06-13-2025 05:17 PM
» Replies: 0
» Views: 232
ASUS P5LD2 Deluxe & Conroe CPU
Last Post: k24a1
06-13-2025 03:05 PM
» Replies: 20
» Views: 9724
Request: Modded BIOS with NVMe support f...
Last Post: thadrusta
06-13-2025 01:08 PM
» Replies: 1
» Views: 823
[REQUEST] Lenovo Yoga 500 (BDCNxxWW) BIO...
Last Post: soren
06-12-2025 05:19 PM
» Replies: 21
» Views: 15941
Unlock EMT64 / 64-bit UEFI support on In...
Last Post: ordi
06-12-2025 01:41 PM
» Replies: 4
» Views: 511
H-Joshua-H61-uATX with i5-2500K or i7-37...
Last Post: EQX
06-12-2025 12:49 PM
» Replies: 33
» Views: 19076
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Yaserxi
06-12-2025 08:50 AM
» Replies: 341
» Views: 173678
[Request] Alienware X51 R2 BIOS Unlock
Last Post: thadrusta
06-11-2025 08:22 PM
» Replies: 14
» Views: 14403
BIOS Mod for Dell Inspiron 7447 A09 to E...
Last Post: hoangha16497
06-11-2025 08:14 PM
» Replies: 0
» Views: 336
[REQUEST] Lenovo B575 (52CNxxWW) Whiteli...
Last Post: ptnom
06-11-2025 06:36 PM
» Replies: 57
» Views: 30407
[REQUEST] Lenovo G50-70 (9ACNxxWW) White...
Last Post: Dudu2002
06-11-2025 05:46 PM
» Replies: 245
» Views: 111402
[REQUEST] Acer Aspire One AOD255E BIOS U...
Last Post: stormy
06-11-2025 03:24 PM
» Replies: 63
» Views: 37716

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, 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
#6
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
#7
Thank you, work like a charm. Smile
find
quote
#8
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)