I came back to my computer today and saw that it was in a black screen that said “reboot and select proper boot device”. When I went into my BIOS I saw that my windows wasn’t selected so when I changed it back to the right boot drive and went to restart my computer it just went to this blue screen and now it’s just a cycle of restarting and getting to this screen over and over
Can you boot into Safe Mode?
If so, boot into safe mode with networking support (so you have internet), open a command prompt as an administrator and run the following commands:
DISM /Online /Cleanup-Image /RestoreHealth
(this checks your system restore partition against the newest version via Windows Update, repairs any corruption and updates your system restore partition)
Once that is done (assuming it finishes without errors), run this command:
SFC /scannow
(this scans your Windows core system files and checks them against the system restore partition’s copy of them, and repairs any corrupt/modified files it finds)
After the SFC scan finishes, try booting into Windows normally again; hopefully this should fix your issue.