Microsoft KB Archive/166157

From BetaArchive Wiki
Knowledge Base


Emergency Repair Disk error message: "The following value in the setup information file.."

Article ID: 166157

Article Last Modified on 11/1/2006



APPLIES TO

  • Microsoft Windows NT Workstation 3.5
  • Microsoft Windows NT Workstation 3.51
  • Microsoft Windows NT Workstation 4.0 Developer Edition
  • Microsoft Windows NT Server 3.5
  • Microsoft Windows NT Server 3.51
  • Microsoft Windows NT Server 4.0 Standard Edition



This article was previously published under Q166157

SYMPTOMS

If you use the Windows NT Emergency Repair Disk (ERD), you may receive the following error message:

The Following value in the setup information file is corrupt or missing:

Value 0 on the line in section [Paths]
With key "systemPartition"

NOTE: The above message may vary depending on which value is incorrect. Other value names may also include: TargetDirectory, TargetDevice, or SystemPartitionDirectory.

CAUSE

The message may be caused by incorrect entries in the Setup.log file on the ERD. Someone who has changed their system configuration, modified the Setup.log file, or is trying to use an ERD from another system can see the same error.

RESOLUTION

To resolve the problem, take the ERD to another computer and perform the following steps:

  1. Use File Manager, Explorer, or Attrib, and remove the Read-only attribute from the file.
  2. Using any text editor, open the Setup.log file and look at the following section:

          [Paths]
          TargetDirectory = "\WINNT"
          TargetDevice = "\Device\Harddisk0\partition1"
          SystemPartitionDirectory = "\"
          SystemPartition = "\Device\Harddisk0\partition1"
                            
  3. From the error message above, determine which line is causing the error message, then edit that line using the information in step 2.
  4. Save the file back to the floppy disk and reflag it with the read-only attribute. You can now continue with your repair process.

-or-

If you are not sure what the correct entries should be changed to on the ERD disk, try pressing ESC when prompted for an ERD disk and the system will search for the repair directory on the system drive. If the repair directory contains a valid Setup.log file, the repair process will continue without errors.


Additional query words: ERD Emergency Repair

Keywords: kbother kbprb kbsetup KB166157