Yes!! j'ai réussi en modifiant depuis la session live en mode chroot comme si dessous:
https://forum.ubuntu-fr.org/viewtopic.php?id=393212
puis en faisant la modif sous nano (
https://askubuntu.com/questions/38780/how-do-i-set-nomodeset-after-ive-already-installed-ubuntu)
nano /etc/default/grub
and then add nomodeset to GRUB_CMDLINE_LINUX_DEFAULT:
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
GRUB_CMDLINE_LINUX=""
And then save by hitting Ctrl+O, then exit nano with Ctrl+X, then simply run:
sudo update-grub
J'y croyais plus je suis trop content. Merci!