Nombre total de pages vues

jeudi 4 août 2016

Debian 8 : Afficher la sequence de démarrage | Enable verbose startup system


Par défaut Debian 8 ne montre pas les services démarrés au Boot du  système, cela peut être gênant
si vous essayer de configurer un script qui ne démarrage pas.
Avec ce mode, vous pouvez de voir ce qui ce passe !

By default Debian 8 does not show the services started at boot system, it can be annoying if you try to configure a script that does not start.
In this mode, you can see what happens!




éditez le fichier : /etc/default/grub

~# vi /etc/default/grub

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX=""

----


Sauvegargez et mettez à jour Grub  | Uou need to update Grub :

~#  update-grub
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-3.16.0-4-amd64
Image mémoire initiale trouvée : /boot/initrd.img-3.16.0-4-amd64
fait


Maintenant au prochain démarrage du système, la séquence complète s'affichera.
Now the next system startup, the complete sequence is displayed.

1 commentaire: