Find the answer to your Linux question:
Results 1 to 4 of 4
I am assuming it is not possible. but just in case it is. is there any way to make ubuntu boot up in the command line line like slackware. so ...
  1. #1
    Just Joined! xzwerm's Avatar
    Join Date
    Jun 2009
    Location
    Canada
    Posts
    10

    booting without GUI

    I am assuming it is not possible. but just in case it is. is there any way to make ubuntu boot up in the command line line like slackware. so you have to type startx to start xwindows?

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Quote Originally Posted by xzwerm View Post
    I am assuming it is not possible. but just in case it is. is there any way to make ubuntu boot up in the command line line like slackware. so you have to type startx to start xwindows?
    It's possible alright. It may not be easy but it can be done. I would say you'd need to remove xdm from default runlevel, if Ubuntu uses that, I don't know.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Have a look at this page.
    Linux Mint + IceWM Registered:#371367 New Members: click here

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    It's easy to disable GUI in Ubuntu.

    Set GRUB_CMDLINE_LINUX_DEFAULT="" in /etc/default/grub file.
    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.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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