Join the community today
Become a Member

booting to text mode even if gnome destkop setup was selected

Discussion in 'CentOS, Redhat & Oracle Linux News' started by eva2000, May 30, 2014.

  1. eva2000

    eva2000 Administrator Staff Member

    54,068
    12,176
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,734
    Local Time:
    12:43 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    As I always install my machines through network/pxe, I wanted to reinstall one of my test machine with rhel7b1 as a desktop machine but I did that through vnc from my main machine. I guess that’s the reason why even if I selected “gnome desktop” during setup, It felt back to “init 3″ mode, which is a little bit disappointing for people having selected a graphical setup. Of course, one can’t just simply edit /etc/inittab to change the desired runlevel, as RHEL7b1 uses now systemd, so it’s now a matter of using “ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target”. I guess it’s also time to dive into systemd now …

    Continue reading...