normal mode | This loads all the device drivers, Programs in the Run keys, and the like. |
Safe mode | This does not load most device drivers and optional programs. (The only exception is when your system is infected by some parasite.) |
Starting with Windows NT4 (and those operating systems based on it), it is possible to create a boot menu that lets you select the boot mode without having to press F8.
C:\boot.ini
[boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetectWhen the operating systems section contains more than one entry, a selection menu is presented as part of the boot process. Normally, I find these menus a frustrating waste of time ... but when debugging a problem, they are a major time saver.
This version displays a menu and allows you to select either normal or safe mode .
[boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Safe Mode" /safeboot:minimal /sos /bootlog
Available switch options for the Windows XP and the Windows Server 2003 Boot.ini files
Author: Robert Clemenzi - clemenzi@cpcug.org