logo

Let’s Work Together

Partner with you to deliver responsive and cost-effective IT & Support solutions
Reponsive
Cost-Effective
Partner with you
Focus
Attitude to Serve
Professional
These are the reasons why AionSolution is your vendor when you are seeking someone to support your IT in your office.
info@aionsolution.com
+852 2636 6177

VMware Workstation-10.0.1 fails after RedHat-6 / Centos software update

No problems in XP or Windows 7 VMs anymore.
Summary of what I did:$ sudo service vmware stop$ sudo mv -v /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.orig

$ sudo rm -v /lib/modules/$(uname -r)/misc/v*.ko

$ sudo depmod -a

#I already had gcc, make, and the kernel headers, but if anyone is following this, they should probably make sure

$ sudo yum install make gcc kernel-headers-$(uname -r)

start vmware