Created
May 6, 2021 20:48
-
-
Save devdilson/33b02601d31d98a1cda5c3de01760596 to your computer and use it in GitHub Desktop.
Fix boot Windows 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://social.technet.microsoft.com/Forums/windows/pt-BR/6b16586e-574d-4a0b-ad68-aafcc7c599d1/bcdboot-failure-when-attempting-to-copy-boot-files?forum=w7itproinstall | |
| Fix windows 10 boot: | |
| Boot with Windows nstallation DVD, select repair and open a command prompt. | |
| Type diskpart | |
| Type select disk 0 | |
| Type list partition | |
| then note the partition number where you installed windows 7. | |
| Type select partition X (X is the partition number where Windows is installed) | |
| type active | |
| type exit | |
| type bcdboo c:\windows (if C is your windows partition) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment