Boot Super Grub2 Disk (EFI) from Windows Boot Manager (booted in UEFI mode)

WARNING: This is a quick and dirty documentation page. This is not official documentation and might contain instructions that might damage your system. Use with caution!

On télécharge le fichier EFI x86_64 standalone version de Super Grub2 Disk 2.02s9 downloads.
super_grub2_disk_standalone_x86_64_efi_2.02s9.EFI
Lancer windows powerShell(admin) .
Frapper la commande suivante
mountvol S: /S
afin de disposer de la partition de boot.
Se positionner dans le répertoire qui a reçu le fichier EFI.
Par exemple, il peut être sous
C:/Utilisateurs/xxxxxxxxx/Téléchargements/super_grub2_disk_standalone_x86_64_efi_2.02s9.EFI
On frappera donc les commandes suivantes:
C:
cd C:\
cd users
cd Le_nom_de_l'utilisateur
cd Downloads

On le renomme comme: SG2DX64.EFI pour faire la manipulation plus facile
REN super_grub2_disk_standalone_x86_64_efi_2.02s9.EFI SG2DX64.EFI
On copie le binaire EFI sur son répertoire final.
MD S:\EFI\SG2D\
COPY SG2DX64.EFI S:\EFI\SG2D\

(surtout ne pas oublier de terminer par un anti-slash)
Fabriquer la structure de boot avec la commande:
bcdedit /copy "{bootmgr}" /d "SG2D EFI X64"
Ça retourne un GUID, le copier sur un Notepad.
Faire:
bcdedit /set "{cbfe2a65-d996-11e5-8118-8b921f5b8924}" path \EFI\SG2D\SG2DX64.EFI
bcdedit /set "{cbfe2a65-d996-11e5-8118-8b921f5b8924}" device partition=s:

où cbfe2a65-d996-11e5-8118-8b921f5b8924 c’est le GUID qu’on a copié sur le Notepad.