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

Page 5 of 9 FirstFirst ... 34567 ... LastLast

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

    Please explain how you made the backup (the thing you used to restore).
    How many partitions are in the backup?
    Is it possible to restore only one partition (if you want that)?
      My Computer


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

    Kaktussoft said:
    Please explain how you made the backup (the thing you used to restore).
    Used Paragon Backup & Recovery 11 Free, which was the current version at the time (Dec 2012). Said it supported GPT but obviously not. A newer Paragon version came out in March of this year that specifically says it supports UEFI/GPT and 'boot problems related to restoring W7 to UEFI/GPT systems'. I tried a boot disc iso of the newer version hoping it would restore the archive successfully. It did not, though it got closer. Now at boot, it boots into Windows Recovery and tries to repair.... fails after several minutes, then throws me into the HP Recovery routine that asks if I want to return the machine to factory. (So at least those two partitions are working again!)

    How many partitions are in the backup?
    Seven. (4-user created.) UEFI/GPT/GUID disks require extra partitions as explained here for those new to GPT like me, and these are the ones that were not restored correctly (looking at diskpart "list vol").

    Required by GPT/GUID in this order:

    Windows RE Tools Partition (min 300MB) -- don't see it but WinRE is coming up!?
    SYSTEM (FAT32) -- aka the EFI partition -- restored
    Microsoft Reserved Partition (MSR) 128MB -- in BU archive, not restored
    Operating System partition -- restored
    Recovery Image Partition (HP_Recovery) -- restored (recovery, optional)

    Starting at the top, the 300MB WinRE partition is not required but recommended and is supposed to be dead first: "this partition must use the Type ID: DE94BBA4-06D1-4D40-A16A-BFD50179D6AC"... I don't see that in the archive or in diskpart so it is possible Paragon never backed it up to begin with. But then how is WinRE coming up when I boot? A script running in RAM?

    As to the missing MSR partition (for "drive management"), it needs to be created after the SYSTEM and before the OS partitions. If I boot to the Paragon disc and select the MSR partition from the archive to restore, it asks which partition on the hard disk I want to restore it to. I wish I could tell it "between those two, thanks!" Seems the only way to restore these is to wipe the drive then restore them one at a time in the order they need to be in... OR (just read)... running a script from diskpart as explained here!


    Is it possible to restore only one partition (if you want that)?
    Yes.

    I do feel I'm getting closer to a solution... slowly. I hope. Don't want to rebuild the OS again.
      My Computer


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

    In the first post you said:
    C (OS-W764) 100GB
    D (Hidden HP Recovery Part 2GB)
    E (DVD ROM)
    F Pictures 200GB
    G Another... 200GB
    H Misc.... 500GB

    Where are F,G,H??? Not on GPT disk (and backup)?
      My Computer


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

    Windows RE Tools Partition (min 300MB) -- don't see it but WinRE is coming up!?=>not really needed. Can be recreated later
    SYSTEM (FAT32) -- aka the EFI partition -- restored=>not really needed
    Microsoft Reserved Partition (MSR) 128MB -- in BU archive, not restored=>not really needed if disk is NOT gpt
    Operating System partition -- restored
    Recovery Image Partition (HP_Recovery) -- restored (recovery, optional)=>not really needed now. It's just for go back to factory install

      My Computer


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

    Detach external disk with backup.
    Do Command Prompt at Startup

    Code:
    diskpart
    list disk
    exit
    Only 1 disk listed? if so:
    Code:
    diskpart
    select disk 0
    detail disk
    Now you know the drive letters of the volumes on that disk, for example C,D
    Code:
    diskpart
    select volume c
    delete volume
    select volume d
    delete volume
    select disk 0
    convert mbr
    exit
    Post results
    Last edited by Kaktussoft; 20 Jun 2013 at 04:23.
      My Computer


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

    If #45 finished without problems the internal disk is MBR type now. Restore "C (OS-W764) 100GB" partition only (make it PRIMARY). If succesful, mark it ACTIVE

    Code:
    diskpart
    list vol (I assume the 100GB volume is called C in this example)
    select volume C
    active
    exit
    Check that volume for errors:
    Code:
    chkdsk/f  C:
    No errors?

    Now do a Startup Repair . Do it 3 times with reboots from repair DVD in between.
      My Computer


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

    Kaktussoft said:
    In the first post you said:
    C (OS-W764) 100GB
    D (Hidden HP Recovery Part 2GB)
    E (DVD ROM)
    F Pictures 200GB
    G Another... 200GB
    H Misc.... 500GB

    Where are F,G,H??? Not on GPT disk (and backup)?
    Sorry for the confusion. In the previous post I was just listing what partitions EFI/GPT required. Yes, FGH are all on the same GPT disk and were all restored.

    Thanks so much for continuing to help... it is 2:30am here so I will follow your instructions tomorrow and report back.
      My Computer


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

    F Pictures 200GB
    G Another... 200GB
    H Misc.... 500GB

    These are all just data stuff? No installed programs on F,G,H (installers are fine though)? So they are not important at all in boot process?

    Anyway restore only "C (OS-W764) 100GB" first to the mbr disk (so after conversion to mbr)
    Last edited by Kaktussoft; 04 Mar 2015 at 17:05.
      My Computer


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

    Kaktussoft said:
    Detach external disk with backup.
    Do Command Prompt at Startup

    Code:
    diskpart
    list disk
    exit
    Only 1 disk listed? if so:
    Code:
    diskpart
    select disk 0
    detail disk
    Now you know the drive letters of the volumes on that disk, for example C,D
    Code:
    diskpart
    select volume c
    delete volume
    select volume d
    delete volume
    select disk 0
    convert mbr
    exit
    Post results
    OK, Couldn't stand it... Everything went smoothly until convert mbr:

    "Virtual Disk Service error:
    The specified disk is not convertible. CDROMs and DVDs are examples of disks that are not convertible."

    Meanwhile disk 0 is the 1TB internal HD...

    EDIT: Googled the error and ran the diskpart/clean command... then converted successfully... am in the process now of finishing the rest of the steps... YAY!!!! :)
    Last edited by remm; 20 Jun 2013 at 05:30.
      My Computer


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

    Kaktussoft said:
    F Pictures 200GB
    G Another... 200GB
    H Misc.... 500GB

    These are all just data stuff? No installed programs on F,G,H (installers are fine though)? So they are not import at all in boot process?

    Anyway restore only "C (OS-W764) 100GB" first to the mbr disk (so after conversion to mbr)
    Correct.... FGH just hold data, no programs. Not important to restore now.
      My Computer


 
Page 5 of 9 FirstFirst ... 34567 ... 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 04:18.
Find Us