Skip to content

Instantly share code, notes, and snippets.

@PiN73
Created May 17, 2019 20:48
Show Gist options
  • Save PiN73/7a890b21f2d2dd22bdc0219b0eebc00e to your computer and use it in GitHub Desktop.
Save PiN73/7a890b21f2d2dd22bdc0219b0eebc00e to your computer and use it in GitHub Desktop.
fix: Before you can run VMware, several modules must be compiled and loaded into the running kernel.
git clone -b workstation-15.0.2 https://github.com/mkubecek/vmware-host-modules.git
cd vmware-host-modules
tar -cf vmmon.tar vmmon-only
tar -cf vmnet.tar vmnet-only
sudo cp -v vmmon.tar vmnet.tar /usr/lib/vmware/modules/source/
sudo vmware-modconfig --console --install-all
@clnne
Copy link

clnne commented Feb 26, 2024

you can use this script https://github.com/0xYtaya/vmwarerepair will automaticly repair your host modules

Works great! Thank you.

@tiagosilas
Copy link

you can use this script https://github.com/0xYtaya/vmwarerepair will automaticly repair your host modules
Works great! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment