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