Skip to content

World

Topics from outside of this forum. Views and opinions represented here may not reflect those of this forum and its members.

A world of content at your fingertips…

Think of this as your global discovery feed. It brings together interesting discussions from across the web and other communities, all in one place.

While you can browse what's trending now, the best way to use this feed is to make it your own. By creating an account, you can follow specific creators and topics to filter out the noise and see only what matters to you.

Ready to dive in? Create an account to start following others, get notified when people reply to you, and save your favorite finds.

Register Login
  • N

    Hello, i would like to unlock the advanced settings on my acer nitro AN512-52 Please


    @Black-Raven said: Your mod completed. Everything went well! :) Now I have all the settings! Thank you again. [image: 1782422252465-1602848071182blob.jpg]
  • Z

    Hello!

    Could you help me to get access to the hidden advanced menu on my Acer Nitro 5 AN517-54 laptop?

    Thanks in advance!


    @Michicomic3 said: Could someone help me? I saw that one of the alternatives for temperature control on the Acer Nitro 5 was undervolting. I believe my BIOS is locked against that. I'm looking for a reliable tutorial to follow. My PC is over 3 years old and is no longer under warranty. Hi Need your bios dump. Check your private chat.
  • B

    Hello, I have an ERAZER Deputy 15 P1 MD62764 laptop... Could you please help me unlock?


    I sent it to your e-mail thanks sir
  • E

    Hi, @Black-Raven
    I have a Lenovo IdeaPad G50-70.
    I upgraded the hard drive to an SSD, added 16GB of RAM, replaced the screen with a higher-resolution IPS display, and I'm now learning Linux. I installed CachyOS and I'm thrilled with the computer's speed, but the old Broadcom Wi-Fi 5 card doesn't work with Linux, so I bought the new Wi-Fi 6 AX210.

    It's a shame to throw this computer away; we need to recycle because we're going to destroy the planet if we keep consuming so much. Please help, remove the whitelist.
    Thank you, thank you so much for your help.


    @Black-Raven said: Your mod completed. Everything's perfect, I've attached the screenshots. Awesome, thank you so much! [image: 1781463121894-3.png] [image: 1781463138221-5.png]
  • B

    Hello, @Black-Raven
    I would like to unlock Advanced menu and delete the white list of the Lenovo IdeaPad G580 bios (model 20157) to install a new wifi card.
    Dump created using fpt and sent to you in private chat.
    Please help, I would be very grateful.


    @Black-Raven said: Your mod completed. Thanks you for works! [image: 1781286160760-gmail_images20260525_231721-resized.png]
  • M

    Hi, @Black-Raven
    Can you unlock the Advanced menu on my laptop Lenovo Legion 5 15AHP10?
    Thanks

    IMG_0538.jpeg
    IMG_0537.jpeg


    @Black-Raven said: Your mod completed. It looks like everything is in order thank you very much! I would need it for wattage and voltage control. [image: 1780678593549-img_0571-resized.jpeg] [image: 1780678610899-img_0577-resized.jpeg] [image: 1780678632158-img_0578-resized.jpeg]
  • H

    Hello, @Black-Raven
    I have locked laptop Lenovo Legion Pro 7 16AFR10H. I want to be able to undervolt and unlock hidden (Advanced menu) settings and such.
    Could you help me here?


    @Black-Raven said: Your mod completed. it works! i got the pbs tab and all overclocked the ram and undervolted the cpu! P.S. Check your paypal! [image: 1780334342234-ac.jpg] [image: 1780334350129-ao.jpg] [image: 1780334357517-ap.jpg]
  • G

    Hello!

    Who can help with finding a BIOS mod on this rare laptop model in order to have Medion Erazer Deputy P60 Advanced Menu Unlock ?


    @herhomer said: Hi @black-raven, I have a Medion Erazer Deputy P60 MD62594, i5 12th gen, RTX 4060, BIOS version 1.07.04RMES_00018. I would like to unlock the advanced menu. How can I make the BIOS dump? Can you help me? Hi Need your SPI bios dump. Check your private chat.
  • J

    Hello, could someone help me unlock the BIOS of my Lenovo Z510 to remove the whitelist and allow me to add a different card?
    My backup file has been extracted with Universal Backup Toolkit 2.0
    Thank you very much in advance.


    @Black-Raven Thanks a lot. You are the best mate.
  • K

    BIOSUtilities

    Description

    BIOSUtilities is a collection of various BIOS/UEFI-related utilities which aid in research and/or modding purposes.

    Installation

    BIOSUtilities is a Python 3 project at its core, but also relies on various external utilities and/or dependencies.

    Python

    First, you must make sure that a compatible Python version (i.e. 3.10.x - 3.13.x) is installed:

    1. Download the latest official Python 3.13.x installer
    2. During installation, make sure that the Optional Features "pip" and "py launcher" are both selected
    3. In the Advanced Options, make sure to "associate files with Python" and add to "environment variables"
    4. Once installation is complete, make sure you install all "Python Packages" and "External Dependencies"

    Note: On Windows, avoid installing Python from the Microsoft Store and prefer the "installer" from the official website instead.

    Requirements

    There are two main types of requirements, depending on the utility: "Python Packages" and "External Executables / Scripts".

    Python Packages

    Python packages can be installed via Pypi (e.g. pip)

    python -m pip install --upgrade -r requirements.txt
    

    or

    python -m pip install pefile==2023.2.7 dissect.util==3.20
    

    External Executables / Scripts

    External executables and/or scripts (e.g. TianoCompress.exe, big_script_tool.py, 7z.exe) are expected to be found via the "PATH" local environment variable, by default, which is configured differently depending on the operating system.

    Setup "PATH" on Linux

    Linux Path

    or

    sudo install "/path/to/downloaded/executable" /usr/local/bin
    
    Setup "PATH" on Windows

    Windows Path

    Note: In the "Environment Variables" window, you can modify the "Path" variable under "User variables" instead of "System variables", contrary to what many guides suggest.

    Setup "PATH" on MacOS

    Mac Path

    Alternatively, you can create a folder named "external" at the root of the "biosutilities" project (i.e. next to "common" directory) and place all external dependencies there.

    Note: On Linux, you need to compile "comextract" from sources as no pre-built binary exists.

    Note: On Linux and macOS, you need to compile "TianoCompress" from sources as no pre-built binary exists.

    Optionally, to decompile the Intel BIOS Guard Scripts (when applicable), you must have the following 3rd party python script at PATH or "external":

    Note: On Windows, in the "Environment Variables" window, you need to add ".PY" to the PATHEX system variable, as it may not have been added when installing Python.

    Compatibility

    Unless explicitely noted, all utilities should work under Windows, Linux or macOS operating systems which have Python 3.10 - 3.13 support.

    Usage

    There are two different possible flows when using the BIOSUtilities project:

    • Main (simple)
    • Package (advanced)

    You can use either one or the other, depending on your needs. Most end-users should probably choose the "Main" flow, which is very simple to use and automatically attempts to process one or more input files against all available utilities in one run. The "Package" flow is for those who are more familiar with python and/or need to use the project programmatically as a library/dependency.

    Main

    The "main" script provides a simple way to check and parse each of the user provided files against all utilities, in succession. It is ideal for quick drag & drop operations but lacks the finer control of the "Package" method.

    1. Download or clone the repository to a local directory
    2. Install the requirements ($PATH or "external" directory)
    3. Drag and drop one or more files to the "main.py" script

    If you use Linux, macOS, or the Windows command prompt/terminal, you may also call "main.py" via arguments and options, as such:

    usage: main.py [-h] [-e] [-o OUTPUT_DIR] [-u UTILITY] [paths ...]
    
    positional arguments:
      paths
    
    options:
      -h, --help                   show this help message and exit
      -e, --auto-exit              do not pause on exit
      -o, --output-dir OUTPUT_DIR  extraction directory
      -u, --utility UTILITY        utility class name
    
    python ./main.py "/path/to/input/file.bin" --output-dir "/path/to/output/folder"
    
    python ./main.py "/path/to/input/file.bin" -e -o "/path/to/output/folder" -u AmiUcpExtract
    

    If no arguments/options are provided, the "main" script requests the input and output paths from the user. If no output path is provided, the utility will use the parent directory of the first input file or fallback to the runtime execution directory.

    Enter input file or directory path: "C:\P5405CSA.303"
    
    Enter output directory path: "C:\P5405CSA.303_output"
    

    Package

    Each utility is derived from a base "BIOSUtility" template and all utilities form the "biosutilities" python package, which can be installed from PyPi:

    python -m pip install --upgrade biosutilities[pefile,lznt1]
    

    Installing the python package is the recommended way to call one or more utilities either via the CLI (main.py script) or programatically (python imports, utility arguments).

    biosutilities --help
    
    biosutilities "/path/to/input/file.bin" -o "/path/to/output/folder/" -u PhoenixTdkExtract -e
    
    from biosutilities.ami_pfat_extract import AmiPfatExtract
    
    ami_pfat_extractor = AmiPfatExtract(input_object='/path/to/input/file.bin', extract_path='/path/to/output/folder/')
    
    is_supported = ami_pfat_extractor.check_format()
    is_extracted = ami_pfat_extractor.parse_format()
    
    from biosutilities.dell_pfs_extract import DellPfsExtract
    
    with open('/path/to/input/file.bin', 'rb') as pfs_file:
        pfs_data = pfs_file.read()
    
    dell_pfs_extractor = DellPfsExtract(input_object=pfs_data, extract_path='/path/to/output/directory/', padding=8)
    
    is_supported = dell_pfs_extractor.check_format()
    is_extracted = dell_pfs_extractor.parse_format()
    

    Arguments

    Each BIOSUtility expects the following required and optional arguments to check and/or parse a given file format:

    input_object (required)
    input_object: str | bytes | bytearray = b''
    
    extract_path (required)
    extract_path: str = runtime_root()
    
    padding (optional)
    padding: int = 0
    

    If the required arguments are not provided, placeholder values are set so that it is possible to use the BIOSUtility-inherited instance to access auxiliary public methods and class constants. However, checking and/or parsing of file formats will not yield results.

    Methods

    Once the BIOSUtility-inherited object is initialized with arguments, its two public methods can be called:

    check_format

    Check if input object is of specific supported format

    is_supported: bool = check_format()
    
    parse_format

    Process input object as a specific supported format

    is_extracted: bool = parse_format()
    

    Utilities

    AMI BIOS Guard Extractor

    AmiPfatExtract
    

    Description

    Parses AMI BIOS Guard (a.k.a. PFAT, Platform Firmware Armoring Technology) images, extracts their SPI/BIOS/UEFI firmware components and optionally decompiles the Intel BIOS Guard Scripts. It supports all AMI PFAT revisions and formats, including those with Index Information tables or nested AMI PFAT structures. The output comprises only final firmware components which are directly usable by end users.

    Note that the AMI PFAT structure may not have an explicit component order. AMI's BIOS Guard Firmware Update Tool (AFUBGT) updates components based on the user/OEM provided Parameters and Options or Index Information table, when applicable. Thus, merging all the components together does not usually yield a proper SPI/BIOS/UEFI image. The utility does generate such a merged file with the name "00 -- ALL" but it is up to the end user to determine its usefulness. Additionally, any custom OEM data, after the AMI PFAT structure of "n" components, is stored in the last file with the name "<n + 1> -- OOB" and it is once again up to the end user to determine its usefulness. In cases where the data of a component includes a nested AMI PFAT structure, the utility will process and extract it automatically as well.

    Arguments

    No additional optional arguments are provided for this utility.

    Requirements

    • BIOS Guard Script Tool (optional)

    AMI UCP Update Extractor

    AmiUcpExtract
    

    Description

    Parses AMI UCP (Utility Configuration Program) Update executables, extracts their firmware components (e.g. SPI/BIOS/UEFI, EC, ME etc) and shows all relevant info. It supports all AMI UCP revisions and formats, including those with nested AMI PFAT, AMI UCP or Insyde iFlash/iFdPacker structures. The output comprises only final firmware components and utilities which are directly usable by end users.

    Arguments

    Additional optional arguments are provided for this utility:

    • checksum -> bool : verify AMI UCP Checksums (slow)

    Requirements

    • 7-Zip (required)
    • TianoCompress (required)
    • BIOS Guard Script Tool (optional)

    Apple EFI IM4P Splitter

    AppleEfiIm4pSplit
    

    Description

    Parses Apple IM4P multi-EFI files and splits all detected EFI firmware into separate Intel SPI/BIOS images. The output comprises only final firmware components and utilities which are directly usable by end users.

    Arguments

    No additional optional arguments are provided for this utility.

    Requirements

    No additional requirements are needed for this utility.

    Apple EFI Image Identifier

    AppleEfiIdentify
    

    Description

    Parses Apple EFI images and identifies them based on Intel's official "IBIOSI" tag, which contains info such as Model, Version, Build, Date and Time. Additionally, the utility can provide both "IBIOSI" and "Apple ROM Version" structure info, when available, as well as a suggested EFI image filename, while also making sure to differentiate any EFI images with the same "IBIOSI" tag (e.g. Production, Pre-Production) by appending a checksum of their data.

    Arguments

    Additional optional arguments are provided for this utility:

    • silent -> bool : suppress structure display

    The utility exposes certain public class attributes, once parse_format() method has been successfully executed:

    • efi_file_name -> str : Suggested image filename, based on Intel "IBIOSI" information
    • intel_bios_info -> dict[str, str] : Information contained at Intel "IBIOSI" structure
    • apple_rom_version -> dict[str, str] : Information contained at "Apple ROM Version" structure

    Requirements

    • UEFIFind (required)
    • UEFIExtract (required)

    Apple EFI Package Extractor

    AppleEfiPkgExtract
    

    Description

    Parses Apple EFI PKG firmware packages (e.g. FirmwareUpdate.pkg, BridgeOSUpdateCustomer.pkg, InstallAssistant.pkg, iMacEFIUpdate.pkg, iMacFirmwareUpdate.tar), extracts their EFI images, splits those in IM4P format and identifies/renames the final Intel SPI/BIOS images accordingly. The output comprises only final firmware components which are directly usable by end users.

    Arguments

    No additional optional arguments are provided for this utility.

    Requirements

    • 7-Zip (required)
    • UEFIFind (required)
    • UEFIExtract (required)

    Apple EFI PBZX Extractor

    AppleEfiPbzxExtract
    

    Description

    Parses Apple EFI PBZX images, re-assembles their CPIO payload and extracts its firmware components (e.g. IM4P, EFI, Utilities, Scripts etc). It supports CPIO re-assembly from both Raw and XZ compressed PBZX Chunks. The output comprises only final firmware components and utilities which are directly usable by end users.

    Arguments

    No additional optional arguments are provided for this utility.

    Requirements

    • 7-Zip (required)

    Award BIOS Module Extractor

    AwardBiosExtract
    

    Description

    Parses Award BIOS images and extracts their modules (e.g. RAID, MEMINIT, _EN_CODE, awardext etc). It supports all Award BIOS image revisions and formats, including those which contain LZH compressed files. The output comprises only final firmware components which are directly usable by end users.

    Arguments

    No additional optional arguments are provided for this utility.

    Requirements

    • 7-Zip (required)

    Dell PFS Update Extractor

    DellPfsExtract
    

    Description

    Parses Dell PFS Update images and extracts their Firmware (e.g. SPI, BIOS/UEFI, EC, ME etc) and Utilities (e.g. Flasher etc) component sections. It supports all Dell PFS revisions and formats, including those which are originally LZMA compressed in ThinOS packages (PKG, RAW/LVFS), ZLIB compressed or Intel BIOS Guard (PFAT) protected. The output comprises only final firmware components which are directly usable by end users.

    Arguments

    Additional optional arguments are provided for this utility:

    • advanced -> bool : extract signatures and metadata
    • structure -> bool : show PFS structure information

    Requirements

    • BIOS Guard Script Tool (optional)

    Fujitsu SFX BIOS Extractor

    FujitsuSfxExtract
    

    Description

    Parses Fujitsu SFX BIOS images and extracts their obfuscated Microsoft CAB archived firmware (e.g. SPI, BIOS/UEFI, EC, ME etc) and utilities (e.g. WinPhlash, PHLASH.INI etc) components. The output comprises only final firmware components which are directly usable by end users.

    Arguments

    No additional optional arguments are provided for this utility.

    Requirements

    • 7-Zip (required)

    Fujitsu UPC BIOS Extractor

    FujitsuUpcExtract
    

    Description

    Parses Fujitsu UPC BIOS images and extracts their EFI compressed SPI/BIOS/UEFI firmware component. The output comprises only a final firmware component which is directly usable by end users.

    Arguments

    No additional optional arguments are provided for this utility.

    Requirements

    • TianoCompress (required)

    Insyde iFlash/iFdPacker Extractor

    InsydeIfdExtract
    

    Description

    Parses Insyde iFlash/iFdPacker Update images and extracts their firmware (e.g. SPI, BIOS/UEFI, EC, ME etc) and utilities (e.g. InsydeFlash, H2OFFT, FlsHook, iscflash, platform.ini etc) components. It supports all Insyde iFlash/iFdPacker revisions and formats, including those which are 7-Zip SFX 7z compressed in raw, obfuscated or password-protected form. The output comprises only final firmware components which are directly usable by end users.

    Arguments

    No additional optional arguments are provided for this utility.

    Requirements

    No additional requirements are needed for this utility.

    Panasonic BIOS Package Extractor

    PanasonicBiosExtract
    

    Description

    Parses Panasonic BIOS Package executables and extracts their firmware (e.g. SPI, BIOS/UEFI, EC etc) and utilities (e.g. winprom, configuration etc) components. It supports all Panasonic BIOS Package revisions and formats, including those which contain LZNT1 compressed files and/or AMI PFAT payloads. The output comprises only final firmware components which are directly usable by end users.

    Arguments

    No additional optional arguments are provided for this utility.

    Requirements

    • 7-Zip (required)
    • pefile (required)
    • dissect.util (required)

    Phoenix TDK Packer Extractor

    PhoenixTdkExtract
    

    Description

    Parses Phoenix Tools Development Kit (TDK) Packer executables and extracts their firmware (e.g. SPI, BIOS/UEFI, EC etc) and utilities (e.g. WinFlash etc) components. It supports all Phoenix TDK Packer revisions and formats, including those which contain LZMA compressed files. The output comprises only final firmware components which are directly usable by end users.

    Arguments

    No additional optional arguments are provided for this utility.

    Requirements

    • pefile (required)

    Portwell EFI Update Extractor

    PortwellEfiExtract
    

    Description

    Parses Portwell UEFI Unpacker EFI executables (usually named "Update.efi") and extracts their firmware (e.g. SPI, BIOS/UEFI, EC etc) and utilities (e.g. Flasher etc) components. It supports all known Portwell UEFI Unpacker revisions (v1.1, v1.2, v2.0) and formats (used, empty, null), including those which contain EFI compressed files. The output comprises only final firmware components and utilities which are directly usable by end users.

    Arguments

    No additional optional arguments are provided for this utility.

    Requirements

    • pefile (required)
    • TianoCompress (required)

    Toshiba BIOS COM Extractor

    ToshibaComExtract
    

    Description

    Parses Toshiba BIOS COM images and extracts their raw or compressed SPI/BIOS/UEFI firmware component. This utility is effectively a python wrapper around ToshibaComExtractor by LongSoft. The output comprises only a final firmware component which is directly usable by end users.

    Arguments

    No additional optional arguments are provided for this utility.

    Requirements

    • ToshibaComExtractor (required)

    VAIO Packaging Manager Extractor

    VaioPackageExtract
    

    Description

    Parses VAIO Packaging Manager executables and extracts their firmware (e.g. SPI, BIOS/UEFI, EC, ME etc), utilities (e.g. WBFLASH etc) and driver (audio, video etc) components. If direct extraction fails, it attempts to unlock the executable in order to run at all non-VAIO systems and allow the user to choose the extraction location. It supports all VAIO Packaging Manager revisions and formats, including those which contain obfuscated Microsoft CAB archives or obfuscated unlock values. The output comprises only final firmware components which are directly usable by end users.

    Arguments

    No additional optional arguments are provided for this utility.

    Requirements

    • 7-Zip (required)
      @anbona_kuserrs@activitypub.academy

  • T

    Hello, I would like to unlock the menu dump


    @tsuepe2013 said: Hello, I would like to unlock the menu dump Hi I didn't quite understand you, but in any case I need your dump.
  • W

    hi can i have mod for Gigabyte AERO 15 OLED XB advanced menu unlock.?


    @winn said: hi can i have mod for Gigabyte AERO OLED XB advanced menu unlock.? Hi All mods are personal. Need your bios dump. Check your private chat.
  • G

    @black-raven I have an Acer Aspire 5 A515-51 56k6 and I want to unlock its BIOS. Can you help me?


    @GuilhermeM said: Can you help me? Hi Need your bios dump. Check your private chat.
  • B

    Hello @black-raven

    I would really appreciate your help with unlocking bios in hopes of unlocking RAM through XMP and boosting fan speed.

    Thank you so much.


    @bnn said: Hello @black-raven I would really appreciate your help with unlocking bios in hopes of unlocking RAM through XMP and boosting fan speed. Thank you so much. Hi Need your bios dump. XMP - this is Intel technology. AMD has its own RAM management technology. Check your private chat
  • K

    Hey @Black Raven, could you help me as well? I am trying to enable Power on by AC, so it can turn on when connected to AC. I think unlocking the hidden/advanced mode might help me. Acer Nitro 5 AN517‑52 BIOS v2.08. Thank you in advance.


    @kolox90 said: Hey @Black Raven, could you help me as well? I am trying to enable Power on by AC, so it can turn on when connected to AC. I think unlocking the hidden/advanced mode might help me. Acer Nitro 5 AN517‑52 BIOS v2.08. Thank you in advance. Hi Need your bios dump. Check your private chat.
  • A

    I've tried srep ru.efi grub and ​H2OUVE but everything failed. Should I try an older bios version? Im currently on 1.16.


    Hi It doesn't matter what version of BIOS it is.
  • D

    Hi,
    I have a laptop Lenovo IdeaPad G70-70.
    I need at least whitelist removal for WiFi cards.
    Unblocked advanced menu: I don't know, but would be nice.
    Thanks.


    @Black-Raven said: Your mod completed Looks like the update went successful:) The new WiFi card also works. Check your paypal. [image: 1777036623234-bios_new4.jpg] [image: 1777036634257-bios_new6.jpg]
  • S

    Hi, I have a Acer Nitro 5 AN517-51 laptop. I am unable to undervolt this which was previously possible. This is the drive link of latest BIOS. Please do tell if you need any other files. Thankyou in Advance.


    Thanks [image: 1776975842327-20260423_212218-resized.jpg] [image: 1776975842900-20260423_212201-resized.jpg]
  • R

    Hello!

    Please help me to get access to the hidden advanced menu, AMD PBS, CBS on my Acer Nitro 5 AN515-43 laptop?
    I have a programmer and everything I need.
    Thanks in advance!


    Yes, i have
  • B

    Hello Community!
    I need to unlock hidden Acer Predator Helios 300 PH315-54 Advanced menu in order to undervolt a bit my laptop.

    Could you help me here?


    @arctia said: I need to unlock hidden Acer Predator Helios 300 PH315-54 Hi All mods are personal, need yur bios dump. Check your private messages

0

Online

223

Users

154

Topics

768

Posts