how to boot text only mode

Discussion in 'General Discussion' started by skellpco, Jul 1, 2014.

  1. skellpco

    skellpco New Member

    Joined:
    Jul 1, 2014
    Messages:
    4
    Likes Received:
    0
    Hey All,

    What is the best way to boot udoo in text mode without any GUI? I'm setting up udoo to run headless and will only need access through ssh. However, I will also want to re-boot with the GUI from time to time.

    I'm using Linux udoobuntu 3.0.35.

    Thanks!
     
  2. peter247

    peter247 Member

    Joined:
    Mar 10, 2014
    Messages:
    263
    Likes Received:
    2
    I use webmin to administer and go to : - system >> boot up - shut down >> lightdm , and tell it not to run on start up.
     
  3. fetcher

    fetcher Member

    Joined:
    Mar 9, 2014
    Messages:
    166
    Likes Received:
    20
    Another way to disable automatic X startup, from the command-line:

    Code:
    sudo update-rc.d lightdm disable
    (assuming "lightdm" is the display manager used by udoobuntu, as it is in Debian...)
     

Share This Page