How to Create a Network Installation Boot Disk

Last reviewed: September 10, 1997
Article ID: Q142857

The information in this article applies to:

  • Microsoft Windows NT Workstation versions 3.5 and 3.51
  • Microsoft Windows NT Server versions 3.5 and 3.51

SUMMARY

This article explains how to add an NDIS driver for NIC cards that were not originally included in the Network Client Administrator. This information applies to the Network Client version 3.0 for MS-DOS and Windows Startup Disk.

Verify that the 3.5" HD disk to which the client files will be copied is a DOS system disk and formatted under DOS. If the disk is formatted under NT, the copy process will fail.

MORE INFORMATION

To configure this disk:

NOTE: The following example is for the Intel EtherExpressPro NIC card; however, this example can serve as a template for all NDIS compatible drivers.

  1. Copy the Epro.dos driver to the A:\Net directory.

  2. Modify the Net\Protocol.ini file and change the [EPRO$] section to "drivername=EPRO$".

    NOTE: The "drivername=" information is included on most manufacturers' disks in the sample Protocol.ini file that comes with the network card.

  3. Modify the Net\System.ini file and change the [network drivers] section to "netcard=Epro.dos".

    NOTE: The file that the "netcard=" equals is also on the manufacturer's disk.

Additional drivers can be found on the Windows NT Server compact disc in the Clients\Wdl\Update directory.

For more information, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q128800
   TITLE     : How to Provide Additional NDIS2 Drivers for Network Client
               3.0

Sample Protocol.ini Entries

[network.setup] version=0x3110 netcard=EPRO$,1,EPRO$,1 transport=ms$ndishlp,MS$NDISHLP transport=ms$nwlink,MS$NWLINK lana0=EPRO$,1,ms$nwlink lana1=EPRO$,1,ms$ndishlp

[EPRO$] drivername=EPRO$

; IRQ=3           < ----------------- You may have to adjust this.
; IOADDRESS=0x330 < ----------------- You may have to adjust this. ; IOCHRDY=Late ; TRANSCEIVER=Thin Net (BNC/COAX)

[protman] drivername=PROTMAN$ PRIORITY=MS$NDISHLP

[MS$NDISHLP] drivername=ndishlp$ BINDINGS=EPRO$

[ms$nwlink] drivername=nwlink$ FRAME=Ethernet_802.2 BINDINGS=EPRO$ LANABASE=0

Sample System.ini Entries

[network] filesharing=no printsharing=no autologon=yes computername=TEST lanroot=A:\NET username=Administrator workgroup=TESTDOM reconnect=no dospophotkey=N lmlogon=0 logondomain=BOARD preferredredir=full autostart=full maxconnections=8

[network drivers]

netcard=epro.dos     < ----------- If the path is not set, specify the
                                   full directory (for example,
                                   c:\net\epro.dos).
transport=ndishlp.sys devdir=A:\NET LoadRMDrivers=yes

[Password Lists] *Shares=a:\net\Share000.PWL


Additional query words: 3.50 3.51 make installation startup disk prodnt
Keywords : kbhowto nthowto NTSrvWkst kbnetwork kbhowto kbnetwork
Version : 3.50 3.51
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 10, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.