Bonjour,
Voici le problème :
error: no such device 02686f8e686f7f73
Press any key to continue...
Voici la solution :
1) Appuyer sur la touche e de votre clavier
2) supprimer les lignes suivantes :
if fs_uuid="`${grub_probe} --device ${device} --target=fs_uuid 2> /dev/null`" ; then
echo "search --no-floppy --fs-uuid --set ${fs_uuid}"
fi
3) Puis les touches
ctrl x
L'ordi redémarre ...
On ouvre un terminale
Applications>>Accessoires>>Terminale
On tape la commande suivante :
sudo gedit /usr/lib/grub/grub-mkconfig_lib
A la ligne 173 à 175 à peu près on éfface
if fs_uuid="`${grub_probe} --device ${device} --target=fs_uuid 2> /dev/null`" ; then
echo "search --no-floppy --fs-uuid --set ${fs_uuid}"
fi
C'est finie !
Bon courage
Cédric