Hello, this is Ivy.
You can try these steps:
1. Boot into Recovery Environment: Since regular boot and safe mode didn’t work, see if you can get into the Recovery Environment (WinRE) through your installation USB. Once there, use the "Repair your computer" option.
2. Run System File Checker: If you manage to get into the command prompt, you can run the System File Checker in offline mode. Use this command:
SFC /Scannow /OffBootDir=C:\ /OffWinDir=C:\Windows
This will check for and try to repair any corrupted system files.
3. Check Disk: In the command prompt, run:
chkdsk /f /r
This will check for disk errors and attempt to fix them.
4. Rebuild boot configuration data (BCD): You can try rebuilding your BCD which may help in fixing boot issues. In the command prompt, run:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
5. Verify Hardware: If you’ve added any new hardware or peripherals recently, try removing them. Occasionally, hardware conflicts can cause these kinds of problems.
If you continue running into issues after trying these steps, it might help to collect more information. Here are some follow-up questions that could clarify the situation further:
Have you made any recent changes to hardware or software just before the issue started?
What options have you tried in the Windows Recovery Environment?
Are you getting any specific error messages during the recovery or installation process?
Can you describe the current status or any new error codes that appear after trying the above steps?
Hope this helps and let me know how it goes!