Choix du mode de démarrage

ENTRAVAUX

La plupart des distributions proposant à présent un mode de démarrage graphique par défaut, les nouveaux utilisateurs n'ont guère besoin de connaître le détail du processus de démarrage. Ça a pour conséquence qu'on voit apparaître dans les forums des recommandations pas toujours pertinentes.


Marco says: February 19, 2010 at 2:10 pm CrazyA, I solved it.

You need to open the /etc/default/grub file, locate the following line:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

and change it to:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash text"

and don’t forget to run ‘update-grub’ afterwards to update.


voir http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html

This is very useful tip for all debian users

You can prevent automatic running of the GUI when you boot your debian machine by disabling your login manager be it KDM, GDM or XDM from running at boot time. To disable the login manager from automatically running at boot up, run the following command as root

#update-rc.d -f gdm remove

Replace gdm with kdm or xdm if they are what you use.