Although the steps to install Linux are very simple, there are some bumps in the process, where you can record some of the problems you encounter.
I chose the VMware Workstation one + CentOS 7 1503.
Install CentOS 7 o'clock, please choose VMware Workstation 10 and above, otherwise wmware tools can not install, anyway, you will encounter various headaches.
1, VMware New Wizard, you need to specify the version of the new operating system, preferably CentOS 64-bit, can not choose CentOS, or will be installed will appear No network devices available.
Please refer to http://www.itsprite.com/centos-7-install-on-vmware-workstation-problem-no-network-devices-available/
2, after the installation of CentOS, if the network is not available, there may be a problem with the network card, please open virtual network Editor, click the Restore Default button
Please refer to http://david-homer.blogspot.com/2013/12/vmware-workstation-guests-show-network.html
3. Install VMware Tools, make sure GCC is installed, the kernel is updated, or do the following:
yum install gcc gcc-c++ make binutils
yum update kernel
yum install kernel-devel-$(uname -r)
安装vmware tools 若出现各种编译问题,请执行如下:
请查阅 http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2016514
Installing CentOS 7 and Vmware tools