There is a typo in the text above, to switch between the runlevels, you should type the following commands: Switch to run level 3 (command line): # ln -sf /usr/lib/systemd/system/multi-user.target /etc/systemd/system/default.target Switch to run level 5 (GUI): # ln -sf /usr/lib/systemd/system/graphi...