BOOTROM.TXT Driver File Contents (nd53xx.exe)

--------------------   The ND5300 Boot ROM  ----------------------

OutLines:
A. How to install Novell 3.X 4.X RPL server.
B. How to install Microsoft Windows NT 3.5, 3.51 RPL server.
C. How to install Microsoft LAN Manager 2.1 Remoteboot server.
D. How to install IBM OS/2 LAN Server 4.0 Remoteboot server.

------------------------------------------------------------------
A. How to install Novell RPL Server

 1. You must create a remote boot diskette. Copy the following
    files onto this boot diskette:
    COMMAND  COM
    IO       SYS   attrib -s -h io.sys
    MSDOS    SYS   attrib -s -h msdos.sys
    LSL      COM
    ND5300   COM
    IPXODI   COM
    NETX     EXE
    AUTOEXEC BAT
    CONFIG   SYS

    The AUTOEXEC.BAT file should contain these lines:

    PATH H:\LOGIN;
    SET COMSPEC=H:\LOGIN\COMMAND.COM
    DOSKEY
    LSL
    ND5300
    IPXODI
    NETX

    The CONFIG.SYS file should contain these lines:

    DEVICE=A:\HIMEM.SYS
    STACKS=9,256
    DOS=HIGH,UMB
    FILES=30
    BUFFERS=30
    LASTDRIVE=G
    FCBS=16,8

 2. Boot a workstation with at least one floppy disk drive and login
    to the server as SUPERVISOR.

 3. Change directory to SYS:SYSTEM

 4. With the DOS boot diskette in drive A:, execute the DOSGEN    
    utility. This creates a DOS boot image file named NET$DOS.SYS.

 5. Copy NET$DOS.SYS to the SYS:LOGIN directory.

 6. To Remoteboot different DOS image files using RPL server:
    Create BOOTCONF.SYS in SYS:\LOGIN directory
    BOOTCONF.SYS format is
    0 x 0080C6*         =   NE2000.SYS
    0 x 0080C6*         =   ND5300.SYS

    (Node number)   ND5300.SYS,NE2000.SYS renamed by NET$DOS.SYS  
    file.

  Note:
       If you do not have a BOOTCONF.SYS file, or the Node number is not  
       a match with the BOOTCONF.SYS Node number, the boot default will    
       be NET$DOS.SYS.

 7. Copy RBOOT.RPL and ETHER.RPL to the SYS:LOGIN directory.

 8. Copy RPL.NLM to the SYS:SYSTEM directory.

  Note: This depends on the file server version.
        In the RPL developer's kit
        for Netware 3.11 use  \RPL\NLM\311\RPL.NLM;
        for Netware 3.12/4.x use  \RPL\NLM\40\RPL.NLM;

 9. Edit the AUTOEXEC.NCF file in the SYS:SYSTEM directory.

    For example:
    File Server Name FTEST
    ipx internal net 831123

    load NE2000 port=300 int=3 name=ftest_1 frame=ETHERNET_802.2
    load NE2000 port=300 int=3 name=ftest_2 frame=ETHERNET_II
    load NE2000 port=300 int=3 name=ftest_3 frame=ETHERNET_802.3
    load NE2000 port=300 int=3 name=ftest_4 frame=ETHERNET_Snap

    bind ipx to ftest_1 net=21
    bind ipx to ftest_2 net=22
    bind ipx to ftest_3 net=23
    bind ipx to ftest_4 net=24

    ; ---------- For RPL file server -----------------
    load rpl
    bind rpl to ftest_1
    ; ---------- For RPL file server -----------------
    mount all
    load pburst
    set NCP PACKET SIGNATURE OPTION = 1
    set immediate purge of deleted files=on
    load remote FRTSA
    load rspx
    load monitor

 10. Shutdown the file server, and reboot it.

 11. Configure the ND5300 PnP Card to "Boot ROM Enable."
     Now, when the file server is running, the workstation equipped 
     with Boot ROM on the ND5300 card will be attached to the file 
     server without any hard disk or floppy drive.

------------------------------------------------------------------

B. How to install Microsoft Windows NT 3.5 , 3.51 RPL server

 1.Installing Remoteboot Service on the Server.
  (a).Choose Control Panel, Network, Add Software, Remoteboot  
      Service, Insert the NT Server CD or floppy disk as requested and   
      follow the on-line instructions.

   Note:
        Before installing RPL server, you must have installed  
        DLC and NetBEUI protocol in your NT 3.5 or 3.51 Server.

 2.Sharing RPLFILES files and installing MS-DOS Files for a        
   Remoteboot workstation.

  (a).Sharing \\systemroot\rpl\rplfiles    ;use File manager      
      sharing.

  (b).Copy all the MS-DOS 6.22 ver files to
      ----> \\systemroot\RPL\RPLFILES\BINFILES\DOS622
      copy c:\dos\*.* V:\BINFILES\DOS622
      attrib -s -h c:\io.sys
      attrib -s -h c:\msdos.sys
      copy c:\io.sys V:\BINFILES\DOS622
      copy c:\msdos.sys V:\BINFILES\DOS622
      attrib +s +h c:\io.sys
      attrib +s +h c:\msdos.sys

 3.Creating a Remoteboot configuration for a new adapter
  (a).copy the MS-DOS device driver (NDIS2) for the ND5300 PnP    
      adapter to the  \\systemroot\RPL\BBLOCK\NDIS directory      
      (ND5300.DOS of ND5300 NDIS2 driver)
  (b).Create the directory \\systemroot\RPL\BBLOCK\NETBEUI\ND5300 
      and copy the ND5300.CNF, protocol.ini files
  (c).use the RPLCMD utility to add a bblock record for the new adapter.
  (d).At the MS-DOS Prompt type: NET START RemoteBoot
                      then type: RPLCMD
  (e).Follow the on-line underlined options. 

      Adapter Boot Config Profile Service Vendor Wksta [Quite] V
      Add Del Enum: A
      VendorName=0080C6
      VendorComment=NDC ND5300

      Adapter Boot Config Profile Service Vendor Wksta [Quite] B
      Add Del Enum:A
      BootName=DOSX
      VendorName=0080C6
      BbcFile=BBLOCK\NETBEUI\ND5300\ND5300.CNF
      BootCommet=DOS <Adapter name>
      WindowsSize=0

      Adapter Boot Config Profile Service Vendor Wksta [Quite] C
      Add Del Enum:A
      ConfigName=DOS622X
      BootName=DOSX
      DirName=DOS
      DirName2=DOS622
      FitShared=FITS\DOS622.FIT
      FitPersonal=FITS\DOS622P.FIT
      ConfigComment=DOS 6.22 <Adapter name>
      DirName3=
      DirName4=
 
  (f).Shutdown Windows NT 3.5 or 3.51 server and reboot it.
 
 4.Login as Administrator to NT 3.5 or 3.51 server.

 5.To start the RemoteBoot service and Remoteboot manager
  (a).At the MS-DOS Prompt type "NET START Remoteboot"
  (b).In Network administrator, Remoteboot Manager
      1.Choose Remoteboot, New Profile, creat an ND5300 Profile 
        Name.
      2.Add a new workstation for the ND5300 adapter and choose an  
        ND5300 Profile file.

 6.Config the ND5300 card "Node ID (0080C6******)" and run the 
   Boot ROM of the ND5300 Card .

  Note:
       If the new workstation Node ID is not a match for your       
       workstation, you can use "Convert Adapters" in the Remoteboot 
       option.

------------------------------------------------------------------


C. How to install Microsoft LAN Manager 2.1 Remoteboot server

  1.Installing Microsoft OS/2 on the Hard Disk.

  2.Installing Microsoft LAN Manager 2.1 in OS/2.

  Note:
       Network Driver protocol must have the Netbeui, Remoteboot     
       protocol installed.

  3.Installing RPL server in LAN Manager 2.1

   (a).IN OS/2 Full screen mode, type RPLSETUP and choose "MS-DOS    
       workstation".

      Copy the files from A:\
      Install LAN MANAGER for MS-DOS Remoteboot workstation? Y
      Install LAN MANAGER for MS OS/2 Remoteboot workstation? N
      Replicate Remoteboot files? N

      Is the above information correct (Yes, No, eXit )? Y

  4.Installing MS-DOS Files for a Remoteboot workstation.
   (a).Copy all the MS-DOS files to 
       ----> \\systemroot\RPL\RPLFILES\BINFILES\DOS500
       attrib -s -h c:\io.sys
       attrib -s -h c:\msdos.sys
       copy c:\io.sys \\systemroot\RPL\RPLFILES\BINFILES\DOS500
       copy c:\msdos.sys \\systemroot\RPL\RPLFILES\BINFILES\DOS500
       attrib +s +h c:\io.sys
       attrib +s +h c:\msdos.sys

  5.Creating a remoteboot configuration for the new adapter
   (a).Copy the MS-DOS device driver for the network adapter to the
       \\systemroot\RPL\BBLOCK\NDIS directory (ND5300.DOS of ND5300 
       NDIS2 driver)
   (b).Create the directory \\systemroot\RPL\BBLOCK\NETBEUI\ND5300 
       and copy the ND5300.CNF, protocol.ini files to it
   (c).Add these contents to the RPL.MAP file:
        ;boot bblock records:
        yyyyyyyyyyyy BBLOCK\NETBEUI\ND5300.CNF 2 6 F ~ DOS ~NDC   
        ~ND5300  0080C6~ ,,,, ~ RDOSX 

        ;default workstation records:[enable only one in each     
        address range] 0080C6?????? ?????? D FITS\DEFAULT         
        [RPL_SERVER_NAME] S ~~~ ,,, ~RDOSX~ DEFAULT *~NDC ND5300 ~*

        ~~~
        ;profile and workstation records added by rplmgr:

   (d).In OS/2 Full Screen, type "NET" and logon as supervisor.     
       
       1.Choose View, Available resource, RPLFILES, Use resource, 
         Local device [ D:]
       2.In OS/2 Full Screen, type "RPLINST" !!! and wait for a few  
         minutes......
       
  6.Starting the Remoteboot service and Remoteboot manager
   (a).At the MS-DOS Prompt type "NET START Remoteboot"
   (b).In OS/2 Full Screen type "RPLMGR" (RPL MANAGER utility)
      1 Choose Remoteboot, New Profile, create an ND5300 Profile 
        Name.
      2 Add a new workstation for the ND5300 adapter and choose the  
        ND5300 Profile file.

  7.Config the ND5300 card "Node ID (0080C6******)" and run the Boot 
    ROM of the ND5300 Card .

  Note:
       If the new workstation Node ID is not a match for your       
       workstation, you can use "Convert Adapters" in the Remoteboot 
       option.

-----------------------------------------------------------------


D. How to install IBM OS/2 LAN Server 4.0 Remoteboot server.

  1.Installing IBM OS/2 on the Hard Disk.

  2.Installing IBM LAN Server 4.0 in OS/2.

  Note:
      The LAN Adapter and protocol support must have the IBM IEEE 802.2, 
      NETBIOS protocol.

  3.Installing RPL server in LAN Server 4.0
   (a).Choose LAN Services, OS/2 LAN Services                    
       installation/Configuration Advanced, install or configure 
       this workstation, Domain control install or remove a      
       component, add "DOS Remote IPL Service", config DOS Remote 
       IPL Service, add MS-DOS 5.0 OK

  4.Creating a Remoteboot configuration for the new adapter
   (a).Copy the MS-DOS device driver for the network adapter to the
       \\IBMLAN\RPL\DOS directory (ND5300.DOS) and ND5300.CNF

   (b).Create the directory \\IBMLAN\RPL\DOS\ND5300 and copy the     
       protocol.ini file.

   (c).Add these contents to the RPL.MAP file:

       ;server records:
       yyyyyyyyyyyy ND5300.CNF 3 10 A IBMLAN$ DOS ~ NDC ~ND5300
       ~FOR~PnP~ ~ ~,,,, R_ND5300 ~ ~

       ; workstation records
       0080C6000001 ND5300 ~ NDCIMG LANS4 CNSDS2 ~ ~ ~ ,,, Z      
       R_ND5300 ~ ~ ~

   (d).logon as supervisor to LAN Server 4.0
      1.In OS/2 Full Screen, type "GETRPL" !!! and wait for a few minutes...
      2.Choose LAN Service, LAN Requester, Definition, IPL     
        Images STH5H500, Actions, Create, Image ID = ND5300.
      3.Definition, Machine parameters, NEW, Action, Create,

        Remote IPL workstation
        Machine ID  . . . . . . . . . . . . . [ ND5300]
        Description . . . . . . . . . . . . . [ NDC ND5300 PnP    
                                                Adapter]
        Network adapter number  . . . . . . . [ 0080C6000001 ]    
                                                
        Remote IPL server . . . . . . . . . . [ F4 ]
        Server record identifier. . . . . . . [ F4 or R_ND5300 ]

  5.Starting Remoteboot service and Remoteboot manager
   (a).At the MS-DOS Prompt type "NET START Remoteboot"

   (b).Configure the ND5300 card "Node ID (0080C6000001)" and run the
       Boot ROM.



Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web3, load: 2.44