Difference between revisions of "Template:NTLDRPlugin"

From ERPXE Wiki
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Installation Instructions==
 
==Installation Instructions==
 +
 +
{{#if: {{{info|}}} |{{{info}}} |}}
  
 
First we will have to make the boot loaders - unfortunately we can't distribute these files without violating Microsoft Legal Policy so you'll have to make them yourself.
 
First we will have to make the boot loaders - unfortunately we can't distribute these files without violating Microsoft Legal Policy so you'll have to make them yourself.
  
  - Copy from startrom.co_ , ntdetect.com , ntldr to /tftpboot from the Windows Server 2003 SP1/SP2 CD - i386 folder.
+
  - Copy startrom.n1_ , ntdetect.com , setupldr.ex_ to /tftpboot from the [http://www.microsoft.com/download/en/details.aspx?id=11435 Windows Server 2003 SP1] - i386 folder.
 
   
 
   
  - Open ntldr in an HEX editor (HxD for example) replace 'winnt' with 'win\{{{ntldrname}}}' (9 times - CASE SENSITIVE!)
+
  - Expand startrom.n1_ startrom.0
 
   
 
   
  - Expand startrom.co_ startrom.com
+
  - Open startrom.0 in an HEX editor ([http://mh-nexus.de/en/hxd/ HxD for example])
 
   
 
   
  - Open startrom.com in an HEX editor (HxD for example) replace 'ntldr' with 'win\{{{ntldrname}}}' (3 times - CASE SENSITIVE!)
+
  - Replace 'ntldr' with 'win\{{{ntldrname}}}' at: 5A57,5A82,5F8B, (3 times - CASE SENSITIVE!)
 +
 +
- Move startrom.0 to /tftpboot/er/plugins/{{{plugindir}}}/
 
   
 
   
  - Rename ntldr to {{{ntldrname}}}
+
  - Expand setupldr.ex_ {{{ntldrname}}}
 
   
 
   
  - Move {{{ntldrname}}} to /tftpboot/win/
+
  - Open {{{ntldrname}}} in an HEX editor ([http://mh-nexus.de/en/hxd/ HxD for example])
 
   
 
   
  - Rename startrom.com to startrom.0
+
  - Replace 'winnt.sif' with 'win\{{{ntldrname}}}.sif' at: 254E6, 254F2, 255C2, 2563E, 257FE, 2580A, 3C7AB, 3C7Cf, 3C7F2 (9 times - CASE SENSITIVE!)
 
   
 
   
  - Move startrom.0 to /tftpboot/er/plugins/{{{plugindir}}}/
+
  - Move {{{ntldrname}}} to /tftpboot/win/
 +
 
 +
{{#if: {{{sdi|}}} |{{SDIplugin|ntldrname={{{ntldrname}}}}} |
 +
}}
 +
 
 +
Download {{{filename}}} to /
 +
 
 +
https://sourceforge.net/projects/erpxe/files/plugins/
 +
 
 +
extract {{{filename}}} file:
 +
 
 +
tar -xvzf {{{filename}}}

Latest revision as of 16:08, 7 April 2012

Installation Instructions

First we will have to make the boot loaders - unfortunately we can't distribute these files without violating Microsoft Legal Policy so you'll have to make them yourself.

- Copy startrom.n1_  , ntdetect.com , setupldr.ex_ to /tftpboot from the Windows Server 2003 SP1  - i386 folder.

- Expand startrom.n1_ startrom.0

- Open startrom.0 in an HEX editor (HxD for example)

- Replace 'ntldr' with 'win\{{{ntldrname}}}' at: 5A57,5A82,5F8B, (3 times - CASE SENSITIVE!)

- Move startrom.0 to /tftpboot/er/plugins/{{{plugindir}}}/

- Expand setupldr.ex_ {{{ntldrname}}}

- Open {{{ntldrname}}} in an HEX editor (HxD for example)

- Replace 'winnt.sif' with 'win\{{{ntldrname}}}.sif' at: 254E6, 254F2, 255C2, 2563E, 257FE, 2580A, 3C7AB, 3C7Cf, 3C7F2 (9 times - CASE SENSITIVE!)

- Move {{{ntldrname}}} to /tftpboot/win/


Download {{{filename}}} to /

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

extract {{{filename}}} file:

tar -xvzf {{{filename}}}