Tuesday, December 02, 2008   
  Search   
 
Register  Login  
Forums  
     Minimize  

Welcome to MeraWindows forums.

Thank you for being at the Microsoft Windows Community Site. You may have to register before posting in forums. It's absolutely free. After registering, you can get all the benefits available to our registered members, you can access our Downloads section, you can participate in contests, etc. You can post in forums in English as well as in Hindi, in fact we encourage you to use Hindi in your posts. If you have any problem with registration or login, please contact us.

     
  


 
  Microsoft Windows Forums  Other Windows V...  Windows XP  remove dual boot option
Previous Previous
 
Next Next
New Post 5/4/2008 1:56 AM
User is offline copperco2
82 posts
Member


remove dual boot option 

a couple of days back when i left my laptop un attended, kids playing around inserted a XP set up Cd assuming that it was a movie.

The set up could nt continue for want of a missing file, since then whenever i boot the machine, i get two boot options and the default option is the XP set up.

 

How can i remove the set up option and boot it normally. pl. help.

 

i had posted the same topic in the morning too but somehow it is not showing properly as well as my user name is not shown.

 
New Post 5/4/2008 8:29 AM
User is offline soumya
2848 posts
microsoftblog4u.blogspot.com/
Forum Guru








Re: remove dual boot option 
Modified By soumya  on 5/4/2008 8:30:38 AM)

 copperco2 wrote

a couple of days back when i left my laptop un attended, kidThat's playing around inserted a XP set up Cd assuming that it was a movie.

The set up could nt continue for want of a missing file, since then whenever i boot the machine, i get two boot options and the default option is the XP set up.

 

How can i remove the set up option and boot it normally. pl. help.

 

i had posted the same topic in the morning too but somehow it is not showing properly as well as my user name is not shown.

That's simple.  Make sure you can see hidden files and system files. Then go to the C:\ directory and look for the file ''boot.ini''. Make sure it's not read only  Open the file and delete the line which has the missing xp information! It should be something like this :-

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect

you have to know in which partition the unwanted xp is there. if it's partition 1, delete multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect and vice versa. Save the changes. Hope i have not confused you!


 
New Post 5/4/2008 8:32 AM
User is offline soumya
2848 posts
microsoftblog4u.blogspot.com/
Forum Guru








Re: remove dual boot option 

If you are confused, then this is the official way

SUMMARY

This article describes how to view and manually configure the Boot.ini file in Windows XP from within the Startup and Recovery dialog.

In Windows XP, you can quickly and easily locate the Boot.ini to verify and/or edit the file.

It is suggested to backup the Boot.ini file before editing. The first tasks will involve modifying folder option so as to view hidden files and then backing up the Boot.ini file.


Back to the top

Save a Backup Copy of Boot.ini

1. Right-click My Computer, and then click Properties.
-or-
Click Start, click Run, type sysdm.cpl, and then click OK.
2. On the Advanced tab, click Settings under Startup and Recovery.
3. Under System Startup, click Edit. This opens the file in Notepad ready for editing.
4. In Notepad, click File on the Menu bar, and then click Save As.
5. Right click in an empty area of the Save As dialog box, point to New in the context menu, and then click Folder.
6. Type a name for the new folder, for example temp, and then press the ENTER key to create the folder named temp.
7. Double-click the new folder named temp, and then click the Save button to save a backup copy of the Boot.ini file.

Back to the top

Edit the Boot.ini File

To view and edit the Boot.ini file:
1. Right-click My Computer, and then click Properties.
-or-
Click Start, click Run, type sysdm.cpl, and then click OK.
2. On the Advanced tab, click Settings under Startup and Recovery.
3. Under System Startup, click Edit.

Back to the top

Sample Boot.ini File

This is a sample of a default Boot.ini file from a Windows XP Professional 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 XP Professional" /fastdetect
This is a sample of the above Boot.ini file with a previous installation of Windows 2000 on a separate partition.
[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="Windows XP Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows 2000 Professional" /fastdetect

Back to the top

Modifying the Boot.ini

While you can modify the Boot.ini file using the Startup and Recovery dialog, where you can select the default operating system, change the timeout value, or manually edit the file, the following method uses the command line utility, Bootcfg.exe.

Note The Bootcfg.exe utility is only available in Windows XP Professional. This utility is not available in Microsoft Windows XP Home Edition. Therefore, this section does not apply to Windows XP Home Edition.
1. Click Start, and then click Run.
2. In the Open text box, type cmd.
3. At the command prompt, type bootcfg /?.
4. The help and parameters for BOOTCFG.exe will display.

Adding an Operating System

At the command prompt, type:
bootcfg /copy /d Operating System Description /ID#
Where Operating System Description is a text description (e.g. Windows XP Home Edition), and where # specifies the boot entry ID in the operating systems section of the BOOT.INI file from which the copy has to be made.


Removing an Operating System

At the command prompt, type:
bootcfg /delete /ID#
Where # specifies the boot entry ID that you want to be deleted from the operating systems section of the BOOT.INI file (e.g. 2 for the second Operating system that is listed.


Setting the Default Operating System

At the command prompt, type:
bootcfg /default /ID#
Where # specifies the boot entry id in the operating systems section of the BOOT.INI file to be made the default operating system.


Setting the Time Out

At the command prompt, type: bootcfg /timeout# Where # specifies the time in seconds after which default operating system will be loaded.


Back to the top

Open the Boot.ini File to Verify Changes

1. Right-click My Computer, and then click Properties.
-or-
Click Start, click Run, type sysdm.cpl, and then click OK.
2. On the Advanced tab, click Settings under Startup and Recovery.
3. Under System Startup, click Edit.

http://support.microsoft.com/kb/289022


 
New Post 5/4/2008 11:41 AM
User is offline copperco2
82 posts
Member


Re: remove dual boot option 

thank you very much for the detailed solution. it is very helpful.

 

 
New Post 6/15/2008 1:37 AM
User is offline Sandeep Sinha
30 posts
Member


Re: remove dual boot option 

nice way to explain...thnks

 
Previous Previous
 
Next Next
  Microsoft Windows Forums  Other Windows V...  Windows XP  remove dual boot option


   Get Your Own E-Mail Account @MeraWindows.com Minimize  
New Page 1 New Page 1
Show your cool quotient with @merawindows.com email account