I am installing the CentOS 7 minimal in VMware and want to try to install the GNOME desktop after the installation is complete, the steps are as follows:
1. Execute command yum groupinstall ' X Window System '-y
An error occurred, and I found that my virtual machine could not be networked, because when "NIC does not boot with system", perform the following step:
2. Execute Command vi/etc/sysconfig/network-script/ifcfg-eno16777736
Change "Onboot=no" to "Onboot=yes"
3. Restart the SYSTEM init 1
4. Execute command IP addr view nic information
5. Ping www.baidu.com Command test
Note: The network card does not start, ping www.baidu.com will prompt "Unknown host"
6, centos7 default NIC name is not eth0, can be modified according to Http://www.linuxidc.com/Linux/2014-07/104537.htm
7. Execute command yum groupinstall ' X Window System '-y
8. Execute the command Yum grouplist to view the installable list
9. Execute command Yum groupinstall ' gnome desktop ' to install GNOME desktops
10, execute the command systemctl set-default Graphical-target, the desktop as the default startup item
This article is from the "12063718" blog, please be sure to keep this source http://12073718.blog.51cto.com/12063718/1872696
CENTOS7 installation of the GNOME desktop version minimal