mrjd2636
08-04-2005, 10:01 PM
Here a couple of ideas I used to battle the “NTLDR is missing” error.
I received a computer that was loaded (I think with Windows 2000), and have tried numerous times to load Windows XP Pro on it. The computer would boot up fine and I would set the bios to boot to the CD-ROM, after that windows xp pro would start loading xp pro on the hard drive. After near completing the installation it would turn to the blue screen of death and say;
“NTLDR is missing
Press CTRL+ALT+DEL to restart.”
I tried booting up the computer with windows xp pro floopy boot disks but it didn’t do anything.
I took out the hard drive and loaded it to another working computer, and tried to execute the recommend: Bcupdate2 utility,
(http://support.microsoft.com/default.aspx?scid=kb;en-us;320397) but when I tried to load the update to the corrupted hard drive it didn’t even recognized it.
Start, Run, type CMD,
Commands used:
C:\Documents and Settings\Gateway>a: <--- hit enter
A: bcupdate2 D /f <--- hit enter
D is the corrupted hard drive with the NTLDR error
More information on this here:
http://66.102.7.104/search?q=cache:8EiPKQ4BtWYJ:geek.com/news/geeknews/2002Dec/tal20021227017767.htm+how+to+use+the+Bcupdate2+uti lity&hl=en
So I decided to format the D: drive
And I think its going to work
format drive : /Q /FS:file-system
Use the above command (where /Q performs a quick format of the drive, drive is the drive letter of the partition to format /FS:file-system specifies the type of file system to use [FAT, FAT32, or NTFS]) to format the specified drive to the specified file system. For example the following quick formats C partition as NTFS
FORMAT C: /Q /FS:NTFS
the following will do a full format of C as FAT32
FORMAT C: /FS:FAT32
*** Note: If a file system is not specified, then the existing file system format is retained.
http://www.webtree.ca/windowsxp/repair_xp.htm#How%20to%20Repair%20the%20Boot%20Sec tor:
I received a computer that was loaded (I think with Windows 2000), and have tried numerous times to load Windows XP Pro on it. The computer would boot up fine and I would set the bios to boot to the CD-ROM, after that windows xp pro would start loading xp pro on the hard drive. After near completing the installation it would turn to the blue screen of death and say;
“NTLDR is missing
Press CTRL+ALT+DEL to restart.”
I tried booting up the computer with windows xp pro floopy boot disks but it didn’t do anything.
I took out the hard drive and loaded it to another working computer, and tried to execute the recommend: Bcupdate2 utility,
(http://support.microsoft.com/default.aspx?scid=kb;en-us;320397) but when I tried to load the update to the corrupted hard drive it didn’t even recognized it.
Start, Run, type CMD,
Commands used:
C:\Documents and Settings\Gateway>a: <--- hit enter
A: bcupdate2 D /f <--- hit enter
D is the corrupted hard drive with the NTLDR error
More information on this here:
http://66.102.7.104/search?q=cache:8EiPKQ4BtWYJ:geek.com/news/geeknews/2002Dec/tal20021227017767.htm+how+to+use+the+Bcupdate2+uti lity&hl=en
So I decided to format the D: drive
And I think its going to work
format drive : /Q /FS:file-system
Use the above command (where /Q performs a quick format of the drive, drive is the drive letter of the partition to format /FS:file-system specifies the type of file system to use [FAT, FAT32, or NTFS]) to format the specified drive to the specified file system. For example the following quick formats C partition as NTFS
FORMAT C: /Q /FS:NTFS
the following will do a full format of C as FAT32
FORMAT C: /FS:FAT32
*** Note: If a file system is not specified, then the existing file system format is retained.
http://www.webtree.ca/windowsxp/repair_xp.htm#How%20to%20Repair%20the%20Boot%20Sec tor: