« Ubuntu » : différence entre les versions

Ligne 9 : Ligne 9 :


== Demarrage ==
== Demarrage ==
affichage permanent defilement console : 
changer<br />
<syntaxhighlight lang="bash" line copy>
<syntaxhighlight lang="bash" line copy>
# affichage permanent defilement console :
# changer
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
</syntaxhighlight>
# en
en
<syntaxhighlight lang="bash" line copy>
GRUB_CMDLINE_LINUX_DEFAULT=
GRUB_CMDLINE_LINUX_DEFAULT=
</syntaxhighlight>
# puis
puis
<syntaxhighlight lang="bash" line copy>
sudo update-grub
sudo update-grub
</syntaxhighlight>
</syntaxhighlight>