Table of Contents

VMware Installation

There are a few things to note if you would like to install Tiny Core Linux into a VMware Virtual Machine.
Similar things apply when you use the VirtualBox virtualization software.

Key Points

VMware does not have a pre-defined Guest Operating System choice for Tiny Core Linux. Select the 'Guest operating system' as Linux. Use the appropriate Other-type version for the kernel used. Tiny Core Linux 9.x by default uses Linux kernel 4.14.10 32-bit so the appropriate choice is 'Other Linux 4.x or later kernel'. USB 3.0 is supported if the hardware exists. Select 'Accelerate 3D graphics' under the Display option to enable DRM.

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. 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.

Installation

Boot from the CorePlus ISO image, and select 'Boot Core with X/GUI + Installation Extension'. Once booted, select the TC-install icon at the right end of the icon bar, select 'Whole Disk' and 'sda'. Click through the 'Next' buttons and the 'Proceed' button. When the dialog displays 'Installation has completed' close the dialog, and reboot the VM using the Power icon at the left end of the icon bar. After the VM reboots, click the Power icon on the left again and select 'Exit to Prompt'. At the prompt type 'tce-load -iwl open-vm-tools-desktop'. After all the extensions have downloaded, edit /etc/sysconfig/tcedir/onboot.lst so that it appears as follows:

open-vm-tools-desktop.tcz
aterm.tcz
flwm_topside.tcz
wbar.tcz

Edit ~/.profile (before TERMTYPE statement) to add support for shared host folders:

[ $(which vmware-checkvm) ] && [ vmware-checkvm ] && [ -d /mnt/hgfs ] && vmhgfs-fuse /mnt/hgfs

Edit ~/.xsession (between mouse_config and ICONS) to add support for desktop resizing and copy/paste:

[ $(which vmware-checkvm) ] && [ vmware-checkvm ] && vmware-user &

Type 'backup' and answer 'Y' to save these changes. At this point the VM should be rebooted using 'sudo reboot'.

Suggested Settings

VMWare and Open VM Tools Capabilities Known to Work

Because VMWare doesn't provide prebuilt binaries for TC, the automatic update feature can't work.