Even if you have only one operating system, you can create a boot menu that will let you choose to load your operating system with different parameters.multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Trace Problems XP Home Edition" /fastdetect /bootlog /sos This entry creates a startup log and displays information about the drivers and other operating system information as it loads.
For the version of the operating system that loads in Safe Mode but that still allows networking, you could create this entry:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Safe Start XP Home Edition" / fastdetect /safeboot:network
The boot.ini file would look like this, assuming that you want the menu to display for 30 seconds and you want normal XP startup to be the default:
[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 Home Edition" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Trace Problems XP Home
Edition" /fastdetect /bootlog /sos multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Safe Start XP Home
Edition" / fastdetect /safeboot:network.
"Windows XP Tips: Create a Startup Menu Even If You Have Only One OS"
Reference : techpraveen.com
0Awesome Comments!