Try creating a boot floppy or add the lines to boot.ini located in the root
of the system partition. Here's an example;
[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS "Normal Startup"
/noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS /SAFEBOOT:MINIMAL ="No Network"
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS /SAFEBOOT:NETWORK ="With
Network"
( note: rdisk(0)partition(1) means OS installed on disk 0 partition 1)
(watch for line wrap)
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
Jack B. Pollack said:
I have a laptop with a bad F8 key on the keyboard. The only thing I use the
F8 key for is the occasional boot menu. Anyone know if there is a way to
patch ntldr (Win XP Pro SP2) to use another function key (F9)?