Khi Linux update kernel mới khi mở VMware sẽ có cử sổ thông báo VMware Kernel Module Updater (Before you can run VMware, serveral modules must be compiled and loaded into the running kernel). Nếu bạn bấm Install và cài đặt thành công thì có thể bỏ qua bài viết này. Khi gặp lỗi, cần phải build lại vmmon, vmnet modules của VMware Workstation bằng cách thủ công.
Bài viết này giới thiệu cách update cho:
- VMware Workstation version 17.6.3
- Linux: Fedora. Kernel: 6.15.3-200.fc42.x86_64
Bạn thực hiện chạy các lệnh sau trong Terminal:
wget https://github.com/philipl/vmware-host-modules/archive/refs/heads/workstation-17.6.3.zip
unzip workstation-17.6.3.zip
cd vmware-host-modules-workstation-17.6.3
tar -cf vmmon.tar vmmon-only
tar -cf vmnet.tar vmnet-only
sudo cp vmmon.tar vmnet.tar /usr/lib/vmware/modules/source/
sudo vmware-modconfig --console --install-all
Chúc các bạn thành công!
Nhãn:
Linux