Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Aug 2010
    Posts
    3

    Exclamation [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

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  3. #3
    Just 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

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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
    Code:
    stop on runlevel [016]
    with this one
    Code:
    stop on runlevel [0126]
    Save file and reboot machine.
    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

  5. #5
    Just Joined!
    Join Date
    Aug 2010
    Posts
    3
    Live saver! Been trying to get that to work for a long time! Thanks man!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...