Skip to content

Instantly share code, notes, and snippets.

@devdilson
Created May 6, 2021 20:48
Show Gist options
  • Select an option

  • Save devdilson/33b02601d31d98a1cda5c3de01760596 to your computer and use it in GitHub Desktop.

Select an option

Save devdilson/33b02601d31d98a1cda5c3de01760596 to your computer and use it in GitHub Desktop.
Fix boot Windows 10
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