home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Hardware / VIAeth / PXE / pxe.txt < prev    next >
Text File  |  2003-02-21  |  3KB  |  79 lines

  1. **
  2. **                                                                           
  3. **  VIA Rhine Family Fast Ethernet Adapter
  4. **                                                                           
  5. **  PXE BOOTROM for Netware and Windows NT                            
  6. **                                                                           
  7. **  v2.22  Feb , 2003
  8. **
  9. **
  10.  
  11. Introduction:
  12. =============
  13.  
  14.   This document shows you how to install PXE Bootrom for PCI ethernet adapter
  15.   in Windows NT Server 3.5, 3.51, 4.0.
  16.  
  17.  
  18. Contents of the Subdirectory:
  19. =============================
  20.  
  21.     PXE.TXT             This file.
  22.     PXE.LOM             The bootrom binary file for Lan On Motherboard.
  23.     PXE.NIC             The bootrom binary file for Network Interface Card.
  24.  
  25.  
  26. Installation:
  27. =============
  28.  
  29.   Before starting the installation process, make sure that the adapter
  30.   is properly installed and configured. You can use the diagnostic program
  31.   (A:\SETUP.EXE) to make sure your connection with the network is correct.
  32.  
  33.   There are two method to boot.
  34.  
  35.   1.After POST of BIOS, PXE will waiting a short time to change boot method.
  36.     If user strike <Shift-Tab> key, PXE will show some advenced prompts as following:
  37.   
  38.     1. Local drives boot
  39.     2. Try local drives boot first , then network 
  40.     3. Try network boot first , then local drives
  41.     4. Boot according to BIOS setting
  42.     Press 1, 2, 3 or 4:
  43.     
  44.   2.If user enter any option, PXE will write back into EEPROM.
  45.   
  46.   3.If no <Shift-Tab> key, PXE will load EERPOM default into MAC register. 
  47.     please refer EEPROM.doc to get more informatin about its configuration.
  48.  
  49.        0,0=>  Try network boot first , then local drives (Default value)
  50.        0,1=>  Try local drives boot first , then network
  51.        1,0=>  Local drives boot
  52.         1,1=>  Boot according to BIOS setting
  53.     
  54.     
  55.     A.'Try network boot first , then local drives'
  56.     
  57.        This options is chosen to boot network by hooking INT 19. Since INT 19
  58.     is booting vector, our device is alway chosen to boot regardless of IPL 
  59.     priority.    
  60.  
  61.     
  62.     B.'Try local drives boot first , then network'
  63.     
  64.        This options is chosen to boot from network by hooking INT 18h. Since
  65.     INT 18h is boot recovery vector, so only after other local devices with 
  66.     higher IPL prioirty failed to boot successfully then we may boot.
  67.     
  68.     
  69.     C.'Local drives boot'
  70.     
  71.         This option is chosen to boot from local devices, not to boot from 
  72.     network.ector, our device is alway chosen to boot regardless of IPL 
  73.     priority.
  74.         
  75.     D.'Boot according to BIOS setting'
  76.     
  77.        This options is chosen to boot network by PnP/BEV. Whether to boot or not
  78.     according IPL priority. The proiority for IPL devices is configurable by the 
  79.     user by editing the IPL Priority in BIOS Setup.