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