Results 1 to 9 of 9

Thread: NTLDR error message

  1. #1
    Join Date
    Jan 1970
    Location
    Alstonville...is near Byron Bay
    Posts
    3,034
    Total Downloaded
    0

    NTLDR error message

    There's a 2 year old ACER laptop in this house which, on start, gets stuck, and comes up with NTLDR error, press any key to try again - which brings back the error message.

    Can anyone throw some light on how to fix this, please?

    Thanks,

    GQ

  2. #2
    Join Date
    Jan 2007
    Location
    Brisbane
    Posts
    65
    Total Downloaded
    0
    Quiggers,
    Had a similar problem with the daughters computer.. I used this and it worked:

    http://pcsupport.about.com/od/findby...rmissingxp.htm

    I was able to use safe mode to reinstall windows and all is good. The NT loader file can also be downloaded from the web.... Hope this helps....

  3. #3
    Join Date
    Aug 2006
    Location
    Melbourn(ish)
    Posts
    26,505
    Total Downloaded
    0
    that link covers it.....

    Ive had toshibas do it and usually booting from the repair disc then selecting repair installation fixes it.
    Dave

    "In a Landrover the other vehicle is your crumple zone."

    For spelling call Rogets, for mechanicing call me.

    Fozzy, 2.25D SIII Ex DCA Ute
    Tdi autoManual d1 (gave it to the Mupion)
    Archaeoptersix 1990 6x6 dual cab(This things staying)


    If you've benefited from one or more of my posts please remember, your taxes paid for my skill sets, I'm just trying to make sure you get your monies worth.
    If you think you're in front on the deal, pay it forwards.

  4. #4
    Join Date
    Jan 1970
    Location
    back in the suburbs, near joondalup
    Posts
    3,438
    Total Downloaded
    0
    do 4 and 7 first, they usually fix NTLDR error's about 99% of the time.

  5. #5
    Join Date
    Oct 2003
    Location
    Montrose, Vic.
    Posts
    5,417
    Total Downloaded
    0
    easy question first...

    It hasn't got a floppy disk in the drive does it?

    Mark
    Mark

    Of all the things I've lost, I miss my mind the most

    2015 TDV6 D4.... the latest project... Llams, Traxide, Icom 455, Tuffant Kimberleys and Mofos.... so far.
    2012 SDV6 SE D4 with some stuff... gone...
    2003 D2a TD5...gone...
    2000 D2 V8...gone...
    https://bymark.photography


  6. #6
    Join Date
    Jan 1970
    Location
    Bellarine Peninsular
    Posts
    156
    Total Downloaded
    0
    NTLDR is the NT boot loader - best is to repair the windows installation using built in repair option at boot

    2. reload windows over the top without reformatting the drive

    any more, just ask - I used to do this for $$

    cheers
    2016 Firenze Red Disco 4 TDV6
    ... plus many previous!

  7. #7
    Join Date
    Jan 1970
    Location
    2780
    Posts
    8,257
    Total Downloaded
    0
    Had it twice, one with a disk in the drive, another time when the fdd was toasted.

    Cheers
    Simon

  8. #8
    Join Date
    Jan 1970
    Location
    Bellarine Peninsular
    Posts
    156
    Total Downloaded
    0

    NTLDR is missing

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


    This article was previously published under Q314057
    For a Microsoft Windows 2000 version of this article, see 255220 (http://support.microsoft.com/kb/255220/).

    SYMPTOMS

    When you try to install Microsoft Windows XP or upgrade to Windows XP on a computer that runs Microsoft Windows 95, Windows 98, or Windows Millennium Edition, you may receive the following error message after the first restart during the installation:

    NTLDR is missing
    Press any key to restart

    Back to the top

    CAUSE

    This problem may occur if your existing Windows 95, Windows 98, or Windows Millennium Edition installation was cloned and then applied to a drive that has a different geometry from that of the source drive of the cloned copy.

    For example, you are running Windows 98 on a 4-gigabyte (G drive. After you upgrade to a 30-GB hard disk, you use a third-party disk-imaging utility to make a mirror image of your Windows 98 installation, and then apply the image to the new drive. Later, you upgrade to Windows XP. To do this, you install Windows XP over the cloned image of Windows 98.

    For this problem to occur, all the following conditions must be true:
    • The system/startup partition is formatted with the FAT32 file system.
    • The computer starts by using INT-13 extensions. (This is a partition larger than 7.8 GB with a System-ID type of 0C in the partition table).
    • Because of the cloning procedure, the Heads (sides) value in the FAT32 BIOS Parameter Block (BP does not match the geometry of the physical drive.
    The Windows 95, Windows 98, or Windows Millennium Edition startup code ignores the Heads value in the BPB and starts those programs even though the value is not valid. However, the startup code in Microsoft Windows 2000 and Windows XP requires this value, and startup does not succeed if the value is not valid.


    RESOLUTION

    To resolve this problem, correct the Heads (sides) value in the FAT32 BPB so the Windows XP startup can continue. To update the value, rewrite the Windows 95, Windows 98, or Windows Millennium Edition startup code. To do this, follow these steps:
    1. Restart the computer by using a Windows 95, Windows 98, or Windows Millennium Edition startup disk that contains the Sys.com file. (By default, this file is included.)
    2. Make a backup copy of the Msdos.sys file in the root directory of your system drive. To do this, type the following commands at a command prompt:
    attrib -h -r -s c:\msdos.sys
    rename msdos.sys *.ysy
    3. At a command prompt, type sys c: to rewrite the Windows 95, Windows 98, or Windows Millennium Edition startup code with accurate BPB information. If this command runs successfully, go to step 4.

    If you are using a Windows Millennium Edition startup disk, and you receive the following error message, one or more files in the Windows Millennium Edition installation have been removed:
    Cannot find the system file in the standard locations on drive C:
    Follow these steps to put the correct files on the drive so that the sys command can locate them:
    a. Type the following commands. Press ENTER after each command:
    c:
    cd\windows
    If Windows is installed in a folder other than the Windows folder, adjust the commands accordingly.
    b. Try to switch to the Command folder by typing the following command:
    cd command
    If you receive an error message that the path is not found, type the following command to create the Command folder, and then run the cd command command again:
    md command
    c. Switch to the EBD folder by typing the following command:
    cd ebd
    If you do not receive an error message that the path is not found, type the following command to create the EBD folder, and then repeat the cd ebd command:
    md ebd
    d. In the EBD folder, use the following commands to copy the Io.sys file from the root of the hard disk and to rename the Io.sys file to Winboot.sys:
    attrib -s -h -r c:\io.sys
    copy c:\io.sys winboot.sys
    Winboot.sys is the file that Sys.com requires.
    e. Switch back to drive A, and then type the following commands:
    a:
    sys c:
    Type the following commands to restore the original Msdos.sys file. Press ENTER after each command:
    attrib -s -h -r c:\msdos.sys
    copy c:\msdos.ysy c:\msdos.sys
    Press Y to overwrite the existing Msdos.sys file. You will receive a "1 FILE(S) COPIED" verification that the file was overwritten.
    4. Restart the computer to Windows 95, Windows 98, or Windows Millennium Edition, and then try to install or upgrade to Windows XP again.

    Note Alternatively, after you run the sys c: command, you can start to the Recovery Console, and then use the fixboot command to rewrite the Windows XP startup code. With this procedure, the original installation continues normally.
    2016 Firenze Red Disco 4 TDV6
    ... plus many previous!

  9. #9
    Join Date
    Jan 1970
    Location
    Alstonville...is near Byron Bay
    Posts
    3,034
    Total Downloaded
    0
    Thank you hiker, that's fabulous!

    I'm gonna keep that if there is a 'next time'...

    I sent it out to a PC fixer mate who's reinstalled over the existing.

    But I (we) did nothing to cause this little probo...

    ...I figure it must've had a brain fade

    (Don't have these issues with the Macs tho'...)

    GQ

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Search AULRO.com ONLY!
Search All the Web!