Phoenix Bios Editor

Phoenix Bios Editor automatically extracts a separate ROM image. It goes to the small ROM modules that are part of the BIOS. Once the ROM image modification is complete, the utility adds the custom modifications to the new BIOS image. The latter can be written to flash memory. The utility allows users to make changes to a previously created ROM image without using the source code.

Software setup

The software has a simple interface. This will save you from having to reinstall BIOS in the future. The application supports the functions of unpacking and replacing components within the image. It is also possible to change system settings. To configure the application to install Windows, you need to select the “Advanced Features” menu item. In some cases, you may need to remove the firmware software. This is where the BIOS backup toolkit can be useful.

BIOS administration

For the system to work correctly, in addition to the program, you will need BIOS installed on your PC. The first step is to open the archive containing the utility with a suitable tool and find the file with the extension WPH. This is what you will change. After unpacking and installing the described software, you will need to open the previously mentioned file and agree to all system warnings. Then in MOD _5100. In the ROM you can find a list of your computer’s hardware for editing. It is recommended to check everything carefully several times before confirming the changes. If you make a mistake, your computer may crash.

Removing BIOS on PC

The first step to modifying the actual system BIOS is to extract a copy of it. Phoenix has two different tools that they usually provide for this purpose, one is called “Phlash16” and the other is “WinPhlash“. Phlash16 is a command line utility (with a console GUI), but it only runs from DOS. WinPhlash, as the name suggests, runs under Windows. Although it is a GUI utility, it also accepts command line parameters, which allows us to automate the process of extracting the BIOS. For this project I created several scripts to automate the extraction and patching
BIOS, but they are quite primitive and have little functionality.

The following batch script will copy the BIOS to a file named BIOSORIG.WPH and then check to see if it has been previously modified. The Perl script CheckFlash.py simply checks the contents of the BIOS for my name, which is not in any unmodified BIOS .

@rem This file will copy the BIOS and check if it has been patched previously.
@rem Copying
WinPhlash\WinPhlash.exe /ro=BIOSORIG.WPH
@rem Checking if the BIOS has already been patched
Python\PortablePython_1.1_py2.6.1\App\python CheckFlash.py WinPhlash\BIOSORIG.WPH

This utility is suitable for any user who can make changes to BIOS settings.

Download Phoenix Bios Editor

Прокрутить вверх