Category Archives: Virtualization

Linux : Remove VMware Workstation

Latest VMware Workstation (such as VMware-Workstation-Full-7.1.4-385536.x86_64.bundle) can be uninstalled using the following command on a Linux host : vmware-installer -u vmware-workstation You may have a look at the list of VMware product installed and their version using this command : vmware-installer -l

VMware : Mac OSX guest crash or failed to start

Considering that you have a supported CPU with VT enabled, you may have a look at the guest configuration file (.vmx) and make sure theses value are correct : guestOS = “darwin-64” ich7m.present = “TRUE” smc.present = “FALSE” keyboard.vusb.enable = “TRUE” mouse.vusb.enable = “TRUE” monitor.virtual_exec = “hardware” monitor.virtual_mmu = “software”