|
|
|
|
vmware的vmware tools安装
我的机器安装了vmware,在此之上又安装了linux,但是现在vmware tools install不能成功,linux也只是命令窗口,没有图形界面。这样也没有学习的气氛
高手们,指点一下,具体步骤,怎样让它运行起来! 先去install vmwaretools(在虚拟机配置里面) 然后 # cp /mnt/cdrom/vmware-linux-tools.tar.gz /tmp # cd /tmp # tar xzf vmware-linux-tools.tar.gz # cd /vmware-linux-tools # ./install.pl 就高定了 最后 #startx 上面mount的是什么光盘啊,~ 有谁能说说吗? 是虚拟的光盘 #mkdir /mnt/cdrom #mount -t iso9660 /dev/cdrom /mnt/cdrom 我是想问,mount的是张什么光盘,我从哪里可以得到。 谢谢 引用qisk “ 先去install vmwaretools(在虚拟机配置里面) 然后 # cp /mnt/cdrom/vmware-linux-tools.tar.gz /tmp # cd /tmp # tar xzf vmware-linux-tools.tar.gz # cd /vmware-linux-tools # ./install.pl 就高定了 最后 #startx ” 你们这是在LINUX下装VM啊,他说的好象是在VM中装LINUX????????LINUX中没X执行startx就可以拉,或者把INIT改成5 我们说的是在VM中装linux并且在此linux中装显卡 有谁知道“vmware-linux-tools.tar.gz”在哪里? LINUX下装显卡还要工具吗/?SETUP里不是有配置吗? -------------------------------------------------------------------------------- 点击setting->vmware tools install mount /dev/cdrom /mnt/cdrom cd /mnt/cdrom 里面就有显卡驱动 登录root 点击setting->vmware tools install cd /tmp tar zxvf vmware-linux-tools.tar.gz cd vmware-linux-tools ./install.pl reboot 为什么我的vmware tools不能安装? 一点击vmware tools install就出现: An error occurred while trying to access image file "linux.iso" needed to install VMware Tools:系统找不到指定的文件。 Please reinstall VMware Workstation,then try again to install the VMware Tools package in your virtual machine 解决方案0: vmware没装好?从别人那里拷一个tools的.iso就行 vmware上的linux安装 我在VMWARE上安装LINUX,在网上我找到如下资料: Vmware的虚拟显示驱动程序和一个Vmware的工具都是放在虚拟的软盘中的。选择Edit/Vmware Tools Install可以激活这个虚拟软盘。打开Windows的资源浏览器,进入A盘就可以看到一个可执行文件和一个.inf文件。安装显示驱动也很简单。使用驱动程序升级,让Windows找A盘就可以了。好了,到此为止,你的虚拟Windows 2000 Server就安装好了,可以开始使用了。关于安装Windows 2000 Server还有一些同服务器相关的配置,这已超出本文讨论的范围,可以参考一些其他Windows 2000 Server的书籍。(以上是虚拟WINDOWS操作系统的描述) 安装Windows操作系统是很容易的,安装linux就没这么简单了,但是安装步骤并没有什么不同。我在这里提醒大家几点: 1.如果你安装的是RedHat linux 7.1,在光盘启动后要选择Text mode。实际上你即便是选择图形模式,安装程序检测后还是会跳到Text mode。而有时在检测的过程中会死机。在安装其他的版本的Linux就没有这种情况。 2.在配置X Windows时,显示卡选择General VGA,No Clock, 256k Memory。 3.安装结束后仍要安装虚拟显示驱动。激活虚拟的软盘后Mount软盘,根据其中的Readme来安装虚拟显示驱动程序。 我的问题是,1:可以通过上面说的MENU选项激活虚拟软盘,但是我怎么MOUNT他呢 激活虚拟的软盘后Mount软盘,根据其中的Readme来安装虚拟显示驱动程序 mount /dev/fd0 /mnt/floppy 在vmware下的LINUX X WINDOWS配置! 运行环境是:win2k Advanced English+VMware Workstation3.20 安装了REDHAT LINUX2.1,我想进去LINUX的图形界面,运行Xconfigurator,在测试时总不能成功。请帮忙: 显示卡为:ElsaGloria Synergy 显存:8M 显示器:Samsung SyncMaster 551S 具体应该选哪些参数,Ths! 配Xconfigurator,是没有用的,需要安装VMware Tools! VMware Tools相当于显卡驱动,呵呵。 我手上的是VMware GSX 1.0,不是VMware Workstation3.20,copy一段help给你,应该有帮助! 1、To install VMware Tools in a Windows guest operating system: 1)Power on the virtual machine. 2)Prepare your virtual machine to install the VMware Tools. This will reconfigure the first floppy drive in your virtual machine. Choose Settings > VMware Tools Install... If you decide not to proceed with the installation of the VMware Tools, you may cancel the operation. Choose Settings > Cancel VMware Tools Install 3)Double-click the My Computer icon on your desktop. 4)Double-click the A: device. 5)Double-click VMwareTools.exe and follow the instructions. 6)The VMware Tools background application will be launched auTOMatically when you reboot the virtual machine. 2、To install VMware Tools in a linux guest operating system: 1)Power on the virtual machine. Prepare your virtual machine to install the VMware Tools. This will reconfigure the first floppy drive in your virtual machine. Choose Settings > VMware Tools Install... If you decide not to proceed with the installation of the VMware Tools, you may cancel the operation. Choose Settings > Cancel VMware Tools Install 3)As root, mount the VMware Tools floppy, copy the contents of the floppy to /tmp, and unmount the floppy. cd / mount -t vfat /dev/fd0 /mnt cp /mnt/vmware-linux-tools.tar.gz /tmp umount /dev/fd0 4)Untar the VMware Tools tar file in /tmp, and install it. cd /tmp tar zxf vmware-linux-tools.tar.gz cd vmware-linux-tools ./install.pl 5)Start X and your graphical environment if they are not started yet. 6)In an X terminal, launch the VMware Tools background application. vmware-toolbox & The VMware Tools background application may be run as root or as a normal user. The application will have additional capabilities if run as root. 我终于搞好了,安装完redhat后,要加载vmware目录下面一个linux.iso文件,把内面一个*.tar文件拷到/tmp目录并解开,执行./install.pl就OK拉 作者:佚名 文章来源:本站原创 点击数: 更新时间:2006-12-29
|
||||||||||||