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] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: Dudu2002
Today 09:27 AM
» Replies: 35
» Views: 13147
HP probook4436s(e2-3000m)can update to a...
Last Post: DeathBringer
Today 04:17 AM
» Replies: 1
» Views: 69
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
Yesterday 01:48 PM
» Replies: 5
» Views: 530
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: flastac
Yesterday 09:45 AM
» Replies: 212
» Views: 105768
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
Yesterday 02:26 AM
» Replies: 40
» Views: 12320
[Request] Bios is locked need to unlock ...
Last Post: Xperjo
Yesterday 12:59 AM
» Replies: 0
» Views: 185
Ailenware M15 R2
Last Post: axdy
06-13-2025 05:17 PM
» Replies: 0
» Views: 162
ASUS P5LD2 Deluxe & Conroe CPU
Last Post: k24a1
06-13-2025 03:05 PM
» Replies: 20
» Views: 9624
Request: Modded BIOS with NVMe support f...
Last Post: thadrusta
06-13-2025 01:08 PM
» Replies: 1
» Views: 778
[REQUEST] Lenovo Yoga 500 (BDCNxxWW) BIO...
Last Post: soren
06-12-2025 05:19 PM
» Replies: 21
» Views: 15864
Unlock EMT64 / 64-bit UEFI support on In...
Last Post: ordi
06-12-2025 01:41 PM
» Replies: 4
» Views: 434
H-Joshua-H61-uATX with i5-2500K or i7-37...
Last Post: EQX
06-12-2025 12:49 PM
» Replies: 33
» Views: 19004
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Yaserxi
06-12-2025 08:50 AM
» Replies: 341
» Views: 173510
[Request] Alienware X51 R2 BIOS Unlock
Last Post: thadrusta
06-11-2025 08:22 PM
» Replies: 14
» Views: 14360
BIOS Mod for Dell Inspiron 7447 A09 to E...
Last Post: hoangha16497
06-11-2025 08:14 PM
» Replies: 0
» Views: 266
[REQUEST] Lenovo B575 (52CNxxWW) Whiteli...
Last Post: ptnom
06-11-2025 06:36 PM
» Replies: 57
» Views: 30365
[REQUEST] Lenovo G50-70 (9ACNxxWW) White...
Last Post: Dudu2002
06-11-2025 05:46 PM
» Replies: 245
» Views: 111250
[REQUEST] Acer Aspire One AOD255E BIOS U...
Last Post: stormy
06-11-2025 03:24 PM
» Replies: 63
» Views: 37642
[Request] Dell Vostro 3268 Bios Modd for...
Last Post: izzner1
06-11-2025 08:34 AM
» Replies: 0
» Views: 257
HP Pavilion DV6318ea Whitelist
Last Post: kaczorekbw
06-11-2025 06:45 AM
» Replies: 0
» Views: 171

Unlocked BIOS for Gigabyte Aero 15 Classic (9th Gen)
#1
So here is package to create an Unlocked BIOS for Gigabyte Aero 15 Classic (9th gen processors). It is based on the version "BIOS B04 & DC F003". It has been tested on an Aero Classic WA with i7-9750H and RTX 2060. It should work on other models of Aero Classic 9th Gen processors, as long as they use the same BIOS version.
I did not make the mod, but I am sharing it here since there seems to be many people who are interested on it, and it seems hard to get.

USE IT UNDER YOUR OWN RESPONSIBILITY. FLASHING AN UNOFFICIAL BIOS VOIDS YOUR WARRANTY, AND MAY RENDER YOUR DEVICE UNUSABLE IF ANYTHING GOES WRONG. I DECLINE ALL RESPONSIBILITY FOR ANY PROPERTY DAMAGE, DATA LOSS OR ANY OTHER KIND OF LIABILITY CAUSED BY THE USE OF THIS BIOS MOD PACKAGE.


INSTRUCTIONS:

1. Install the Correct Official BIOS
First of all, download and install the official "BIOS B04 & DC F003" package from Gigabyte's site. I will put an additional download link at the end of this post, in case Gigabyte replaces it for a newer version and takes it down.

2. Download BIOS mod package
Download and uncompress the BIOS mod package, linked at the end of this post

3. Dump BIOS
Run 01-DUMP.bat as administrator. It will generate a dump.rom file at the same directory. This BIOS file is exclusive for your machine.

4. Replace Module
Run 02-REPLACE.bat as administrator. It will replace some modified modules base on dump.rom, and make a unlocked BIOS named dump2.rom. 
It may take a while and some command windows will appear. If it gets stuck for several minutes, press Enter as many times as necessary, but do not close the window.

5. Change BIOS Lock Variable
This is the most difficult step. We will create a bootable GRUB-EFI disk, with Secureboot capabilities. Then, we will use it to change the BIOS lock variable, so we are able to flash an unsigned BIOS.

a) Prepare a USB or SD Card, and run 03-BOOTUSB.bat. Follow the on-screen instructions to create a bootable device.

b) Reboot your laptop with the USB/SDCard plugged. Press F12 on startup for Boot Menu, and select your USB/SDCard. Unless you already disabled Secure Boot, you will get a blue "Access Denied" screen.

c) Do the Following:
  - Press Enter to select "OK"
  - Press any key before the timeout expires
  - Select "Enroll key from disk"
  - Select the first device on the list
  - Select "ENROLL_THIS_KEY_IN_MOKMANAGER.cer"
  - Select "Continue"
  - Select "Yes"
  - Select "Reboot"
  - Then press F12 again for Boot Menu, and select your USB/SDCard
[Image: 1-Secure-Boot-bypass.png]


  - This will get you to the GRUB prompt:

[Image: 2-GRUB-shell-before.jpg]

d) At the GRUB prompt, type exactly this command:

Code:
setup_var 0xB48 0x0


Be very careful not to make any typos, because that could ruin your whole BIOS and hard-brick your laptop. We want to change the hex address 0xB48 from 0x01 (locked) to 0x00 (unlocked).
[Image: 3-GRUB-shell-after.jpg]

e) Type "reboot" and press Enter, to return to Windows.

6. Re-Flash BIOS
Run 04-FLASH.bat as administrator to flash modded BIOS.


You should be able to reboot now into an unlocked BIOS:
[Image: Unlocked-BIOS-03.jpg]


DOWNLOAD LINKS:

Official Gigabyte BIOS B04 & DC F003: >>Link1<<         >>Link2<<
BIOS mod package: >>Link1<<    >>Link2<<
find
quote
#2
This is awesome! I'm happy to see that Gigabyte AERO BIOS are getting unlocked as well. I hope one like this comes out for the 2020 Aero 17 As well.
find
quote
#3
Hi,

I saw a very interesting 'switchable graphics' menu in the image that you've posted. Does this have a mux switch?
find
quote
#4
So I followed all the instructions - which were by the way perfect.

I ended up with an unlocked bios. will this allow me to remove the plundervolt limitation now so that I can undervolt my cpu?

Is there a guide somewhere for this amibios on how to undervolt via the bios rather than intels xtu?

Any help would be greatly appreciated. Thanks.
find
quote
#5
I know this is probably a long dead conversation but, by chance, can anyone tell me if this would work with the latest BIOS released (2020)? Are we giving up something critical by going this route instead of using the latest BIOS?
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)