Kali Linux installation VMware tools installation process and VM installation vmtools button gray

Kali Linux installation VMware tools installation process and VM installation vmtools button gray

Xiaobai records the installation of vmtools:

1. Significance and function: VMWARE tools is a software that comes with the virtual machine. After installation, it can update the graphics driver in the virtual machine. You don't need to press a combination key to move the mouse out of the virtual machine. It can synchronize the time between the host and the client, and copy and paste between the host and the client or from one virtual machine to another, simplifying the operation.

2. Open the virtual machine as shown in the figure, and click the option to install vmtools (if the installation of vmtools is grayed out as shown in the figure below, see Figure 2 to shut down the virtual machine, set the CD/DVD and floppy disk to automatically search in the virtual machine and restart it)

insert image description hereinsert image description here

2. Open the terminal, go to /media/cdrom0 to check whether vmtools has a vmtools image, and then copy the compressed package to the local computer.

cd /media/cdrom0 
ls
cp /media/cdrom0/VMwareTools-10.3.2-9925305.tar.gz 
ls /root 

insert image description here

3. Unzip the compressed package to get the vmware-tools-install.pl file

tar zxvf VMwareTools-10.2.5-8068393.tar.gz 

insert image description here

4. Execute the installation of the file, and then keep entering the default installation

vmware-tools-distrib/vmware-install.pl 

insert image description here

5. Restart after installation is complete

reboot

Summarize

The above is the editor's introduction to the installation process of VMware tools in Kali Linux and the gray button of vmtools installation in VM. Thank you very much for your support to the 123WORDPRESS.COM website!

You may also be interested in:
  • How to install docker and portainer in kali
  • The latest super detailed graphic tutorial of installing Kali Linux on virtual machine VMware
  • VMware kali virtual machine environment configuration method
  • Detailed explanation of common files and command paths in Kali Linux
  • An article to help you understand Kali LAN attacks

<<:  Graphical explanation of the function call of proto file in Vue

>>:  Solution to blank page after Vue packaging

Recommend

Pure CSS header fixed implementation code

There are two main reasons why it is difficult to...

An IE crash bug

Copy code The code is as follows: <style type=...

25 Ways and Tips to Increase Web Page Loading Speed

Introduction <br />Not everyone has access t...

Implementing password box verification information based on JavaScript

This article example shares the specific code of ...

Vue uses three methods to refresh the page

When we are writing projects, we often encounter ...

Method of Vue component document generation tool library

Table of contents Parsing .vue files Extract docu...

A brief discussion on Vue3 father-son value transfer

Table of contents From father to son: 1. In the s...

mysql 5.6.23 winx64.zip installation detailed tutorial

For detailed documentation on installing the comp...

Mysql online recovery of undo table space actual combat record

1 Mysql5.6 1.1 Related parameters MySQL 5.6 adds ...

Detailed explanation of common commands in Docker repository

Log in docker login Complete the registration and...

Introduction to the use of alt and title attributes of HTML img tags

When browser vendors bend the standards and take i...

Introduction to CSS BEM Naming Standard (Recommended)

1 What is BEM Naming Standard Bem is the abbrevia...