转载至:http://askubuntu.com/questions/79033/how-to-switch-from-gui-to-console-mode
you can do it by editing the grub file found in the path /etc/default/
#vim /etc/default/grub
look for:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
change to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash text"
then save the file.
After saving the file update the grub.
#sudo update-grub
Once updated, restart the machine it will automcaitaclly boot in console mode. To switch over the GUI execute
#startx
评论
发表评论