Home  >  Article  >  Operation and Maintenance  >  How to solve the problem that centos cannot be displayed in full screen when installing centos on a virtual machine

How to solve the problem that centos cannot be displayed in full screen when installing centos on a virtual machine

coldplay.xixi
coldplay.xixiOriginal
2020-07-28 11:07:074776browse

Solution to the problem that the virtual machine cannot be displayed in full screen when installing centos: First enter as an administrator and find install; then display the virtual optical drive on the desktop and find the [vmware-tools-distrib] folder; then install VMWare Tools8 ;Finally restart.

How to solve the problem that centos cannot be displayed in full screen when installing centos on a virtual machine

How to solve the problem that centos cannot be displayed in full screen when installing centos on a virtual machine:

1. Start CentOS (log in with graphical interface) ), and log in as an administrator.

2. Click on the menu of the VMware virtual machine: Virtual Machine->Install VMware Tools->install.

3.CentOS automatically mounts the virtual optical drive of VMware Tools and displays it on the desktop.

4. Go into the virtual CD-ROM drive of VMware Tools and copy VMwareTools-5.5.1-19175.tar.gz to the /tmp directory.

5. Go to the /tmp directory and extract VMwareTools-5.5.1-19175.tar.gz to the current directory, which will generate the vmware-tools-distrib file folder.

6. Enter the decompressed vmware-tools-distrib directory

[root@localhost ~]# cd /tmp
[root@localhost ~tmp]# cd vmware-tools-distrib

7. Execute vmware-install.pl to install VMWare Tools8.

Input:

./vmware-install.pl(执行vmware-install.pl文件)

8. Then "Enter" all the way, sometimes you will be prompted to enter [yes]

9. Enter the reboot command (restart).

10. Question OK.

Related tutorial recommendations: centos tutorial

The above is the detailed content of How to solve the problem that centos cannot be displayed in full screen when installing centos on a virtual machine. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn