VMWare installs Centos 6.9 and vmwarecentos
1. Create a VM
(1) Click file --> Create VM
(2) select Custom (advanced) --> next
(3) Select Workstation 12.0 --> next
(4) choose to install the operating system later --> next
(5) Select Linux à Red Hat Enterprise Linux 6 64-bit --> next step
(6) modify the Virtual Machine name --> next step
The name of this virtual machine is the name shown in the left sidebar.
(7) Click Next
(8) directly use the recommended memory and click Next.
(9) select to Use Network Address Translation (NAT) --> next
In this step, select the network type. After the virtual machine is installed, it can be changed at any time.
(10) Select LSI Logic --> next
(11) Select SCSI (S) --> next
(12) Select create new virtual disk --> next
(13) modify the maximum disk size --> split the virtual disk into multiple files --> next
The maximum disk size is generally 20 GB, but here I want to change it to 40 GB.
(14) The default disk file is enough. click Next.
(15) Click Finish
Final Result: an additional virtual machine named VM_3
2. Install Centos 6.9 (No desktop) on VM_3 Virtual Machine)
Download the CentOS-6.9-x86_64-bin-DVD.iso first, and I put the file
F: \ soft_install \ job_software \ VMWare \ CentOS-6.9-x86_64-bin-DVD1.iso.
(1) Open the settings panel.
Choose Virtual Machine VM_3 --> Virtual Machine --> Settings
(2) Select an image file
Choose hardware --> CD/DVD (SATA) --> hook the startup connection --> select use ISO image file --> browse --> select path to store CentOS-6.9-x86_64-bin-DVD.iso --> OK
(3) Start A Virtual Machine
Select VM_3 --> enable this VM
(4) install the system
Select Install or upgrade an existing system
(5) skip disk Detection
Select skip
(6) click Next.
(7) Select a language
Select English --> Next
(8) Select the keyboard type
Select U. S. English --> Next
(9) Select the disk type
Select Basic Storage Devices --> Next
(10) format the disk
Click Yes, discard any data
(11) modify the Host Name (this host name is the host name that will be viewed in linux later)
Change to VM3 --> Next
(12) Select the time zone
Select Asia/Shanghai --> Next
(13) modify the password of the root Super Administrator
(14) Select how to partition. Here we select Custom partition.
Select Create Custom Layout --> Next
Note: the first is to use all the space, the second is to replace the existing linux system, the third is to reduce the current system, the fourth is to use unused space, and the fifth is to use custom partitions;
(15) partition to/boot, ext4 format, size 200 M
Create
Select Standard Partition --> create
Select/boot --> ext4 --> 200 --> Fixed size --> OK
(15) create a swap-type partition. This partition is used as the device memory when the memory space is insufficient. The size is about one to two times the system memory size. 2048 MB is allocated here.
Create
Select Standard Partition --> create
Select swap --> 2048 --> Fixed size --> OK
(16) create a root directory partition. This partition is used to store files. I will allocate all the remaining space to it.
Create
Select Standard Partition --> create
Select/--> ext4 --> Fill to maximum allowable size --> OK
(17) Next, now the partition is complete. The figure shows that there are three partitions.
Next
(18) format the partition
Format
(19) by default, the system can load the settings.
Next
(20) Select a system. Here, select Basic Server.
Basic Server --> Next
Desktop: a basic Desktop system, including common Desktop software, such as document viewing tools.
Minimal Desktop: A Basic Desktop System with fewer Software
Minimal: a basic system that does not contain any optional software packages.
Basic Server: platform support for the installed Basic system, excluding Desktop
Database Server: basic system platform, MySQL and PostgreSQL Database clients, no desktop Web Server: basic system platform, PHP, Web server, MySQL and PostgreSQL Database clients, no Desktop
Virtual Host: Basic System and virtualization platform
Software Development Workstation: contains a large number of Soft Mud ji'an packages, basic systems, virtualized platform desktop environments, Development tools
(21) The next step is to wait for the system to be installed.
Continue waiting
(22) Congratulations, complete the installation !!! Restart the instance, and you can run the rest on the machine.
Reboot