JSI Tip 0055 - Manage the Boot Menu.

In Control Panel \ System \ Startup/Shutdown, you can set the default instance and the default timeout. To add/delete or change entries, you must edit C:\BOOT.INI. This is a Read-only, Hidden, System file so in a command prompt you must type

attrib -r -h -s c:\boot.ini

Now you can edit the file in any text editor such as notepad. You can delete unwanted entries (don't delete the "VGA mode" entry for an active instance), change the text (from "Windows NT Server Version 4.00" to "MyCompany Server") or add a missing entry. When adding entries, you must understand the ARC path:

multi(0)disk(0)rdisk(Z)partition(W)\
or
scsi(X)disk(Y)rdisk(Z)partition(W)\
where Z is the disk number (starting at 0) and W is the partion on that disk (starting at 1). If you look at the "Target Device" entry in %windir%\repair\setup.log you will see the "Z" and "W" entries for your booted instance of NT. The "X" and "Y" entries for "SCSI" are more complicated and are beyond the scope of this "Tip". For addition information, see KB article Q102873.

Don't forget to set the attributes back (attrib +r +h +s c:\boot.ini).

For information on boot.ini switches, see tip 515.

Please or Register to post comments.

IT/Dev Connections

Las Vegas
September 30th - October 4th

Paul ThurottYou'll have the opportunity to experience:
• The Microsoft
Technology Roadmap
• Office 365 Implementation
• Hyper-V Optimizing
• Windows 8 Deployment
and much more!

Come See Paul Thurrott & Rod Trent in Person!

Early Registration Now Open

Upcoming Training

Mastering SharePoint 2013: Succeeding, Not Just Surviving

Building on the success of the “Mastering SharePoint 2010” seminars, the presenters have updated the content to cover the latest and greatest SharePoint product: SharePoint 2013. While SharePoint 2013 is relatively new on the marketplace, the presenters have been working with SharePoint 2013 for well over a year, and have implemented it with a number of clients in production environments.

Register Now

Current Issue

May 2013 - The NameTranslate object is useful when you need to translate Active Directory object names between different formats, but it's awkward to use from PowerShell. Here's a PowerShell script that eliminates the awkwardness.

CURRENT ISSUE / ARCHIVE / SUBSCRIBE

Windows Forums

Get answers to questions, share tips, and engage with the Windows Community in our Forums.