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