You are not logged in.

#1 2016-02-27 02:01:45

neutronst4r
Member
Registered: 2016-02-25
Posts: 31

[SOLVED] Booting straight to tty7

Hello,
today, I reinstalled plymouth and changed some themes around and afterwards my system won't automatically change to tty7 anymore. (X runs on tty7). Before the changes, my system would boot into tty1 and then automatically change to tty7 after maybe one second, where the the login manager slim is running just fine, and still is. I can change with Ctrl+Alt+F7 to the console, but I would prefere if the system went straight to the login manager.

I did research this a lot and I think I am basically looking for a sytemd equivalent from this thread. As far as I know sysinit isn't used anymore in arch? Atlease the wiki says it is not supported.

Thanks for the help!

Last edited by neutronst4r (2016-02-27 23:23:13)


makepkg not war

Offline

#2 2016-02-27 05:03:30

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED] Booting straight to tty7

I suspect that slim is the issue. Try a different login manager.

https://wiki.archlinux.org/index.php/SLiM

Offline

#3 2016-02-27 05:15:16

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [SOLVED] Booting straight to tty7

Did you change the default target?  This would be the equivalent of sysvinit run levels.  You would want graphical.target, though I've never used this so I don't know if it changes to tty7 itself.  You can check your current target with the following:

ls -l /etc/systemd/system/default.target

If it the symlink points to mutli-user.target you'll want to enable graphical.target.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#4 2016-02-27 23:22:36

neutronst4r
Member
Registered: 2016-02-25
Posts: 31

Re: [SOLVED] Booting straight to tty7

I suspect that slim is the issue. Try a different login manager.

According to the slim wiki you linked, that login manager is no longer supported. I was not aware of that, I am using lightdm now.


Did you change the default target?

There was no default target set. I did that now as described in this page. via:

# ln -sf /usr/lib/systemd/system/graphical.target /etc/systemd/system/default.target

After setting this, the system boots straight to tty7 smile

Thank you for your help!


makepkg not war

Offline

Board footer

Powered by FluxBB