Patching ntldr

  • Thread starter Thread starter Jack B. Pollack
  • Start date Start date
J

Jack B. Pollack

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)?
 
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
 
you can boot up
with the win cd
and into the
recovery console.

at the prompt you
can manage the
ntldr file the old
fashion way...

- db
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)?
 
test

--
Regards,

Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]


Dave Patrick said:
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)?
 
test2

--
Regards,

Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Blinking cursor at failed boot 69
NTLDR is Missing 8
NTLDR is missing 1
NTLDR is missing error message 5
Reboot Into Safe Mode Instruction. 5
Can't Get To Safe-Mode 6
NTLDR missing 11
NTLDR missing 6

Back
Top