Please enable JavaScript.
Coggle requires JavaScript to display documents.
Operating System Troubleshooting (Bluescreens & spontaneous shutdowns,…
Operating System Troubleshooting
Bluescreens & spontaneous shutdowns
bad hardware, bad drivers, bad applications
may be that an application is trying to access a resource that’s unavailable may be that an application is trying to access a resource that’s unavailable
contention with multiple applications trying to access it simultaneously.
In Windows, you could try rolling back to a previous configuration
On Safe Mode! User can System Restore to a previous point in time. Or you can choose the specific driver that you think might be causing the problem, and roll back to a different version of that driver.
reseat/remove hardware
Run hardware diagnostic
BOOT Errors
OS Missing due to installed an additional operating system & overwritten original boot loader
might also occur because you’ve left some media in a boot drive
StartUp Repair
Not only identify where your operating system is, you can also resolve any problems with your boot loader.
you can run the command bootrec/rebuildbcd to rebuild the boot configuration database.
"missing NTLDR"
Missing GUI (Graphics User Interface)
Driver corruption/ OS file corruption
Try starting in VGA Mode
RUN SFC( System File Checker)
Update Driver in Safe Mode (download from known good source)
Repair or Refresh from back up
Missing GRUB/LILO
Dynamic Link Library
Shared library
Can be used for multiple applications
Windows File Protection/Resource Protection preserves DLL versions to avoid conflicts
Kernel Panic
Non-Recoverable fatal error on Uni/Linux & Mac OS