Para o GPT Rebuild BCD Reinicie o sistema de mídia de instalação do Windows 10.
Selecione o idioma - Próximo Vá reparar seu computador
-
Solução de problemas → Opções avançadas → Prompt de comando
-
Escolha Prompt de Comando no menu
Run the command : diskpart Run the command : sel disk 0 Run the command : list vol
Verifique se a partição EFI está usando o sistema de arquivos FAT32 e atribua uma letra de unidade a ela
Run the command :sel vol <number of volume>
Run the command :assign letter=<drive letter>:
Run the command:exit
Para reparar o registro de inicialização:
Run the command : cd /d <drive letter>:\EFI\Microsoft\Boot\
Run the command : bootrec /FixBoot
Reconstrua o armazenamento BCD
First run the command below to backup the old BCD : ren BCD BCD.old
Now recreate it using this command: bcdboot c:\Windows /l en-us /s <boot letter>: All
Por favor, lembre-se que o <boot letter>
é substituído por qualquer que seja a letra da unidade que você está inicializando.
that is C:\, D:\