Ubuntu Installation :: Where To Download The Vmware Tools Disk Image
Aug 14, 2011I'm using vmware3.1.4 player with ubuntu10.04 guest. Host OS: windows 7. Where do I download the Vmware Tools disk image? I've searching for hrs
View 3 RepliesI'm using vmware3.1.4 player with ubuntu10.04 guest. Host OS: windows 7. Where do I download the Vmware Tools disk image? I've searching for hrs
View 3 Repliesi am trying to create an image of Slackware OS but vmware is not able to detect the disk. it gives me below error, "Unable to detect disks or volumes on the source machine. Make sure that the source is a supported linux distribution." can some one tell me what do i need to do to create the image.
View 2 Replies View RelatedI have installed the latest version of Ubuntu Linux (11.04) into latest VMware workstation (7.1.4 build-385536). I have tried to install the VMware tools ISO that came with VMware workstation but It didn't work and the installation seemed real sloppy anyways.
I installed the open VMware tools from synaptic within the guest linux and restarted, everything seemed to have been installed just fine but VMware Workstation doesn't detect it. I'm not sure if the tools are outdated, silent errors happened, or if any manual post installation steps need to be taken.
getting any form of VMware tools to run in Linux and detected by VMware Workstation.
I have been using VMware Player for some time to host Fedora VMware images on Windows XP. I have been using Fedora 11 and 12 (both 32 and 64 bit) and recently started to use Fedora 13.
I use as a base the images provided by thoughtpolice. http://www.thoughtpolice.co.uk/
I usually install VMware tools and also keep the images updated (yum update) which sometimes changes the kernel.
I have recently had problems with the snapshots not having a network when I restore them. So far I don't have the problem with Fedora 11 and do have it with Fedora 12 (but used not to). I do have it with Fedora 13.
In each case the problem goes away when I uninstall the VMware tools and comes back when I install them again.
One of the symptoms is that SElinux complains about not being able to do something with /var/run/vmware-active-nics.
It looks to me that something is incorrect in the actions being taken when the snapshot is being restored. It does not happen every time and sometimes the network restores itself.
The network can be restored by rebooting the image.
I have Vmware Fusion 2.0.6 (196839) running on my MacBook Pro. I installed Fedora 11 on the fusion and it works fine. The only problem that I am having is that when I try to install vmware tools, by runnning ./vmware-install.pl in the terminal, I am prompted with this message: What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include]
If I press Enter, the same message pops up. I am fairly new to linux, and I am just setting this up so I can set up a web server on this virtual machine for testing purposes.
the kernel that I have running is:
root@box1 include# uname -r
2.6.30.8-64.fc11.i686.PAE
I have set up a virtual machine under VMware Player 3.1.2 in Debian. Operating system of this virtual machine is a Windows Server 2003. I would like to periodically test this Windows Server 2003 installation for viruses. Obvious solution would be to install an AV software under this Windows Server 2003 installation. However, I was wondering, is this possible to use NOD32 for Linux or clamav in order to test this Windows Server 2003 installation for viruses? Is NOD32 for Linux able to detect viruses inside the .vmdk file?
View 1 Replies View RelatedI'm trying to install VMware Tools for the sake of the SVGA driver alone. For the life of me, I cannot get it to work. I'm able to run ./vmware-install.pl but when it comes to configuring it that's where I've run into trouble. I've been trying and trying and trying and trying all morning to get this to work and I'm getting very frustrated now. It keeps asking me, "What is the location of the directory of C header files that match your running kernel?" I've Googled this and read several threads on the issue, tried every conceivable path I think it might be and it keeps coming back again and again saying "The path "<path>" is not valid. Would you like to change it?" WTF!? Can somebody please tell me what the default location of the C header files is under Fedora 14? Geez Louise I just want to install VMware Tools, for Christ's sake! It shouldn't be this difficult. BTW,
View 3 Replies View RelatedI am new to linux Operating System. I want to install Ubunto VMware in my dell laptop same as i am using it in office. the procedure of how can i download & install it on my laptop.
View 2 Replies View RelatedI have installed vmware but it is asking for GCC 4.3.2
GNC C Compiler (gcc) Version 4.3.2
how do I download, compile and install it?
I have installed workstation 7 and installed f12 in it. I have tried to install the tools but it cant find the headers. I have the latest kernel 2.6.31.6-166 PAE and installed the headers and devel. I have pointed the the path to /lib/modules/2.6.31.6-166.fc12.i686.PAE/build/include and /usr/src/kernel/2.6.31.6-166-fc12.i686.PAE/include and it wont take any.I have searched google and the forums and all i find is you need to install the devel and headers which i've done.
View 3 Replies View RelatedI have downloaded iso image of matlab provided by my school. As I mount the image using gmount, I saw number of files. One of the file name is 'install'. I imagine this is the file which will initiate the installation process, but don't know how to use it. Do I have to go to the mount folder in terminal and type sude install ?
View 1 Replies View Relatedif there is a mirror I could use to download a recent version of Ubuntu (e.g. natty). I'd like to use wget but can't find an address for a mirror.
View 3 Replies View Related[There are quite a few outdated guides relating to older versions of Fedora, so I figured that I'll write it up specifically for Fedora 12 to make life easier for others]
This guide is based on a fully patched Fedora 12 distribution as of Feb 5 2009.
A default install of Fedora 12 as a VMware Image (Guest) will generally fail to install VMware Tools for the following reasons (In the Fedora 12 Guest Image):
1. GCC and related packages are not installed
Make sure that 'yum list gcc*' has at least the following packages installed (these are not installed by default unless you select developer configuration).
[root@localhost ~]# yum list gcc*
Loaded plugins: presto, refresh-packagekit
Installed Packages
gcc.i686 4.4.2-20.fc12 @updates
gcc-c++.i686 4.4.2-20.fc12 @updates
2. Correct kernel-devel packages are not installed. This generally manifests itself via the following prompt:
'What is the location of the directory of C header files that match your running kernel?'
Fedora 12 installs kernel-PAE by default instead of the normal kernel rpm for the i386 distribution. Consequently, the header files required by vmware-config-tools.pl are found in 'kernel-PAE-devel' and not 'kernel-devel'.
[root@localhost ~]# yum list kernel*
Loaded plugins: presto, refresh-packagekit
Installed Packages
[code]...
The symlink /lib/modules/2.6.31.12-174.2.3.fc12.i686.PAE/source should work if the correct kernel-*-devel package is installed. vmware-config-tools.pl seems to only check this link to determine if it has found a legitimate kernel header directory.
I'm trying to install the vmware tools in Fedora 13. I've run the following commands as root:
yum install gcc -y
yum install kernel-devel -y
./vmware-install.pl
...
when it asks for the location of the directory of the C header files that match my running kernel I entered:
/usr/src/kernels/2.6.33.4-95.fc13.i686/include
but vmware-install.pl says:
The path to "/usr/src/kernels/2.6.33.4-95.fc13.i686/inc" is not valid..
After installing the package
[URL]
Code:
# rpm I VMwareTools-6.0.5-109488.i386.rpm
And others necessary packages
Code:
# yum -y install gcc kernel-devel patch make And configure:
Code:
#vmware-config-tools.pl
I get this message:
Quote:
What is the location of the directory of C header files that mach your running kernel? I tried to enter manually several locations without success.
I installed fedora 15 ,i went for install tools and successfully mount virtual drive, but after that i cant extract ****.tar.gz file. No. of errors arises like "can't success bcoz previous error" Or read only file system. I tried to change file permission but cant get result.I searched no. articles on net and follow same procedure ,but not succeed .Becoz of this i cant see fullscreen window of fedora
View 10 Replies View RelatedWe have installed vmware tools (open-vm-tools) on Ubuntu Hardy which is comaptible with the ESX 4.1. The packages are installed adding a repo.
deb [URL] main restricted
The Ubuntu VM is presently running on ESX 3.5, we will soon upgrade it to 4.0. How can I confirm which version of vmware-tools is running on the Guest Ubuntu VM? When we upgrade to new ESX version, the vmtools must be intact.
I am trying to install vmware tools on redhat 5 linux guest os running on vmworkstation 6.5 with window vista host machine. After running rpm for vmware tool when run vmware-config-tools.pl command it ask for "what is the location of the directory of c header files that match your running kernel ? [/user/src/linux/include]
View 1 Replies View RelatedI got my parts and am looking to build it tomorrow, however I don't have an OS with me to test it. This is mostly for college, multimedia stuff, so I'm obviously going need Windows on it. I'm leaning towards Debian or a Debian derivative like Ubuntu, I used that back when it was trendy and found it pretty good, but I hear Debians the same but better.
I want to get Linux on it at some stage - is it easy to install Linux on the machine first then windows, or do I have to do it the other way around? I've never installed Linux FIRST. I want to assign a particularly partition to it and keep the free space for when I install Windoze on it.
How big is the basic Debian install and where's the best place to download it? I have a shitty connection here so I can't really download a DVD image.
I am trying to download debian onto my amd64 machine, but i found a list of 8 dvds. Can I perform a complete Debian 6 installation with the DVD-1 alone? why there are so many images with different DVD names?
View 3 Replies View RelatedI want to install debian on my laptop...but i don't know what image to download.I'm new in debian and i need help.
View 8 Replies View RelatedRecently I've been struggling with an upgrade to Karmic Koala (see my Cannot Boot from Hard Disk) from Jaunty Jackalope. Despite a valiant effort to find and install grub2 I've decided instead to download and install Lucid Linx. However when I visit the download site on ubuntu.com it gives no options as to where I might save it. Since I'm currently running Karmic from a LiveCD the filesystem doesn't have enough room for the 700mg .iso, although I have plenty of room on the 40 gig HDD. How do I point the download towards my hdd rather than the LiveCD filesystem?
View 2 Replies View RelatedI have a freshly installed, updated Fedora 11 installation for which the VMWare Tools fails. It can't compile what it needs, either. It's running under ESXi 3.x.
View 2 Replies View RelatedI'm using VMWare and a Linux Mint guest OS.How can I install the VMWare Tools? The file is called vmware-install.pl.I've tried running this in the terminal, but it doesn't work.
sudo vmware-install.pl
I can't seem to remember what command I had to use.
2.6.18-194.8.1.el5xen is the reported kernel that I'm running while the headers that are installed are listed as 2.6.18-194.8.1.el5-i686. I assume these are the same, or at least close enough that it shouldn't matter.
However, when I run vmware-config-tools.pl to configure it it says it cannot find the kernel headers. I've tried pointing it to /usr/src/2.6.18-194.8.1.el5-i686/ and /usr/src/2.6.18-194.8.1.el5-i686/include (not sure which of the two I'm supposed to do as online instructions contradict one another) it says that is invalid and there seems to be no way to force it since it just complains without letting me use it anyway. What can I do? Running centos 5 btw on vmware workstation 7.
I'm trying to install debian on a buffalo linksystem and the tutorial is created for a debian lenny installation but I cannot find a download mirror anywhere for anything except debian 6. point me to a download location for a debian 5 x32 cd-image?
View 2 Replies View Relatedmy hardware configure is 1gb ram,partition of hdd is c:25gb,d:80gb,e:80gb,windows xp 32 bit ,p4 2.70ghz processorI have download fedora 13 two times from the Internet. First ----Fedora-13-i686-live in winrar (675mb) when I extract winrar Fedora-13-i686-liveAfter Then in the new folder of Fedora-13-i686-live (675mb) some new file & folder are display.This file and folder are- (EFI , isolinux , liveos) Folder & files are GPL.Second --- using the bit torrent--- I have download Fedora-13-i386-DVD winrar (3.05GB) & a file Fedora-13-i386-DVD-CHECKSUM In the winrar to be extract there is a new Fedora-13-i386-DVD(3.07GB) folder is display. In this folder some file & folder are display.
the folder are (EFI,IMAGES,ISOLINUX,PACKAGES,REPODATA) & files are(.discinfo 1kb,.treeinfo 2kb,gpl 18kb,media.repo 1kb,RPM-GPG-KEY-fedora 0kb,RPM-GPG-KEY-fedora-13-primary 2kb,RPM-GPG-KEY-fedora-13-SPARC 4kb,RPM-GPG-KEY-fedora-i386 0kb,RPM-GPG-KEY-fedora-sparc 0kb,RPM-GPG-KEY-fedora-sparc64 0kb ,RPM-GPG-KEY-fedora-x86_64 0kb,TRANS.TBL 4kb)So my simple question is to you that where is the .exe of the fedora-13 or the fedora-i386-dvd.ISO image file in both the Internet download files
I need to make a disk image of Jaunty. Something like Acronis True Image or Norton Ghost in the Windows contingence. I have tried Remastersys and Ghost 4 Linux. The former simply created an ISO file, which is 1/10th of the size of my hard drive and I do not know how to restore my computer using the ISO. The latter seems to be stuck at 0% even after leaving my PC on for 4 hours and verifying that all the settings are correct.
View 3 Replies View RelatedI've been trying to load Debian with no success. Let me describe the issue:
1. I downloaded the iso image from the Debian pages. The md5sums match.
2. I changed the boot priority so the CDROM is accessed first.
3. Performed a cold boot and see a black screen that says Checking media [Fail]. I see this three times (HD is 4th on priority list) and then Mint loads.
Here is the odd part:
4. I can successfully load Arch from the cd/dvd drive.
5. I can also load Mint form the cd/dvd drive.
6. Cannot load Crunchbang from cd/dvd drive - same as when I try Debian.
I don't know how to proceed from here. I did erase my log files and performed another cold boot with Debian in hopes I might find some sort of error in them, but I really don't know what I am looking for. I saved the log files ....
System info:
Computer Toshiba Satellite P875-S7102
Linux distro Linux Mint 17 Cinnamon 64-bit
Cinnamon version 2.2.13
Linux Kernel 3.13.0-24-generic
Processor Intel Core i7-3630QM CPU @ 2.40 GHz x 4
Memory 8 GB
Hard drive 750 GB
Graphics Card Intel Coorporation 3rd Gen Core processor Graphics Controller
I've installed Debian 5.0.7 on a partition of my hard-disk. Before I was using Slackware, so now I have in sda1 slack 13.0 and in sda2 debian 5.The problem is that Lilo can't find the ram disk image. I tried to insert in lilo.conf file the line "initrd=/deb5/initrd.img", but it doesn't work. I tried also to create from the installation cd an initramfs file and to make the link "/deb5/initrd.img" point to it.I've used the "lilo -v" command from slackware, so in / was /dev/sda1 with slackware 13 and in /deb5 was mounted /dev/sda2 with debian 5.
View 5 Replies View Related