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
Collapse
new posts
-
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)
.Attached FilesPremium supporters get full download access and other benefits.
-
π Click image for larger version
Name: 1. Extract first exe.JPG
Views: 28341
Size: 55.6 KB
ID: 2218599
-
π Click image for larger version
Name: 2. TDK Packer.JPG
Views: 28123
Size: 46.5 KB
ID: 2218600
-
π Click image for larger version
Name: 3. Extract CMD.JPG
Views: 28132
Size: 37.4 KB
ID: 2218601
-
π Click image for larger version
Name: 4. Select block.jpg
Views: 28080
Size: 272.2 KB
ID: 2218602
-
π Click image for larger version
Name: 5. Header.JPG
Views: 28184
Size: 192.5 KB
ID: 2218603
-
π Click image for larger version
Name: 6. Choose Length.JPG
Views: 28125
Size: 157.4 KB
ID: 2218604
-
π Click image for larger version
Name: 1. Extract first exe.JPG
Views: 28341
Size: 55.6 KB
ID: 2218599
-
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
-
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
-
Comment
-
Re: How to extract and edit a Lenovo Phoenix TDK Bios
The Lenovo bios.cap files aren't crypted, they just have a capsule header. The guide is only for phoenix TDK packed bios'es.Originally posted by lapfixBack about this great tutorial , for intel models and if the bios.cap was crypted , is there any solution or soft to decrypted !Last edited by SMDFlea; 10-16-2020, 12:13 AM.Comment
-
-
Comment
-
Comment
-
Comment
-
Comment
-
Re: How to extract and edit a Lenovo Phoenix TDK Bios
Hi all. What extention do you give the edited file?*.bin,*.cap?
ThanxComment
-
Re: How to extract and edit a Lenovo Phoenix TDK Bios
*.bin or *.romOriginally posted by nediam_noriHi all. What extention do you give the edited file?*.bin,*.cap?
ThanxComment
-
Comment
-
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
-
Re: How to extract and edit a Lenovo Phoenix TDK Bios
With a hex editorOriginally posted by hcggbeIf 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
-
Re: How to extract and edit a Lenovo Phoenix TDK Bios
thank u r graed'Originally posted by SMDFleaWith a hex editorComment
-
Re: How to extract and edit a Lenovo Phoenix TDK Bios
hp and dell bios leates gen how to extereOriginally posted by munir100thank u r graed'Comment
-
Re: How to extract and edit a Lenovo Phoenix TDK Bios
This thread topic is for the "Lenovo Phoenix TDK Bios" only.Originally posted by munir100hp and dell bios leates gen how to extere
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
-
Re: How to extract and edit a Lenovo Phoenix TDK Bios
Is there a list for what models get cut where or how can I know?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)
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
-
Re: How to extract and edit a Lenovo Phoenix TDK Bios
Off-topic,but it can be done the same way by hex editing.Maybe someone else will post a guide/tutorial.Originally posted by coolshrimpIs 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
Related Topics
Collapse
-
π macabook
by macabookHello 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
-
Channel: BIOS Requests ONLY!
07-24-2025, 02:17 PM -
π TopPop
by TopPopSorry 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 DenizBu: 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...-
Channel: BIOS Requests ONLY!
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 commandit 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.Code:"innoextract 7wcn38ww.exe"
The trouble I'm having is that I'm not getting the newly...-
Channel: BIOS Requests ONLY!
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...-
Channel: BIOS Requests ONLY!
11-24-2025, 05:52 PM -
- Loading...
- No more items.
