Welcome to WinForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

What is NTLDR

 
   Windows XP (Home) -> Hardware RSS
Next:  Burning DVD'S  
Author Message
Tilt

External


Since: Dec 09, 2006
Posts: 2



(Msg. 1) Posted: Sat Dec 09, 2006 5:09 pm
Post subject: What is NTLDR
Archived from groups: microsoft>public>windowsxp>hardware (more info?)

My computer says it is missing and will not continue to boot.

 >> Stay informed about: What is NTLDR 
Back to top
Login to vote
Malke

External


Since: Nov 01, 2005
Posts: 4098



(Msg. 2) Posted: Sat Dec 09, 2006 6:01 pm
Post subject: Re: What is NTLDR [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Tilt wrote:

> My computer says it is missing and will not continue to boot.

First make sure you don't have a floppy disk in the drive (if you have a
floppy drive). If you do, remove the disk and the computer will boot.

If you don't have a floppy in the drive (or no floppy drive):

Boot with your XP cd and take the "R" for "Repair". This will get you
into the Recovery Console. Assuming your cd drive is D: (substitute the
correct letter if it is not):

COPY D:\i386\ntldr C:\ [enter]
COPY D:\i386\ntdetect.com C:\ [enter]
(a file that may also be missing)
then rebuild the boot configuration boot.ini file by
Attrib -H -R -S C:\boot.ini [enter]
(if not found skip the next line)
DEL C:\boot.ini [enter]
BootCfg /Rebuild [enter]

Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User

 >> Stay informed about: What is NTLDR 
Back to top
Login to vote
Loren Pechtel

External


Since: Apr 28, 2006
Posts: 760



(Msg. 3) Posted: Sat Dec 09, 2006 7:14 pm
Post subject: Re: What is NTLDR [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 9 Dec 2006 17:09:01 -0800, Tilt
<Tilt.DeleteThis@discussions.microsoft.com> wrote:

>My computer says it is missing and will not continue to boot.

Why did you post a new thread half a hour after the old one?

We answered you over there.
 >> Stay informed about: What is NTLDR 
Back to top
Login to vote
Pat Coghlan

External


Since: Dec 04, 2006
Posts: 20



(Msg. 4) Posted: Sat Dec 09, 2006 10:45 pm
Post subject: Re: What is NTLDR [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It's a simple program that loads the OS.

It is a hidden file on the boot partition. I don't know if only Windows
uses NTLDR or if it is a generic bootstrap loader, but it gets created
when Windows is installed in a partition.

Tilt wrote:
> My computer says it is missing and will not continue to boot.
>
 >> Stay informed about: What is NTLDR 
Back to top
Login to vote
Robert Moir

External


Since: Nov 26, 2006
Posts: 179



(Msg. 5) Posted: Sun Dec 10, 2006 7:57 am
Post subject: Re: What is NTLDR [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Tilt wrote:
> My computer says it is missing and will not continue to boot.

This is probably connected to where you formatted your hard disk in the last
post you made. NTLDR is a file on the disk that would have been one of the
many you erased when you formatted the disk.

Perhaps you might get better help if you back up a bit, start at the
beginning and explain what it is you are trying to achieve?
 >> Stay informed about: What is NTLDR 
Back to top
Login to vote
Abhi Patil

External


Since: Nov 14, 2008
Posts: 2



(Msg. 6) Posted: Fri Nov 14, 2008 10:45 pm
Post subject: What is NTLDR [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

I have just started studying on Windows. As per my consideration NTLDR is a bootloader. When you install OS on your hard drive, boot information is placed into boot sector of your HD and at the same time NTLDR is placed into boot sector of HD.

Boot process involves following steps :

1. POST (Power On Self Test){It will check power supply to all H/W connections}
2. BIOS (Basic Input Output System){It will check necessary H/W devices with it's priority like FD, CD, HD}
3. MBR (Master Boot Record)

Where MBR contains sequence as NTLDR >> Boot.ini >> BootSect.dos >> NTDetect.com >> Ntoskernal.exe

In short NTLDR is communicator program between h/w system and OS.

Please correct me if I am wrong.

Thank you.
 >> Stay informed about: What is NTLDR 
Back to top
Login to vote
Abhi Patil

External


Since: Nov 14, 2008
Posts: 2



(Msg. 7) Posted: Fri Nov 14, 2008 10:53 pm
Post subject: What is NTLDR [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

About query that only windows have NTLDR or not. It seems each OS have it's own boot loader like in LINUX you will find GRUB as a Boot Loader. In case you have installed 2 OS on your machine like WinXP and Linux then GRUB boot loader will be taken into consideration 1st and depends on option you have selected like WinXP or Linux it will start with booting. If you select WinXP then it will load the NTLDR and if you select Linux then GRUB will continue it's work with boot loading process.

Please correct me I am wrong.

Thank you,
Abhi
 >> Stay informed about: What is NTLDR 
Back to top
Login to vote
VanguardLH

External


Since: Apr 19, 2008
Posts: 39



(Msg. 8) Posted: Sat Nov 15, 2008 2:53 am
Post subject: Re: What is NTLDR [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Abhi Patil wrote:

> Hello,
>
> I have just started studying on Windows. As per my consideration NTLDR is a bootloader. When you install OS on your hard drive, boot information is placed into boot sector of your HD and at the same time NTLDR is placed into boot sector of HD.
>
> Boot process involves following steps :
>
> 1. POST (Power On Self Test){It will check power supply to all H/W connections}
> 2. BIOS (Basic Input Output System){It will check necessary H/W devices with it's priority like FD, CD, HD}
> 3. MBR (Master Boot Record)
>
> Where MBR contains sequence as NTLDR >> Boot.ini >> BootSect.dos >> NTDetect.com >> Ntoskernal.exe
>
> In short NTLDR is communicator program between h/w system and OS.
>
> Please correct me if I am wrong.
>
> Thank you.

Your homework is wrong. The 446-byte bootstrap area of the MBR doesn't
care which operating system is installed. NTLDR is in partition in
which you installed the Windows operating system.

You'll need to do more homework.
 >> Stay informed about: What is NTLDR 
Back to top
Login to vote
Display posts from previous:   
   Windows XP (Home) -> Hardware All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum

Categories:
  Windows XP
 Windows Vista!
 Win 2000/NT/98/ME


[ Contact us | Terms of Service/Privacy Policy ]