Use Command Prompt from Windows 10 Boot Options menu.
When Boot Options menu appears, you need to do the following:
1. Choose Troubleshoot > Advanced Options.
2. Select Command Prompt from list of options.
3. When Command Prompt appears, enter the following lines and press Enter after each line in order to run it:
Код:
bootrec.exe /rebuildbcd
bootrec.exe /fixmbr
bootrec.exe /fixboot
4. To perform these commands, you need to know drive letters for all your hard drive partitions. In Command Prompt you should enter the following (but remember to use the letters that match your hard drive partitions on your PC):
Код:
chkdsk /r c:
chkdsk /r d:
5. Restart your computer and check if the issue is resolved.