After installing OpenSUSE 13.1 it sent me to the graph interface after booting.
I tried to change the initial boot from graph to text mode editting the inittab from id 5 to id 3, but it is still loading KDE, any suggestion?
Here follows my current inittab config:
Linux_LAB:/home/eduardo # cat /etc/inittab
id:3:initdefault:
P.S. Already tried to disable xdm as follows:
Linux_LAB:/home/eduardo # chkconfig xdm
xdm off
Thanks!
Eduardo
Yast-system-boot loader - option edit option line place a space 3 at the end
On 2013-12-16 03:56, brenuvida wrote:
> Linux_LAB:/home/eduardo # cat /etc/inittab
> id:3:initdefault:
That file is ignored with systemd. You have to learn new tricks.
> Telcontar:~ # l /etc/systemd/system/default.target
> lrwxrwxrwx 1 root root 40 Jun 7 2013 /etc/systemd/system/default.target -> /usr/lib/systemd/system/runlevel3.target
> Telcontar:~ #
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
On 13.1 you don’t have to set that link manually anymore.
The new way is:
systemctl set-default NAME
And this shows the current default target:
systemctl get-default
Or you can of course also use YaST->System->Services Manager.
On 2013-12-16 12:36, wolfi323 wrote:
> And this shows the current default target:
>
> Code:
> --------------------
> systemctl get-default
> --------------------
>
>
> Or you can of course also use YaST->System->Services Manager.
>
I just wrote a “notes.txt” file on that directory to remember this 
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
Thank you all! I have used the YaST to configure the default runlevel and it is working fine.
Best regards
Eduardo