BootMgr Missing after Easus Repart of C - No Repair Tool is Working

Page 7 of 9 FirstFirst ... 56789 LastLast

  1. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #61

    remm said:
    Kaktussoft said:
    Please do #57 and post file
    I've been trying. I realized I could login with another user she has setup who does not have a passowrd, then tried to change the account to Admin, but wouldn't let me... then tried to get elevated command prompt, but wouldn't work... (run as admin did not land in system32 path) ...even changing path to %HOMEDRIVE..." etc in "start in" properties didn't work...

    And I can't remember how to get to a command prompt at boot...

    EDIT: Oh jeeze... from the CD.... ok... working on it

    It's 5:30am I've been up all night... sorry...
    Of course you can't simply change to admin mode. Revert the changes you made... so that username will work as it did before.
      My Computer


  2. Posts : 373
    Win 7 Ultimate 64-bit
    Thread Starter
       #62

    Windows Boot Manager
    --------------------
    identifier {bootmgr}
    device locate=unknown
    description Windows Boot Manager
    locale en-US
    inherit {globalsettings}
    default {default}
    resumeobject {74c4be10-3600-11e0-8ff1-0018716eb820}
    displayorder {default}
    {74c4be14-3600-11e0-8ff1-0018716eb820}
    toolsdisplayorder {memdiag}
    timeout 30

    Windows Boot Loader
    -------------------
    identifier {default}
    device locate=\Windows\system32\winload.exe
    path \Windows\system32\winload.exe
    description Windows 7
    locale en-US
    inherit {bootloadersettings}
    recoveryenabled No
    osdevice locate=\Windows
    systemroot \Windows
    resumeobject {74c4be10-3600-11e0-8ff1-0018716eb820}
    nx OptIn

    Windows Boot Loader
    -------------------
    identifier {74c4be14-3600-11e0-8ff1-0018716eb820}
    device partition=C:
    path \Windows\system32\winload.exe
    description Windows 7
    locale en-US
    osdevice partition=C:
    systemroot \Windows
    resumeobject {b4bfce44-d9a0-11e2-ab43-806e6f6e6963}

    Resume from Hibernate
    ---------------------
    identifier {74c4be10-3600-11e0-8ff1-0018716eb820}
    device locate=\Windows\system32\winresume.exe
    path \Windows\system32\winresume.exe
    description Windows Resume Application
    locale en-US
    inherit {resumeloadersettings}
    filedevice partition=C:
    filepath \hiberfil.sys
    debugoptionenabled No

    Resume from Hibernate
    ---------------------
    identifier {b4bfce44-d9a0-11e2-ab43-806e6f6e6963}
    device partition=C:
    path \Windows\system32\winresume.exe
    description Windows 7
    locale en-US
    inherit {resumeloadersettings}
    filedevice partition=C:
    filepath \hiberfil.sys
    debugoptionenabled No

    Windows Memory Tester
    ---------------------
    identifier {memdiag}
    device locate=\boot\memtest.exe
    path \boot\memtest.exe
    description Windows Memory Diagnostic
    locale en-US
    inherit {globalsettings}
    badmemoryaccess Yes

    EMS Settings
    ------------
    identifier {emssettings}
    bootems Yes

    Debugger Settings
    -----------------
    identifier {dbgsettings}
    debugtype Serial
    debugport 1
    baudrate 115200

    RAM Defects
    -----------
    identifier {badmemory}

    Global Settings
    ---------------
    identifier {globalsettings}
    inherit {dbgsettings}
    {emssettings}
    {badmemory}

    Boot Loader Settings
    --------------------
    identifier {bootloadersettings}
    inherit {globalsettings}
    {hypervisorsettings}

    Hypervisor Settings
    -------------------
    identifier {hypervisorsettings}
    hypervisordebugtype Serial
    hypervisordebugport 1
    hypervisorbaudrate 115200

    Resume Loader Settings
    ----------------------
    identifier {resumeloadersettings}
    inherit {globalsettings}
      My Computer


  3. Posts : 373
    Win 7 Ultimate 64-bit
    Thread Starter
       #63

    Of course you can't simply change to admin mode. Revert the changes you made... so that username will work as it did before.
    I did of course, though the other 2 users never use the computer anyway. They have since got their own laptops.

    I have never shared a computer. All my computers are only used by me in full admin mode, no UAC, etc, so I don't remember how to do those things. And it's late and I'm tired. But ever-so-grateful.
      My Computer


  4. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #64

    bcdedit/store c:\boot\bcd /set {bootmgr} device partition=c:
    bcdedit/store c:\boot\bcd /delete {default}
    bcdedit/store c:\boot\bcd /delete {74c4be10-3600-11e0-8ff1-0018716eb820}
    bcdedit/store c:\boot\bcd /default {74c4be14-3600-11e0-8ff1-0018716eb820}
    bcdedit/store c:\boot\bcd /set resumeobject {b4bfce44-d9a0-11e2-ab43-806e6f6e6963}

    Copy/paste this and save as file bcdfix.cmd on external usb disk. Run this bcdfix.cmd file on sick machine
    Code:
    f:\bcdfix.cmd
    No errors? Afterwards try to boot normally. no bootmenu anymore?
      My Computer


  5. Posts : 373
    Win 7 Ultimate 64-bit
    Thread Starter
       #65

    Kaktussoft said:
    bcdedit/store c:\boot\bcd /set {bootmgr} device partition=c:
    bcdedit/store c:\boot\bcd /delete {default}
    bcdedit/store c:\boot\bcd /delete {74c4be10-3600-11e0-8ff1-0018716eb820}
    bcdedit/store c:\boot\bcd /default {74c4be14-3600-11e0-8ff1-0018716eb820}
    bcdedit/store c:\boot\bcd /set resumeobject {b4bfce44-d9a0-11e2-ab43-806e6f6e6963}

    Copy/paste this and save as file bcdfix.cmd on external usb disk. Run this bcdfix.cmd file on sick machine

    Code:
    f:\bcdfix.cmd
    No errors? Afterwards try to boot normally. no bootmenu anymore?
    Sorry I am not following. Copied code to usb stick as stated.

    Where do I run f:\bcdfix.cmd from ... command prompt inside Windows, or...

    ..and f:? USB stick is D:

    C OS
    D stick
    E DVD
      My Computer


  6. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #66

    so D is stick and it's in root of D?

    Boot to command prompt at boot.
    Code:
    d:\bcdfix.cmd
    and press enter
    all commands succesfully?
    If so rebot normally. No boot menu?
      My Computer


  7. Posts : 373
    Win 7 Ultimate 64-bit
    Thread Starter
       #67

    Kaktussoft said:
    so D is stick and it's in root of D?

    Boot to command prompt at boot.
    Code:
    d:\bcdfix.cmd
    and press enter
    all commands succesfully?
    If so rebot normally. No boot menu?
    Yes, D is stick and it's in root D. Commands ran.

    Still got a menu. (And I noticed I can choose either Win7 and they both boot.)

    WAIT... did not do from boot at command prompt.... (meaning boot from a CD, I assume...) let me do that...
    EDIT and will change the drive letter as/if needed to stick...
      My Computer


  8. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #68

    System Protection - Turn On or Off
    Do step 7 for C To Turn On System Protection for System Settings and Previous Versions of Files

    And do 9. To Turn Off System Protection for the Selected Disk for any ghost drives (missing).
    -----
    Also: Give drives the correct drive letter in "disk management" (also DVD drive)
    -----
    Also enable the recovery environment so that Advanced Boot Options ->"repair your computer" works. It is disabled now! So do in Elevated Command Prompt

    Code:
    reagentc/enable
    succesfull? if so... reboot and test
    =========================
    But to do all this you have to have an admin account! So do it later
      My Computer


  9. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #69

    remm said:
    Kaktussoft said:
    so D is stick and it's in root of D?

    Boot to command prompt at boot.
    Code:
    d:\bcdfix.cmd
    and press enter
    all commands succesfully?
    If so rebot normally. No boot menu?
    Yes, D is stick and it's in root D. Commands ran.

    Still got a menu. (And I noticed I can choose either Win7 and they both boot.)

    WAIT... did not do from boot at command prompt.... (meaning boot from a CD, I assume...) let me do that...
    EDIT and will change the drive letter as/if needed to stick...
    If you did run it from within windows as a NON admin user... all commands would fail! Didn't you see that?
    Run it form command prompt at boot
      My Computer


  10. Posts : 373
    Win 7 Ultimate 64-bit
    Thread Starter
       #70

    Kaktussoft said:
    System Protection - Turn On or Off
    Do step 7 for C To Turn On System Protection for System Settings and Previous Versions of Files

    And do 9. To Turn Off System Protection for the Selected Disk for any ghost drives (missing).
    -----
    Also: Give drives the correct drive letter in "disk management" (also DVD drive)
    -----
    Also enable the recovery environment so that Advanced Boot Options ->repair youy computer works. It is disabled now! So do in Elevated Command Prompt

    Code:
    reagentc/enable
    succesfull? if so... reboot and test
    =========================
    But to do all this you have to have an admin account! So do it later
    And I have to have a brain.

    I will do this when I get her PW and after I have slept. You took so much time to help me. Thank you so very much Kaktussoft.

    I will report back...
      My Computer


 
Page 7 of 9 FirstFirst ... 56789 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 11:34.
Find Us