Win10 continuous loading in safe mode

Fred Smith 1 Reputation point
2021-12-19T02:32:33.877+00:00

Hi, thought I had posted this already.

Given a pc to fix.
OS Build 19041.1288
Initial issue was rollback on windows update I assume.
Heaps of space though.

Obtained windows 32 iso, and booted from there, as its 32 bits.

Ran troubleshoot items to no avail.

Shift F10 to go to admin cmd prompt.

sfc /scannow - Windows System Protection could not perform the requested operation.

ran chkdsk - all ok.

Tried dism /online /cleanup-image /scanhealth, etc - got errors 50 & 87.

Deleted registry item, and got dism going.

Extracted install.wim from install.esd ( obtained from c:\esd\windows\sources ) as it wasn't on iso, to d:\test.

dism /export-image /SourceImageFile:install.esd /SourceIndex:1 /DestinationImageFile:d:\test\install.wim /Compress:max /CheckIntegrity which was windows 10 home.

DISM /Online /Cleanup-Image /RestoreHealth /Source:d:\test\install.wim

Cleaned out SoftwareDisribution dir by renaming folders.

Rebuilt bootrec.

Set into Legacy mode, to go into safe mode.

Rebooted.

F8 on restart, or not, computer goes into windows loading screen endlessly.

Any ideas people ?
Please don't send generic answers from ms recovery pages.

Regards

Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. kenten 6 Reputation points
    2021-12-20T01:44:20.983+00:00

    well this is from a mspage, though this will toggle safe mode from windows settings
    "Press the Windows logo key + R.

    Type msconfig in the Open box and then select OK.

    Select the Boot tab.

    Under Book options, clear the Safe boot checkbox."

    0 comments No comments

  2. Docs 15,761 Reputation points
    2021-12-20T08:51:58.213+00:00

    Power on the computer and as soon as you see the Microsoft icon power off.

    Within one minute repeat the second time: Power on the second time and as soon as you see the Microsoft icon power off.

    For the the third power on allow it to progress to the Windows troubleshooting menu.

    If it progresses to the troubleshooting menu then continue with a startup repair.

    If it does not progress to the troubleshooting menu then boot to the Windows 10 iso and perform a startup repair.

    Perform a startup repair > indicate whether it does or does not create a srttrail.txt

    If it creates a srttrail.txt then find the file and post a share link in this thread.

    If it does not create a srttrail.txt then open command prompt and type: bcdedit /set {current} recoveryenabled No

    Reboot > take a picture of the error message / code > post a share link in this thread using one drive, drop box, or google drive

    The error message and / or code may be able to be troubleshooted.

    .
    .
    .
    .
    .

    Please remember to vote and to mark the replies as answers if they help.

    .
    .
    .
    .
    .

    0 comments No comments

  3. Limitless Technology 39,921 Reputation points
    2021-12-21T16:05:25.077+00:00

    Hi @Fred Smith

    Corrupted system files after trying to roll back are one of the possible reasons why this issue is happening.

    Press F8 while booting your computer to access System Recovery options.
    Click Troubleshoot.
    Select Command Prompt.
    Enter the following commands below, then press Enter after each command:
    chkdsk c: /f
    bootrec /fixmbr
    bootrec /fixboot
    bootrec /rebuildbcd
    bcdboot c:\windows /s c:
    Once done with the above commands, restart your computer and see if the problem is fixed.

    Hope this resolves your Query!!

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.