The following is an example NTLDR boot menu:
\r\nPlease select the operating system to start:
\r\n
\r\n
\r\n \r\n
Microsoft Windows XP Professional\r\n
\r\n Microsoft Windows 98
\r\n
\r\nUse ↑ and ↓ to move the highlight to your choice.
\r\nPress Enter to choose.
\r\nSeconds until highlighted choice will be started automatically: 23
\r\n
\r\nFor troubleshooting and startup options for Windows, press F8.\r\n
If the boot loader timeout option in boot.ini (see example below) is set to 0, the NTLDR boot menu does not appear.
Example boot.ini:
\r\ntimeout=30
\r\ndefault=multi(0)disk(0)rdisk(0)partition(2)\\WINDOWS
\r\n[operating systems]
\r\nmulti(0)disk(0)rdisk(0)partition(2)\\WINDOWS="Microsoft Windows XP Professional" /fastdetect
\r\nC:\\="Microsoft Windows 98"
\r\n