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
wiki:vmware_installation [2018/04/22 16:27] – [Using SCSI] andyjwiki:vmware_installation [2018/04/22 17:56] (current) – [Hard Drives] andyj
Line 8: Line 8:
  
 ==== Hard Drives ==== ==== Hard Drives ====
-VMware products will create a SCSI virtual hard drive for a Linux VM when using the new VM wizard. This controller is not recognized by the Tiny Core Linux kernel. Depending on the VMware product and version there may or may not be a 'Virtual Device Node' setting available in the 'New Virtual Machine Wizard'. If this cannot be selected when the hard disk is created, it is necessary to delete it and create a new one before powering on the virtual machine. The procedure for this depends again on the product and version. For some, you must go to 'Edit virtual machine settings' from the Virtual Machine page/tab.  For others, you can click the SCSI drive drop down, then remove then 'Add Hardware' and add a new hard disk. You may reuse the virtual disk file created earlier. If available, the easiest configuration is to use the SATA adapter, otherwise choose IDE.+VMware products will create a SCSI virtual hard drive for a Linux VM when using the new VM wizard. This controller is not recognized by the Tiny Core Linux kernel. This will become evident when no hard drive is detected during installation. Depending on the VMware product and version there may or may not be a 'Virtual Device Node' setting available in the 'New Virtual Machine Wizard'. If this cannot be selected when the hard disk is created, it is necessary to delete it and create a new one before powering on the virtual machine. The procedure for this depends again on the product and version. For some, you must go to 'Edit virtual machine settings' from the Virtual Machine page/tab.  For others, you can click the SCSI drive drop down, then remove then 'Add Hardware' and add a new hard disk. You may reuse the virtual disk file created earlier. If available, the easiest configuration is to use the SATA adapter, otherwise choose IDE.
  
  
Line 27: Line 27:
 [ $(which vmware-checkvm) ] && [ vmware-checkvm ] && vmware-user & [ $(which vmware-checkvm) ] && [ vmware-checkvm ] && vmware-user &
 </code> </code>
-Type backup and answer 'Y' to save these changes. At this point the VM should be rebooted using 'sudo reboot'.+Type 'backupand answer 'Y' to save these changes. At this point the VM should be rebooted using 'sudo reboot'.
  
-==== Settings (that seem to work well) ==== +==== Suggested Settings ==== 
-RAM: 64 MB minimum; more is suggested based on your desired use.+  RAM: 64 MB minimum if text onlyfor GUI consider at least 256MB 
 +  * Select 'Accelerate 3D graphics' under the Display option to enable DRM 
 +  * Network Adapter: Depending on the product and version the network adapter may either be a pcnet32 or vmxnet3 
 +  * Network Adapter Connection: NAT (an Internet connection is suggested; Bridged may also work but is host-configuration dependent) 
 +  * Virtual hard disk: SATA default is 8 GB 
 +  * The shared folders will be accessible to the 'tc' user only, not even root can access the /mnt/hgfs directory. 
 +  * The desktop wallpaper and wbar will not adjust automatically to window resizing. For best results set the wallpaper to one color, no gradient or logo, and wbar to be vertical in the upper left corner 
 +  * The default terminal 'aterm' graphics do not work well with the VMware driver. Use 'rxvt' instead 
 +  * Udev has been known to crash VM's. Set 'udev.children-max=24' in the kernel command line to prevent this
  
-Network Adapter: Most products use the VMXnet network adapter by default (recognized with no additional effort) +==== VMWare and Open VM Tools Capabilities Known to Work ====
-Network Adapter Connection: NAT (an Internet connection is suggested; Bridged may also work but is host-configuration dependent) +
- +
-SATA virtual disk: Default is 8 GB. +
- +
-==== VMWare and Open VM Tools ==== +
-Both the proprietary VMWare Tools and the Open VM Tools can be compiled and installed in a TinyCore guest virtual machine. These require Xorg because there is an xf86-vmware driver that must be used. Capabilities known to work are:+
   * Automatic resizing of the desktop with the guest window including full screen support (reposition wbar to upper left of desktop)   * Automatic resizing of the desktop with the guest window including full screen support (reposition wbar to upper left of desktop)
 +  * Multi-monitor full screen support including cycling through displays
   * Automatic mouse grab and ungrab   * Automatic mouse grab and ungrab
-  * VMXnet network module in place of the PCNet32 module+  * VMXnet3 network module in place of the PCNet32 module 
 +  * Access to host devices such as USB drives 
 +  * USB 3.0 is supported
   * Host shared folder access using HGFS (mounted at /mnt/hgfs)   * Host shared folder access using HGFS (mounted at /mnt/hgfs)
   * Time synchronization with host   * Time synchronization with host
-  * Copy/paste to/from host/guest +  * Copy/paste between host/guest 
-Because VMWare doesn't provide prebuilt binaries for TC, the automatic update feature can't work. The steps to building the open-vm-tools extensions are [[wiki:open_vm_tools|here]].+  * Sound (requires alsa and alsa-config extensions) 
 + 
 +Because VMWare doesn't provide prebuilt binaries for TC, the automatic update feature can't work.
Print/export
QR Code
QR Code wiki:vmware_installation (generated for current page)