Difference between revisions of "How to Unlock Phoenix BIOS Images"
m |
m (Found this tip online, worked for me, so I decided to contribute.) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | 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 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. | + | 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 or UniExtract 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 22: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.