It sounds like you're experiencing multiple serious issues with your Windows 11 system. Here are some troubleshooting steps you can take to address the problems you're encountering:
- No Bootable Device: This error can occur due to issues with the hard drive or the boot configuration. You can try the following:
- Check the BIOS/UEFI settings to ensure the correct boot device is selected.
- Run the
chkdskcommand to check for disk errors. You can do this by booting from a Windows installation media and selecting "Repair your computer" > "Troubleshoot" > "Command Prompt" and then enteringchkdsk /f /r C:.
- SrtTrail.txt Error: This log file indicates that the Startup Repair process is failing. You can try:
- Booting into Safe Mode and removing any recently installed software or drivers that may be causing the issue.
- Running the System File Checker tool by entering
sfc /scannowin the Command Prompt from the recovery environment.
- MEMORY_MANAGEMENT (0x1A): This stop code typically indicates memory issues. To troubleshoot:
- Run the Windows Memory Diagnostics tool to check for memory problems. You can access it by searching for "Memory" in the Control Panel and selecting "Diagnose your computer's memory problems".
- Check for any faulty RAM modules or reseat them if necessary.
If these steps do not resolve the issues, it may be beneficial to consider a clean installation of Windows 11, especially if the system has been unstable for an extended period.
References: