歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux服務器 >> vmware的vmware tools安裝

vmware的vmware tools安裝

日期:2017/3/2 16:56:30   编辑:Linux服務器

 我的機器安裝了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拉

Copyright © Linux教程網 All Rights Reserved