Changes

Jump to navigation Jump to search
m
Line 4: Line 4:  
===Goal===
 
===Goal===
 
We want to boot ISO images via PXE (rather than through CD). This means that, as long as we have enough RAM in the local pc's, we can boot BARTPE, WINPE and any LIVE CD (such as KNOPPIX, PCLINUXOS, UBCD, etc).
 
We want to boot ISO images via PXE (rather than through CD). This means that, as long as we have enough RAM in the local pc's, we can boot BARTPE, WINPE and any LIVE CD (such as KNOPPIX, PCLINUXOS, UBCD, etc).
 +
    
===Assumptions===
 
===Assumptions===
 
You are a network/server administrator and know what TFTP, BARTPE and PXE -a network boot- means. Your SME SERVER is your DHCP server.
 
You are a network/server administrator and know what TFTP, BARTPE and PXE -a network boot- means. Your SME SERVER is your DHCP server.
 +
 +
 +
 +
=== DHCP Configuration for PXE booting ===
 +
Easiest way is to install the [[Pxe|smeserver-pxe]] contrib
    
===Install TFTP package on your SME SERVER===
 
===Install TFTP package on your SME SERVER===
 
-install SMESERVER-TFTP-SERVER on your SME SERVER: http://wiki.contribs.org/Tftp_server
 
-install SMESERVER-TFTP-SERVER on your SME SERVER: http://wiki.contribs.org/Tftp_server
      
===Create a BARTPE.ISO on your local pc===
 
===Create a BARTPE.ISO on your local pc===
Line 29: Line 34:  
(You now have a file called: WindowsServer2003-KB889101-SP1-x86-ENU.exe)
 
(You now have a file called: WindowsServer2003-KB889101-SP1-x86-ENU.exe)
   −
-open WINRAR to open the WindowsServer2003-KB889101-SP1-x86-ENU.exe file
+
-open WINRAR to open the WindowsServer2003-KB889101-SP1-x86-ENU.exe file (the W2K3 file is just a self-extracting ZIP/CAB/TAR file)
   −
-extract the following files from the W2K3SP1:  
+
-extract only the following files from the W2K3SP1:  
 
  ntdetect.com
 
  ntdetect.com
 
  ramdisk.sy_
 
  ramdisk.sy_
Line 41: Line 46:  
  expand setupldr.ex_
 
  expand setupldr.ex_
 
  expand startrom.n1_
 
  expand startrom.n1_
 +
 +
(You only need the ramdisk.sys file if you don't have a WINDOWS 2003 SERVER source to build your BARTPE from. See above section.)
 +
    
===Transfer files to SME SERVER===
 
===Transfer files to SME SERVER===
-copy the following files to the SME SERVER in the "/tftpdboot" directory:
+
-copy the following files to the SME SERVER in the "/tftpboot" directory:
 
  ntdetect.com
 
  ntdetect.com
 
  setupldr.exe
 
  setupldr.exe
Line 49: Line 57:  
  bartpe.iso
 
  bartpe.iso
   −
===WORK WITH FILES IN THE TFTPDBOOT DIR===
+
 
 +
===Work with files in the TFTPBOOT dir===
 
-the files are case-sensitive and need to be named exactly as follows:
 
-the files are case-sensitive and need to be named exactly as follows:
 
  ntdetect.com (lower-case)
 
  ntdetect.com (lower-case)
Line 77: Line 86:  
  timeout 600
 
  timeout 600
 
  default foo
 
  default foo
  LABEL foo
+
  LABEL bartpe
 
     kernel startrom.0
 
     kernel startrom.0
   Line 93: Line 102:  
  -rw-r--r--  1 root root  1473787 Apr  5  2006 vmlinuz
 
  -rw-r--r--  1 root root  1473787 Apr  5  2006 vmlinuz
 
  -rw-r--r--  1 root root      169 Dec  3 15:44 winnt.sif
 
  -rw-r--r--  1 root root      169 Dec  3 15:44 winnt.sif
 +
    
===Boot client PC===
 
===Boot client PC===
 
-that should do it! Start your client PC and boot from the network.
 
-that should do it! Start your client PC and boot from the network.
   −
-at the prompt, when it asks for an image type: foo
+
-at the prompt, when it asks for an image type: bartpe
    
-pretty cool, huh?
 
-pretty cool, huh?
    
----
 
----
<noinclude>[[Category:Howto]]</noinclude>
+
<noinclude>
 +
[[Category:Howto]]
 +
[[Category:Administration]]
 +
</noinclude>
371

edits

Navigation menu