VOOZH about

URL: https://www.badcaps.net/forum/troubleshooting-hardware-devices-and-electronics-theory/troubleshooting-laptops-tablets-and-mobile-devices/bios-requests-only/72795-how-to-extract-and-edit-a-lenovo-phoenix-tdk-bios?t=80861

⇱ How to extract and edit a Lenovo Phoenix TDK Bios - Badcaps


Try our new boardview, bios, & schematic search. Over 1.3 million files for download!

How to extract and edit a Lenovo Phoenix TDK Bios

Collapse
X
new posts
  • πŸ‘ SMDFlea
    Super Moderator
    • Jan 2018
    • 24228
    • UK

    How to extract and edit a Lenovo Phoenix TDK Bios

    How to extract and edit a Lenovo Phoenix TDK Bios.

    For this guide we`ll use a Phoenix bios update for lenovo AMD models: 320-15AST, 320-17AST, 320-14AST as an example how you can extract the bios and edit it to the correct size for bios programming.

    Download the bios update from: https://download.lenovo.com/consumer...s/5pcn20ww.exe
    EDIT: The bios has been added to the post as the link may go dead.

    The bios update needs extracting twice,using extraction software first then using the command line.

    Extract the 5pcn20ww.exe using UniversalExtractor RC2 ,or innoextractor from github.
    https://github.com/Bioruebe/UniExtra...ExtractRC2.zip

    πŸ‘ Image



    After you`ve extracted the first exe check if the 5PCN20WW.exe is a phoenix TDK bios by looking at the file details,right click on the exe - select properties then the details tab.
    πŸ‘ Image



    Next,make a new folder on your C: drive called TDK,then move or copy the 5PCN20WW.exe into that folder,then you need to use the command line,as admin, and change to the directory of the TDK folder.Press the enter/return key after each of the commands:

    cd C:\TDK

    5PCN20WW.exe /ext

    πŸ‘ Image



    Now you should have a bunch of files inside the TDK folder including the bios (bios.cap) capsule.The capsule header needs removing but cannot be extracted using UEFITool,which is one of the popular methods to remove a capsule header from some bios vendors so it needs editing with a hex editor.
    I use HxD,its free and the latest version includes a portable edition: https://mh-nexus.de/en/downloads.php?product=HxD20

    Open the file bios.cap with HxD. Click on Edit - Select block or use Ctrl+E .The length of the header we need to remove in hex is 318 ,set the Start-offset at 0 and the End-offset at 317 and click on OK . Delete the selected part using Edit - delete ,or the Del/Delete key on your keyboard.

    πŸ‘ Image
    πŸ‘ Image



    Next, select Edit - Select Block or Ctrl+E and set the Start-offset at 0 ,click on the Length button and enter 800000 (as the length), or choose the End-offset instead and set to 7FFFFF.

    πŸ‘ Image



    Next, select Cut or Copy. Make a new file using Ctrl+N or File - New ,then select Edit - paste insert or Ctrl+V to paste into the new file.
    Select Save or Save as to save the new 8,192KB 8MB bios.


    Just a sidenote: Some other phoenix bios headers need cutting from 0-1E7 (length 1E8),after selecting the bios/bios update length check the last hex line of your backup to make sure it matches.

    NEW SIDENOTE:Some newer phoenix bios headers need cutting from 0-31F (Length 320)

    Another new sidenote: Some older bios updates have a header from 0-1CF (Length 1D0)
    .
    Last edited by SMDFlea; 10-09-2023, 06:33 AM. Reason: Added bios update to post
    Tags: None
  • πŸ‘ mcplslg123
    Badcaps Legend
    • Jun 2015
    • 7262
    • india

    #2
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    Thanks@smdflea. Though the process to extract these sort of file is known to some of us, it will still help a lot of members here.

    Comment

  • πŸ‘ lapfix
    Badcaps Legend
    • Mar 2020
    • 2775
    • my workshop

    #3
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    Back about this great tutorial , for intel models and if the bios.cap was crypted , is there any solution or soft to decrypted !

    Comment

  • πŸ‘ bachir2004
    Badcaps Veteran
    • Feb 2015
    • 439
    • maroc

    #4
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    good job.sticky thread?

    Comment

  • πŸ‘ SMDFlea
    Super Moderator
    • Jan 2018
    • 24228
    • UK

    #5
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    Originally posted by lapfix
    Back about this great tutorial , for intel models and if the bios.cap was crypted , is there any solution or soft to decrypted !
    The Lenovo bios.cap files aren't crypted, they just have a capsule header. The guide is only for phoenix TDK packed bios'es.
    Last edited by SMDFlea; 10-16-2020, 12:13 AM.

    Comment

  • πŸ‘ bilton2011
    New Member
    • Nov 2017
    • 5
    • Uganda

    #6
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    thanks for this good info. i learned something here and i would request to get more education from you
    Last edited by piernov; 01-22-2021, 07:44 AM. Reason: remove full quote of OP

    Comment

  • πŸ‘ arif3203
    Senior Member
    • Feb 2021
    • 58
    • Banyumas

    #7
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    thanks for all my teacher

    Comment

  • πŸ‘ menshawy
    Badcaps Veteran
    • Aug 2013
    • 401
    • egypt

    #8
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    thanks you teacher
    great job

    Comment

  • πŸ‘ tony stark
    Member
    • Aug 2017
    • 36
    • india

    #9
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    πŸ‘ Smile
    Last edited by SMDFlea; 07-16-2021, 02:19 AM. Reason: Removed full OP quote

    Comment

  • πŸ‘ dspok
    Badcaps Veteran
    • Jan 2014
    • 555
    • Nepal

    #10
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    thank you so much. πŸ‘ Smile

    Comment

  • πŸ‘ nediam_nori
    New Member
    • Aug 2021
    • 5
    • Romania

    #11
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    Hi all. What extention do you give the edited file?*.bin,*.cap?
    Thanx

    Comment

  • πŸ‘ SMDFlea
    Super Moderator
    • Jan 2018
    • 24228
    • UK

    #12
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    Originally posted by nediam_nori
    Hi all. What extention do you give the edited file?*.bin,*.cap?
    Thanx
    *.bin or *.rom

    Comment


  • #13
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    Thank you so much.

    Comment

  • πŸ‘ hcggbe
    New Member
    • Sep 2022
    • 6
    • cn

    #14
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    If using thinkpad self extracting exe file, like "Thinkpad BIOS Update Utility", then this utility extract some file like *.fl1,*.fl2 files; then how cut and grap the bios blocks?

    Comment

  • πŸ‘ SMDFlea
    Super Moderator
    • Jan 2018
    • 24228
    • UK

    #15
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    Originally posted by hcggbe
    If using thinkpad self extracting exe file, like "Thinkpad BIOS Update Utility", then this utility extract some file like *.fl1,*.fl2 files; then how cut and grap the bios blocks?
    With a hex editor

    Comment

  • πŸ‘ munir100
    Senior Member
    • Dec 2018
    • 190
    • uae

    #16
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    Originally posted by SMDFlea
    With a hex editor
    thank u r graed'

    Comment

  • πŸ‘ munir100
    Senior Member
    • Dec 2018
    • 190
    • uae

    #17
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    Originally posted by munir100
    thank u r graed'
    hp and dell bios leates gen how to extere

    Comment

  • πŸ‘ SMDFlea
    Super Moderator
    • Jan 2018
    • 24228
    • UK

    #18
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    Originally posted by munir100
    hp and dell bios leates gen how to extere
    This thread topic is for the "Lenovo Phoenix TDK Bios" only.

    Extracting HP and Dell bios updates are mentioned throughout the bios requests threads

    We do have a sticky thread called "BIOS guides, methods, resources and tools"

    https://www.badcaps.net/forum/showpo...45&postcount=8

    If other members can make some guides we will gladly add them to the sticky thread. Myself and piernov can`t do everything ourselves.
    Last edited by SMDFlea; 08-12-2023, 03:20 PM.

    Comment

  • πŸ‘ coolshrimp
    Senior Member
    • Nov 2016
    • 54
    • Canada

    #19
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    Just a sidenote: Some other phoenix bios headers need cutting from 0-1E7 (length 1E8),after selecting the bios/bios update length check the last hex line of your backup to make sure it matches.

    NEW SIDENOTE:Some newer phoenix bios headers need cutting from 0-31F (Length 320)
    Is there a list for what models get cut where or how can I know?

    I have a X1 Carbon 5th Gen (.FLA1, .FLA2 Update Files For the Bios And EC).
    Where do i trim, and how is the EC update done?

    Currently I get powering on issues and on a boot "ME FW Downgrade - Request MeSpiLock Failed" cause I need to apply latest update?

    Comment

  • πŸ‘ SMDFlea
    Super Moderator
    • Jan 2018
    • 24228
    • UK

    #20
    Re: How to extract and edit a Lenovo Phoenix TDK Bios

    Originally posted by coolshrimp
    Is there a list for what models get cut where or how can I know?

    I have a X1 Carbon 5th Gen (.FLA1, .FLA2 Update Files For the Bios And EC).
    Where do i trim, and how is the EC update done?

    Currently I get powering on issues and on a boot "ME FW Downgrade - Request MeSpiLock Failed" cause I need to apply latest update?
    Off-topic,but it can be done the same way by hex editing.Maybe someone else will post a guide/tutorial.

    Comment

Related Topics

Collapse

  • πŸ‘ macabook
    Hello everyone,

    I’m currently working on a dead MSI GP75 Leopard (MS-17E71) motherboard (i7 CPU, NVIDIA GPU) with a no display/no backlight issue initially. After extensive investigation, I’m at a critical stage involving EC firmware, BIOS/ME region interaction, and possible deep corruption. I'm seeking advanced insight from anyone with experience in EC/BIOS sync issues or PCH-level behavior. Here’s a full breakdown:
    🧩 Initial Issue
    • Board powers on (fans spin, keyboard lights up and can be adjusted, caps lock led lights), but no display or backlight
    • External display (HDMI) shows
    ...
    07-24-2025, 02:17 PM
  • πŸ‘ TopPop
    by TopPop
    Sorry for the long story. I have a Dell Latitude 5530 (i7) laptop (South Peak 15 MLK MB DDR4 203102-1 FK8VG$JA) with an admin BIOS password that I want to remove. Service Tag: HYKFPT3. Other than that the laptop worked OK.

    I found a CH341A Black and went looking for the BIOS chip on the motherboard. After trying to read one chip that was a firmware chip but not the BIOS I think I found the BIOS chip labeled Winbond 25Q256JVEN. Altogether I think I found 4 different firmware chips in the laptop. The BIOS chip is a WSON8 6x8. I used the CH341A, NeoProgrammer, and a cheap pogo pin clip...
    12-14-2025, 09:40 PM
  • πŸ‘ Deniz
    by Deniz
    Bu: https://pcsupport.lenovo.com/tr/tr/p...065tx/mp2br7d9

    Hello everyone,

    I have a Lenovo IdeaPad Gaming 3 16IAH7. When the device first arrived, there was no display at all.
    I had the BIOS cleaned, but the issue was not resolved and there was still no image.

    Later, I flashed a different BIOS dump from the same model. With this BIOS, the device boots and display works, but the GPU is not detected in the BIOS (RTX 3060 is missing).

    After that, I tried to update the...
    01-27-2026, 06:56 AM
  • πŸ‘ survivalbloke
    I'm trying to extract a flashable bios file(ch341a) from the lenovo bios executable download. I have tried the instructions from this site https://starkeblog.com/lenovo/uefi/2...pdate-exe.html, which are not working. According to those instructions, after issuing the command
    Code:
    "innoextract 7wcn38ww.exe"
    it should create an \app folder, inside which, I should find a newly created "7wcn38ww.exe" file. I should then be able to extract that using 7zip and find my .FD file.

    The trouble I'm having is that I'm not getting the newly...
    06-12-2024, 07:55 AM
  • πŸ‘ istvanszasz99
    Product Name: Razer Blade 15 (2022)
    Product ID: RZ09-0421
    Motherboard: CH580
    BIOS Versions I work with: 2.02 & 2.06
    Bios File Size: 32,768 KB

    Dear Forum Readers!

    I'm looking for a BIOS modder or anyone with experience who would give me suggestions about my razer blade's BIOS settings.
    I can view and edit the content of the BIOS .bin file with AMIBCP BIOS editor.
    The BIOS files I'm working with are from badcaps.net and those are CLEAN BIOS files (anyone can find it with the search string: RZ09-0421).


    !!! MY RAZER BLADE...
    11-24-2025, 05:52 PM
  • Loading...
  • No more items.
Badcaps - Electronics Repair Forum & Schematic Search
Powered by Badcaps Media
Copyright Β©2026
All times are GMT-6. This page was generated at 06:09 PM.
Working...
πŸ˜€
πŸ˜‚
πŸ₯°
😘
🀒
😎
😞
😑
πŸ‘
πŸ‘Ž
β˜•