Hello
Thank you for posting in Q&A forum.
Since you've already tried various online suggestions, let's explore some additional steps that might help:
- Check Boot Order in BIOS:
• Ensure that the correct drive is set as the primary boot device in the BIOS. Sometimes, the boot order can change, causing issues.
- Repair Boot Configuration:
• Boot into the Windows Recovery Environment (WinRE). You can do this by booting from a Windows installation media (USB/DVD) and selecting "Repair your computer".
• Open Command Prompt and run the following commands:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
• Restart your computer and see if the issue is resolved.
- Check for Corrupted System Files:
• Boot into Safe Mode and open Command Prompt as an administrator.
• Run the System File Checker (SFC) and Deployment Imaging Service and Management Tool (DISM) commands:
sfc /scannow
dism /online /cleanup-image /restorehealth
- Disable Fast Startup:
• Go to Control Panel > Power Options > Choose what the power buttons do > Change settings that are currently unavailable.
• Uncheck Turn on fast startup (recommended) and save changes.
- Check for Disk Errors:
• Run a disk check to ensure there are no errors on your drive. Open Command Prompt as an administrator and run:
chkdsk /f /r
- Review Event Logs:
• Open Event Viewer and check the logs under Windows Logs > System for any errors or warnings that might give more insight into the issue.
- Reinstall Windows:
• As a last resort, consider performing a clean installation of Windows. Ensure you back up your data before proceeding.
Reference
BSOD error message 101_initialization_failed - Microsoft Community
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.