S'il est impossible de boot à part en safegraphic : * Démarrer en maintenant Shift pour accéder aux options avancées. Demander ensuite à lancer un terminal (ou démarrer normalement, il passe en safegraphic à ce moment là). * Ajouter "nomodeset" dans GRUB_CMDLINE_LINUX_DEFAULT du /etc/default/grub : sudo nano /etc/default/grub 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="" * Mettre à jour le grub pour tenir compte de la modification : sudo update-grub