Hello there,
Have you checked the Event Viewer for any trace?
If you cannot find anything in Event Viewer I would suggest you use tools like Procmon to find the root cause for this behaviour.
Have you made any recent updates that you are aware of on this device? If so try uninstalling them and check if this sorts out the issue
If you encounter an "ntoskrnl.exe" startup error while booting your computer to the HDD (hard disk drive), it typically indicates a problem with the Windows operating system. Here are some steps you can take to troubleshoot and resolve the issue:
Restart your computer: First, try restarting your computer to see if the error resolves itself. In some cases, it could be a temporary glitch.
Check hardware connections: Ensure that all hardware components, such as the HDD, RAM modules, and cables, are properly connected. Make sure there are no loose connections or faulty cables.
Run startup repair: Boot your computer from a Windows installation or recovery media. Select the option to "Repair your computer" and choose "Startup Repair." This will attempt to fix any startup issues automatically.
Check for disk errors: Use the Windows built-in disk checking utility, called "chkdsk," to scan and repair any errors on your HDD. Open Command Prompt as an administrator and run the command: chkdsk /f /r C: (replace "C:" with the appropriate drive letter if your Windows installation is on a different drive).
Restore from a system restore point: If you have previously created a system restore point, you can try restoring your computer to a previous state where it was functioning properly. Boot your computer from a Windows installation or recovery media and choose the option to "Repair your computer." Select "System Restore" and follow the on-screen instructions.
I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.