Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
[REQUEST] Lenovo Ideapad Z710 (7FCNxxWW)...
Last Post: kaczorekbw
Today 01:33 PM
» Replies: 223
» Views: 134317
[Request] Mod Adaptec ARCCONF to allow x...
Last Post: Teetrinker
09-13-2025 10:14 AM
» Replies: 0
» Views: 2100
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Princeneo
09-12-2025 09:23 AM
» Replies: 1726
» Views: 900606
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
09-12-2025 02:22 AM
» Replies: 26
» Views: 25530
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: iku56m22v
09-11-2025 10:02 AM
» Replies: 37
» Views: 28679
3rd Party RAM Mod For HP EliteDesk 705 G...
Last Post: AmyGrrl
09-10-2025 09:40 AM
» Replies: 0
» Views: 3964
MSI PR210 AHCI
Last Post: iday82
09-09-2025 04:40 PM
» Replies: 0
» Views: 4142
Honor Magicbook D14 Ryzen 4800H
Last Post: Altermann
09-09-2025 05:04 AM
» Replies: 0
» Views: 4396
[REQUEST] Thinkpad X60S WiFi WhiteList r...
Last Post: Vigor89
09-08-2025 04:46 PM
» Replies: 0
» Views: 5249
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: lovesickugh
09-07-2025 09:15 PM
» Replies: 3
» Views: 9330
Gigabyte GA-G33-DS3R: USB Boot
Last Post: dinix
09-04-2025 10:37 AM
» Replies: 0
» Views: 7096
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
08-31-2025 01:59 AM
» Replies: 68
» Views: 38655
Bios Powered classmate
Last Post: MosheNessi
08-28-2025 08:08 AM
» Replies: 0
» Views: 7085
[REQUEST] Lenovo Thinkpad X12 Detachable...
Last Post: Kokoko123
08-28-2025 12:48 AM
» Replies: 0
» Views: 7323
[REQUEST] Unlock advanced options to HP ...
Last Post: huguito
08-26-2025 02:57 PM
» Replies: 0
» Views: 7426
[REQUEST] Dell Precision T3500 BIOS Unlo...
Last Post: DEX0ZEN
08-25-2025 01:30 PM
» Replies: 45
» Views: 53745
[REQUEST] Samsung NP900X4D AES-NI enable...
Last Post: Vesly
08-23-2025 05:25 PM
» Replies: 63
» Views: 49321
Acer Veriton X2640G Xeon support
Last Post: hercares
08-19-2025 03:21 PM
» Replies: 5
» Views: 2600
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
08-17-2025 02:05 PM
» Replies: 15
» Views: 3419
[Success] [Bios Mod] Dell XPS L321X EFI ...
Last Post: tuwumo
08-17-2025 11:37 AM
» Replies: 18
» Views: 31908

[HOW-TO] Change hidden BIOS settings without unlock request and without flashing
#1
Information 
Before asking for any BIOS unlock in this Forum, you are maybe interested in a way to do your modifications without a modded BIOS.
Since unlocking requests could take some time because you are asking for free labor.
Or because the flash process is a bit too complicated
Or because you don't even know if the modded BIOS has the options you need

With an unlock request, you basically ask somebody to alter the BIOS setup layout conditions to be removed or altered. But when flashing the result, you don't just flash the setup ui, you flash any important binary of your firmware. That could be a security risk and that is why manufactures sometimes made it difficult to flash a new firmware

There is a way to avoid all of this:
It is possible to access and write variables used by the BIOS Setup manually outside the BIOS Setup UI without any modification to it.

Download your BIOS to extract the hidden options

better use a BIOS dump instead of BIOS images from the manufacture to be really sure that you are working with the correct one

Phoenix BIOS Dump - Windows manual:
  1. Identify your BIOS Intel Me Version, for Example with HWiNFO: Motherboard ⇾ Intel ME
  2. Download the matching Intel ME System Tools package to get FPTW64.exe (there are no official links, you need to search for somebody who did upload it somewhere)
  3. Execute FPTW64.exe on CMD to read which arguments to use for dumping your BIOS

Find out if your BIOS contains hidden options you are looking for

Open your rom in UEFITool. Press CTRL + F and perform a Text search for any known BIOS setting name. Double-click the reference to the section at the bottom, right-click the section (usually under Setup) and press Extract as is....

Get IFRExtractor. Download IFR-Formatter.js from https://raw.githubusercontent.com/Boring...rmatter.js via "Save as..." and get NodeJS.
Execute the extractor and formatter script
Code:
ifrextractor.exe mb_bios\Section_PE32_image_Setup_Setup.sct verbose
node.exe IFR-Formatter.js mb_bios\Section_PE32_image_Setup_Setup.sct.0.0.en-US.ifr.txt

In the formatted file you find every hidden setting available in your BIOS and where these values are stored in UEFI Variable Store.

Learn how to read and write UEFI BIOS Variables without an unlocked BIOS

Follow this lovely README how to find hidden settings, how to extract the current value and how to write new values into it without needing to modify your BIOS.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)