[windows_errors] [WEMRM_WinXP] WinXP: NTLDR is missing

  • From: Seantific <spunkovision@xxxxxxxxx>
  • To: what_error_messages_really_mean_winxp@xxxxxxxxxxxxxxx
  • Date: Tue, 15 Feb 2005 13:40:38 -0800 (PST)

More Orang's contribution to this thread follows:




orang <orang_redux_777@xxxxxxxxx> wrote:

Hi:

(Extract)

This problem may occur if the MFT root folder is severely
fragmented. If the MFT root folder contains many files, the MFT may
become so fragmented that an additional allocation index is created.
Because files are mapped alphabetically in the allocation indexes,
the NTLDR file may be pushed to the second allocation index. When
this occurs, you receive the error message that is described in
the "Symptoms" section of this article.

(End extract)

Source:
(Pastable Link)
http://support.microsoft.com/default.aspx?scid=3Dkb;en-us;320397

Solution # 1: It may not be necessary to download the utility, but
rather to use the following methods:

(Extract 2, Edited)

How to Create a Bootable Disk for an NTFS or FAT Partition
Article ID : 119467
Last Review : June 21, 2004
Revision : 4.1
This article was previously published under Q119467

SUMMARY
This article describes how to create a Windows bootable(startup)
disk to access a drive with a faulty boot sequence on an Intel-based
computer.

Note The procedure for RISC-based computers is different and not
documented in this article.
MORE INFORMATION
You may be able to use a Windows bootable disk to start the
operating system on a computer running Windows NT or Windows 2000.
Use the procedures in this article to work around the following boot
problems: =95 Damaged boot sector
=95 Damaged master boot record (MBR)
=95 Virus infections
=95 Missing or damaged Ntldr or Ntdetect.com files
=95 Incorrect Ntbootdd.sys driver
=95 To boot from the shadow of a broken mirror

Note that you may have to modify the Boot.ini file to do this.
Note that you cannot use the Windows Emergancy Repair disk (ERD) to
help resolve the following problems: =95 Incorrect or damaged device
drivers that are installed in the System folder.
=95 Boot problems that occur after you see the Windows Startup
(Osloader) screen.
To work around or fix these problems, run the ERD, load the last
known good control set, or reinstall Windows.
How to Create a Windows Bootable Disk
The Windows boot disk must include the Ntldr (or Setupldr.bin in
Windows NT 3.5),Ntdetect.com, and Boot.ini files, and may require
ntbootdd.sys which is the device driver for your hard disk
controller renamed to ntbootdd.sys.

Note The Ntldr, Ntdetect.com, and Boot.ini files typically have
their file attributes set to system, hidden, or read-only. You do
not have to reset these attributes for the bootable disk to work.
For additional information about the structure of the Boot.ini file,
click the article number below to view the article in the Microsoft
Knowledge Base:
102873 BOOT.INI and ARC Path Naming Conventions and Usage
To create a Windows bootable floppy disk, use one of the following
methods.
If You Do Not Have Access to a Computer Running Windows
1. Create a copy of the first Windows Setup disk by using the
diskcopy command. To do this: a. Click Start, and then click Shut
Down.
b. Click Restart the computer in MS-DOS mode, and then click Yes.
c. At a command prompt, type the following command, where <a> is
the drive that contains the Windows Setup disk and <b> is the drive
that contains the blank floppy disk that you want to become the
Windows startup disk:
diskcopy a: b:

2. Copy both the Ntdetect.com and Ntldr files from the I386 folder
on the Windows CD-ROM to the new floppy disk.
3. Rename the Ntldr file to Setupldr.bin.
4. Create a Boot.ini file.

The following sample Boot.ini file provides an example for a single
partition SCSI drive with Windows installed in the Winnt folder;
however, the exact value in the [operating systems] section depends
on the configuration of the Windows computer that you want to start
up:
[boot loader]
timeout=3D30
Default=3D scsi(0)disk(0)rdisk(0)partition(1)\winnt

[operating systems]
scsi(0)disk(0)rdisk(0)partition(1)\winnt=3D"Microsoft Windows 2000
Advanced Server" /fastdetect
If your computer boots from an IDE, EIDE, or ESDI hard disk, replace
scsi(0) with multi(0). If you are running Windows NT 3.5 or Windows
NT 3.51 and your computer boots from the first or second SCSI drive,
then you can also replace scsi(0) with multi(0).

If you are using scsi(x) in the Boot.ini file, copy the correct
device driver for the SCSI controller that is in use on the
computer, and then rename it to Ntbootdd.sys. If you are using multi
(x) in the Boot.ini file, you do not have to do this.
5. Start your computer by using the startup disk, and then log on to
Windows.

If You Have Access to a Computer That Is Running Windows
1. On the computer that is running Windows, format a floppy disk by
using the full format option in the Windows NT utility. To do so,
type format a: at a command prompt, and then press ENTER.

Notes=95 You cannot format the floppy by using Microsoft Windows 95,
Microsoft Windows 98, or Microsoft Windows Millennium Edition.
=95 You must perform a full format to properly rewrite any boot sector
content on the floppy disk. A full format prevents boot sector
viruses from running.
=95 If you perform a quick format on the first Windows Setup bootable
floppy disk, the boot sector keeps a reference to the Setupldr.bin
file and requires that you rename the Ntldr file to Setupldr.bin.

2. Copy the Ntldr file from the Windows CD-ROM or from a computer
that is running the same version of Windows as the computer that you
want to access with the startup floppy disk. In Windows 2000, the
NTLDR file is found in the I386 folder on the Windows 2000 CD-ROM.
For Windows NT 4.0, you can copy this file from the Windows NT 4.0
CD-ROM.

Note In versions of Windows earlier than Windows NT 4.0, you may
have to expand the file from NTLDR._ to NTLDR by typing the
following command at a command prompt:
expand ntldr._ ntldr
3. Copy the Ntdetect.com file to the floppy disk that you formatted
in step 1.
4. Create a Boot.ini file on the floppy disk that you formatted in
step 1. You can also copy the file from another computer that is
running Windows and then modify it to match the computer that you
are creating the startup disk for. The following example works for a
single-partition SCSI drive with Windows 2000 Advanced Server
installed in the Winnt folder, but the exact value in the [operating
systems] section depends on the configuration of the Windows-based
computer that you are creating the startup disk for:
[boot loader]
timeout=3D30
Default=3D scsi(0)disk(0)rdisk(0)partition(1)\Winnt

[operating systems]
scsi(0)disk(0)rdisk(0)partition(1)\WINNT=3D"Microsoft Windows 2000
Advanced Server" /fastdetect
If your computer starts from an IDE, EIDE, or ESDI hard disk,
replace scsi(0) with multi(0). If you are using a computer that is
running Windows NT 3.5 or Windows NT 3.51 and your computer starts
from the first or second SCSI drive, then you can also replace scsi
(0) with multi(0). For example:
[boot loader]
timeout=3D30
default=3Dmulti(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT=3D"Microsoft Windows 2000
Advanced Server" /fastdetect

If you are using scsi(x) in the Boot.ini file, copy the correct
device driver for the SCSI controller that is in use on the
computer, and then rename it Ntbootdd.sys. If you are using multi(x)
in the Boot.ini file, you do not have to do this.

Note By default, Windows 2000 is installed to the C:\Windows folder.
However, if the computer is using an earlier version of Windows, or
if the computer was upgraded to Windows 2000 from an earlier version
of Windows, then by default, Windows 2000 is installed to the
C:\WINNT folder. Verify that the Boot.ini file shows the correct %
SystemRoot% folder for Windows.
5. Start your computer by using the startup disk, and then log on to
Windows.

If You Are Using Windows NT 3.51
1. Format a blank floppy disk in Windows NT 3.51.
2. Copy both the Ntdetect.com and Ntldr files to the new disk.
3. Create a Boot.ini file with the following lines (note that this
example is for a single partition SCSI drive with Windows NT
installed in the default folder, C:\Winnt35):
[boot loader]
timeout=3D30
Default=3D multi(0)disk(0)rdisk(0)partition(1)\winnt35

[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\winnt35=3D"Windows NT 3.51"
4. Boot from the floppy disk, and then log on to Windows.

Troubleshooting
You may experience one or more of the following problems when you
try to start your computer with your Windows bootable disk: =95 If the
path that points to the system files is incorrect or includes the
drive letter, you may receive the following error message:
Windows NT could not start because of the following ARC firmware
boot configuration problem: Did not properly generate ARC name for
HAL and system paths. Please check the Windows NT (TM) documentation
about ARC configuration options and your hardware reference manuals
for additional information. Boot Failed.
=95 If an incorrect SCSI driver is selected or if the Ntbootdd.sys
file does not exist, you may receive the following error message:
Windows NT could not start because of a computer disk hardware
configuration problem. Could not read from selected boot disk. Check
boot path and disk hardware. Please check the Windows NT (TM)
documentation about hardware disk configuration and your hardware
disk configuration and your hardware reference manuals for
additional information. Boot Failed.
=95 If the Boot.ini file does not correctly reflect the correct %
SystemRoot% folder for Windows, you may receive the following error
message:
Windows 2000 could not start because the following file is missing
or corrupt:

SystemRoot \System32\Ntoskrnl.exe
For additional information about creating startup disks, click the
following article numbers to view the articles in the Microsoft
Knowledge Base:
305595 HOW TO: Create a Boot Disk for an NTFS or FAT Partition in
Windows XP
301680 HOW TO: Create a Boot Disk for an NTFS or FAT Partition in
Windows
325879 HOW TO: Create a Boot Disk for an NTFS or FAT Partition in
the Windows Server 2003 Family

(End edited Extract 2)

Source:

http://support.microsoft.com/kb/119467

Solution # 2: Use a high-powered and stable 3rd Party Defragger such
as RegFirstAid 3.12 (Registered Version) to cleanse the MFT, MBR,
etc.

Many Senior Techs and power users have had major successes with
using this Professional quality Utility.

Go 2 >

http://www.rosecitysoftware.com/reg1aid/

HTH.

:-)

/\ Orang /\
Moderator

*********************************************************************

--- "Chun Ching" wrote:

Dear All,

I have a problem which states "NTLDR is mssing. Press Any Key to
Continue".

(trimmed)

*********************************************************************


--- "Chun Ching" wrote:
Dear All,

I have a problem which states "NTLDR is mssing. Press Any Key to Continue".




GO NAPSTER
1 MILLION songs, 30-day trial. Military discount. Only $14.95 a month. Dump=
 iTune$.
MCH - http://shorterlink.com/?PBFUJ5








__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around=20
http://mail.yahoo.com=20

[Non-text portions of this message have been removed]



<<< Just a friendly reminder to please trim your messages as a courtesy to =
members on Digest Mode and/or still using Dial-Up connections and have to p=
ay for their time to download the mail. Directory: http://wemrm.8m.com/inde=
x.html >>>=20
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/What_Error_Messages_Really_Mean_WinXP/

<*> To unsubscribe from this group, send an email to:
    What_Error_Messages_Really_Mean_WinXP-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
=20




1.appout.1.expandReceived: with ECARTIS (v1.0.0; list windows_errors); Wed, 16 
Feb 2005 14:41:24 -0500 (EST)

Other related posts:

  • » [windows_errors] [WEMRM_WinXP] WinXP: NTLDR is missing