Difference between revisions of "Template:WIMPlugin"

From ERPXE Wiki
(Created page with "==Installation Instructions== Download {{{filename}}} to / https://sourceforge.net/projects/erpxe/files/plugins/ extract {{{filename}}} file: tar -xvzf {{{filename}}}")
 
Line 8: Line 8:
  
 
  tar -xvzf {{{filename}}}
 
  tar -xvzf {{{filename}}}
 +
 +
The following files are from Windows AIK:
 +
 +
Copy "bootmgr.exe" to "er\a\bt.exe" and hex edit it:
 +
Change the "\Boot\BCD" unicode text to "\ER\A\BCD" at 0x 4F98C
 +
 +
Also, copy "boot\pxeboot.0" to "er\a\pxeboot.0" and hex edit this too:
 +
Change the "bootmgr.exe" to "er\a\bt.exe" at 0x 5961
 +
 +
"bootmgr.exe" has a PE checksum at 0x130.
 +
Calculate a new checksum on "bt.exe" , we used a tool called "PE Explorer".

Revision as of 16:09, 20 December 2013

Installation Instructions

Download {{{filename}}} to /

https://sourceforge.net/projects/erpxe/files/plugins/

extract {{{filename}}} file:

tar -xvzf {{{filename}}}

The following files are from Windows AIK:

Copy "bootmgr.exe" to "er\a\bt.exe" and hex edit it: Change the "\Boot\BCD" unicode text to "\ER\A\BCD" at 0x 4F98C

Also, copy "boot\pxeboot.0" to "er\a\pxeboot.0" and hex edit this too: Change the "bootmgr.exe" to "er\a\bt.exe" at 0x 5961

"bootmgr.exe" has a PE checksum at 0x130. Calculate a new checksum on "bt.exe" , we used a tool called "PE Explorer".