On Jul 3, 2013 1:12 PM, "Richard Vickery" <richard.vickeryrv@gmail.com> wrote:
> Is there a way to reboot the computer while its stuck on "Starting GNOME Desktop Manager"?

Usually by this point in the boot process you can press CTRL+ALT+F2 to get a console login. From there you can run ’reboot ’ to restart your system, or even better, just try restarting gdm with ’systemctl reboot gdm ’.

-T.C.