How To Manually Edit the Boot.ini File in a Windows Server 2003 Environment (323427)
The information in this article applies to:
- Microsoft Windows Server 2003, Datacenter Edition
- Microsoft Windows Server 2003, Enterprise Edition
- Microsoft Windows Server 2003, Standard Edition
- Microsoft Windows Server 2003, Web Edition
- Microsoft Windows Server 2003, 64-Bit Datacenter Edition
- Microsoft Windows Server 2003, 64-Bit Enterprise Edition
- Microsoft Windows Small Business Server 2003, Standard Edition
- Microsoft Windows Small Business Server 2003, Premium Edition
This article was previously published under Q323427 For a Microsoft Windows 2000 version of this article,
see
311578. IN THIS TASKSUMMARY This step-by-step article describes how to manually edit
the Boot.ini file in a Windows Server 2003 environment. The Ntldr
file uses information in the Boot.ini file to display the bootstrap loader
screen from which you select the operating system. This screen is based on the
information in the Boot.ini file. If you do not select an entry before the
counter reaches 0 (zero), Ntldr loads the operating system that is specified by
the default parameter in the Boot.ini file. Windows Server 2003 Setup
places the Boot.ini file in the root of the system partition. Before
you edit the Boot.ini file, modify your folder options so you can view hidden
files, and then back up the Boot.ini file. NOTE: You can also edit the Boot.ini file by using the System
Configuration Utility (Msconfig.exe). To start the System Configuration
Utility, click Start, click Run, type msconfig in the Open box, and then click OK.
back to the top
Modify Folder Options- Right-click Start, and then click Explore.
- On the Tools menu, click Folder Options, and then click View.
- Under Advanced Settings, click Show hidden files and folders, click to
clear the Hide protected operating system files (Recommended)
check box, click Yes, and then click OK.
- Locate the system partition, locate and right-click the Boot.ini file, and then click Properties.
- Click to clear the Read-only check box,
and then click OK.
back to the top
Save a Backup Copy of the Boot.ini File- Right-click Start, and then click Explore.
- Locate the system partition, locate and right-click the Boot.ini file, and then click Copy.
- Locate and click the folder where you want to copy the
Boot.ini file, and then click Paste on the Edit menu.
back to the top
Sample Boot.ini File The following is a sample of a default Boot.ini file from a
Windows Server 2003-based computer:
[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 .NET Standard Server" /fastdetect
The following is a sample of the same Boot.ini file after the
addition of another partition that runs Microsoft Windows XP Professional.
[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 .NET Standard Server" /fastdetect
multi(0)disk(1)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional"
back to the top
Edit the Boot.ini File- Click Start, point to Programs, point to Accessories, and then click Notepad.
- On the File menu, click Open.
- In the Look in box, click the system
partition, in the Files of type box, click All Files, locate and click the Boot.ini file, and then click Open.
- Make the changes that you want to the Boot.ini file, and
then click Save on the File menu.
Examples of changes that you can make are
described in the following sections of this article.
back to the top
Remove an Operating System from the Menu To remove an operating system from the menu, follow these steps:
- In Notepad, select the line that contains information about
the operating system that you want to remove, and then click Delete on the Edit menu. For example, select the following line:
multi(0)disk(1)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
- On the File menu, click Save.
back to the top
Modify the Operating System Menu Order To modify the operating system menu order, follow these steps:
- In Notepad, select the line that you want to move, click Copy on the Edit menu, and then press DELETE.
- Click where you want to insert the line, and then click Paste on the Edit menu.
- Repeat step 1 and step 2 for each line that you want to
move, and then click Save on the File menu.
back to the top
Modify the Default Operating System The default operating system is the operating system that is
started if no selection is made before the time-out occurs. (The time-out is
the number of seconds in which you can select an operating system from the menu
before the default operating system is loaded.) To modify the default operating
system, follow these steps:
- In Notepad, modify the following line to change the default
operating system:
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
For example, to change the default operating system from Windows
Server 2003 to Windows XP Professional, modify the following line
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
to the following:
default=multi(0)disk(0)rdisk(1)partition(2)\WINDOWS
- On the File menu, click Save.
back to the top
Modify the Time-out To modify the time-out value, follow these steps:
- In Notepad, edit the following line to change the time-out
(where the value is 30 seconds):
- On the File menu, click Save.
back to the top
Troubleshooting If there is a problem with the Boot.ini file that you modified,
copy the original Boot.ini file (the one that you backed up earlier) to the
system partition.
back to the top
Modification Type: | Minor | Last Reviewed: | 7/15/2004 |
---|
Keywords: | kbMgmtServices kbfile kbenv kbHOWTOmaster kbui KB323427 kbAudITPro |
---|
|