<p>.fnord<br>
&gt; Is there a way I can skip Gnome and go directly into CLI (barring systemd). <br>
.fnord</p>
<p>SystemD is Fedora&#39;s init system, and is wholly responsible for targeting runlevels and system services.   Attempting to administer these things while avoiding the utilities provided to accomplish these tasks will not be a productive effort.  The systemd section on the Fedora wiki should help clear a lot of confusion.</p>

<p>I&#39;ve experienced something similar to your problem, and on that system, I was able to restart X with ctl-alt-backspace and was successful on the second try.</p>
<p>There are a couple things to try that will give you more information, therefore allowing us to help you more effectively.  The &quot;.xsession-errors&quot; file in your home directory may have clues. </p>
<p>Now, to get a real-time view:<br>
su -c &quot;yum install xterm&quot; #needed for the next step. Note this is the only step that needs root permissions.<br>
xinit -- :1 vt9 #starts a new X server at tty9 (ctl-alt-f9) and switches to it.  The console on the starting tty will not detach from the X server, so you can switch back to check for problems. <br>
In your new xterm, run:<br>
gnome-session #this will start a new gnome session, bells and whistles hopefully included.  The console in your xterm will not detach from your terminal window, so you can monitor it for problems.</p>
<p>Hopefully, you can find something to interpret or share.</p>
<p>-pete<br>
</p>