Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| impossible_de_boot_autrement_qu_en_safegraphic [2026/02/20 22:41] – créée tutospisto | impossible_de_boot_autrement_qu_en_safegraphic [2026/02/20 22:48] (Version actuelle) – tutospisto | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| S'il est impossible de boot à part en safegraphic : | S'il est impossible de boot à part en safegraphic : | ||
| - | | + | |
| + | * Ajouter | ||
| + | <code bash> | ||
| + | <code bash / | ||
| + | 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=" | ||
| + | GRUB_CMDLINE_LINUX=""</ | ||
| + | * Mettre à jour le grub pour tenir compte de la modification : | ||
| + | <code bash> | ||
| + | |||