A short command on how to change Ubuntu so that it will only start in text mode, no X11 (graphical) mode. The following removes the graphical greeter from the runlevels :
start Ubuntu in text mode only
sudo update-rc.d -f gdm remove
A short command on how to change Ubuntu so that it will only start in text mode, no X11 (graphical) mode. The following removes the graphical greeter from the runlevels :
By continuing to use the site, you agree to the use of cookies. more information
An HTTP cookie, is a small piece of text sent from a website and stored in your web browser. Cookies are a reliable mechanism for websites to remember your preferences and improve your browsing experience.
If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.
cool thanks 🙂
Hello
and for LiveCD? Sorry, but I have no idea
Thanks for your information, i have read it, very goodï¼
thx for your info. it’s work!
Unfortunately, This command no longer take effect for Ubuntu 11.04. Instead, you could do like below:
sudo vim /etc/default/grub
change the following lines:
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
GRUB_CMDLINE_LINUX_DEFAULT=””
to:
# GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
GRUB_CMDLINE_LINUX_DEFAULT=”text”
user@ubuntu:~#sudo update-grub
user@ubuntu:~#sudo reboot
enjoy text mode only
BTW, in text mode, you can invoke “startx” command to enter graphic mode.
BTW, in text mode, you can invoke “startx” command to enter graphic mode.
Thanks for this info, good post.
Very nice and informative post. Keep up the good work. Please remember that i m waiting for your next awesome post…
thanks , nice post!
great site, nice post thanks