LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I need of Arch help!!! No terminal.... (https://www.linuxquestions.org/questions/linux-newbie-8/i-need-of-arch-help-no-terminal-4175505930/)

lordbobo 05-23-2014 07:44 PM

I need of Arch help!!! No terminal....
 
I have been "playing around" with Linux for a few years now and I am starting to get love with it. Today I finally got Arch installed on my laptop and then I installed GDM. Now GDM auto runs from boot. The problem is that I forgot to install the extras and I no longer have any kind of terminal and as far as I can tell I have no way to install anything without reformatting. Is there a way to log out log GDM so I can install the extras?

rokytnji 05-23-2014 08:10 PM

For my cli boot I use init 3

https://wiki.archlinux.org/index.php...ipts/runlevels

You can use runlevel 1 or 3 for a terminal session.

I am not sure if Cntrl+Alt+t will drop you out of GDM and into terminal mode because I do not use GDM.

syg00 05-23-2014 08:21 PM

Arch now runs systemd - perhaps this might be a better reference in this case.

Arch is a learning experience - the doco is excellent, so use it.

jens 05-24-2014 07:43 AM

Quote:

Originally Posted by syg00 (Post 5176102)
Arch now runs systemd - perhaps this might be a better reference in this case.

Arch is a learning experience - the doco is excellent, so use it.

perhaps he's just looking for a way to log in?

*In GDM press Ctrl+Alt+F1
*log in as root (or use sudo)
*disable GDM (will take down X as well):
Code:

systemctl disable gdm.service
*fix whatever you need to fix

*enable GDM again (if that's what you wish):
Code:

systemctl enable gdm.service

*post back if any of the above steps don't work

jens 05-24-2014 08:04 AM

Quote:

Originally Posted by rokytnji (Post 5176099)
For my cli boot I use init 3

Using the init command (not sysv specific) should work as well (though not recommended with any init-system).

sansprecept 05-24-2014 09:38 AM

I did that once. Went all the way through the install and boot went straight to GMD but I could not log into gui as root. I booted back to the install disk and chrooted to fix it. Haven;t forgotten to add a user since^o^

jens 05-24-2014 10:07 AM

Quote:

Originally Posted by sansprecept (Post 5176339)
I did that once. Went all the way through the install and boot went straight to GMD but I could not log into gui as root. I booted back to the install disk and chrooted to fix it. Haven;t forgotten to add a user since^o^

It's as easy as typing adduser ;)
Ps: the root part is an X thingy can be undone (though not recommended for obvious reasons).

sansprecept 05-24-2014 10:11 AM

Yep, but at the time I liked to make everything more difficult;)

lordbobo 06-01-2014 11:12 AM

Solved
 
I was able to install the extras by placing the install disk in and rebooting. From there I just remounted the new OS and could install the extras


All times are GMT -5. The time now is 06:20 AM.