home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q93 / 5 / 35.TXT < prev    next >
Encoding:
Text File  |  1994-01-07  |  4.7 KB  |  127 lines

  1. DOCUMENT:Q93535  06-JAN-1994  [W_NT]
  2. TITLE   :Windows NT Boots, But Looks for Wrong Boot Directory
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12. ----------------------------------------------------------------------
  13.  
  14. SUMMARY
  15. =======
  16.  
  17. Windows NT may boot successfully, but look for the wrong boot directory.
  18. One possible cause of this problem is installing over an earlier
  19. installation of Windows NT. The BOOT.INI file isn't correctly updated
  20. during the subsequent installation; certain releases marked the BOOT.INI
  21. read-only.
  22.  
  23. Another cause might be an unsupported partitioning scheme, such as a
  24. MOST partition. When Windows NT encounters an unknown partition type,
  25. the numbering of logical partitions may be off by one.
  26.  
  27. Installing Over a Prior Installation
  28. ------------------------------------
  29.  
  30. If you are going to install over a previous installation, make sure that
  31. the BOOT.INI file is not read-only so that Setup can modify it.
  32.  
  33. NOTE: Windows NT is not an upgrade. Installing Windows NT over a previous
  34. installation will erase any customizations you have made.
  35.  
  36. If you installed over a previous installation, make sure that the BOOT.INI
  37. file contains references to the correct directory (for example, C:\WINNT
  38. rather than C:\NT).
  39.  
  40. Installing With a Different Partitioning Scheme
  41. -----------------------------------------------
  42.  
  43. If you have installed NT on a machine with a different partitioning
  44. scheme, try changing the boot partition specified in the BOOT.INI
  45. file.
  46.  
  47. Settings for GUI Installation
  48. -----------------------------
  49.  
  50. The GUI installation program creates a different BOOT.INI file,
  51. containing SCSI syntax. Before the SCSI syntax can be used, the
  52. appropriate miniport driver must be copied from C:\NT\SYSTEM\DRIVERS
  53. to C:\NTBOOTDD.SYS. (See below for a detailed explanation of the
  54. SCSI syntax and for descriptions of the miniport drivers.)
  55.  
  56. Note: The GUI installation program copies the driver and changes these
  57. settings automatically.
  58.  
  59.    [multiboot]
  60.    timeout = 30
  61.    default = scsi(0)disk(0)rdisk(0)partition(1)\winnt
  62.  
  63.    [operating systems]
  64.    scsi(0)disk(0)rdisk(0)partition(1)\winnt = "Windows NT" /NODEBUG
  65.    c:\ = "MS-DOS"
  66.  
  67. The SCSI syntax is as follows
  68.  
  69.    scsi(w)disk(x)rdisk(y)partition(z)\winnt
  70.  
  71. where:
  72.  
  73.  - "w" is the SCSI controller number; numbering starts at 0 (only
  74.    one SCSI controller number is supported at this time).
  75.  
  76.  - "x" is the SCSI ID number, 0 to 7. Some controllers reserve IDs 0
  77.    and 1 for BIOS support for hard drives and ID 2 for a CD-ROM drive.
  78.    This is not a requirement for Windows NT.
  79.  
  80.  - "y" is the SCSI Logical Unit number (up to 255 units are
  81.    supported).
  82.  
  83.  - "z" is the partition (0 would specify the whole logical unit).
  84.  
  85. The following are some of the common miniport drivers included:
  86.  
  87.    Driver                 Controller
  88.    ------------------------------------------------------------
  89.    AHA154X                Adaptec 154x/164x
  90.    AHA174X                Adaptec 174x
  91.    SPARROW                Adaptec 151x/152x/AIC 6260/6360
  92.    BUSLOGIC               BusLogic Family
  93.    DPTSCSI                DPT 20xx
  94.    FD16_700               Future Domain 16xx
  95.    FD7000EX               Future Domain / Western Digital 7000EX
  96.    FD8XX                  Future Domain 8xx
  97.    NCR53C9X               NCR 53c9
  98.    NCRC700                NCR c700
  99.    NCRC710                NCR c710
  100.    OLISCSI                Olivetti
  101.    SPOCK                  IBM PS/2
  102.    T128                   Trantor t128
  103.    T13B                   Trantor t130b
  104.    ULTRA14F               UltraStor 14f, 34f
  105.    ULTRA24F               UltraStor 24f
  106.    ULTRA124               UltraStor 124f
  107.    WD33C93                Western Digital 33c93
  108.  
  109. Additional reference words: 3.10
  110. KBCategory:
  111. KBSubCategory: STP
  112.  
  113. =============================================================================
  114.  
  115. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  116. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  117. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  118. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  119. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  120. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  121. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  122. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  123. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  124. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  125. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  126.  
  127. Copyright Microsoft Corporation 1994.