Fedora 14 使用VM7.1安装,VMware-tools的安装红色标注的是我使用过的命令
1、安装GCC开发工具# Install software called by by VMware Toolsyum install gcc
这个是必须装的,默认的都没有
2、安装内核文件# Install kernel header filesyum install kernel-devel
3、检查内核文件的版本是否匹配,如果不匹配需要进行升级# Check it matches the running kerneluname -r # running kernelrpm -q kernel-devel # installed kernel headers
我这里两个版本就是不对,一个是2.6.35.6-46.fc14.i686 另一个是2.6.35.6-48.fc14.i6864、第3不中如果不匹配,则需要升级内核文件,升级完后,重新启动系统# It the two versions do not match, runyum -y upgrade kernel kernel-devel# then reboot (but only if they did not match).
5、查找内核文件的位置,安装VMware-tool工具时候需要(我装的时候,会自动查找到,不需要手工指定)# Find out where the kernel headers arels -d /usr/src/kernels/$(uname -r)*/include
当后面安装提示What is the location of the directory of C header files that match your running kernel?
这里就要用到显示的地址,你可以复制,但我安装后后,这个地址也就默认了,直接回车就OK了# You may need this later.6、下载虚拟机 工具安装包(这里我是由VM自己下载的)即:VMware-tool安装包,并解压(具体就是在虚拟机工具栏上,点击"VM"->"Install VMware Tools",会出现安装包,选择*.gz的文件,解压到一个目录下就可以)以下是命令行中具体实现方法,我是在图形界面下实现的# If you already have VMwareTools-5.5.2-29772.tar.gzon disk, SKIP THIS STEP!# Download VMware-workstation-5.5.2-29772.tar.gz from vmware.com# Extract the VMware Tools iso from ittar --strip-components=3 -zxvf VMware-workstation-5.5.2-29772.tar.gz vmware-distrib/lib/isoimages/linux.iso# Create a temporary mount pointmkdir /mnt/vmtools-temp# Mount the imagemount -o loop linux.iso /mnt/vmtools-temp# Copy VMware Tools from the mountcp /mnt/vmtools-temp/VMwareTools-5.5.2-29772.tar.gz /tmp/# Unmount the image and tidy upumount /mnt/vmtools-temprmdir /mnt/vmtools-temprm linux.iso# Unpack VMware Tools to a temporary directorycd /tmp/tar zxvf VMwareTools-5.5.2-29772.tar.gz7、进入解压目标目录,执行以下代码,一路回车按下来cd /tmp/vmware-tools-distrib/ (这里要根据你cp vmtools文件解压位置来)./vmware-install.pl8、直到该步骤,拷贝粘贴第5步的路径,然后一直按回车,直到选择屏幕分辨率。What is the location of the directory of C header files that match your runningkernel? [/usr/src/kernels/2.6.18-1.2849.fc6-i686/include]Fedora&Qemu 的几个问题Fedora 14 LiveCD 硬盘安装方法相关资讯 Fedora 14 - Ubuntu 10.10与Fedora 14下使用scp (11/15/2011 16:03:56)
- Fedora 14 打印机配置 (printer (09/03/2011 09:41:33)
- Windows 7下硬盘安装Fedora 14 (08/19/2011 09:07:33)
| - Fedora 14配置无线连接 (09/29/2011 09:16:46)
- Linux 更新后Nividia显卡问题及解 (08/19/2011 09:10:43)
- Fedora 14 安装Matlab R2011a (08/19/2011 09:00:10)
|
本文评论 查看全部评论 (1) 评论声明- 尊重网上道德,遵守中华人民共和国的各项有关法律法规
- 承担一切因您的行为而直接或间
|