Legal Information
PC Knowledge Base -Bootstrap and Bootlog Explaination

Good Knowledge Is Good2Use

The Startup Process Log Loading real-mode drivers: For example, if you see an entry such as DynamicInitDevice=PPPMAC but there is no matching entry such as DynamicInitSuccess=PPPMAC, then that VxD failed to load. If a driver in the Windows SYSTEM\IOSUBSYS directory stalls when it is being initialized, you can sometimes successfully start the system by renaming that file.

The following shows a sample BOOTLOG.TXT file:

Loading Device = C:\WINDOWS\HIMEM.SYS
LoadSuccess = C:\WINDOWS\HIMEM.SYS
Loading Device = C:\WINDOWS\EMM386.EXE
LoadSuccess = C:\WINDOWS\EMM386.EXE
Loading Device = C:\WINDOWS\SETVER.EXE
LoadSuccess = C:\WINDOWS\SETVER.EXE
Loading Device = C:\WINDOWS\COMMAND\ANSI.SYS
LoadSuccess = C:\WINDOWS\COMMAND\ANSI.SYS
Loading Device = C:\WINDOWS\IFSHLP.SYS
LoadSuccess = C:\WINDOWS\IFSHLP.SYS
Loading Vxd = VMM
LoadSuccess = VMM
Loading Vxd = nwlink.vxd
LoadSuccess = nwlink.vxd
Loading Vxd = vnetsup.vxd
LoadSuccess = vnetsup.vxd

For Pinpointing Bootlog.txt errors Boot Log Analyzer (BLA.zip) is recommended. Contact support@vision4.co.uk,

Expected Load Failures Listed in the Bootlog.txt File
Microsoft Windows 95
Microsoft Windows 98
When you review the Bootlog.txt file in the root folder on your hard disk, you may see the following lines even though your computer seems to function properly: NOTE: The following lines may appear only in the Windows 98 Bootlog.txt file: CAUSE These load failures do not necessarily mean that there is a problem. It is common for some, if not all, of these to fail, depending on your system configuration.

This is the bootup process for Windows 95 (The Windows 95 Resource Kit pages 195-200)

  1. Win95 verifies if your BIOS is P&P or not.
  2. Determines which hardware profile you are using. (hardware detection is done here!)
  3. Load any real mode drivers. (Old Config.sys/Autoexec.bat stuff)
  4. Initialize static VxDs (including dynamic VxD support, the Virtual Machine Manager, and the real mode loader.) (VMM32.VXD!)
  5. Loading Protected Mode OS. (This includes Protected Mode VxDs)
  6. Loading Kernal32.dll, Krnl386.exe, GDI.exe, GDI32.EXE, User.EXE, User32.EXE, fonts, checking the Win.ini values, shell and destop.
NOTE:

VxD is a virtual device driver for a hardware device that is in the W/S. These are for any cards and system resources built into the Mother Board, and are machine specific. Because of the way the VMM32.VXD is designed, it is dynamic and changes every time your hardware changes. The files that go into this file are contained in the system\vmm32 subdirectory under your windows sub.

To find out when/where the slowdown/stop occurs, F8 at the Starting Windows 95 message and do a bootlog startup. The bootlog.txt is in the root of the startup drive. (Usually the C:\) You can hit the reset button when you get to the slowdown and do a command prompt start from there. Then look at the bootlog to see where it hangs.



Search Knowledge Base Feedback
If you like our web site refer a friend.
Your friends name.
Your friends email address.
Your Name
Your Email Address


© Copyright 1998-1999 GOOD2USE