Vmware-workstation

From Funtoo
Revision as of 11:36, February 25, 2021 by Ben (talk | contribs) (Fixed the Company and Product names)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Here are the steps, tips, and tricks to have VMware Workstation working on Funtoo Linux.

VMware Workstation PRO is a PAID PRODUCT you need a license to use. See https://www.vmware.com/products/workstation-for-linux.html

Note: If you plan to run Windows VM's as Guest - see - https://bugs.funtoo.org/browse/FL-3798

Disable CONFIG_CC_STACKPROTECTOR ( General setup/Stack Protector buffer overflow detection = NONE

See Custom Kernel for more details

Tested Kernels:

  • sys-kernel/debian-sources-lts - 4.9.30
  • sys-kernel/debian-sources - 4.11.11

VMware Workstation:

  • app-emulation/vmware-workstation - 12.5.7.5813279

Installing VMware Workstation

  • Create a file called "vmware" on /etc/portage/repos.conf"
cat << 'EOF' >> /etc/portage/repos.conf
[vmware]
location = /var/git/vmware
auto-sync = no
priority = 10
EOF
cd /var/git/ && git clone https://anongit.gentoo.org/git/proj/vmware.git
echo "app-emulation/vmware-workstation bundled-libs" >> /etc/portage/package.use
emerge -va vmware-workstation

- The step above will ask to unmask the package, unmask and install as usual.

  • Alternate method use Layman to install and manage.

After Install:

emerge --config vmware-workstation
service vmware start