Outils pour utilisateurs

Outils du site


impossible_de_boot_autrement_qu_en_safegraphic

Ceci est une ancienne révision du document !


S'il est impossible de boot à part en safegraphic :

  1. 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à).
  2. Ajouter “nomodeset” dans GRUB_CMDLINE_LINUX_DEFAULT du /etc/default/grub :
sudo nano /etc/default/grub
<code bash /etc/default/grub[highlight_lines_extra="6", skin=sons-of-obsidian]>
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=""</code>
- Mettre à jour le grub pour tenir compte de la modification :
sudo update-grub
impossible_de_boot_autrement_qu_en_safegraphic.1771627672.txt.gz · Dernière modification : de tutospisto