When I power on my laptop, I see the boot menu. However, when I select Windows 10, it doesn't start, it shows only a black screen.
My Ubuntu 18.04 is booting fine.
How can I restore the possibility to boot into Windows 10?
When I power on my laptop, I see the boot menu. However, when I select Windows 10, it doesn't start, it shows only a black screen.
My Ubuntu 18.04 is booting fine.
How can I restore the possibility to boot into Windows 10?
Your Windows bootloader may have been corrupted. You can solve the issue with the steps below.
If that does not work (error message "Windows failed to repair", then open a command prompt using 'advanced options' and run the following 3 commands
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildBCD
Restart your computer and check whether it works or not.