[opensuse] Systemd Question -Default.Target
I have been having issue on boot (12.3 see signature below) where it goes to a command line instead of the graphical interface, after doing an update in June. If I put a 5 at the end of the Linux line in grub2 menu, it goes to the graphical target. I finally think I found it today. /etc/systemd/system/Default target points to: Code --------- /usr/lib/systemd/system/multi-user.target ---------- /code Can I use the following code to fix this without messing up my system? (as found in a write on web search) Code ---------- rm /etc/systemd/system/default.target ln -sf /lib/systend/system/graphical.target /etc/systend/system/default.target ----------- /Code My 12.2 install points to: Code ---------- /usr/lib/systemd/system/graphical.target /Code ---------- Thanks for any response. -- openSUSE 12.3(Linux 3.10.5-1.g4e0ffc2-desktop)|KDE Ver. 4.11.00 |Intel core2duo 2.5 MHZ,|8GB DDR3|GeForce 8400GS(NVIDIA-Linux- x86_64-325.15) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
El 14/08/13 15:26, Upscope escribió:
I have been having issue on boot (12.3 see signature below) where it goes to a command line instead of the graphical interface, after doing an update in June. If I put a 5 at the end of the Linux line in grub2 menu, it goes to the graphical target.
I finally think I found it today.
/etc/systemd/system/Default target points to:
Code --------- /usr/lib/systemd/system/multi-user.target ---------- /code
Can I use the following code to fix this without messing up my system? (as found in a write on web search)
Code ---------- rm /etc/systemd/system/default.target ln -sf /lib/systend/system/graphical.target /etc/systend/system/default.target ----------- /Code
Yes, this is exactly what you have to do, at least in 12.3 (of course it is "systemd" instead of "systend".. and /usr/lib/systemd instead of /lib/systemd... In 13.1 or later, you will have get-default and set-default systemctl commands. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
El 14/08/13 15:26, Upscope escribió:
I have been having issue on boot (12.3 see signature below) where it goes to a command line instead of the graphical interface, after doing an update in June. If I put a 5 at the end of the Linux line in grub2 menu, it goes to the graphical target.
I finally think I found it today.
/etc/systemd/system/Default target points to:
Code --------- /usr/lib/systemd/system/multi-user.target ---------- /code
Can I use the following code to fix this without messing up my system? (as found in a write on web search)
Code ---------- rm /etc/systemd/system/default.target ln -sf /lib/systend/system/graphical.target /etc/systend/system/default.target ----------- /Code
Yes, this is exactly what you have to do, at least in 12.3 (of course it is "systemd" instead of "systend".. and /usr/lib/systemd instead of /lib/systemd... just my hand getting ahead of my brain. Thanks for spotting it. I will
Cristian Rodríguez wrote: try is ASAP and hope that is my problem. Wanted to fix it before I install 13.1 later this week on another disk. Thanks again Russ
In 13.1 or later, you will have get-default and set-default systemctl commands.
-- openSUSE 12.3(Linux 3.10.5-1.g4e0ffc2-desktop)|KDE 4.10.5 "release 4"|Intel core2duo 2.5 MHZ,|8GB DDR3|GeForce 8400GS(NVIDIA-Linux-x86_64-325.15) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wednesday, August 14, 2013 05:12:26 PM Cristian Rodríguez wrote:
El 14/08/13 15:26, Upscope escribió:
I have been having issue on boot (12.3 see signature below) where it goes to a command line instead of the graphical interface, after doing an update in June. If I put a 5 at the end of the Linux line in grub2 menu, it goes to the graphical target.
I finally think I found it today.
/etc/systemd/system/Default target points to:
Code --------- /usr/lib/systemd/system/multi-user.target ---------- /code
Can I use the following code to fix this without messing up my system? (as found in a write on web search)
Code ---------- rm /etc/systemd/system/default.target ln -sf /lib/systend/system/graphical.target /etc/systend/system/default.target ----------- /Code
Yes, this is exactly what you have to do, at least in 12.3 (of course it is "systemd" instead of "systend".. and /usr/lib/systemd instead of /lib/systemd...
In 13.1 or later, you will have get-default and set-default systemctl commands. Thanks it worked and my problem is solved.
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-- openSUSE 12.3(Linux 3.10.5-1.g4e0ffc2-desktop)|KDE 4.10.5 "release 4"|Intel core2duo 2.5 MHZ,|8GB DDR3|GeForce 8400GS(NVIDIA-Linux-x86_64-325.15) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Cristian Rodríguez
-
Upscope
-
upscope