02-29-2016, 12:58 PM
(This post was last modified: 03-04-2016, 09:21 AM by daigo.
Edit Reason: Z50-70 info added
)
Lenovo G50-70 Z50-70
Bios whitelist removal howto
Disclaimer
This is a DANGEROUS procedure and it may damage your laptop if you make mistakes. It worked for me and some friends so I decided to share it.
Use the informations contained in this document at your own risk, I take no responsibility for any damage.
Prerequisites
Once you have the proper version installed, load the default settings before proceeding. You can adjust some options but DO NOT CHANGE the Graphic Device related options.
From now on I will refer to the G50-70 bios name, if you have a Z50-70 be aware the filename differs.
Backup Bios
Execute Universal Bios Backup as administrator and backup your actual bios. You will get a file called LENOVO-9ACN26WW.rom , it’s your bios image.
Put it in an empty folder we will use as workspace.
Decompile and Modify Bios
Launch PhoenixTool.exe and open your bios image with it.
Your image is now being extracted, be patient and press OK to the two info popup.
When the extraction process finishes, in the Manufacturer dropdown list choose Lenovo and once done press the Advanced button. In the Options window check the options marked with red in the image
Press Done. You’ll go back to the previous window where you have now to press Go. Wait until it finishes working and shows you this message:
DO NOT PRESS OK YET!!!!
Open the workspace folder where LENOVO-9ACN26WW.rom was and you should find the DUMP directory, navigate into it and look for a file named 11D378C2-B472-412F-AD87-1BE4CD8B33A6_xxxx.ROM .
There will be more than one file with the same name except for the _xxxx part,
open the bigger one (7k) with the hex editor.
We are now going to modify the bios, be sure to edit the correct bytes.
At the offsets 2F9, 322 and 366 you will find the value 74, it represents a conditional jump instruction in assembly, change it to EB which is an unconditional jump instruction. When executed it won’t perform the WWAN and WLAN whitelist checks. The next two images will show you the file before and after the edit:
if you found the very same values and modified the file as instructed, save the file and close the hex editor.
You can now press OK on the PhoenixTool popup. It will repack your bios and after a while you will find LENOVO-9ACN26WW_SLIC.rom besides the backup one in the workspace folder. This is your whitelist free bios image.
Flash Modified Bios
Rename LENOVO-9ACN26WW_SLIC.rom to bios.bin and copy it in the same folder where fptw64.exe is. Open a CLI window as administrator, navigate to the folder where ftpw64.exe and bios.bin are and type:
Press Enter and wait until it ends.
Cross your fingers and reboot.
If you did everything properly your Lenovo G50-70 is now whitelist free.
Remember to enable wifi in the bios setup
Credits
I wish to thank donovan6000 for his excellent guide. Although there are many differences in the bios code it puts me in the right direction.
Bios whitelist removal howto
Disclaimer
This is a DANGEROUS procedure and it may damage your laptop if you make mistakes. It worked for me and some friends so I decided to share it.
Use the informations contained in this document at your own risk, I take no responsibility for any damage.
Prerequisites
- Windows installed on your laptop
- Bios 9ACN26WW for G50-70 or 9BCN26WW for Z50-70 installed on your laptop
- Universal Bios Backup Toolkit (google for it)
- Andy’s Phoenixtools
- A good hex editor like HxD
- ftpw.exe or fptw64.exe depending on you win version (google for it)
Once you have the proper version installed, load the default settings before proceeding. You can adjust some options but DO NOT CHANGE the Graphic Device related options.
From now on I will refer to the G50-70 bios name, if you have a Z50-70 be aware the filename differs.
Backup Bios
Execute Universal Bios Backup as administrator and backup your actual bios. You will get a file called LENOVO-9ACN26WW.rom , it’s your bios image.
Put it in an empty folder we will use as workspace.
Decompile and Modify Bios
Launch PhoenixTool.exe and open your bios image with it.
Your image is now being extracted, be patient and press OK to the two info popup.
When the extraction process finishes, in the Manufacturer dropdown list choose Lenovo and once done press the Advanced button. In the Options window check the options marked with red in the image
Press Done. You’ll go back to the previous window where you have now to press Go. Wait until it finishes working and shows you this message:
DO NOT PRESS OK YET!!!!
Open the workspace folder where LENOVO-9ACN26WW.rom was and you should find the DUMP directory, navigate into it and look for a file named 11D378C2-B472-412F-AD87-1BE4CD8B33A6_xxxx.ROM .
There will be more than one file with the same name except for the _xxxx part,
open the bigger one (7k) with the hex editor.
We are now going to modify the bios, be sure to edit the correct bytes.
At the offsets 2F9, 322 and 366 you will find the value 74, it represents a conditional jump instruction in assembly, change it to EB which is an unconditional jump instruction. When executed it won’t perform the WWAN and WLAN whitelist checks. The next two images will show you the file before and after the edit:
if you found the very same values and modified the file as instructed, save the file and close the hex editor.
You can now press OK on the PhoenixTool popup. It will repack your bios and after a while you will find LENOVO-9ACN26WW_SLIC.rom besides the backup one in the workspace folder. This is your whitelist free bios image.
Flash Modified Bios
Rename LENOVO-9ACN26WW_SLIC.rom to bios.bin and copy it in the same folder where fptw64.exe is. Open a CLI window as administrator, navigate to the folder where ftpw64.exe and bios.bin are and type:
Code:
fptw64.exe -f bios.bin -bios
Cross your fingers and reboot.
If you did everything properly your Lenovo G50-70 is now whitelist free.
Remember to enable wifi in the bios setup
Credits
I wish to thank donovan6000 for his excellent guide. Although there are many differences in the bios code it puts me in the right direction.