Legal Information |
|
The BOOTLOG.TXT file contains a record of the current startup process for starting Windows 95. This file is created during Setup when the Windows 95 operating system is first started from Windows 95 Setup. This file shows the Windows 95 components and drivers loaded and initialized, and the status of each.
When you use the F8 option for interactive system startup, you can choose to create a boot log during system startup. You can also use the /b switch to create a boot log when running WIN.COM from the command line to isolate configuration problems. For information, see General Troubleshooting. The information in BOOTLOG.TXT is written in sequence during startup, in roughly five major sections. Depending upon a specific error condition, you might need to examine multiple sections. Notice, however, that a loadfailed= entry means only that the related VxD refused to load.
For example, loadfailed=ebios indicates that the EBIOS driver did not detect EBIOS in the computer and so reported that it should not be loaded. The following table shows the sections to examine, and describes the possible errors and methods for correcting those errors.
In both Windows 95 and 98 the file is written to the root, normally C:\. In Windows 98 it is a hidden file.
By creating a Bootlog.txt file, it is possible to see which drivers or programs failed to start when Windows starts up. Similarly, it is possible to see which drivers or programs failed to close correctly during the Windows shut down procedure.
Creating a Bootlog.txt file:
To isolate shutdown problems, look at the entries at the bottom of the file. In a number of cases the last line will be TERMINATE=KERNEL. Look for all lines beginning with TERMINATE=, as these lines show what process is being ended. All TERMINATE= entries should have a corresponding ENDTERMINATE= entry. If you see a TERMINATE= entry without a corresponding ENDTERMINATE= entry, this means that this process has not shut down correctly and is probably causing the system to stop responding during shutdown.
The problem with Bootlog.txt is that the problematic driver or program will not be named directly, just the type of device it is. This table will help you determine what type of device is causing the problem:
Entry | Solution |
Terminate=Query Drivers | Problem with a some memory management software. To verify this, test to see whether you can shut down normally in Safe mode. |
Terminate=Unload Network | Problem with a real-mode driver. Check the Config.sys or Autoexec.bat file to see whether any older drivers are loading. For example CD-ROM or mouse drivers. |
Terminate=Reset display | Video driver problem. Try disabling video RAM shadow in the BIOS. If this does not help, try updating the video card driver. |
Terminate=RIT | Also, usually due to older 16-bit drivers. Again, check the Config.sys or Autoexec.bat files. |
Terminate=Win32 | A 32-bit program is not ending correctly. Before shutting down, press Ctrl+Alt+Del and End Task on all programs to see whether the computer shuts down correctly. If it does, then it is a process of elimination to find the guilty program. |
Search Knowledge Base | Feedback |