Difference between revisions of "How to Unlock Phoenix BIOS Images"

From Bios Mods -The Best BIOS Update and Modification Source Wik
Jump to: navigation, search
(Created page with "The traditional Phoenix BIOS use a String and Template format to map menu items to the BIOS menu. This is a similar design to the Award BIOS platform, which also had a Strings...")
 
m (Found this tip online, worked for me, so I decided to contribute.)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The traditional Phoenix BIOS use a String and Template format to map menu items to the BIOS menu. This is a similar design to the Award BIOS platform, which also had a Strings ROM and an Item ROM to map menu items in the award platform.
+
This Method to modify by ourself the own Bios Backup is been developed by BDMaster basing on a CodeRush Tool . . . UEFIPatch !
  
 
'''Prerequisites'''
 
'''Prerequisites'''
  
In order to analyze, modify, and build our new BIOS image, you will need to use Andy P's Phoenix/Insyde SLIC tool, which does a very nice job of maintaining the integrity of the BIOS image resulting in a lesser chance of corruption compared to using Phoenix BIOS Editor for the same task. PBE will still be used to emulate the menu setup in the original and modified BIOS image.  
+
In order to analyze, modify, and build our new BIOS image, you will need to use Andy P's Phoenix/Insyde Software Licensing Internal/Information Code (SLIC) tool, which does a very nice job of maintaining the integrity of the BIOS image resulting in a lesser chance of corruption compared to using Phoenix BIOS Editor (PBE) for the same task. PBE will still be used to emulate the menu setup in the original and modified BIOS image.  
  
 
Andy P's SLIC tool (bottom of first post): http://forums.mydigitallife.info/threads/13194-Tool-to-Insert-Replace-SLIC-in-Phoenix-Insyde-Dell-EFI-BIOSes
 
Andy P's SLIC tool (bottom of first post): http://forums.mydigitallife.info/threads/13194-Tool-to-Insert-Replace-SLIC-in-Phoenix-Insyde-Dell-EFI-BIOSes
Line 11: Line 11:
 
'''Modification Process'''
 
'''Modification Process'''
  
Create a working directory to host all of your modification work, for example C:/BIOS. Download your BIOS image (.ROM or .WPH) into the working directory. If your BIOS update is in an EXE or similar, try using decompression tools such as 7-Zip to obtain the BIOS image.  
+
Create a working directory to host all of your modification work, for example C:/BIOS. Download your BIOS image (.ROM or .WPH) into the working directory. If your BIOS update is in an EXE or similar, try using decompression tools such as 7-Zip or UniExtract to obtain the BIOS image. For (some) Dell EXE installers, try using command prompt to extract the .ROM file by using `<EXE filename> /writeromfile`.
  
 
Open the Phoenix SLIC tool and point it to your BIOS image. This will extract all of the BIOS modules to a sub-folder called "DUMP"
 
Open the Phoenix SLIC tool and point it to your BIOS image. This will extract all of the BIOS modules to a sub-folder called "DUMP"
  
 
THIS ARTICLE IS NOT COMPLETE AND WILL BE CONTINUED.
 
THIS ARTICLE IS NOT COMPLETE AND WILL BE CONTINUED.

Latest revision as of 23:19, 18 March 2017

This Method to modify by ourself the own Bios Backup is been developed by BDMaster basing on a CodeRush Tool . . . UEFIPatch !

Prerequisites

In order to analyze, modify, and build our new BIOS image, you will need to use Andy P's Phoenix/Insyde Software Licensing Internal/Information Code (SLIC) tool, which does a very nice job of maintaining the integrity of the BIOS image resulting in a lesser chance of corruption compared to using Phoenix BIOS Editor (PBE) for the same task. PBE will still be used to emulate the menu setup in the original and modified BIOS image.

Andy P's SLIC tool (bottom of first post): http://forums.mydigitallife.info/threads/13194-Tool-to-Insert-Replace-SLIC-in-Phoenix-Insyde-Dell-EFI-BIOSes

Phoenix BIOS Editor: http://www.bios-mods.com/tools/index.php?dir=Phoenix+Bios+Editor+v2.2.13%2F&download=PhoenixBiosEditor2.2.13.zip

Modification Process

Create a working directory to host all of your modification work, for example C:/BIOS. Download your BIOS image (.ROM or .WPH) into the working directory. If your BIOS update is in an EXE or similar, try using decompression tools such as 7-Zip or UniExtract to obtain the BIOS image. For (some) Dell EXE installers, try using command prompt to extract the .ROM file by using `<EXE filename> /writeromfile`.

Open the Phoenix SLIC tool and point it to your BIOS image. This will extract all of the BIOS modules to a sub-folder called "DUMP"

THIS ARTICLE IS NOT COMPLETE AND WILL BE CONTINUED.