Difference between revisions of "How to dump RSA signed Insyde BIOS"

From Bios Mods -The Best BIOS Update and Modification Source Wik
Jump to: navigation, search
m
Line 1: Line 1:
Starting from 2012 Insyde Corp. implemented RSA algorithm to crypt their bioses to avoid modding. To unpack such bios with Phoenix tool is impossible. But we 100% sure BIOS rom stored in motherboard in decrypted variant. So easiest way to get it - make backup of current BIOS before flashing new one. But we also can flash over the same version of bios.
+
Starting from 2012 Insyde Corp. implemented RSA algorithm to crypt their BIOSs to avoid modding. To unpack such BIOS with Phoenix tool is impossible. However, we are 100% certain that the BIOS rom stored in the motherboard is a decrypted variant. The easiest way to get it - make a backup of current BIOS before flashing with the new one. But we can also flash with a modded BIOS version over the same BIOS version number.
  
  
Here is instruction:  
+
Here are the instructions:  
  
  
 
'''1'''. Take your current executable BIOS flasher.<br />
 
'''1'''. Take your current executable BIOS flasher.<br />
 
'''2'''. Unpack with any unzip software<br />
 
'''2'''. Unpack with any unzip software<br />
'''3'''. Find platform.ini file<br />
+
'''3'''. Find "platform.ini" file<br />
'''4'''. Edit following lines in it
+
'''4'''. Edit following lines with Notepad
  
 
<tt>[BackupROM]</tt><br />
 
<tt>[BackupROM]</tt><br />
Line 15: Line 15:
 
<tt>FileName=<put bios name here>.BIN</tt><br />
 
<tt>FileName=<put bios name here>.BIN</tt><br />
  
'''5'''. Flash the same BIOS again with modified platform.ini<br />
+
'''5'''. Flash the same BIOS again with the modified platform.ini<br />
 
'''6'''. After reboot you will find dumped current BIOS on C drive<br />
 
'''6'''. After reboot you will find dumped current BIOS on C drive<br />

Revision as of 08:15, 31 May 2013

Starting from 2012 Insyde Corp. implemented RSA algorithm to crypt their BIOSs to avoid modding. To unpack such BIOS with Phoenix tool is impossible. However, we are 100% certain that the BIOS rom stored in the motherboard is a decrypted variant. The easiest way to get it - make a backup of current BIOS before flashing with the new one. But we can also flash with a modded BIOS version over the same BIOS version number.


Here are the instructions:


1. Take your current executable BIOS flasher.
2. Unpack with any unzip software
3. Find "platform.ini" file
4. Edit following lines with Notepad

[BackupROM]
Flag=1
FilePath=c:
FileName=<put bios name here>.BIN

5. Flash the same BIOS again with the modified platform.ini
6. After reboot you will find dumped current BIOS on C drive