Changes

From SME Server
Jump to navigationJump to search
Line 49: Line 49:  
===WORK WITH FILES IN THE TFTPDBOOT DIR===
 
===WORK WITH FILES IN THE TFTPDBOOT 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)
NTLDR (rename the setupldr.exe to NTLDR, all caps)
+
NTLDR (rename the setupldr.exe to NTLDR, all caps)
startrom.0 (rename the startrom.n12 to startrom.0) (This is a ZERO)
+
startrom.0 (rename the startrom.n12 to startrom.0) (This is a ZERO)
BARTPE.ISO (all caps)
+
BARTPE.ISO (all caps)
    
-create a winnt.sif:
 
-create a winnt.sif:
vi winnt.sif
+
vi winnt.sif
    
-the contents of the winnt.sif file:
 
-the contents of the winnt.sif file:
[SetupData]
+
[SetupData]
BootDevice = "ramdisk(0)"
+
BootDevice = "ramdisk(0)"
BootPath = "\i386\System32\"
+
BootPath = "\i386\System32\"
   −
OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=bartpe.iso"
+
OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=bartpe.iso"
    
-create a pxelinux.cfg directory:
 
-create a pxelinux.cfg directory:
mkdir pxelinux.cfg
+
mkdir pxelinux.cfg
    
-change to pxelinux.cfg dir and create a default file:
 
-change to pxelinux.cfg dir and create a default file:
cd pxelinux.cfg
+
cd pxelinux.cfg
vi default
+
vi default
    
-the contents of the default file:
 
-the contents of the default file:
prompt 1
+
prompt 1
implicit 0
+
implicit 0
timeout 600
+
timeout 600
default foo
+
default foo
   −
LABEL foo
+
LABEL foo
 
     kernel startrom.0
 
     kernel startrom.0
   −
SUMMARY OF CONTENTS OF TFTPBOOT DIR
+
===Summary of contents of TFTPBOOT dir===
 
[root@server tftpboot]# ls -la
 
[root@server tftpboot]# ls -la
 
total 941492
 
total 941492
227

edits

Navigation menu