注意:在安装过程中会让你选择是否改变屏幕大小,千万别默认no,不然你的屏幕就不好改了。

1. 安装 Virtual Machine
1.1 通过VMware Infrastructure Web Access登陆vmware

1.2 选择Virtual Machines -> Create Virtual Machine.

1.2.1 给虚拟机取个名字,选择虚拟机文件存放位置

1.2.2 接下来选择 Linux Operation System

1.2.3 分配虚拟机使用的内存大小,我分配 1.5G

1.2.4 配置虚拟机磁盘大小及存储路径,我分配了30G物理硬盘

1.2.5 接下来一路Next ,详细可以参考 这里

1.3  Unbuntu10.10 的安装 ,详细参见 : Ubuntu 10.10 Netbook 安装图解

这里只需要说一下在 “分配磁盘空间” :

建议分配3G左右的SWAP空间; 再分100M专门挂载 /boot

2. Install VMware Tool
安装VMware可以改变虚拟机显示的大小,也可以让真机喝虚拟机实现字符串相互拷贝,相互分享共享目录......

2.1 通过VMware Infrastructure Web Access登陆vmware

2.2 点击虚拟机上的安装vmware tools,回到虚拟机(Ubuntu)桌面回看到一个vmware tools的cdrom图标。

2.3 打开它,复制“vmwaretools....tar.gz”,到 /home/{user} ; 解压为文件夹 vmwaretools....

2.4 查看vmwaretools下的.pl文件是否有执行权限,如果没有则添加

2.5 sudo ./vmware-install.pl

2.6 接下来一路输入YES,直到你看到---the vmware team就可关闭窗口,然后重新启

也可以参考 这里

Ubuntu 10.10 在安装的时候目前会碰到几个问题:

Console代码
What is the location of the directory of C header files that match your running  
kernel? [/usr/src/linux/include] <直接按 Enter>  
  
The path "/usr/src/linux/include"  is not an existing directory.  
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] <直接按 Enter>

The path "/usr/src/linux/include" is not an existing directory. 
由于 Kernel 版本是 APT 抓下來的最新版,所以会需要输入 “/usr/src/linux-headers-2.6.35-22-generic/include “

要注意的是,VMWare Tools 安装时会询问目前系统使用的 Kernel header,所以如果 /usr/src 下有多个 Kernel header 目录,最好先执行 “uname -r“ 指令,确认应该使用那个本版。另外可以不直接使用 “/usr/src/linux-headers-2.6.35-22-generic/include” ,先 “sudo ln -s /usr/src/linux /usr/src/linux-headers-2.6.35-22-generic/include”

Console代码
What is the location of the directory of C header files that match your running  
kernel? [/usr/src/linux/include] /usr/src/linux-headers-2.6 . 35 - 22 -generic/include  
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux-headers-2.6.35-22-generic/include 
按回车以后,还是报错说,指定的Kernel headers喝当前系统使用的版本不匹配。

Console代码
The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match  
your running kernel (version 2.6 . 35 - 22 -generic). Even if the module were to  
compile successfully, it would not load into the running kernel.    
The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match
your running kernel (version 2.6.35-22-generic). Even if the module were to
compile successfully, it would not load into the running kernel.   
但事实并不是不匹配,而是 Kernel 中有一个变量 UTS_RELEASE 的不存在了。以前这个定义放在 /usr/src/linux-headers-2.6.35-22-generic/include/linux/version.h ,而现在已经移到了/usr/src/linux-headers-2.6.35-22-generic/include/linux /utsrelease.h。所以简单的方法,我们只需要在version.h中添加 #define UTS_RELEASE "2.6.35-22-generic" (具体值使用 “uname -r“ 查看)

接下来继续,又会有新的错误提示!! -_-|| 找不到 autoconf.h 原因是因为 autoconf.h 不再VMware tools 安装程序预设的寻址目录中。

Console代码
The path  "/usr/src/linux-headers-2.6.35-22-generic/include"  is a kernel header  
file directory, but it does not contain the file "linux/autoconf.h"  as  
expected. This can happen if the kernel has never been built, or if you have  
invoked the "make mrproper"  command in your kernel directory. In any case, you  
may want to rebuild your kernel.    
The path "/usr/src/linux-headers-2.6.35-22-generic/include" is a kernel header
file directory, but it does not contain the file "linux/autoconf.h" as
expected. This can happen if the kernel has never been built, or if you have
invoked the "make mrproper" command in your kernel directory. In any case, you
may want to rebuild your kernel.   
可以简单的把它链接过来:

cd /usr/src/linux-headers-2.6.35-22-generic/include/linux

sudo ln -s ../generated/autoconf.h ./

然后应该能顺利完成安装了。

Ubuntu10 上安装Vmware Tools注意相关推荐

  1. 在debian上安装vmware tools的问题

    在debian发行版系统上安装vmware tools,遇到如下提示 Searching for GCC... The path "/usr/bin/gcc" is not val ...

  2. 在Ubuntu 20.04 LTS Focal Fossa上安装VMware Tools

    首先,通过apt在终端中运行以下命令,确保所有系统软件包都是最新的. sudo apt update sudo apt upgrade 然后,在Ubuntu 20.04上安装VMware Tools. ...

  3. 使用VMware 5.5.3在Ubuntu Edgy上安装VMware Tools

    The VMware Workstation 5.5.3 release notes indicate that it includes "Experimental support for ...

  4. 在Ubunto上安装VMware Tools

    找到点安装的地方 先运行虚拟机: 以前没安装过的:1.选中 虚拟机-->安装VMware Tools 安装过得: 2.打开驱动器(也就是一个光碟形状的那个),中间会有一个VMware Tools ...

  5. 如何在kali Linux上安装VMware Tools

    作用: 1.让虚拟机和本地上的文件可以互传,直接拖动就可以实现转接 2.可在虚拟机上执行本地脚本 3.本地时钟与虚拟机同步 4........... 方法: 1.运行虚拟机 2.在上方菜单栏中点击安装 ...

  6. BackTrack5安装Vmware Tools

    第一次在BackTrack5上安装Vmware Tools时,每次安装到一半均提示某文件权限不够,无法继续安装.当通过chmod命令更改安装软件与所提示的文件的权限后,又会提示某文件缺失或没有操作权限 ...

  7. Windows Server 2012 R2无法正常安装VMware tools

    在Windows Server 2012 R2上安装 VMware Tools使出现错误: 解决方法: 在VMWare虚拟机中的Windows Server 2012操作系统上安装Windows8.1 ...

  8. VMware 下 Linux 利用虚拟光驱安装 VMware Tools 详解

    我用的Linux系统是Fedora,刚学Linux,好多东西还不会,昨晚因为需要在主机系统window 7和虚拟系统Fedora之间copy或托拉文件,为此需要在虚拟机系统Fedora上安装Vmwar ...

  9. 在VMware中win7上安装VMware Toos提示升级系统到SP1

    问题: 在windows7上安装VMware Tools程序时,提示你必须安装microsoft windows 7 service pack 1,请安装SP1并再次安装程序 原因: 之前下载的镜像有 ...

最新文章

  1. python pip指令_python 常用 pip 命令合集
  2. html主动发起重新布局,重启连不上网
  3. java程序中的图片与数值关联_Java从图片中读取图片的元数据Exif信息
  4. 我的Java后端书架 (2016年暖冬4.0版)
  5. Python 图片挑选程序,tkinter, 自动分类
  6. alibaba cloud is expensive
  7. maven 可执行 jar_Maven提示:有关可执行jar的所有信息
  8. 计算机的硬盘 内存在哪查到,电脑硬盘内存怎么查看
  9. Freemarker常用技巧
  10. C#文件目录IO常见操作汇总
  11. 文档在线编辑组件的发展回顾与开发集成选择问题
  12. visual studio 图标_知识内容创作者必会:如何一键获取苹果软件图标?
  13. Windows 7各版本比较
  14. mysql实验数据库报告_MySQL数据库技术》实验报告模板
  15. win7系统打开打印机服务器,Win7如何开启打印机服务?
  16. 如何解决Python中的RuntimeWarning: invalid value encountered in double_scalars问题
  17. ElasticSearch基础教程
  18. 推荐系统10——评分预测问题
  19. 使用Python的Cufflinks库创建三维散点图
  20. 有限状态机FSM详解(5)——层次状态机HSM

热门文章

  1. python语言中文社区-Python 之父谈 Python-Go语言中文社区
  2. python详细安装教程linux-Linux(Ubuntu)系统安装Python
  3. python编程在哪里写-Python自带的IDE在哪里
  4. python学习书籍推荐-Python语言之6本机器学习书籍推荐
  5. python for-Python for 循环
  6. zerodivisionerror什么意思python-Python 中的 else详解
  7. python毕业设计开题报告-基于Python的教学互动系统的设计与实现开题报告
  8. spoj Pattern Find(kmp)
  9. centos下搭建yum服务器
  10. 一文看透 Redis 分布式锁进化史(解读 + 缺陷分析)(转)