Removing old OS selection lists during boot

Asked By 200 points N/A Posted on -
qa-featured

My computer is pretty old now, about 4 years old, and every time the OS gets corrupted or when it is infected with viruses, I just reinstall the OS again. Some say I should reformat completely before installing another OS, but I have lots of important documents, and pictures on my hard disk and transferring them to the 2nd partition is pointless because of space issues.

Every time windows installation is done, I can see a selection of different OS that have been collected in my PC.

There are 4 of them now.

How can I remove the other ones?

Is it possible?

SHARE
Best Answer by Gill Bros
Best Answer
Best Answer
Answered By 205 points N/A #129091

Removing old OS selection lists during boot

qa-featured
Removing Items on the operating system startup menu
 
Due to multiple installation of Operating System in your hard drive multiple list of operating systems to be selected at prompt during your operating system start-up. You can find these listings on your boot.ini file which is located in your system root directory. We had two 3 ways to edit the boot.ini.
 
  1. Edit under the system properties
  2. Edit using the bootcfg at the command prompt
  3. Through the use of any text editor
A typical boot.ini contains the following lines:
 
[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 XP Professional” /noexecute=optin /fastdetect
 
A dual or multi-boot boot.ini configuration contains the following lines:
 
[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 XP Professional” /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(2)WINDOWS=”Microsoft Windows XP Professional” /noexecute=optin /fastdetect
 
This is the sample view of your dual boot operating system selection screen (black screen):
 
Please select the operating system to start:
 
Microsoft Windows XP Professional
Microsoft Windows XP Professional
 
Use the up and down arrow keys to move the highlight o your choice.
Press Enter to choose.
Seconds until highlighted choice will be started automatically: 30
 
For troubleshooting and advance startup options for Windows, press F8.
 
Edit Under the System Properties
 
  1. Click Start button the click Control Panel;
  2. Double click the System under Control Panel Window, System Properties appears;
  3. Click or Select the Advanced tab;
  4. Under the Startup and Recovery frame, click the Settings button then Startup and Recovery Dialog box appears;
  5. On the System startup frame click the Edit button;
  6. boot.ini well then loaded to notepad;
  7. Under the line [operating systems], remove the line that does not match with the path to the default variable just above the [operating systems] line.
  8. Save changes then reboot your computer.
Note: before editing of anything backup your boot.ini first. Just save us your boot.ini to any file you want. Like for instance save the file as boot.ini.old.
 
Deleting Entries using the bootcfg command
 
  1. Open your command prompt by clicking Start button, the Run;
  2. On the Run dialog box type cmd.exe;
  3. On the command prompt type bootcfg /? So that you will know the syntax of using the command. (This step is optional).
  4. Now, let’s say we want to delete the second option on our selection just type:
  5. C:>bootcfg /delete /id 2 [press enter]
  6. Reboot your computer to check for the changes or check the changes under the system properties as discussed above.

Modifying the boot.ini using a text editor

 
You can modify the boot.ini using notepad or the edit text editor in the command prompt.
 
Option A. Notepad
 
  1. Open your notepad (you can also open the notepad using the run command, on the run dialog box just type notepad then click ok);
  2. Click File the Open, then type boot.ini on the File name field of the open dialog box then click open.
  3. Delete the line corresponding to the menu appeared on the start-up menu that you want to delete.
  4. Save the file then restart to see the effect.
Option B – Command Prompt Edit
 
  1. Click Start button then run, on the run dialog box type cmd.exe the click ok.
  2. On the command prompt type:
  3. C:>edit boot.ini [press enter]
  4. The editor showed up with the boot.ini opened.
  5. Delete the line corresponding to the menu appeared on the start-up menu that you want to delete.
  6. Save changes by pressing Alt+F then select Save by using the arrow key down or just press the highlighted letter that corresponds to save.
  7. Exit your editor by pressing Alt+F, X.
  8. Type exit at the command prompt then reboot your computer to see the effect.
Answered By 0 points N/A #195722

Removing old OS selection lists during boot

qa-featured

To remove the old OS, right-click on My Computer and click Properties. Select the Advanced tab and click Settings under Startup and Recovery option.

System Properties Startup and Recovery

You will be prompted with the screen below. Click Edit to edit the startup options file manually.

Small Memory Dump

This Notepad boot file will open.

Boot file Notepad

Simply delete the Operating system that you do not want anymore and then save the file.

Answered By 0 points N/A #195724

Removing old OS selection lists during boot

qa-featured

Hello dear,

It is very easy to remove unwanted operating systems from the logon list. Just right click on the My Computer icon, and choose Advanced, then choose Settings, in front of Startup and Recovery options. Then, you will see this window.

Small Memory Dump

Then, just click on the edit button, shown in the picture, and it will open a text file, boot.ini.

Just delete all of the operating systems that you want to delete, and then press CTRL+S to save the settings.

Thanks.

Related Questions