Boot loop after update no safe mode option-repair fails- restore fails

Page 2 of 11 FirstFirst 1234 ... LastLast

  1. Posts : 56
    Win 10 64bit
    Thread Starter
       #11

    Diskpart = on computer : MININT-GH7ALTS and changed the prompt to DISKPART>

    Disk ### Status Size Free Dyn GPT
    Disk 0 online 111GB O B blank blank
    Disk 1 online 931GB 117 GB blank *

    before all this mess started the primary disk had about 14GB free if I remember correctly.
      My Computer


  2. Posts : 5,299
    Windows 11 Pro 64-bit
       #12

    Were you installing Windows 10 Fall Creator Update version 1709?

    Is the Disk 0 where Windows is installed?
      My Computer


  3. Posts : 56
    Win 10 64bit
    Thread Starter
       #13

    I don't know what update was going through. It was set.to Automatic.

    Yes 0 is Windows. 0 free space is obviously an issue.
      My Computer


  4. Posts : 56
    Win 10 64bit
    Thread Starter
       #14

    Ubuntu shows 13.9GB free which is what I remember being clear when the update failed due to insufficient free space. Don't know why Diskpart shows 0.
      My Computer


  5. Posts : 5,299
    Windows 11 Pro 64-bit
       #15

    Can you please post screenshot of below commands:


    Code:
    Diskpart
    
    List Volume
      My Computer


  6. Posts : 56
    Win 10 64bit
    Thread Starter
       #16

    Boot loop after update no safe mode option-repair fails- restore fails-20180127_120834.jpg
      My Computer


  7. Posts : 5,299
    Windows 11 Pro 64-bit
       #17

    We need to rebuild BCD data store.

    Since the BCD store exists and lists a Windows installation, you'll first have to "remove" it manually and then try to rebuild it again. At the prompt, execute the bcdedit command as shown and then press Enter:

    Execute below command to point Command Prompt to C: drive.

    C:


    bcdedit /export C:\bcdbackup

    The bcdedit command is used here to export the BCD store as a file: bcdbackup. There's no need to specify a file extension.

    The command should return the following on screen:

    The operation completed successfully.

    Meaning the BCD export worked as expected.


    At this point, you need to adjust several file attributes for the BCD store so you can manipulate it. At the prompt, execute the attrib command exactly like this:

    attrib c:\boot\bcd -h -r -s

    What you just did with the attrib command was remove the hidden, read-only, and system attributes from the file bcd. Those attributes restricted the actions you could take on the file. Now that they're gone, you can manipulate the file more freely - specifically, rename it.

    To rename the BCD store, execute the ren command as shown:

    ren c:\boot\bcd bcd.old

    Now that the BCD store is renamed, you should now be able to successfully rebuild it.

    Try rebuilding the BCD again by executing the following, followed by Enter:

    bootrec /rebuildbcd

    Restart your computer after rebuilding the BCD store.

    If the issue not resolved please follow below instructions.

    Please boot your computer with Windows Setup Media and from Windows Recovery Environment start the Command Prompt.


    Please execute below command and reboot your computer to see issue resolves.


    Code:
    DISM    /Image:C:\     /Cleanup-Image   /RevertPendingActions
    Please replace partition letter C: with Windows installed partition letter. When computer boots into Windows Recovery Environment (WinRE) environment the drive letter assign to Windows partition may not be C: drive letter because Windows 7, 8 , 8.1 and 10 creates a separate system partition when it's installed from scratch. The system partition contains boot files WinRE assigns the system partition the C: drive letter and the Windows installed partition will be assign any other drive letter usually D: drive letter is assign to Windows installed partition. The Bcdedit /enum | find "osdevice" command can be use to find out the drive letter of the Windows installed partition the output of the Bcdedit command is similar to this osdevice partition=D:. The drive letter after partition= is the drive letter of the Windows partition.
      My Computer


  8. Posts : 56
    Win 10 64bit
    Thread Starter
       #18

    I must be doing something wrong or not understanding. Boot loop after update no safe mode option-repair fails- restore fails-20180127_123857.jpg
      My Computer


  9. Posts : 5,299
    Windows 11 Pro 64-bit
       #19

    Please execute following command:

    Code:
     bcdboot E:\Windows /s C: /f  ALL




    You may need to replace E: drive letter with Windows OS installed partition drive letter.

    Restart your computer.
      My Computer


  10. Posts : 56
    Win 10 64bit
    Thread Starter
       #20

    Boot loop after update no safe mode option-repair fails- restore fails-20180127_124647.jpg
      My Computer


 

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

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




Windows 10 Forums