环境: linux: archlinux X86_64
VMware Workstation: VMware-Workstation-Full-7.1.4-385536.x86_64.bundle
1)下载: 到VMware官网上面下载64位workstation版本
2)创建配置文件路径
- $sudo mkdir -p /etc/rc.d/vmware.d/{rc{0..6},init}.d
3)改变下载好的bundle文件可执行属性
- $ chmod +x VMware-<edition>-<version>.<release>.<architecture>.bundle
4)下载并安装kernel-head (kernel26-headers )
- $sudo pacman -Ss kernel26-headers
这样在/usr/src/linux-2.6.38-ARCH/里面就有了很多文件了。-以后安装的时候要用的-
5)修改lsmod路径
- $sudo ln -s /bin/lsmod /sbin/lsmod
6)安装VMware workstation
- $sudo ./VMware-<edition>-<version>.<release>.<architecture>.bundle --console --custom
7)后面就是文字界面的安装过程了 除了两个要修改 其他的都默认设置(注意 这两个很重要!)
第一个:【System service runlevels】设置为 /etc/rc.d/vmware.d/
第二个:【System service scripts】设置为 /etc/rc.d
Eclipse不需要管他 用默认选项即可
8)依照内核打补丁
因为我是2.6.38 kernel and VMware 7.x.x 所以选用
- $ wget http://www.russo79.com/vmware7.1.3-patch-kernel-2.6.37.sh
- # chmod +x vmware7.1.3-patch-kernel-2.6.37.sh
- # ./vmware7.1.3-patch-kernel-2.6.37.sh
然后就可以在应用程序里面打开VMware Workstation了。
另附:卸载VMware Workstation的方法:
- $sudo vmware-installer -u vmware-workstation
如果重启后启动不了VMware Workstation里面的东西
【Could not open /dev/vmmon: No such file or directory.
Please make sure that the kernel module `vmmon' is loaded.】
就在命令行输入:
- #/etc/init.d/vmware start
参考:
阅读(6200) | 评论(0) | 转发(0) |