Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)
Hi,
I have some somescreen on a computer and i heard about debuglog.txt
file or any name you gave it, that can log all the errors generated by
drivers and i think you need to active the special pool...i used
verifier.exe and enabled it but i don't know how to generated a file
with all the info on drivers errors, blue screen message, etc...
I downloaded the 2 windows debuggers, kd.exe and windbg but i'm not
used to it. Any help to get this log file is apreciate!
Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)
Do you mean BOOTLOG?
Start | Run | Type: msconfig | OK |
Boot.ini tab | Select: ? /BOOTLOG | Apply | OK
/bootlog = Enables boot logging to a file called %systemroot%\Ntbtlog.txt.
C:\WINDOWS\Ntbtlog.txt
/BOOTLOG - This option tells Windows XP to log everything it does during the
boot process to the c:\windows\ntbtlog.txt file. This can be useful for
diagnosing startup problems by seeing exactly where the boot process is
hanging.
Note
[[In safe mode, new boot log entries are appended to the existing
Ntbtlog.txt file.]]
In news:1121439491.411599.20770@o13g2000cwo.googlegroups.com,
Esteban <wasa_79@hotmail.com> hunted and pecked:
> Hi,
>
> I have some somescreen on a computer and i heard about debuglog.txt
> file or any name you gave it, that can log all the errors generated by
> drivers and i think you need to active the special pool...i used
> verifier.exe and enabled it but i don't know how to generated a file
> with all the info on drivers errors, blue screen message, etc...
>
> I downloaded the 2 windows debuggers, kd.exe and windbg but i'm not
> used to it. Any help to get this log file is apreciate!
>
>
> Esteban
Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)
Type verifier in Start Run, follow the wizard but choose All Drivers. This will slow down your computer and cause more blue screen crashes but will pinpoint what is causing the crash (if the original error message didn't). Once you fix it you rerun verifier and turn it off.
If you can't start after enabling verifier
choose Last Known Good Configuration at the Failed Boot menu (which will
start without verifier).
You will be creating a crash dump file in c:\windows\minidump every blue screen. Make sure you are set to record minidumps (Small Memory Dumps) - type it in Help to see how.
Load the crash dump file into windbg
and read what it says. You may need to tell it where the symbols are. Read it.
Type
!Analyze -v
into Windbg's command line.
(this will hopefully tell you the faulty component)
If the above is too technical then email the crash dump files to davidc @ mvps.org. Don't send me lots of them. Just the one from your last crash after you turn verifier on. And only one per mail.
Also try typing the main error code in Help while online (ie,
Stop 0x50
and also try in the 8 digit form
stop 0x00000050)
and if there are too many hits use a filename if available. Generally memory
addresses are different for each computer (as each computer has a different
mix of drivers) so parameters that are memory addresses aren't that useful for searching, but NTStatus codes are (plus you can look them up here http://cvs.sourceforge.net/viewcvs [...] ?rev=1.2).
--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archive [...] 01075.html =================================================
"Esteban" <wasa_79@hotmail.com> wrote in message news:1121439491.411599.20770@o13g2000cwo.googlegroups.com...
> Hi,
>
> I have some somescreen on a computer and i heard about debuglog.txt
> file or any name you gave it, that can log all the errors generated by
> drivers and i think you need to active the special pool...i used
> verifier.exe and enabled it but i don't know how to generated a file
> with all the info on drivers errors, blue screen message, etc...
>
> I downloaded the 2 windows debuggers, kd.exe and windbg but i'm not
> used to it. Any help to get this log file is apreciate!
>
>
> Esteban
>
"David Candy" <.> wrote in message
news:uzLxw9ViFHA.1248@TK2MSFTNGP12.phx.gbl...
Type verifier in Start Run, follow the wizard but choose All Drivers. This
will slow down your computer and cause more blue screen crashes but will
pinpoint what is causing the crash (if the original error message didn't).
Once you fix it you rerun verifier and turn it off.
If you can't start after enabling verifier
choose Last Known Good Configuration at the Failed Boot menu (which will
start without verifier).
You will be creating a crash dump file in c:\windows\minidump every blue
screen. Make sure you are set to record minidumps (Small Memory Dumps) -
type it in Help to see how.
Load the crash dump file into windbg
and read what it says. You may need to tell it where the symbols are. Read
it.
Type
!Analyze -v
into Windbg's command line.
(this will hopefully tell you the faulty component)
If the above is too technical then email the crash dump files to davidc @
mvps.org. Don't send me lots of them. Just the one from your last crash
after you turn verifier on. And only one per mail.
Also try typing the main error code in Help while online (ie,
Stop 0x50
and also try in the 8 digit form
stop 0x00000050)
and if there are too many hits use a filename if available. Generally memory
addresses are different for each computer (as each computer has a different
mix of drivers) so parameters that are memory addresses aren't that useful
for searching, but NTStatus codes are (plus you can look them up here
http://cvs.sourceforge.net/viewcvs [...] ?rev=1.2).
--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archive [...] 01075.html =================================================
"Esteban" <wasa_79@hotmail.com> wrote in message
news:1121439491.411599.20770@o13g2000cwo.googlegroups.com...
> Hi,
>
> I have some somescreen on a computer and i heard about debuglog.txt
> file or any name you gave it, that can log all the errors generated by
> drivers and i think you need to active the special pool...i used
> verifier.exe and enabled it but i don't know how to generated a file
> with all the info on drivers errors, blue screen message, etc...
>
> I downloaded the 2 windows debuggers, kd.exe and windbg but i'm not
> used to it. Any help to get this log file is apreciate!
>
>
> Esteban
>
Archived from groups: microsoft.public.windowsxp.help_and_support (More info?)
Thanks! I used windows debugger to read the dump files but most of the
time it is differents driver that cause the problem so i formated the
system without more then SP1 and i'm now waiting the BSOD...if i don't
get any well i guess it wasn't hardware problem. Most of the problem i
have here with computers blue screen is the the blue screen can happen
in a week, in a month or 2 times a days...this make me nuts cuz it's
hard to diagnostic. Even if i test the memory with memtest, it passed
the test very well...but until the computer doesn't crash it's normal
that the memory test looks fine.
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.