Yesterday I rebuilt my Ubuntu 9.10 64 bit machine to 10.04 64 bit. All went well except for the nVidia driver which crapped out after I had finished installing 90% of my software. A couple of uninstall/reinstalls and a few good kicks and it is working. Much improved over 9.10.
So this morning I fired up an XP VMware guest in player 3.0.1 build-227600 newly installed on the Ubuntu host. I built the guest last year on Workstation 6.5 on Ubuntu 8.04 and have been running it on 9.10 for the last 6 months with no issues. However, when run on the 10.04 host the VM pegged 2 of the 8 host CPUs and slowed to a crawl. It did not do much for host performance either.
I found a couple of links discussing the issue. They are listed below:
http://www.loadyourself.com/linux/hi...files-on-ntfs/
http://it.thelibrarie.com/weblog/?p=315
The second one did the trick for me. Basically I did the following:
- downloaded the Intel network adapter driver here
http://support.intel.com/support/net.../cs-006120.htm
- copy the driver to a flash drive which will be accessible to the guest
- added this line to the vmx file for the guest
Quote:
|
Ethernet0.virtualDev = "e1000"
|
- started the guest - note that it has not network capability at this point
- copied the Intel driver from the flash drive to the guest and installed it.
All is now well. Thanks to the original poster. I will leave this thread open for a few days for comments and then mark it resolved.
Ken