Difference between revisions of "Template:NTLDRPlugin"

From ERPXE Wiki
(Created page with "==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...")
 
Line 5: Line 5:
 
  - Copy from startrom.co_  , ntdetect.com , ntldr to /tftpboot from the Windows Server 2003 SP1/SP2 CD  - i386 folder.
 
  - Copy from startrom.co_  , ntdetect.com , ntldr to /tftpboot from the Windows Server 2003 SP1/SP2 CD  - i386 folder.
 
   
 
   
  - Open ntldr in an HEX editor (HxD for example) replace 'winnt' with 'win\h' (9 times - CASE SENSITIVE!)
+
  - Open ntldr in an HEX editor (HxD for example) replace 'winnt' with 'win\{{{ntldrname}}}' (9 times - CASE SENSITIVE!)
 
   
 
   
 
  - Expand startrom.co_ startrom.com
 
  - Expand startrom.co_ startrom.com
 
   
 
   
  - Open startrom.com in an HEX editor (HxD for example) replace 'ntldr' with 'win\h' (3 times - CASE SENSITIVE!)
+
  - Open startrom.com in an HEX editor (HxD for example) replace 'ntldr' with 'win\{{{ntldrname}}}' (3 times - CASE SENSITIVE!)
 
   
 
   
  - Rename ntldr to h
+
  - Rename ntldr to {{{ntldrname}}}
 
   
 
   
  - Move h to /tftpboot/win/
+
  - Move {{{ntldrname}}} to /tftpboot/win/
 
   
 
   
 
  - Rename startrom.com to startrom.0
 
  - Rename startrom.com to startrom.0
 
   
 
   
  - Move startrom.0 to /tftpboot/er/plugins/hirenminixp/
+
  - Move startrom.0 to /tftpboot/er/plugins/{{{plugindir}}}/
 
 
Now we will make the SDI file containing Hiren's Mini XP
 

Revision as of 15:14, 8 February 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 from startrom.co_  , ntdetect.com , ntldr to /tftpboot from the Windows Server 2003 SP1/SP2 CD  - i386 folder.

- Open ntldr in an HEX editor (HxD for example) replace 'winnt' with 'win\{{{ntldrname}}}' (9 times - CASE SENSITIVE!)

- Expand startrom.co_ startrom.com

- Open startrom.com in an HEX editor (HxD for example) replace 'ntldr' with 'win\{{{ntldrname}}}' (3 times - CASE SENSITIVE!)

- Rename ntldr to {{{ntldrname}}}

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

- Rename startrom.com to startrom.0

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