On voit qu'il y a toujours la
HMBR sur le bloc
0.
Inspire-toi du descriptif suivant indiquant après les laïus successifs de
gdisk --> la commande (une seule lettre le + souvent ) que tu dois saisir puis
valider chaque fois -->
Bloc de code:
Command (? for help): r
Recovery/transformation command (? for help): h
WARNING! Hybrid MBRs are flaky and dangerous! If you decide not to use one,
just hit the Enter key at the below prompt and your MBR partition table will
be untouched.
Type from one to three GPT partition numbers, separated by spaces, to be
added to the hybrid MBR, in sequence: 2 3
Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): y
Creating entry for GPT partition #2 (MBR partition #2)
Enter an MBR hex code (default FF): FF
Set the bootable flag? (Y/N): n
Creating entry for GPT partition #3 (MBR partition #3)
Enter an MBR hex code (default 07): 0C
Set the bootable flag? (Y/N): y
Unused partition space(s) found. Use one to protect more partitions? (Y/N): n
Recovery/transformation command (? for help): w
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!
Do you want to proceed? (Y/N): y
OK; writing new GUID partition table (GPT) to /dev/disk0.
Warning: Devices opened with shared lock will not have their
partition table automatically reloaded!
Warning: The kernel may continue to use old or deleted partitions.
You should reboot or remove the drive.
The operation has completed successfully.
Soit la suite de commandes :
- comme je rédige tout ça de tête > je peux m'être planté pour le hex code qui te sera proposé pour la partition n°2 (= type APFS) --> j'ai mis FF : si ce n'est pas le code proposé --> mets celui de gdisk.
- par contre > le hex code proposé pour la partition n°3 (BOOTCAMP) sera 07 --> inscrit à la place 0C (0 = zéro) conformément à ce qu'on a vu pour la table HMBR du disque de 500 Go.
Cela fait >
redémarre une fois > de retour dans ta session > relance un :
- pour ouvrir la table de partition HMBR dans le mode Recovery
Poste le tableau alors retourné.