Windows 10: Windows 10 BSOD, stuck at recovery due to CrowdStrike, but there’s a fix

Discus and support Windows 10 BSOD, stuck at recovery due to CrowdStrike, but there’s a fix in Windows 10 News to solve the problem; Several media companies, tech companies, and schools or universities are reporting a Blue Screen of Death on Windows 10. PCs are getting stuck at the... Discussion in 'Windows 10 News' started by WinLatest, Jul 19, 2024.

  1. WinLatest New Member

    Windows 10 BSOD, stuck at recovery due to CrowdStrike, but there’s a fix


    Several media companies, tech companies, and schools or universities are reporting a Blue Screen of Death on Windows 10. PCs are getting stuck at the “Recovery” screen, which states, “It looks like Windows didn’t load correctly. If you’d like to restart and try again, choose Restart my PC below.”

    Security company CrowdStrike confirmed the massive Windows 10 BSOD outage is due to its new sensors update. As you probably know, CrowdStrike offers endpoint protection and other services, which are used by every other company, but a new update for CrowdStrike sensors is causing significant issues.

    On X, there are widespread reports of Blue Screen of Death (BSOD) errors on Windows hosts, and they appear to be associated with multiple versions of CrowdStrike sensors. In our tests, Windows Latest observed that csagent.sys (or C-00000291*.sys) is causing the problem, so if you delete the file or rename the driver folder, you should be able to boot.

    How to fix Blue Screen of Death and “Recovery”, “It looks like Windows didn’t load correctly” loop caused by CrowdStrike

    Method 1: Use Safe Mode and delete the affected file

    1. You’ll need to boot to the Safe mode to follow the process. If you’re on the Recovery screen, click on “See advanced repair options” on the Recovery screen. In the Advanced Repair Options menu, select “Troubleshoot,” then choose “Advanced options.” Select “Startup Settings” and click “Restart.” After your PC restarts, press 4 or F4 to start your PC in Safe Mode. Alternatively, you can also shut down the PC, turn it on, and repeatedly press F8 until the Advanced Boot Options menu. From there, select Safe mode.
    2. In Safe mode, open Command Prompt (admin) or Windows PowerShell (Admin).
    3. In the Command Prompt, type the following command to navigate to the CrowdStrike directory: cd C:\Windows\System32\drivers\CrowdStrike
    4. To delete the affected file, you need to locate the file that matches the pattern C-00000291*.sys.
    5. First, run the following command to find the file matching the pattern: dir C-00000291*.sys.
    6. For example, it might be named something like C-00000291abc.sys.
    7. Once you’ve identified the file, delete it using del C-00000291.sys

    In the above case, del C-00000291.sys is the name of the file that showed up on our system, and it could be something else for you. To correctly identify the file, make sure you follow the steps and use dir command.

    Method 2: Use Safe Mode and rename the CrowdStrike folder


    Windows 10 BSOD, stuck at recovery due to CrowdStrike, but there’s a fix Windows-10-BSOD-with-Recovery-Screen-and-It-looks-like-Windows-didnt-load.jpg

    If you’re stuck at the above screen, try these steps:

    1. Click on See advanced repair options on the Recovery screen.
    2. In the Advanced Repair Options menu, select Troubleshoot.
    3. Next, choose Advanced options.
    4. Select Startup Settings.
    5. Click on Restart.
    6. After your PC restarts, you will see a list of options. Press 4 or F4 to start your PC in Safe Mode.
    7. Open Command Prompt in Safe Mode.
    8. In the Command Prompt, navigate to the drivers directory: cd \windows\system32\drivers
    9. To rename the CrowdStrike folder, use ren CrowdStrike CrowdStrike_old

    You can also boot to the Safe mode by shutting down your computer and pressing the F8 key repeatedly until the Advanced Boot Options menu appears. From there, you can select Safe Mode and press Enter. Finally, follow the steps from number seven.

    The above guide renames the crowdstrike folder in c:\windows\system32\drivers\crowstrike to CrowdStrike_old, which fixes the problem and allows your PC to boot to the desktop.

    Method 3: Use Registry Editor to block CSAgent service


    Windows Latest understands that there’s a second workaround that modifies your Registry to block the CSAgent (csagent.sys, responsible for BSODs):

    1. Restart Windows 10. Keep hitting F8 key until the Advanced Boot Options menu appears.
    2. Boot to the Safe mode and open Windows Registry Editor (Use Win+R to find Registry Editor).
    3. In the Registry Editor, navigate to the following path:
    4. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CSAgent
    5. In the CSAgent key, find the Start entry on the right pane.
    6. Double-click on Start to edit its value.
    7. Change the value data from 1 (which means the service is set to start automatically) to 4 (which disables the service).
    8. Click OK to save the changes.
    9. Close the Registry Editor and Restart:

    I understand that some of you may not want to make dramatic changes to your PC by reading an article on the internet, but I can explain the changes we’re making here:

    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CSAgent: This path contains configuration settings for the CSAgent service, which is part of the CrowdStrike agent.

    Next up is the Start Value, which determines how and when the service starts. In this case, the csagent.sys is causing the reboot loop on Windows 10. We need to turn off the service from starting when you boot your PC. That’s why we’re changing it to “4”. This turns off the service.

    The possible values are 0, which stands for Boot start (loaded by the boot loader, rarely used). The value “1” refers to system start (loaded by the I/O subsystem). We also have 2, which refers to Automatic start (loaded automatically by the Service Control Manager during system startup).

    Then we have “3” Manual start (which requires manual start). The “4” value switches the service to a disabled state (the service is not started). We need to set the value to “4” to turn off the service, and allow Windows to boot normally.

    CrowdStrike confirms Blue Screen errors on Windows 10 with “It looks like Windows didn’t load correctly” boot loop


    While people initially assumed it was Microsoft’s fault, it turned out the mess was caused by CrowdStrike.

    CrowdStrike periodically updates its own software, known as sensors, which are deployed on client machines to provide endpoint protection, but the recent update broke the csagent.sys.

    CrowdStrike has acknowledged the reports and provided the following statement: Hello everyone – We have widespread reports of BSODs on windows hosts, occurring on multiple sensor versions. Investigating cause. TA will be published shortly.

    This is a developing story….

    Header image credit: Troy Hunt on X.

    The post Windows 10 BSOD, stuck at recovery due to CrowdStrike, but there’s a fix appeared first on Windows Latest

    Weiterlesen...
     
    WinLatest, Jul 19, 2024
    #1

  2. android recovery and kernel.img

    For thouse who CAN help...:I can't enter adb (device not recognized), can't flash using stock recovery (don't really know the steps and stuck at triage and dead android when in recovery),
     
    ELiTRiGG3R, Jul 19, 2024
    #2
  3. stuck in recovery

    Hi Alexander,

    Thank you for posting your query in Microsoft Community.

    I understand that your computer is stuck in Automatic repair loop. In this case, I would suggest you to try the following methods:

    Disconnect all external devices connected to the computer except essential devices like keyboard and mouse and then boot the computer and check. Sometimes, issues with external devices could cause issues with Windows startup. If the issue still persists,
    try the following methods.

    Method 1: Run SFC/SCANNOW command in Windows 10:


    • Left click on Start button.

    • Right click on Command Prompt (Admin) option which will let you run
      'Run as administrator’.

    • Command Prompt Window pops up.

    • Type: SFC /SCANNOW and hit Enter.

    You can also follow the link below for reference:

    Use the System File Checker tool to repair missing or corrupted system files - Microsoft Support

    Try the following steps to run DISM scan to check and restore system file corruption:


    • Open command prompt by pressing Windows key + X and selecting “Command prompt admin”.

    • In command prompt, type the following commands and press Enter after each command:

      DISM.exe /Online /Cleanup-image /Scanhealth

      DISM.exe /Online /Cleanup-image /Restorehealth
    Check to see if the issue is resolved. If not, restart the PC.

    Method 2: If the above steps didn’t fix the issue, then I would suggest you to perform a system restore to an earlier date prior to this issue. Refer to these steps to perform a system restore from within the Windows recovery
    environment:

    • When you enter the blue screen with advanced options (Windows recovery environment), click on ‘Troubleshoot’.
    • Now, click on ‘Advanced options’ and then click on ‘System Restore’.
    • Follow the prompts and choose a restore point created before this issue started.

    Please let us know how it goes. We will be happy to assist you further.

    Thank you.
     
    SujataMoktan, Jul 19, 2024
    #3
  4. Windows 10 BSOD, stuck at recovery due to CrowdStrike, but there’s a fix

    Failure to apply update due to recovery partition issue?

    My suggestion would be to:

    1) Disable WinRE

    2) Delete partitions 4 and 5.

    3) Extend the C drive to utilize the unallocated space (minus 750 MB)

    4) Create a Recovery partition in that 750 MB unallocated space.

    Step 1:

    *******

    To disable WinRE, run:

    • reagentc /disable

    Next, check if winre.wim has been moved to the c:\windows\system32\Recovery folder. To do so, run:

    • dir c:\windows\system32\Recovery /a

    Please post the outputs.
     
    Ramesh Srinivasan, Jul 19, 2024
    #4
Thema:

Windows 10 BSOD, stuck at recovery due to CrowdStrike, but there’s a fix

Loading...
  1. Windows 10 BSOD, stuck at recovery due to CrowdStrike, but there’s a fix - Similar Threads - BSOD stuck recovery

  2. BSoD loop - no crowdstrike

    in Windows 10 Gaming
    BSoD loop - no crowdstrike: Hey folks,what happens/ happend: I browsed the web, then my PC crashed and booted again. Right after that it restarted with the screen stating “ASrock” on top and in the bottom saying “Preparing automatic repair”. The PC crashes again after that. Now the PC restarts with the...
  3. BSoD loop - no crowdstrike

    in Windows 10 Software and Apps
    BSoD loop - no crowdstrike: Hey folks,what happens/ happend: I browsed the web, then my PC crashed and booted again. Right after that it restarted with the screen stating “ASrock” on top and in the bottom saying “Preparing automatic repair”. The PC crashes again after that. Now the PC restarts with the...
  4. Use Microsoft Recovery Tool to fix CrowdStrike issue on Windows

    in Windows 10 News
    Use Microsoft Recovery Tool to fix CrowdStrike issue on Windows: [IMG]The recent CrowdStrike Falcon update has damaged the services that depend on Microsoft Windows. Microsoft has acknowledged the issue and released a tool to fix it. In this guide, we show you how to use the Microsoft Recovery Tool to fix the CrowdStrike issue on Windows....
  5. How to automatically fix Windows 10 CrowdStrike BSOD, recovery boot loop

    in Windows 10 News
    How to automatically fix Windows 10 CrowdStrike BSOD, recovery boot loop: The world is witnessing an IT apocalypse. Millions of Windows PCs are crashing with a Blue Screen of Death error and reboot loop, which gets stuck at the “Recovery” screen due to a faulty CrowdStrike patch. If you’ve hundreds or thousands of machines affected by CrowdStrike...
  6. Stuck on Recovery Mode or Bsod??

    in Windows 10 Gaming
    Stuck on Recovery Mode or Bsod??: Im stuck on Error Code 0xc0000098 and I dont know what to do, someone please help. https://answers.microsoft.com/en-us/windows/forum/all/stuck-on-recovery-mode-or-bsod/d53372cf-9dd6-4f4a-8e27-4ed74d34f741
  7. Stuck on Recovery Mode or Bsod??

    in Windows 10 Software and Apps
    Stuck on Recovery Mode or Bsod??: Im stuck on Error Code 0xc0000098 and I dont know what to do, someone please help. https://answers.microsoft.com/en-us/windows/forum/all/stuck-on-recovery-mode-or-bsod/d53372cf-9dd6-4f4a-8e27-4ed74d34f741
  8. Stuck on Recovery Mode or Bsod??

    in Windows 10 Installation and Upgrade
    Stuck on Recovery Mode or Bsod??: Im stuck on Error Code 0xc0000098 and I dont know what to do, someone please help. https://answers.microsoft.com/en-us/windows/forum/all/stuck-on-recovery-mode-or-bsod/d53372cf-9dd6-4f4a-8e27-4ed74d34f741
  9. Can't start computer due to stuck fixing

    in Windows 10 BSOD Crashes and Debugging
    Can't start computer due to stuck fixing: Every time I try to start Windows 10, it lets me skip the disk check after a few seconds, but then it automatically tries to fix the drive, without any success it freezes at 77%, stage 2, every time. Likely a bad sector. It freezes and I am unable to start Windows 10 Any...
  10. BSOD, stuck in windows recovery environment

    in Windows 10 BSOD Crashes and Debugging
    BSOD, stuck in windows recovery environment: This morning I encountered the BSOD again but this time it was different I had first gotten ATTEMPTED WRITE TO READONLY MEMORY, didnt think it was a big deal until i restarted and instead of going back to my login screen I went into the recovery enviroment still not a huge...