因用的 绿色精简版的 VMware 6.0 虚拟机 (VMware目录下的 linux.iso 居然没有 就去下了一个)
准备好了,开始动手:
(1) 在CD-ROM虚拟光驱中选择使用ISO镜像,找到VMWARE TOOLS 安装文件,如D:\VMware\VMware Workstation\Programs\linux.iso
(2) 以ROOT身份进入LINUX
(3) 进入linux新建一个终端,输入 /sbin/telinit 3 进入纯文本模式,然后在纯文本模式下再次用root身份登陆
(4)退出到windows,在虚拟机菜单栏中点击 虚拟机-> 安装 VMWARE TOOLS 子菜单,会弹出对话框,点击"确认" 安装
(5 挂载光驱 mount /dev/cdrom /mnt/cdrom (注意命令中输入的空格)这时,你的linux.iso里面的文件就相当于windows光盘里面的文件了
(6)输入命令 cd vmware-tools-distrib 进入目录
(9) 输入命令 ./vmware-install.pl运行安装VMware tools
(10)在运行安装过程中,它会一步一步的有问题提出要你回应,此过程中,你只要见到问题后面显示[yes]、[no]、[yes/no]的都输入yes,然后回车,其他的问题后面不管[ ]里面是什么直接回车就好,不要输入。
屏幕显示:
安装过程的画面,全部使用默认值,一直按 Enter 就对了
In which directory do you want to install the binary files?
[/usr/bin]
What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
[/etc/rc.d]
What is the directory that contains the init scripts?
[/etc/rc.d/init.d]
In which directory do you want to install the daemon files?
[/usr/sbin]
In which directory do you want to install the library files?
[/usr/lib/vmware-tools]
Thepath "/usr/lib/vmware-tools" does not exist currently. This programisgoingto create it, including needed parent directories. Is thiswhatyou want?
[yes]
In which directory do you want to install the documentation files?
[/usr/share/doc/vmware-tools]
Thepath "/usr/share/doc/vmware-tools" does not exist currently.Thisprogram isgoing to create it, including needed parent directories.Isthis what you want?
[yes]
The installation of Ubuntu VMware Tools 5.5.1 build-19175 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".
Before running Ubuntu VMware Tools for the first time, you need to configure it by
invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want
this program to invoke the command for you now? [yes]
Stopping Ubuntu VMware Tools services in the virtual machine:
Guest operating system daemon: [ 确定 ]
Trying to find a suitable vmhgfs module for your running kernel.
The module bld-2.6.9-5.EL-i686-RHEL4 loads perfectly in the running kernel.
pcnet32 30153 0
Unloading pcnet32 module
Trying to find a suitable vmxnet module for your running kernel.
The module bld-2.6.9-5.EL-i686-RHEL4 loads perfectly in the running kernel.
Detected X.org version 6.8.
关闭控制台鼠标服务: [ 确定 ]
启动控制台鼠标服务: [ 确定 ]
Please choose one of the following display sizes (1 - 13):
# 显示分辨率,这里是以 1024x768 为例
# Ubuntu VMware Tools 安装的时候,会自动修改 X server 的配置文件
[1] "640x480"
[2]< "800x600"
[3] "1024x768"
[4] "1152x864"
[5] "1280x800"
[6] "1152x900"
[7] "1280x1024"
[8] "1376x1032"
[9] "1400x1050"
[10] "1680x1050"
[11] "1600x1200"
[12] "1920x1200"
[13] "2364x1773"
Please enter a number between 1 and 13:
[2] 3
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-34.EL i686 [ELF]
Current Operating System: Linux rd01.domain 2.6.9-34.EL #1 Wed Mar 8 00:07:35 CST 2006 i686
Build Date: 04 May 2006
Build Host: x8664-build.centos.org
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
OSKernel: Linux version 2.6.9-34.EL (buildcentos@build-i386) (gccversion3.4.5 20051201 (Red Hat 3.4.5-2)) #1 Wed Mar 8 00:07:35 CST 2006P
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: "/tmp/vmware-config0/XF86ConfigLog.3131", Time: Mon Jun 12 20:57:34 2006
(++) Using config file: "/tmp/vmware-config0/XF86Config.3131"
(WW) VMWARE(0): Failed to set up write-combining range (0xf0000000,0x1000000)
X is running fine with the new config file.
Starting Ubuntu VMware Tools services in the virtual machine:
Switching to guest configuration: [ 确定 ]
Guest filesystem driver: [ 确定 ]
DMA setup: [ 确定 ]
Guest operating system daemon: [ 确定 ]
The configuration of Ubuntu VMware Tools 5.5.1 build-19175 for Linux for this running
kernel completed successfully.
You must restart your X session before any mouse or graphics changes take
effect.
You can now run Ubuntu VMware Tools by invoking the following command:
"/usr/bin/vmware-toolbox" during an XFree86 session.
To use the vmxnet driver, restart networking using the following commands:
/etc/init.d/network stop
rmmod pcnet32
rmmod vmxnet
depmod -a
modprobe vmxnet
/etc/init.d/network start
Enjoy,
--the VMware team
[root@rd01 vmware-tools-distrib]# shutdown -r now
# 修改完成之后,重新启动计算机,让Ubuntu VMware Tools 生效.
分享到:
相关推荐
- 将 `VMwareTools-5.5.1-19175.tar.gz` 文件复制到 `/tmp` 目录下:`cp VMwareTools-5.5.1-19175.tar.gz /tmp`。 - 进入 `/tmp` 目录并解压压缩包:`tar zxpf VMwareTools-5.5.1-19175.tar.gz`。 - 进入解压后的...
Oracle Linux 64 将linux关机后,将ISO文件挂载在CDROM上,启动操作系统 df -h 查看挂载目录 /dev/sr0 /media/VMware tools cd /media/VMware tools #进入安装目录 ...最后,重启服务器,VMwareTools安装成功。
1. **检查版本信息**:安装完成后,在Linux虚拟机终端中输入 `vmware-toolbox` 或 `vmware-user` 命令,查看当前已安装的VMware Tools版本信息。 2. **确认功能正常**:测试包括屏幕分辨率自动调整、时间同步等功能...
4. **执行安装命令**:在终端中切换至 root 用户 (`su -`),然后使用 `rpm` 命令安装 RPM 包,例如:`rpm -ivh VMwareTools-5.0.0-13124.i386.rpm`。或者,如果你喜欢图形界面,可以在 RPM 包上右键点击,选择“用 ...
Oracle Linux 64 将linux关机后,将ISO文件挂载在CDROM上,启动操作系统 df -h 查看挂载目录 /dev/sr0 /media/VMware tools cd /media/VMware tools #进入安装目录
8. **自动安装**:对于新安装的Linux系统,可以通过VMware的菜单选项来自动安装VMWare Tools,或者手动下载tar.gz包,然后解压并按照提供的指南进行安装。 9. **版本更新**:VMWare会定期发布新的VMWare Tools版本...
### Fedora 9下VMWareTools安装详尽指南 在虚拟化技术中,VMWare Tools扮演着至关重要的角色,它能够显著提升虚拟机的性能,并增强与宿主机的交互能力。对于运行Fedora 9操作系统的虚拟机而言,安装并正确配置...
sudo tar zxf VMwareTools-*.tar.gz -C /tmp ``` 4. **编译和安装** - 进入解压后的目录: ``` cd /tmp/vmware-tools-distrib ``` - 以root用户身份运行安装脚本: ``` sudo ./vmware-install.pl ``` - ...
总之,通过 VMware12 我们可以在 Windows 或 Linux 主机上顺畅地运行 macOS 系统,而安装 VMware Tools 则是提升这种体验的关键。无论是为了学习、开发还是其他目的,熟练掌握这一过程都能让你在多平台环境中...
sudo tar -xzf /media/cdrom0/VMwareTools-x.x.x-yyyy.tar.gz -C /tmp/vmware-tools ``` 这里"x.x.x"代表VMware Tools的版本号,"yyyy"是文件的校验和,需要替换为实际值。 4. **进入解压后的目录** ``` cd /...
这个“vmwaretools windows.iso”下载包,就是专门为在虚拟机中安装Windows系统而准备的VMware Tools镜像文件。 VMware Tools的主要功能在于提高虚拟机的性能和用户体验,它包含了驱动程序、系统优化工具和其他实用...
sudo cp /mnt/cdrom/VMwareTools-x.x.x-yyyy.tar.gz /tmp cd /tmp sudo tar zxf VMwareTools-x.x.x-yyyy.tar.gz ``` 这里 `x.x.x-yyyy` 是VMware Tools的具体版本号。 6. **编译和安装VMware Tools**:进入...
vmware tools for linux.iso 完成虚拟机增强的工具
总结起来,VMware Tools 9.0 for Linux是提升虚拟机性能、优化用户体验的关键工具,通过安装和使用它,用户可以享受到更加顺畅、高效的Linux虚拟机环境。对于从事Linux开发、测试或日常使用的用户来说,这是必不可少...
在“VMwareTools-10.3.21-14772444.tar.gz”压缩包内,"vmware-tools-distrib"是主要的解压目录,包含了安装VMware Tools所需的脚本和二进制文件。安装过程通常包括解压文件、运行安装脚本、然后按照提示进行配置和...
### Oracle Enterprise Linux 5 无法安装 VMware Tools 的解决方法 #### 背景介绍 在进行虚拟化操作的过程中,我们可能会遇到Oracle Enterprise Linux (OEL) 5在安装VMware Tools时出现问题的情况。这种情况通常...
- **查找安装文件**:使用 `ls` 命令查看当前目录下的文件,你会看到名为 “VMwareTools” 的文件夹,该文件夹包含了 VMware Tools 的安装文件。 - **进入安装文件夹**:使用 `cd "VMwareTools"` 命令进入该文件夹。...