*****************************************************************************
*                                                                           *
*                         PCI Ethernet Adapter                              *
*                                                                           *
*                  RPL BOOTROM for Netware and Windows NT                   *
*                                                                           *
*                         V. 2.6     Apr. 1997                              *
*                                                                           *
*****************************************************************************

Introduction:
=============

  This document shows you how to install RPL Bootrom for PCI adapter
  in Windows NT Server 3.5, 3.51, 4.0.


Contents of the Subdirectory:
=============================

    BOOTROM.TXT         This file.
    PCIBROM.16          The 16K bootrom binary file.
    PCIBROM.32          The 32K bootrom binary file.
    PCIBROM.64          The 64K bootrom binary file.
    PCIND.DOS           The NDIS2 driver require for remote boot NT.
    PCIND.CNF           The configuration file require for remote boot NT.
    PROTOCOL.INI        The configuration file require for remote boot NT.



Installation:
=============

  Before starting the installation process, make sure that the adapter
  is properly installed and configured. You can use the diagnostic program
  (A:\SETUP.EXE) to make sure your connection with the network is correct.

  Setup Procedure:
  ----------------

  1. The BOOTROM installation procedures are identical in Windows NT Server 3.5,
     3.51, 4.0. First, install the Remoteboot Service on the NT Server:

     Choose "Control Panel\Network\Add Software" and select "Remoteboot
     Service", follow the screen instruction to install.

  2. Use "File Manager" in NT Server 3.5, 3.51 or "Windows Explorer" in NT
     Server 4.0 to share the following directory:

     \windows\rpl\rpl\rplfiles, suppose \windows is your Windows NT directory.

  3. Copy all the MS-DOS 6.22 files as follow:

        attrib -s -h -r c:\io.sys
        attrib -s -h -r c:\msdos.sys
        copy c:\io.sys c:\windows\rpl\rplfiles\binfiles\dos622
        copy c:\msdos.sys c:\windows\rpl\rplfiles\binfiles\dos622
        copy c:\dos622\*.* c:\windows\rpl\rplfiles\binfiles\dos622
        attrib +s +h +r c:\io.sys
        attrib +s +h +r c:\msdos.sys

  4. Copy the NDIS2 driver for "PCI Ethernet Adapter" as follow:

        copy a:\bootrom\pcind.dos c:\windows\rpl\bblock\ndis
        md c:\windows\rpl\bblock\netbeui\pcind
        copy a:\bootrom\pcind.cnf c:\windows\rpl\bblock\netbeui\pcind
        copy a:\bootrom\protocol.ini c:\windows\rpl\bblock\netbeui\pcind

  5. Run RPLCMD to add a bblock record for the adapter as follow:

        net start remoteboot    ;run in MSDOS prompt
        rplcmd                  ;Follow the example below to enter data

           Adapter Boot Config Profile Service Vendor Wksta [Quit] V
           Add Del Enum: A
           VendorName=xxxxxx    ;upper 6 digits of your adapter's ethernet ID
           VendorComment=xx...x ;type your vendor string. optional.

           Adapter Boot Config Profile Service Vendor Wksta [Quit] B
           Add Del Enum:A
           BootName=DOSV2
           VendorName=xxxxxx    ;upper 6 digits of your adapter's ethernet ID
           BbcFile=BBLOCK\NETBEUI\PCIND\PCIND.CNF
           BootCommet=xx...x    ;optional string
           WindowsSize=0

           Adapter Boot Config Profile Service Vendor Wksta [Quit] C
           Add Del Enum:A
           ConfigName=DOS622V2
           BootName=DOSV2
           DirName=DOS
           DirName2=DOS622
           FitShared=FITS\DOS622.FIT
           FitPersonal=FITS\DOS622P.FIT
           ConfigComment=DOS 6.22 PCIND
           DirName3=            ;press "Enter"
           DirName4=            ;press "Enter"

           Adapter Boot Config Profile Service Vendor Wksta [Quit] Q

  6. Run "Control Panel\Services", select "Remoteboot Service" and change the
     "Startup" option to "Automatic". Now reboot NT Server, remoteboot service
     will be started automatically.

  7. Run "Remoteboot Manager" from "Administrative Tools"

     a. Choose "Remoteboot\New Profile.." to create a Profile Name according to
        the DOS 6.22 PCIND configuration.
     b. Choose "Remoteboot\New Workstation.." to create a Workstation Name
        according to the profile name and your Adapter Ethernet ID.

  8. Now the remoteboot server is ready, boot your workstation with "BOOTROM
     plug in PCI Ethernet Adapter", then you can access the NT Server from
     your workstation.

