Difference between revisions of "Template:WIMPlugin"
From ERPXE Wiki
(4 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
tar -xvzf {{{filename}}} | tar -xvzf {{{filename}}} | ||
− | The following files are from Windows | + | The following files are from [http://www.microsoft.com/downloads/details.aspx?FamilyID=94BB6E34-D890-4932-81A5-5B50C657DE08&displaylang=en Automated Installation Kit (AIK) for Windows Vista SP1 and Windows Server 2008]: |
+ | |||
+ | Copy "boot.sdi" to "er\{{{num}}}\boot.sdi" | ||
Copy "bootmgr.exe" to "er\{{{num}}}\bt.exe" and hex edit it: | Copy "bootmgr.exe" to "er\{{{num}}}\bt.exe" and hex edit it: |
Latest revision as of 09:23, 21 February 2014
Installation Instructions
Download {{{filename}}} to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract {{{filename}}} file:
tar -xvzf {{{filename}}}
The following files are from Automated Installation Kit (AIK) for Windows Vista SP1 and Windows Server 2008:
Copy "boot.sdi" to "er\{{{num}}}\boot.sdi"
Copy "bootmgr.exe" to "er\{{{num}}}\bt.exe" and hex edit it:
Change the "\Boot\BCD" unicode text to "\ER\{{{numupper}}}\BCD" at 0x 4F98C
Also, copy "boot\pxeboot.0" to "er\{{{num}}}\pxeboot.0" and hex edit this too:
Change the "bootmgr.exe" to "er\{{{num}}}\bt.exe" at 0x 5961
"bootmgr.exe" has a PE checksum we used a tool called "PE Explorer" to create a new checksum:
Calculate a new checksum on "bt.exe" at 0x130