LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Ubuntu 11.04 text mode (https://www.linuxquestions.org/questions/linux-server-73/ubuntu-11-04-text-mode-882981/)

yovkoi 05-27-2011 02:35 AM

Ubuntu 11.04 text mode
 
Hey, I just upgraded 10.10(32bit) to 11.04(32bit) and I'm trying to boot in text mode only, but it doesn't happen. I searched everywhere I could think of. How can I boot in text only? Thanks!

16pide 05-27-2011 03:43 AM

solution should be in here: http://www.debianadmin.com/debian-an...un-levels.html

yovkoi 05-28-2011 01:05 AM

Runlevels dont't work out. I tried to put 'text' in the menuentry at the and of the line that begins with 'linux' in the grub.cfg file, but booting stops at 'checking battery state'.

Quote:

Originally Posted by 16pide (Post 4368393)


yovkoi 05-28-2011 08:57 AM

Got it now. That was too easy, but it took me some time.

user@ubuntu:~#sudo nano /etc/default/grub


change the following lines:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="text"

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


All times are GMT -5. The time now is 10:48 PM.