home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / win32 / 774 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.5 KB  |  36 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!sun-barr!ames!agate!boulder!news
  3. From: woodwort@piper.cs.colorado.edu (Lee Woodworth)
  4. Subject: Re: NT install I/O error 0x00000069
  5. Message-ID: <1992Sep2.033642.29024@colorado.edu>
  6. Keywords: NT install
  7. Sender: woodwort@cs.colorado.edu (Lee Woodworth)
  8. Nntp-Posting-Host: piper.cs.colorado.edu
  9. Organization: Universtiy of Coloardo, Boulder
  10. References: <1992Sep1.221028.22568@jato.jpl.nasa.gov>
  11. Date: Wed, 2 Sep 1992 03:36:42 GMT
  12. Lines: 22
  13.  
  14. brad@huey.Jpl.Nasa.GOV (Brad Hines) writes:
  15. >> The installation proceeded just fine, copying files from CD to hard disk,
  16. >> but then, shortly after starting what I guess is a boot of NT itself
  17. >> (just after the part that says something like MmInit=16064K), I
  18. >> get an Internal Error 0x00000069, Fatal Error message.
  19.  
  20. Missing files or missing directories can produce the 0x00000069 error message.
  21. I had to compare the files on the disk to the CD-ROM to find out that the 
  22. copy the batch file performed was not complete.
  23.  
  24. After you get the files copied check the attributes.  The CD-ROM
  25. is a read only medium and the files are write protected.  Some copying
  26. methods produce write protected files on the disk.  I had problems
  27. during the install until I made sure that all the files were
  28. writable.  See the attrib command for more information.
  29.  
  30. If you have a failed installation, you probably need to completely
  31. recopy all the files again.  Be careful about munching your saved
  32. boot sectors.  See some of the later postings in this group about
  33. how to restore the DOS boot sector.
  34.  
  35.  
  36.