corrigir_wind8-UEFI

Transcrição

corrigir_wind8-UEFI
Fixing a Corrupted UEFI Partition in Windows 8 or 8.1
We get this question often lately. Here's the scenario:
I was trying to re-size or copy my UEFI (Unified Extensible Firmware Interface) for one reason or another and now I
can't boot my Windows 8 or 8.1 PC.
There are some free software solutions out there some seem to work some don't. Most often when we receive this
question the user has tried to use the Windows Copy command and the Windows Disk Management Tool (WDMT) to
copy the UEFI partitions contents to larger partition, then uses the WDMT to delete the old UEFI partition then re-size
the new one, set the new UEFI partition to active and then re-boot. This is were the trouble starts. At this point the BCD
store is corrupted and the system will not boot. Here is a fix that I hope will help.
Firstly, boot from a Windows 8 recovery drive (CD/DVD/USB). If you don't have a recovery drive (and this is likely
because most new machines don't come with one), then you will either have to install the drive into another Windows 8
machine or obtain a Windows 8 recovery drive, or boot from the recovery partition of the boot drive (If this option works
at this point). Don't even bother with the automated recovery process, it will not work as it cannot find a Windows
partition.
1.
2.
3.
4.
5.
You will need to choose the language and time settings.
Choose 'Repair Your Computer'.
Choose 'Troubleshooting'.
Choose "Advanced Options'.
Next choose 'Command Prompt'.
Next, we're going to use the DISKPART tool to verify that the UEFI partition has a drive letter assignment.
Enter 'DISKPART' (Enter)
(In this test case we removed all other drives except the boot HDD and DVD, so we know the disk 0 is our boot HDD)
DISKPART> sel disk 0
Disk 0 is now the selected disk.
DISKPART> list vol
There was no drive letter assignment to our UEFI partition (volume 3) so we need to assign a drive letter.
DISKPART> sel vol 3
Volume 3 is the selected volume.
DISKPART> assign letter=E:
DiskPart successfully assigned the drive letter or mount point.
Exit DiskPart tool (Enter EXIT)
Next, we need to change to the boot folder on the UEFI volume.
Change to the UEFI volume into the boot folder. Depending on the way Windows was installed this path maybe one of
the following.
cd /d E:\Boot\
cd /d E:\EFI\Microsoft\Boot\
cd /d E:\ESD\Windows\EFI\Microsoft\Boot\
Now we will need to enter three command lines to repair the BCD store. Again depending on the way Windows was
installed these may not all be necessary, however
command lines are are unnecessary will not affect the outcome.
1.
2.
3.
bootrec /fixboot
bootrec /fixmbr
bootrec /rebuildmbr
That's it, if all went well the BCD store should be repaired, and the system will once again boot.
TRADUZIDO
Recebemos esta pergunta muitas vezes recentemente. Aqui está o cenário:
Eu estava tentando re-size ou copiar o meu UEFI (Unified Extensible Firmware Interface), por uma razão ou outra, e
agora eu não conseguir iniciar o Windows 8 ou 8.1 PC.
Existem algumas soluções de software livre lá fora, alguns parecem funcionar alguns não. Na maioria das vezes,
quando recebemos esta questão, o usuário tentou utilizar o comando do Windows Copie e a Ferramenta de
Gerenciamento de Disco do Windows (WDMT) para copiar o conteúdo divisórias UEFI a maior partição, então usa o
WDMT para apagar a partição UEFI velho em seguida, re-size o novo, definir a nova partição UEFI para ativo e, em
seguida, re-boot. Aqui é onde começa o problema. Neste ponto, o armazenamento BCD está corrompido eo sistema
não irá arrancar. Aqui é uma correção que eu espero que ajude.
Em primeiro lugar, arrancar a partir de uma unidade de recuperação do Windows 8 (CD / DVD / USB). Se você não
tiver uma unidade de recuperação (e este é provavelmente porque a maioria das novas máquinas não vêm com um),
então você terá que instalar a unidade em outra máquina Windows 8 ou obter uma unidade de recuperação do
Windows 8, ou inicialização a partir da partição de recuperação da unidade de inicialização (Se esta opção funciona
neste momento). Nem sequer se preocupar com o processo de recuperação automatizada, que não vai funcionar,
porque não pode encontrar uma partição do Windows.
1.
2.
3.
4.
5.
Você terá que escolher as configurações de idioma e de tempo.
Escolha "Reparar o computador".
Escolha 'Solução de problemas'.
Escolha "Opções avançadas".
Em seguida, escolha "Prompt de comando".
Em seguida, vamos usar a ferramenta DiskPart para verificar se a partição UEFI tem uma letra de unidade.
Entrar "DISKPART" (Enter)
(Neste caso, teste nós removemos todas as outras unidades, exceto o HDD de inicialização e DVD, por isso sabemos
o disco 0 é o nosso HDD boot)
DISKPART> disco sel 0
Disco 0 é agora o disco selecionado.
DISKPART> list vol
Não houve movimentação carta de missão para a nossa partição UEFI (volume 3) assim que nós precisamos para
atribuir uma letra de unidade.
DISKPART> sel vol 3
Volume 3 é o volume seleccionado.
DISKPART> atribuir letra = E:
DiskPart atribuído com êxito a letra de unidade ou ponto de montagem.
Sair ferramenta DiskPart (Digite EXIT)
Em seguida, é preciso mudar para a pasta de inicialização no volume UEFI.
Mude para o volume UEFI para a pasta de inicialização. Dependendo da forma como o Windows foi instalado este
caminho talvez um dos seguintes.
cd / d E: \ Boot \
cd / d E: \ EFI \ Microsoft \ Boot \
cd / d E: \ ESD \ Windows \ EFI \ Microsoft \ Boot \
Agora vamos ter de introduzir três linhas de comando para reparar o armazenamento BCD. Mais uma vez, dependendo
da forma como o Windows foi instalado estes podem não ser tudo o necessário, no entanto
linhas de comando são são desnecessárias não irá afetar o resultado.
1.
2.
3.
bootrec / fixboot
bootrec / fixmbr
bootrec / rebuildmbr
É isso aí, se tudo corresse bem o armazenamento BCD deve ser reparado, eo sistema voltará a arrancar.

Documentos relacionados