Boot problem.

Page 2 of 3 FirstFirst 123 LastLast

  1. Posts : 2,736
    ...
       #11

    trunkmonkeytoo said:
    Yes. I used the command prompts (bootrec /fixmbr etc.) to remove it, and restore the Windows Boot Loader. So GRUB should be completely removed.
    So your boot menu looks more like this: (without the XP)

    Attachment 53286

    and NOT like this:

    Attachment 53287

    ?
      My Computer


  2. Posts : 15
    Windows 7 Home Premium
    Thread Starter
       #12

    iseeuu said:
    trunkmonkeytoo said:
    Yes. I used the command prompts (bootrec /fixmbr etc.) to remove it, and restore the Windows Boot Loader. So GRUB should be completely removed.
    So your boot menu looks more like this: (without the XP)

    Attachment 53286

    and NOT like this:

    Attachment 53287

    ?
    Yeah, it looks like your top picture, with Windows 7 on top, and where you have Windows XP, there is Ubuntu.
      My Computer


  3. Posts : 2,736
    ...
       #13

    trunkmonkeytoo said:
    iseeuu said:
    trunkmonkeytoo said:
    Yes. I used the command prompts (bootrec /fixmbr etc.) to remove it, and restore the Windows Boot Loader. So GRUB should be completely removed.
    So your boot menu looks more like this: (without the XP)

    Attachment 53286

    and NOT like this:

    Attachment 53287

    ?
    Yeah, it looks like your top picture, with Windows 7 on top, and where you have Windows XP, there is Ubuntu.
    OK ... then you need to use a third party utility like theog linked to EasyBCD2 to edit the menu

    or use the command prompt and bcdedit to do it manually.

    Open an elvated command prompt (right click on Command Prompt and select "Run as Administrator") and type: bcdedit

    Right click anywhere in the black part of the window, choose select all, press enter, then paste it into your next post?

    Cheers!
    Robert

    Code:
    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    
    C:\Windows\system32>bcdedit
    
    Windows Boot Manager
    --------------------
    identifier              {bootmgr}
    device                  partition=\Device\HarddiskVolume1
    description             Windows Boot Manager
    locale                  en-US
    inherit                 {globalsettings}
    default                 {current}
    resumeobject            {27c2808c-f1e1-11de-9cf4-fe701525a02b}
    displayorder            {current}
    toolsdisplayorder       {memdiag}
    timeout                 30
    
    Windows Boot Loader
    -------------------
    identifier              {current}
    device                  partition=C:
    path                    \Windows\system32\winload.exe
    description             Windows 7
    locale                  en-US
    inherit                 {bootloadersettings}
    recoverysequence        {27c2808e-f1e1-11de-9cf4-fe701525a02b}
    recoveryenabled         Yes
    osdevice                partition=C:
    systemroot              \Windows
    resumeobject            {27c2808c-f1e1-11de-9cf4-fe701525a02b}
    nx                      OptIn
    
    C:\Windows\system32>
      My Computer


  4. Posts : 15
    Windows 7 Home Premium
    Thread Starter
       #14

    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\windows\system32>bcdedit

    Windows Boot Manager
    --------------------
    identifier {bootmgr}
    device partition=\Device\HarddiskVolume1
    description Windows Boot Manager
    locale en-US
    inherit {globalsettings}
    default {current}
    resumeobject {bc01d6d5-e2d7-11de-8b18-dce845b77915}
    displayorder {current}
    {bc01d6d9-e2d7-11de-8b18-dce845b77915}
    toolsdisplayorder {memdiag}
    timeout 10

    Windows Boot Loader
    -------------------
    identifier {current}
    device partition=C:
    path \windows\system32\winload.exe
    description Windows 7
    locale en-US
    inherit {bootloadersettings}
    recoverysequence {bc01d6d7-e2d7-11de-8b18-dce845b77915}
    recoveryenabled Yes
    osdevice partition=C:
    systemroot \windows
    resumeobject {bc01d6d5-e2d7-11de-8b18-dce845b77915}
    nx OptIn

    Real-mode Boot Sector
    ---------------------
    identifier {bc01d6d9-e2d7-11de-8b18-dce845b77915}
    device partition=C:
    path \ubuntu\winboot\wubildr.mbr
    description Ubuntu

    C:\windows\system32>
    C:\windows\system32>

    I did what you said, and I came up with this in the command prompt.
      My Computer


  5. Posts : 2,736
    ...
       #15

    This is the Ubuntu entry you wish to remove:

    Attachment 53289

    pointing to the "identifier" you would use:

    According to the tutorial, this command will remove it

    bcdedit /delete {4c21825f-e04b-11dd-b760-00195b61617a}
    NOTE: This deletes the boot entry {4c21825f....} completely.

    In your case:

    bcdedit /delete {bc01d6d9-e2d7-11de-8b18-dce845b77915}

    ?
      My Computer


  6. Posts : 15
    Windows 7 Home Premium
    Thread Starter
       #16

    I put bcdedit /delete {bc01d6d9-e2d7-11de-8b18-dce845b77915} into the Command Prompt, and it says "The Operation was completed successfully."
      My Computer


  7. Posts : 11,408
    ME/XP/Vista/Win7
       #17

    Download EasyBCD 2.0.
    Use EasyBCD 2.0 in Win 7.

    EasyBCD 2.0 Beta Builds - The NeoSmart Forums

    Have a read of this tutorialRemove NOT ADD)

    Dual Boot Installation with Windows 7 and XP
      My Computer


  8. Posts : 2,736
    ...
       #18

    trunkmonkeytoo said:
    I put bcdedit /delete {bc01d6d9-e2d7-11de-8b18-dce845b77915} into the Command Prompt, and it says "The Operation was completed successfully."
    Now try a reboot and you should not even see the boot menu, but boot directly to 7.

    Cheers!
    Robert
      My Computer


  9. Posts : 15
    Windows 7 Home Premium
    Thread Starter
       #19

    iseeuu said:
    trunkmonkeytoo said:
    I put bcdedit /delete {bc01d6d9-e2d7-11de-8b18-dce845b77915} into the Command Prompt, and it says "The Operation was completed successfully."
    Now try a reboot and you should not even see the boot menu, but boot directly to 7.

    Cheers!
    Robert
    I'll try rebooting now. *fingers crossed*
      My Computer


  10. Posts : 15
    Windows 7 Home Premium
    Thread Starter
       #20

    trunkmonkeytoo said:
    iseeuu said:
    trunkmonkeytoo said:
    I put bcdedit /delete {bc01d6d9-e2d7-11de-8b18-dce845b77915} into the Command Prompt, and it says "The Operation was completed successfully."
    Now try a reboot and you should not even see the boot menu, but boot directly to 7.

    Cheers!
    Robert
    I'll try rebooting now. *fingers crossed*
    iseeuu, this worked! I've been trying to fix my computer for days, and now, it boots straight into my Windows 7! Thank you so much for your help! I'm definitely going to save your tutorial into my computer!

    Again, thank you so much!
      My Computer


 
Page 2 of 3 FirstFirst 123 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:10.
Find Us