boot manager installed windows 7 twice how to delete one?

Anonymous
2009-05-30T07:55:27+00:00

ok to boot up i need the windows 7 disc in,and then i got two windows 7 to boot off one works and the other is crouppet how do i delete of the windows 7 boot's???

Windows for home | Previous Windows versions | Install and upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2009-10-06T23:14:07+00:00

The easiest way to remove an entry in the Windows 7 Boot Configuration is to use msconfig. 

To launch msconfig:

1.  Click Start

2.  In the Search text box, type msconfig

3.  Launch msconfig by selecting it from the search results above the search text box.

After msconfig is launched:

1.  Go to the Boot tab

2.  Select the boot entry you want to delete.

3.  Click the Delete button and then click OK.

Make sure to be logged in to the Windows 7 partition you want to keep when performing these steps so you don't delete the good installation by mistake.

Was this answer helpful?

200+ people found this answer helpful.
0 comments No comments

60 additional answers

Sort by: Most helpful
  1. Anonymous
    2009-08-06T15:35:10+00:00

    ok to boot up i need the windows 7 disc in,and then i got two windows 7 to boot off one works and the other is crouppet how do i delete of the windows 7 boot's???

    The boot loader for Windows 7 (and for Vista) doesn't use BOOT.INI except for pre-Vista versions of Windows.  It uses something call a data store which resembles the registry.

    You can use BCDEDIT to display or modify it. It can be run from a Command Prompt WITH ADMINISTRATOR PRIVILEGES (go to accessories, then command prompt and right click on it, select Run as Administrator and click Yes when it asks if you really want to do this).  

    BCDEDIT /enum will display something with at least 3 sections:  one windows boot manager section and one windows boot loader section for each copy of Win 7 (or Vista) on your PC.   Each of the boot loader sections had an identifier at the top.

    BCDEDIT /delete ID (where ID is the identifier of the bad copy) will remove the entry from the data store.

    If the default in the boot manager section is the one you want to keep, then you are finished.  If the default was the bad version of Win 7, then type BCDEDIT /default ID, where ID is the identifier of the good copy.

    You should download the BCDEdit reference manual to make sure I haven't mistyped any commmands in this.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2011-08-15T00:38:28+00:00

    thank you. it works

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2010-05-25T01:22:12+00:00

    When I run BCDEDIT i get the information below.

    I want to delete the boot into 'earlier version of windows' option and boot straight into Windows 7.

    Can someone tell me how I would delete it?

    Thanks

    Windows Boot Manager

    identifier                {bootmgr}

    device                    partition = D:

    description             Windows Boot Manager

    locale                     en-US

    inherit                    {global settings}

    default                   {current}

    displayorder           {ntlldr}

                                 {current}

    toolsdisplayorder     {memdiag}

    timeout                   5

    Windows Legacy OS Loader

    identifier                {ntlldr}

    device                    partition = D:

    path                       \ntldr

    description              Earlier Version of Windows

    Windows Boot Loader

    identifier                 {current}

    device                     partition=C:

    path                        \Windows\system32\winload.exe

    description               Windows 7

    locale                       en-US

    inherit                      {bootloadersettings}

    recoveryenabled        Yes

    osdevice                    Partition = C

    systemroot                 \Windows

    nx                             OptIn

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2009-05-30T18:01:30+00:00

    Hi Geisha79

    you need to edit the boot.ini file

    You need to open up the boot.ini file  C:\boot.ini

    Heres how

    click on start then click on run in the box type c:\boot.ini then press enter

    before you proceedany further i urge you to back up the originial boot.ini  you can do this making a copy of the the boot file

    A notepad file opens and you will see boot loaders Delete manually that the entyr/s you do not require dont want And and then save the file ......

    a typical single boot.ini reference will look similar to this

    [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 Home Edition" /noexecute=optin /fastdetect

     the bold letter indicates the partition number.

    If you want to delete the option for some other drive:

    for d:\

    multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" 

    for e:\

    multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Microsoft Windows XP Professional" 

    for f:\

    multi(0)disk(0)rdisk(0)partition(4)\WINDOWS="Microsoft Windows XP Professional" 

    You must be careful that you must not delete the option pointing to the working O/S.


    Fujitsu Siemens MS-6567V2 2.0 Board: Micro Star MS-6567V2 2.0 Bus Clock: 133 megahertz BIOS: American Megatrends Inc. 07.00T 04/06/02 2.40 gigahertz Intel Pentium 4 8 kilobyte primary memory cache 512 kilobyte secondary memory cache 512 Megabytes Installed Memory 1024 Megabytes Installed Memory Slot '0' has 512 MB Slot '1' has 256 MB Slot '2' has 256 MB Slot '3' is Empty Standard VGA Graphics Adapter [Display adapter] Generic PnP Monitor (15.7"vis, June 2004) NVIDIA(R) nForce(TM) MIDI UART Realtek AC'97 Audio Unsupported Standard Game Port PCI CX11252-11 Soft Modem IC Plus IP100A 10/100 Fast Ethernet Adapter Dhcp Server: none responded Microsoft 6to4 Adapter Microsoft ISATAP Adapter Microsoft ISATAP Adapter #2 Realtek RTL8139/810x Family Fast Ethernet NIC Courtesy of http://www.belarc.com/free\_download.html GeForce4 MX 440-SE AGP 8X Fill Rate: Triangles per Second: Memory Bandwidth: Maximum Memory: 1.1 Billion Texels/Sec. 34 Millio

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments