Results 1 to 5 of 5
Hello there fellow Linux users,
I have been using Unix / Linux for quite some time now. But there is still one thing that annoys me. When i disable the ...
- 08-29-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 3
[SOLVED] Disabling my GUI interface
Hello there fellow Linux users,
I have been using Unix / Linux for quite some time now. But there is still one thing that annoys me. When i disable the GUI interface i get a blinking under-tow (see-below)
_
And i have no idea what button is used to get the computers attention / login.
thanks,
jllusty
- 08-29-2010 #2
Hi and Welcome !
How exactly do you disable GUI? Which version of Ubuntu are you using?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-29-2010 #3Just Joined!
- Join Date
- Aug 2010
- Posts
- 3
I am currently using Ubuntu 10.04
i did the following:
in /etc/default/grub
i commented out the line
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
then under it i typed a edited version of it
GRUB_CMDLINE_LINUX_DEFAULT="text"
then i ran
sudo update-grub2
- 08-29-2010 #4
There is nothing like "text" option for GRUB_CMDLINE_LINUX_DEFAULT. Actually, it has not been documented anywhere in GRUB Manual. It works with a very few machines only.
If you remove "quite splash", GRUB Menu will appear in command line mode followed by text output of boot procedure.
Set GRUB_CMDLINE_LINUX_DEFAULT="" and edit /etc/init/gdm.conf file.
Replace this line
with this oneCode:stop on runlevel [016]
Save file and reboot machine.Code:stop on runlevel [0126]
Last edited by devils casper; 08-29-2010 at 03:50 PM. Reason: typo
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-29-2010 #5Just Joined!
- Join Date
- Aug 2010
- Posts
- 3
Live saver! Been trying to get that to work for a long time! Thanks man!


