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

coldplay.xixi
Release: 2020-07-28 11:07:07
Original
4721 people have browsed it

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 copyVMwareTools-5.5.1-19175.tar.gzto the/tmpdirectory.

5. Go to the /tmp directory and extractVMwareTools-5.5.1-19175.tar.gzto the current directory, which will generate thevmware-tools-distribfile folder.

6. Enter the decompressedvmware-tools-distribdirectory

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

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

Input:

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

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!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!