LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 09-27-2016, 11:23 AM   #1
Fiilis
LQ Newbie
 
Registered: Sep 2016
Posts: 6

Rep: Reputation: Disabled
How do i boot to plain terminal / text mode?


So i've googled this question for atleast over an hour, i'm training myself with linux, i got Arch Linux installed and everything is cool and working fine, installed KDE, but here comes the question, i am intending to remove kde from linux and so on i guess i need get in the plain text mode, how do i do it? Do i have to edit some config to do this?

Thanks in forward and sorry from the stupid(?) question =)
 
Old 09-27-2016, 12:21 PM   #2
petelq
Member
 
Registered: Aug 2008
Location: Yorkshire
Distribution: openSUSE(Leap and Tumbleweed) and a (not so) regularly changing third and fourth
Posts: 629

Rep: Reputation: Disabled
You can do this by inputting code in a terminal whilst logged in
Code:
sudo init 3
Or you can edit the linux line in boot menu. When your boot menu shows immediately press 'e' on the keyboard and add '3' (no quote marks) to the end of the linux line (starts 'linux /vmlinuz' or 'linux /boot/vmlinuz')
If you're not using grub then this may not be correct.
Perhaps someone can advise you if necessary.
 
Old 09-27-2016, 12:31 PM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,784

Rep: Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937
Welcome to LinuxQuestions.

Assuming your using systemd you can set the run mode via the command (as root):

systemctl set-default multi-user.target

https://wiki.archlinux.org/index.php/Systemd
 
Old 09-27-2016, 12:31 PM   #4
notKlaatu
Senior Member
 
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077

Rep: Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732
You're looking for an init configuration that does not start X (the graphical environment).

On Slackware, this is the default. On Arch, it will depend on what you use to get your OS started; I think you're probably using systemd by default? I believe the command to *not* go to a graphical login screen is:

Code:
systemctl set-default multi-user.target
You'll have to test, though, because I haven't done that in a while.

For what it's worth: learning the unix shell is great, but don't be too afraid of the GUI. I mean, it's there, it's got modern conveniences (like easy copying and pasting from terminal to terminal) and people do use it. So don't be afraid of it; it can be useful. That said, teach yourself the shell!
 
Old 09-27-2016, 12:35 PM   #5
Fiilis
LQ Newbie
 
Registered: Sep 2016
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by notKlaatu View Post
You're looking for an init configuration that does not start X (the graphical environment).

On Slackware, this is the default. On Arch, it will depend on what you use to get your OS started; I think you're probably using systemd by default? I believe the command to *not* go to a graphical login screen is:

Code:
systemctl set-default multi-user.target
You'll have to test, though, because I haven't done that in a while.

For what it's worth: learning the unix shell is great, but don't be too afraid of the GUI. I mean, it's there, it's got modern conveniences (like easy copying and pasting from terminal to terminal) and people do use it. So don't be afraid of it; it can be useful. That said, teach yourself the shell!
Yes i'm using just defaults that Arch ISO had, so propably you are right if it's the default in it.

Quote:
Originally Posted by michaelk View Post
Welcome to LinuxQuestions.

Assuming your using systemd you can set the run mode via the command (as root):

systemctl set-default multi-user.target

https://wiki.archlinux.org/index.php/Systemd
Awesome!
I'll try these out, thanks! Wonder just how damn hard it's to find information like this, i've solved all the other problems with googling, and this is the thing i got stuck on. =)
And thanks, i'll be around here propably a lot, thinking of getting rid of Win10 for good.

Edit: "systemctl set-default multi-user.target" did work, yay!

Last edited by Fiilis; 09-27-2016 at 12:46 PM.
 
Old 09-27-2016, 08:40 PM   #6
Saptech
Member
 
Registered: Nov 2000
Location: Third Stone from the Sun
Distribution: Mageia 7, Devuan & Void Linux
Posts: 172

Rep: Reputation: 40
Arch Linux has their own forum also...

https://bbs.archlinux.org/
 
Old 09-29-2016, 07:34 AM   #7
Fiilis
LQ Newbie
 
Registered: Sep 2016
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Saptech View Post
Arch Linux has their own forum also...

https://bbs.archlinux.org/
Oh ok, well i'll be going there then.
 
Old 09-30-2016, 12:19 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
it just makes me wonder how you installed arch in the first place if you don't know how to get back (sic) to the command line.
 
Old 09-30-2016, 02:25 AM   #9
Fiilis
LQ Newbie
 
Registered: Sep 2016
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
it just makes me wonder how you installed arch in the first place if you don't know how to get back (sic) to the command line.
Just followed and read the installation guide from wiki, getting archlinux working was way easier than the struggle i had with mysql database, and that was only because i had forgotten one line on httpd.conf. I know i still have some simple bits and pieces to learn from linux, but getting there, i've always liked to learn things in hard way if possible, since from mistakes, atleast i learn a lot better.
 
Old 09-30-2016, 03:20 AM   #10
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,153

Rep: Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125
Well then, you'd better get acquainted with the Arch wiki. Will save threads like this.
 
Old 09-30-2016, 04:38 AM   #11
Fiilis
LQ Newbie
 
Registered: Sep 2016
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by syg00 View Post
Well then, you'd better get acquainted with the Arch wiki. Will save threads like this.
Tell me something, for what forums are made for?
 
Old 09-30-2016, 11:40 PM   #12
Jjanel
Member
 
Registered: Jun 2016
Distribution: any&all, in VBox; Ol'UnixCLI; NO GUI resources
Posts: 999
Blog Entries: 12

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
I'm guessing/hoping that "save threads like this" meant the struggle you went thru
(although the "learn/train self" [mentioned in #1&9] may be positive, as it is to me).

(it's possible that the "Newbie" Forum, vs. Arch-specific [deeper] expertise Forum,
might have been a better 'fit', in which case a moderator could have moved this Thread)

And the mention of the Arch .org site was, I'm *sure*, just a supportive offering of additional unique resources! I had 'subscribed' to this thread when I first saw it (because I avoid GUI), and when I saw you say "ok, I'll go there instead", I felt bad that you had mis-interperted it. LQ doesn't want people to 'go away' (unless obvious rule-violators who get *clearly* warned).

A couple of thoughts: 1: I've learned to be a little bit 'thick skinned'
(the philo. that what people say is 'their stuff', not necessarily mine to 'take on').
Yes, one may accidentally be 'terse' with something that's ultra-obvious *to them*.
2: esp. in the Newbie Forum, *IF* a guru finds someone's problem a 'time waster',
then the proper solution is: to simply not look there, rather than complain like if
someone had an 'accident' ('making' [not!] the guru 'waste time' 'gawking' at it!),
or complain that a student doesn't know all the graduate-level answers!
(and leave it for someone [like me] who has more time&patience [tho way less expertise]
a chance to learn by contributing!)

Anyway (excuse my ramblings), back to what the Moderator said (in #3):
Quote:
Welcome to LinuxQuestions.
I second this! Best wishes.... *enjoy*

Last edited by Jjanel; 10-01-2016 at 12:04 AM.
 
Old 10-01-2016, 08:34 AM   #13
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
no no, i'm not trolling or being facetious, or even unfriendly.

it is a plain fact that if you install archlinux the way it is intended to be installed - i.e. start from the installation guide through general recommendations and finally up to KDE (since that is what op claims to have installed) - questions like "i am intending to remove kde from linux and so on i guess i need get in the plain text mode, how do i do it? Do i have to edit some config to do this?" have already been answered multiple times in the process.

that's what's so cool about archlinux - you install it manually, hard work, but the reward is knowing enough to get around in YOUR system.

as for syg00's comment, my guess is that they're "saving it" for the day when we finally find out that op is actually using manajro or antergos.

Last edited by ondoho; 10-01-2016 at 08:35 AM.
 
Old 10-01-2016, 08:55 AM   #14
Fiilis
LQ Newbie
 
Registered: Sep 2016
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks again with the help, it seems, it's just better to keep my linux adventure as my own, and won't bother people with my stupid questions, thank you and sorry =)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I force my system to boot to a plain terminal? Daravon Linux - Newbie 7 10-30-2009 11:59 PM
LXer: Howto Boot debian in text mode instead of graphical mode (GUI) LXer Syndicated Linux News 0 09-09-2007 07:41 PM
text mode terminal info AbhishekSamuel Linux - General 1 05-03-2005 12:23 PM
What do you use terminal in X or text mode? HadesThunder Linux - General 9 05-05-2004 05:13 AM
Text mode terminal displays only 8 colors and not all 16 nocturne Linux - General 2 12-31-2002 11:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

All times are GMT -5. The time now is 09:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration