Apagar o sistema não é o que você quer!
Para fazer o sistema inicializar novamente, você precisa consertar o material de inicialização do EFI. Está relacionado a mensagens como
The windows boot configuration data file does not contain a valid OS entry
The drive where Windows is installed is locked. Unlock the drive and try again.
Siga estes passos - veja este blog
-
Use um DVD do Windows (ou USB Stick) para abrir um prompt de comando de reparo.
Solução de problemas - > Opções avançadas - > Prompt de Comando
-
Execute estas etapas - não insira os comentários. Mas ajuste os números e o caminho do Windows para corresponder à sua configuração.
// start the disk partition tool diskpart // if you have more disks find the correct disk and use its number sel disk 0 // if you have more disks find the correct disk and use its number list vol // the drive where EFI is on is usually the first FAT32 volume - here 2 sel vol 2 // make that volume accessible assign letter=z: // leave the partition tool exit // navigate to the EFI stuff z: cd z:\EFI\Microsoft\Boot\ // fix the boot record bootrec /fixboot // restore the boot menu - adjust the path to match your windows location bcdboot c:\Windows /s z:
Isso é o que funcionou para mim.