NÃO UTILIZAR HYBRIB MBR
Minha situação
- Em um MacBook Pro 2015 OSX instalado
- eu instalei o Windows via Bootcamp sem problemas
- No OSX particionei meu disco para permitir espaço para o ubuntu
- eu instalei o Ubuntu sem problemas
- O Windows não funciona mais, mostrando esse erro
imagem do erro do Windows
Através de inúmeras horas de pesquisa, encontrei um ótimo link sobre instalando o windows 10 em um mac sem usar o bootcamp
O que resolveu meu problema foi a parte sobre "Garantindo que um MBR híbrido não seja usado" e aqui estão essas etapas caso o link morra:
Huge thanks to Rod’s post from the superuser post titled Windows
detects GPT disk as MBR in EFI boot.
Once you add a FAT32 partition with either Boot Camp Assistant or Disk
Utility, your disk is converted into a hybrid GPT / MBR disk which is
actually not supported by newer versions of Windows. In this step, we
revert this additional change made by Disk Utility by switching back
to a pure GPT partition table.
Dowload the latest version of GPT fdisk by browsing to the version,
then gdisk-binaries and clicking the file with the *.pkg extension
(e.g. gdisk-1.0.1.pkg). Install GPT fdisk by running the installer you
downloaded Open a Terminal and check the state of your MBR
1 sudo gdisk /dev/disk0 If your MBR partition is set to hybrid, please
continue with step 4, otherwise if it is set to protective, you may
skip the rest of this section. Simply type q and hit return to exit
GPT fdisk.
Type p to view the existing partition table and verify you’re working
on the correct disk
Type x to enter the expert menu
Type n to create a fresh protective MBR
Type w to save your changes and confirm the change when asked
Type q to exit GPT fdisk
Run GPT fdisk to show your disk layout:
1 sudo gdisk -l /dev/disk0
Your partition table should look something like this:
1 GPT fdisk (gdisk) version 1.0.1
2
3 Warning: Devices opened with shared lock will not have their
4 partition table automatically reloaded!
5 Partition table scan:
6 MBR: protective
7 BSD: not present
8 APM: not present
9 GPT: present
10
11 Found valid GPT with protective MBR; using GPT.
Depois dessa correção eu reiniciei, selecionei minha partição do windows, e violá ela inicializou.
OBSERVAÇÃO
Muitas vezes eu mantenho a opção (alt) ao iniciar, o que me mostra uma lista de OS / USB que eu posso inicializar. Eu usei muito isso ao longo deste processo.