[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howtos:misc:virtualisation:vmware_guest [2018/03/12 00:33 (UTC)] – [Sources] bifferoshowtos:misc:virtualisation:vmware_guest [2018/10/19 00:26 (UTC)] (current) – [Guest Additions Install] bifferos
Line 7: Line 7:
 ===== VM Creation Options ===== ===== VM Creation Options =====
  
-Creating a virtual machine is pretty standard.  If you want you can choose VMXNET3 as network interface card because Slackware supports that out of the box, and should give about 15% performance boost in some workloads.  Alternatively you can play it safe and just use e1000.  Don't choose paravirtualised disk controller which is often (un)helpfully selected by default for Linux: either SATA or LSI Logic SAS should work fine.+Creating a virtual machine is pretty standard.  If you want you can choose VMXNET3 as network interface card because Slackware supports that out of the box, and should give about 15% performance boost in some workloads.  Alternatively you can play it safe and just use e1000.  Don't choose paravirtualised disk controller which is often 'helpfullyselected by default for Linux: either SATA or LSI Logic SAS should work fine.
  
 ===== Guest Additions Install ===== ===== Guest Additions Install =====
Line 24: Line 24:
 # tar xvf /mnt/dvd/vmware-tools-distrib.tar.gz # tar xvf /mnt/dvd/vmware-tools-distrib.tar.gz
 </code> </code>
 +
 +You may find the file is called something other than vmware-tools-distrib.tar.gz, there should only be one tarball.
  
 Before we do anything else, we have one little patch to apply.  Save this to a file called /usr/src/vmware.patch: Before we do anything else, we have one little patch to apply.  Save this to a file called /usr/src/vmware.patch:
 howtos:misc:virtualisation:vmware_guest ()