toujours impossible
voilà l’arboressance des fichiers :
root@Debian:~# cd /boot
root@Debian:/boot# ls
config-3.16.0-4-686-pae efi grub initrd.img-3.16.0-4-686-pae System.map-3.16.0-4-686-pae vmlinuz-3.16.0-4-686-pae
root@Debian:/boot# cd /boot/efi
root@Debian:/boot/efi# ls
EFI
root@Debian:/boot/efi# cd /boot/efi/EFI
root@Debian:/boot/efi/EFI# ls
ASUS Boot Microsoft
root@Debian:/boot/efi/EFI# cd /boot/efi/EFI/Boot/
root@Debian:/boot/efi/EFI/Boot# ls
bootx64.win
sinon pour ce qui est des commandes ça donne ça lors de l’executions :
root@Debian:~# apt-get install grub-efi-amd64
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
grub-efi-amd64 est déjà la plus récente version disponible.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 36 non mis à jour.
root@Debian:~# grub-install --target=x86_64-efi
Installing for x86_64-efi platform.
efibootmgr: EFI variables are not supported on this system.
efibootmgr: EFI variables are not supported on this system.
Installation terminée, sans erreur.
root@Debian:~# mv /boot/efi/EFI/Boot/bootx64.efi /boot/efi/EFI/Boot/bootx64.win
mv: impossible d'évaluer « /boot/efi/EFI/Boot/bootx64.efi »: Aucun fichier ou dossier de ce type
mais comme j’avais deja taper la commande tout a l’heure, j’ai bien le bootx64.win dans le dossier.
root@Debian:~# cp /boot/efi/EFI/debian/grubx64.efi /boot/efi/EFI/boot/bootx64.efi
cp: impossible d'évaluer « /boot/efi/EFI/debian/grubx64.efi »: Aucun fichier ou dossier de ce type
et j’ai le même souci après avoir taper les deux dernières commandes que vous m’avez donner 