Então, no outro dia, há uma postagem sobre esse aqui , mas não há alguns desenvolvimentos, eu instalei o Linux Kali para dual boot e baguncei a inicialização do meu PC.
Depois de mexer com os arquivos de inicialização eu finalmente consegui arrancar a partição do Windows 10 usando este código
menuentry 'Windows 10' {
set root='(hd0,msdos1)'
chainloader +1
}
Mas falhou e recebi uma mensagem semelhante a esta.
File: \Boot\BCD
Status: 0xc0000034
Info: The Windows Boot Configuration Data file is missing required information
Sim, é o mesmo do Windows 7, não consegui encontrar a versão do Windows 10. Eu acredito que o código de erro e informações extras foram diferentes.
Para corrigir o problema, eu segui estas etapas encontradas aqui e aqui (a resposta BurrWalnut)
- Put the Windows installation disc in the disc drive, and then start the computer.
- Press a key when the message indicating "Press any key to boot from CD or DVD …". appears.
- Select a language, a time, a currency, and a keyboard or another input method, and then click Next.
- Click Repair your computer.
- Click the operating system that you want to repair, and then click Next.
- In the System Recovery Options dialog box, click Command Prompt.
- Type BOOTREC /FIXMBR, and then press ENTER.
- Type BOOTREC /FIXBOOT, and then press ENTER.
- Type BOOTREC /REBUILDBCD, and then press ENTER.
O problema é quando eu digito o comando BOOTREC /FIXBOOT
a saída é Element not found
e quando eu digito o comando BOOTREC /REBUILDBCD
ele procura sistemas operacionais, encontra windows, pergunta se eu quero adicionar uma inicialização para ele, eu insira Y
e, em seguida, forneça a saída Element not found
.
Eu realmente aprecio qualquer ajuda na correção do problema