boot loop

Page 1 of 2 12 LastLast

  1. Posts : 204
    Win 10(64bit)
       #1

    boot loop


    hi
    my win 10 pc is in a boot loop
    its at the preparing automatic repair screen.
    cant do anything.
    I boot from my repair disk and system restore/fix pc/etc etc.
    none of them work.
    any fix I can try without having to reinstall windows
      My Computer


  2. Posts : 9,790
    Mac OS Catalina
       #2

    You can always do a non-destructive repair.
      My Computer


  3. Posts : 5,330
    Windows 11 Pro 64-bit
       #3

    Does your computer display Blue Screen of Death (BSoD) error message screen?

    Do you have Windows 10 Installation DVD?

    Have you changed or install anything before problem started?

    When you turn on your computer, make sure that the fans are running in the very beginning.

    The other reason your computer might be turning off is because the computer is over heating. The CPU is not getting a lot of air flow, when you turn on the computer, and when it goes into the operating system, the PC temperature goes up high, that's why computers need fans. But what is causing the PC to over heat? Well, its DUST!!!
    Clean all dust and dirt from inside your computer and apply new thermal paste to CPU.

    Please try a hard reset and see if it works.
    1. Power off your laptop
    2. Remove the a/c adapter, battery and everything that is attached to your laptop.
    3. Hold the 'POWER 'button down on your laptop for about 15 seconds.
    4. Plug in the a/c power supply (without battery) and power on.


    Reseat the memory to see if any difference. If no change-try with one stick of memory, then the other to determine which one is bad, or if both need replacing.


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

    Please type below command into Command Prompt and press Enter key.

    Following command will fixes errors on the disk and locates bad sectors and recovers readable information.


    Code:
    Chkdsk D: /r


    Please replace partition letter D: 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


  4. Posts : 204
    Win 10(64bit)
    Thread Starter
       #4

    thanks
      My Computer


  5. Posts : 204
    Win 10(64bit)
    Thread Starter
       #5

    [QUOTE=FreeBooter;1180587]Does your computer display Blue Screen of Death (BSoD) error message screen?

    no it just starts to boot, does 1 beep and restarts at the preparing automatic repair screen and again 1 beep and it starts again.

    Do you have Windows 10 Installation DVD?
    yes but as said none of the options are fixing the problem

    Have you changed or install anything before problem started?

    yes I install stardocks curser fx .
    but cant get in the uninstall it

    When you turn on your computer, make sure that the fans are running in the very beginning.

    they are fine.

    The other reason your computer might be turning off is because the computer is over heating. The CPU is not getting a lot of air flow, when you turn on the computer, and when it goes into the operating system, the PC temperature goes up high, that's why computers need fans. But what is causing the PC to over heat? Well, its DUST!!!
    Clean all dust and dirt from inside your computer and apply new thermal paste to CPU.

    its not turning off.
      My Computer


  6. Posts : 5,330
    Windows 11 Pro 64-bit
       #6

    Have you executed Chkdsk command?
    Also please list of thinks you have done to repair Windows 10 this will help us lot.
      My Computer


  7. Posts : 204
    Win 10(64bit)
    Thread Starter
       #7

    FreeBooter said:
    Have you executed Chkdsk command?
    Also please list of thinks you have done to repair Windows 10 this will help us lot.
    yes done the chkdsk, that was ok
    most of the options when booting in recovery fail .
    only one I haven't done is a full wipe n start again.
    trying to get in to safe mode didn't work.
    is there away to make a boot disc to get into safemode?
      My Computer


  8. Posts : 5,330
    Windows 11 Pro 64-bit
       #8

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

    Please type below command into Command Prompt and press Enter key.

    The following command scans integrity of all protected Windows system files and repairs files with problems when possible.

    Code:
    Sfc  /Scannow   /OFFBOOTDIR=D:\   /OFFWINDIR=D:\Windows


    Please replace partition letter D: 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.




    After Sfc command finish executing test your computer to see it will boot into Windows OS if not follow below instructions.









    Windows Vista/ 7/8/8.1/10 keep a regular backup of the registry handy in case you need to overwrite a corrupted registry. By default, the RegIdleBackup task runs every 10 days, so that’s as far back as you would lose if you replaced the current registry with the automatically backed-up files. You can find the backed-up registry files in \Windows\System32\config\RegBack folder.


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


    Please type below commands into Command Prompt and for each command you have typed press Enter key.



    Code:
    Ren  C:\windows\system32\config\SAM         SAM.BAK
    
    Ren  C:\windows\system32\config\SYSTEM      SYSTEM.BAK
    
    Ren  C:\windows\system32\config\SECURITY    SECURITY.BAK
    
    Ren  C:\windows\system32\config\DEFAULT     DEFAULT.BAK
    
    Ren  C:\windows\system32\config\SOFTWARE    SOFTWARE.BAK
    
     
    
    Copy  C:\Windows\System32\config\RegBack\SAM         C:\windows\system32\config
    
    Copy  C:\Windows\System32\config\RegBack\SYSTEM      C:\windows\system32\config
    
    Copy  C:\Windows\System32\config\RegBack\SECURITY    C:\windows\system32\config
    
    Copy  C:\Windows\System32\config\RegBack\DEFAULT     C:\windows\system32\config
    
    Copy  C:\Windows\System32\config\RegBack\SOFTWARE    C:\windows\system32\config

    This procedure assumes that Windows Vista/7/8/8.1/10 is installed to the C:\ partition. Make sure to replace C:\ drive letter to the appropriate Windows OS installed partition drive letter if it is a different location.


    Above commands renames the registry files at their existing location, and then copies the registry files from the RegBack folder to the C:\Windows\System32\Config folder.
      My Computer


  9. Posts : 204
    Win 10(64bit)
    Thread Starter
       #9

    cant get
    Sfc /Scannow /OFFBOOTDIR=D:\ /OFFWINDIR=D:\Windows

    to run, it just give me the rundown as to all the different codes to use, eg: OFFWINDIR
      My Computer


  10. Posts : 5,330
    Windows 11 Pro 64-bit
       #10

    This is happens when you type the SFC command wrong is there a chance you can upload screenshot of the SFC command.
      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 12:25.
Find Us




Windows 10 Forums