home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / win32 / 343 < prev    next >
Encoding:
Text File  |  1992-07-29  |  3.3 KB  |  88 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!microsoft!hexnut!jvert
  3. From: jvert@microsoft.com (John Vert)
  4. Subject: Re: Installing NT
  5. Message-ID: <1992Jul30.073720.6505@microsoft.com>
  6. Date: 30 Jul 92 07:37:20 GMT
  7. Organization: Microsoft Corporation
  8. References: <1992Jul27.091312.1@vthvax.tamu.edu> <Bs5v9D.3p@fmsrl7.srl.ford.com>
  9. Lines: 77
  10.  
  11. In article <Bs5v9D.3p@fmsrl7.srl.ford.com> vscarafi@eccdb1.pms.ford.com (Vincent F. Scarafino) writes:
  12. >joel@vthvax.tamu.edu writes:
  13. >> I'm having trouble installing WNT.  One problem is that I have to let
  14. >> OS/2 remain on a bootable partition.  I know this is unsupported but
  15. >> I have no choice.  I also only have 8 meg of ram.  Will NT install with
  16. >> only 8 meg of ram?  Here's what i did:
  17. >> 
  18. >> - I partitioned the disk with a 1 meg primary boot partition, a primary 135 meg
  19. >>   os/2 partition, and 2 135 meg extended dos partitions.
  20. >> 
  21. >> - Installed os/2 with it's (flexboot) program.
  22. >> 
  23. >> - Rebooted.  Selected dos from os/2's bootloader. 
  24. >> 
  25. >> - Used dos2nt to install NT on C drive and edited the ini files.
  26. >> 
  27. >> - Rebooted.  Selected dos from os/2's boot manager, which brought
  28. >>   up NT's boot manager.  Selected NT...
  29. >> 
  30. >> Windows NT
  31. >> Portable Bootloader
  32. >> (c) Microsoft
  33. >> 
  34. >> Warning! - Incorrect EISA memory configuration info.
  35. >> Windows NT will use the ISA memory configuration information.
  36. >> 
  37. >> Loading...
  38. >> 
  39. >> MS Windows NT
  40. >> MnInit: 8192 Kb Available memory
  41. >> *** Fatal system error: 0x00000069
  42. >> *** Phase 1 i/o init failed.
  43. >> (hang)
  44. >> 
  45. >> I seems to me like os/2 and it's bootloader is not my problem.  Is it my 
  46. >> memory or is it really the EISA configuration?  Since dos and os/2 work 
  47. >> correctly,  I would think the EISA configuration sould work under NT.
  48. >> 
  49. >> I know this is a bit of a kludge but could someone point out any invalid 
  50. >> assumptions i have made?
  51. >> 
  52. >> Joel
  53. >> 
  54. >I get the same EISA memory configuration error when I bring up NT.  It doesn't
  55. >cause me any problems.  I have 12 meg of memory, though.  Is your swap file
  56. >at least 20 meg in size?  That was documented as requirement for NT to come
  57. >up.
  58. >
  59. >Vince
  60.  
  61.  
  62. The EISA memory warning is just that, a warning.  On EISA machines, NTLDR 
  63. scans the EISA bus in order to determine how much memory is available.
  64. This usually works, but we have found a number of systems that do not 
  65. update the EISA configuration information automatically when memory is
  66. added to the system.  So NTLDR also checks the ISA memory configuration
  67. with the standard BIOS call.  This ALWAYS works (probably because this is
  68. the one DOS uses, so PC makers actually test it!)
  69.  
  70. So this warning just means that the ISA BIOS call says 8Mb (or 12Mb) but
  71. the EISA configuration reports less.  (probably 4 or 1Mb)  You can make
  72. this warning go away by running the EISA configuration disks and manually
  73. updating the entry for installed memory.  I think this is in the release
  74. notes.
  75.  
  76. When NTLDR detects this incorrect EISA configuration, it just
  77. ignores the EISA data and uses the ISA data.  It is not responsible for
  78. your system failing to boot.
  79.  
  80. (Why use the EISA at all if it's not always right?  It allows us to 
  81. support EISA machines with more than 64Mb of RAM, and it allows us to 
  82. support EISA machines with discontiguous chunks of RAM.  The ISA BIOS
  83. call will not handle either of these cases.)
  84.  
  85.     jvert@microsoft.com
  86.     Not a Microsoft Spokesperson
  87.     I just work here
  88.