One, download and install the virtual machine software VMware Workstation 14
- : https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html
- After the download is complete, search for a registration code from the Internet to install the registration
Second, download the CentOS 6.9 installation image
- :
- Http://mirrors.aliyun.com
- Http://mirrors.163.com
- Download the two image files Centos-6.9-x86_64-bin-dvd1.iso and Centos-6.9-x86_64-bin-dvd2.iso
Iii. Creating a VMware virtual machine
1. Open VMware Workstation and click Create New virtual machine
2. Select Typical
3. Choose to install the operating system later
4, choose Linux System, version select CentOS 6 64-bit
5, name the virtual machine, here to write CentOS 6.9, select the virtual machine location
6, maximum disk size 200GB, stored as a single file
7. Click on Custom Hardware
8, number of processors selected 2
9, CD/DVD using ISO image file, select the previous download good Centos-6.9-x86_64-bin-dvd1.iso
10, network adapter, select Host-only mode
11. USB controller, uncheck share Bluetooth device with virtual machine
12, the printer does not need to remove, the other default
13, click Close, complete, create virtual machine complete
Iv. Installing the CentOS 6.9 operating system on a virtual machine
1. Click to open this virtual machine, then select the first item
2, whether to detect the disc, detection can verify errors, but take some time, you can choose skip Skip
3. Click Next
4. Language selection Default 中文版
5, keyboard Select the default American keyboard
6, storage device type, select the first basic Storage Devices
7, whether to keep the data on the hard disk, no data on the new hard disk, and choose to keep the system can not be installed, here choose Yes, discard any data
8, hostname, according to their own preferences, write CENTOS6 here, and then click Configure Network
9, configure the network, select Eth0, click Edit
10. Click Connect automatically, otherwise the network card will not start after booting.
11. Select Time Zone
Click on the map to see Shanghai Shanghai
Uncheck System Clock use UTC, otherwise the time will be assumed to be UTC GMT, not GMT
12. Set the password for Admin account root
13, installation method, select the last Item Create custom section
14. Click Create creation, select Standard section Partition
15. Zoning Planning
mount point |
Space |
/boot |
1024MB |
/ |
51200MB |
/data |
30720MB |
Swap |
2048MB |
In addition to the swap partition, the file system types of the other partitions are selected EXT4
16, partition planning completed, click Next
17. Click Format
18. Click to change the write changes to disk and start formatting
19, boot loader installation options, do not change here, click Next
20. Select software package, install type Select Desktop, note below Select Now custom Customize today, then click Next
21. Select Desktop in the left column and select KDE in the right column.
22, left column select language, right column check Chinese support, click Next will start to install the system
23. Start the Installation
24, install the end, click Reboot restart
25. After reboot, enter the configuration interface and click Foward
26, agree to license, click Foward
27, create a new user, if you only want to use the root user can not create
28. Set the date and time
29, whether to enable Kdump, no use, the Enable Kdump to remove the check is not enabled, there is not enough memory to enable Kdump, directly click Finish
30, enter the system login interface, the system installation is complete
Installing the CentOS 6 tutorial on VMware