Microsoft KB Archive/318728

From BetaArchive Wiki

Article ID: 318728

Article Last Modified on 3/22/2007



APPLIES TO

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional Edition
  • Microsoft Windows 2000 Datacenter Server



This article was previously published under Q318728


SUMMARY

This step-by-step article describes methods that you can use to troubleshoot the "NTLDR Is Missing" error message that you may receive when you try to start Microsoft Windows 2000.

How to Troubleshoot the "NTLDR Is Missing" Error Message

When you start your Windows 2000-based computer, you may receive the following error message:

NTLDR is missing
Press any key to restart

This problem may occur if the basic input/output system (BIOS) on your computer is outdated, or if one or more of the following Windows boot files are missing or damaged:

Ntldr
Ntdetect.com
Boot.ini


To resolve this issue, verify that the BIOS on your computer is current, and then use one or more of the following methods, as appropriate to your situation, to repair the Windows 2000 startup environment.

IMPORTANT: Microsoft recommends that you fully back up your data on a regular basis. This is the best defense against data loss, and it must be a part of any disaster recovery plan.

Verify That the BIOS on the Computer Is Current

Make sure that the latest revision for BIOS is installed on the computer. Contact the computer manufacturer to inquire about how to obtain, and then install the latest BIOS update that is available for the computer.

For information about how to configure and how to verify the correct BIOS settings for the computer, see the computer documentation or contact the manufacturer of the computer. For information about how to contact your computer manufacturer, click the appropriate article number in the following list to view the article in the Microsoft Knowledge Base:

65416 Hardware and software vendor contact information, A-K

60781 Hardware and software vendor contact information, L-P

60782 Hardware and software vendor contact information, Q-Z


For more information about how to contact BIOS manufacturers, click the following article numbers to view the articles in the Microsoft Knowledge Base:

243909 List of BIOS manufacturer Web sites Part 1


243971 List of BIOS manufacturer Web sites Part 2


To repair the Windows startup environment, use one or more of the following methods, as appropriate to your situation.

Method 1: Use a Boot Disk to Start the Computer

  1. Create a Windows 2000 boot disk that contains the following files:

    Ntldr
    Ntdetect.com
    Boot.ini
    Ntbootdd.sys

    For more information about how to create a boot disk, click the following article numbers to view the articles in the Microsoft Knowledge Base:

    301680 How to create a boot disk for an NTFS or FAT partition in Windows

    101668 How to use a Windows boot disk to prevent boot failure

  2. Modify the Boot.ini file to point to the correct hard disk controller and to the correct volume for your Windows installation. For more information about how to create a boot disk, click the following article number to view the article in the Microsoft Knowledge Base:

    311578 How to edit the Boot.ini file in Windows 2000

  3. Insert the boot disk into the computer's floppy disk drive, and then restart the computer.
  4. Copy the Ntldr file, the Ntdetect.com file, and the Boot.ini file from the boot disk to the system partition of the local hard disk.

Method 2: Use the Recovery Console

  1. Use the Windows 2000 Setup disks to restart the computer, or use the Windows 2000 CD-ROM to restart the computer.
  2. At the Welcome to Setup screen, press R to repair the Windows 2000 installation.
  3. Press C to repair the Windows 2000 installation by using the Recovery Console.
  4. Type the number that corresponds to the Windows installation that you want to repair, and then press ENTER. For example, type 1, and then press ENTER. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

    229716 Description of the Windows Recovery Console

  5. Type the Administrator password, and then press ENTER.
  6. Type map, and then press ENTER. Note the drive letter that is assigned to the CD-ROM drive that contains the Windows 2000 CD-ROM.
  7. Type the following commands, pressing ENTER after you type each one, where drive is the drive letter that you typed in step 4 of "Method 2: Use the Recovery Console," of this article:

    copy drive:\i386\ntldr c:\

    copy drive:\i386\ntdetect.com c:\

    If you are prompted to overwrite the file, type y, and then press ENTER.

    NOTE: In these commands, there is a space between the ntldr and c:\, and between ntdetect.com and c:\.
  8. Type the following command, and then press ENTER:

    type c:\Boot.ini

    A list similar to the following list appears:

    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
    
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect
                            

    If you receive the following message, the Boot.ini file may be missing or damaged:

    The system cannot find the file or directory specified.

  9. If the Boot.ini file is missing or damaged, create a new one. To do so, follow these steps:
    1. Use a text editor, such as Notepad or Edit.com, to create a boot loader file similar to the following boot loader file:

      [boot loader]
      timeout=30
      default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
      
      [operating systems]
      multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect
                              

      For more information, click the following article number to view the article in the Microsoft Knowledge Base:

      102873 Boot.ini and ARC path naming conventions and usage

      301680 How to create a boot disk for an NTFS or FAT partition in Windows

    2. Save the file to a floppy disk as Boot.ini.

      NOTE: If you used Notepad to create the file, make sure that the .txt extension is not appended to the Boot.ini file name.
    3. Type the following command at the Recovery Console command prompt to copy the Boot.ini file from the floppy disk to the computer:

      copy a:\Boot.ini c:\

  10. Type exit, and then press ENTER. The computer restarts.

Method 3: Use the Windows 2000 CD-ROM

  1. Insert the Windows 2000 CD-ROM into the computer's CD-ROM drive or DVD-ROM drive, and start Windows 2000 Setup.
  2. On the Welcome to Setup page, press R.
  3. On the Windows 2000 Repair Options page, press R.
  4. When you are prompted to select one of the repair options, press M.
  5. Press the UP ARROW, press the UP ARROW again, to select Verify Windows 2000 system files, and then press ENTER to clear the selection.
  6. Press the DOWN ARROW to select Continue (perform selected tasks), and then press ENTER. The following message appears:

    You need an Emergency Repair disk for the Windows 2000
    installation you want to repair.

  7. Do one of the following, as appropriate to your situation:
    • If you have an Emergency Repair Disk, follow these steps:
      1. Press ENTER.
      2. Insert the Emergency Repair Disk into the computer's floppy disk drive, and then press ENTER.
      3. Follow the instructions to repair the installation, and then restart the computer.
      -or-
    • If you do not have an Emergency Repair Disk, follow these steps:
      1. Press L. You receive a message similar to the following:

        Setup has found Windows 2000 in the following folder:

        drive:\WINNT "Microsoft Windows 2000"

      2. Press ENTER.

        Setup examines the disks, and then completes the repair process.

    For more information about the emergency repair feature, click the following article number to view the article in the Microsoft Knowledge Base:

    231777 How to create an Emergency Repair Disk in Windows 2000



If Setup Cannot Locate Windows 2000

If you do not have a Windows 2000 Emergency Repair Disk, and if Setup cannot locate the Windows 2000 installation, follow these steps:

  1. Start Windows 2000 Setup.
  2. On the Setup will install Windows 2000 on partition page, select Leave the current file system intact (no changes), and then press ENTER.
  3. Press ESC to install Windows 2000 to a new folder.
  4. In the Select the folder in which the files should be copied box, type \tempwin, and then press ENTER.

    Setup installs a new copy of Windows 2000.
  5. Log on to the new copy of Windows 2000.
  6. Click Start, and then click Run.
  7. In the Open box, type cmd, and then click OK.
  8. At the command prompt, type drive:, where drive is the boot drive of the computer, and then press ENTER. For example, type c:, and then press ENTER.
  9. Type attrib -h -r -s Boot.ini, and then press ENTER.
  10. Type edit Boot.ini, and then press ENTER.

    Edit.com opens a Boot.ini file that is similar to the following file:

    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\TEMPWIN
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\TEMPWIN="Microsoft Windows 2000 Professional" /fastdetect
    
                        
  11. Replace all instances of TEMPWIN with WINNT. The Boot.ini file that appears is similar to the following file:

    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect
    
                        
  12. Press ALT+F, and then press S.
  13. Press ALT+F, and then press X.
  14. Type attrib +h +r +s Boot.ini, and then press ENTER.
  15. Type exit to quit the command prompt.
  16. Restart the computer.
  17. At the Please select the operating system to start screen, use the ARROW keys to select Microsoft Windows 2000, and then press ENTER.
  18. Start Windows Explorer, locate the following folders, and then delete them:

    Tempwin
    All Users.Tempwin

Additional Resources

For more information about how to troubleshoot the "NTLDR is Missing" error message, click the following article numbers to view the articles in the Microsoft Knowledge Base:

255220 "NTLDR is missing" error message when you upgrade or install Windows 2000 over Windows 95, Windows 98 or Windows Millennium Edition


228004 Changing active partition can make your system unbootable


883275 You cannot start your computer after you modify the permissions in Windows Server 2003, in Windows XP, or in Windows 2000


Perform a Parallel Installation of Windows 2000

If you cannot resolve the behavior described in the "Symptoms" section of this article by using any of the methods discussed in this article or by viewing the Knowledge Base articles in the Additional Resources section of this article, perform a parallel installation of Windows 2000, and then use Windows Explorer to copy the data that you want to recover from your original Windows installation.

For more information about how to perform a parallel installation of Windows 2000, click the following article number to view the article in the Microsoft Knowledge Base:

266465 How to perform a parallel installation of Windows 2000 or Windows Server 2003


REFERENCES

For more information about how to troubleshoot startup problems in Windows 2000, click the following article number to view the article in the Microsoft Knowledge Base:

315396 How to troubleshoot startup problems in Windows 2000


For more information about the differences between the Manual and Fast repair options in Windows 2000, click the following article number to view the article in the Microsoft Knowledge Base:

238359 Differences between manual and fast repair in Windows


301645 How to use Recovery Console on a computer that does not start in Windows 2000


Keywords: kbpubtypekc kbmsccsearch kberrmsg kbhowtomaster KB318728