1
edit
Changes
→How to change the default runlevel using systemd
rm /etc/systemd/system/default.target
To change your system to boot in Graphical mode by default:
ln -s /lib/systemd/system/multi-usergraphical.target /etc/systemd/system/default.target
Make note of the command that would be needed to change the default 'runlevel' (or 'target' as it is now referred to when using systemd) to multiuser or runlevel 3.