home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Hardware / VIAeth / RPL / rpldos.txt < prev   
Text File  |  2003-02-24  |  4KB  |  118 lines

  1. **
  2. **
  3. **  VIA Rhine Family Fast Ethernet Adapter
  4. **
  5. **  RPL BOOTROM for remote-booting DOS 6.2.x
  6. **
  7. **  v4.19   Feb  2003
  8. **
  9. **
  10.  
  11. Introduction:
  12. =============
  13.  
  14.   This document shows you how to configure the Remote-Boot service in Windows
  15. NT Server 3.5, 3.51, 4.0 for remote-booting DOS 6.2.x.
  16.  
  17.  
  18.  
  19. Contents of the Subdirectory:
  20. =============================
  21.  
  22.     RPLDOS.TXT          This file.
  23.     RPL.16              The 16K bootrom binary file.
  24.     RPL.32              The 32K bootrom binary file.
  25.     RPL.64              The 64K bootrom binary file.
  26.     FETND.DOS           The NDIS2 driver require for remote boot.
  27.     FETND.CNF           The configuration file require for remote boot.
  28.     PROTOCOL.INI        The configuration file require for remote boot.
  29.  
  30.  
  31.  
  32. Installation:
  33. =============
  34.  
  35.   Before starting the installation process, make sure that the adapter
  36.   is properly installed and configured. You can use the diagnostic program
  37.   (A:\SETUP.EXE) to make sure your connection with the network is correct.
  38.  
  39.   Setup Procedure:
  40.   ----------------
  41.  
  42.   1. The BOOTROM installation procedures are identical in Windows NT Server 3.5,
  43.      3.51, 4.0. First, install the Remoteboot Service on the NT Server:
  44.  
  45.      Choose "Control Panel\Network\Add Software" and select "Remoteboot
  46.      Service", follow the screen instruction to install.
  47.  
  48.   2. Use "File Manager" in NT Server 3.5, 3.51 or "Windows Explorer" in NT
  49.      Server 4.0 to share the following directory:
  50.  
  51.      \windows\rpl\rpl\rplfiles, suppose \windows is your Windows NT directory.
  52.  
  53.   3. Copy all the MS-DOS 6.22 files as follow:
  54.  
  55.         attrib -s -h -r c:\io.sys
  56.         attrib -s -h -r c:\msdos.sys
  57.         copy c:\io.sys c:\windows\rpl\rplfiles\binfiles\dos622
  58.         copy c:\msdos.sys c:\windows\rpl\rplfiles\binfiles\dos622
  59.         copy c:\dos622\*.* c:\windows\rpl\rplfiles\binfiles\dos622
  60.         attrib +s +h +r c:\io.sys
  61.         attrib +s +h +r c:\msdos.sys
  62.  
  63.   4. Copy the NDIS2 driver for "PCI Fast Ethernet Adapter" as follow:
  64.  
  65.         copy a:\bootrom\fetnd.dos c:\windows\rpl\bblock\ndis
  66.         md c:\windows\rpl\bblock\netbeui\fetnd
  67.         copy a:\bootrom\fetnd.cnf c:\windows\rpl\bblock\netbeui\fetnd
  68.         copy a:\bootrom\protocol.ini c:\windows\rpl\bblock\netbeui\fetnd
  69.  
  70.   5. Run RPLCMD to add a bblock record for the adapter as follow:
  71.  
  72.         net start remoteboot    ;run in MSDOS prompt
  73.         rplcmd                  ;Follow the example below to enter data
  74.  
  75.            Adapter Boot Config Profile Service Vendor Wksta [Quit] V
  76.            Add Del Enum: A
  77.            VendorName=xxxxxx    ;upper 6 digits of your adapter's ethernet ID
  78.            VendorComment=xx...x ;type your vendor string. optional.
  79.  
  80.            Adapter Boot Config Profile Service Vendor Wksta [Quit] B
  81.            Add Del Enum:A
  82.            BootName=DOSV1
  83.            VendorName=xxxxxx    ;upper 6 digits of your adapter's ethernet ID
  84.            BbcFile=BBLOCK\NETBEUI\FETND\FETND.CNF
  85.            BootCommet=xx...x    ;optional string
  86.            WindowsSize=0
  87.  
  88.            Adapter Boot Config Profile Service Vendor Wksta [Quit] C
  89.            Add Del Enum:A
  90.            ConfigName=DOS622V1
  91.            BootName=DOSV1
  92.            DirName=DOS
  93.            DirName2=DOS622
  94.            FitShared=FITS\DOS622.FIT
  95.            FitPersonal=FITS\DOS622P.FIT
  96.            ConfigComment=DOS 6.22 FETND
  97.            DirName3=            ;press "Enter"
  98.            DirName4=            ;press "Enter"
  99.  
  100.            Adapter Boot Config Profile Service Vendor Wksta [Quit] Q
  101.  
  102.   6. Run "Control Panel\Services", select "Remoteboot Service" and change the
  103.      "Startup" option to "Automatic". Now reboot NT Server, remoteboot service
  104.      will be started automatically.
  105.  
  106.   7. Run "Remoteboot Manager" from "Administrative Tools"
  107.  
  108.      a. Choose "Remoteboot\New Profile.." to create a Profile Name according to
  109.         the DOS 6.22 FETND configuration.
  110.      b. Choose "Remoteboot\New Workstation.." to create a Workstation Name
  111.         according to the profile name and your Adapter Ethernet ID.
  112.  
  113.   8. Now the remoteboot server is ready, boot your workstation with "BOOTROM
  114.      plug in PCI Fast Ethernet Adapter", then you can access the NT Server from
  115.      your workstation.
  116.  
  117.  
  118.