Make your onboot.lst like this:
ipv6-4.8.17-tinycore.tcz
open-vm-tools-desktop.tcz
Xlibs.tcz
Xprogs.tcz
rxvt.tcz
nano.tcz
bash.tcz
flwm_topside.tcz
wbar.tcz
openssh.tcz
ca-certificates.tcz
nginx.tcz
Double check that these are all downloaded onto your virtual hard drive before you reboot.
Xvesa will confict with Xorg, and the vmxgfx video driver is only available in Xorg, so Xvesa has to go.
Aterm does not render correctly in a VM for some reason, so it needs to go in favor of rxvt (the successor to aterm anyway).
Fluxbox and flwm_topside are both window managers. You only need one. Let's stick to FLWM until we get ESXi right.
Watch for any errors when the VM boots to see if something is not loading. Once you get to a shell prompt "tce-status -i" will tell you what is loaded.
Many thanks for your helpful reply!
I ran
tce-status -i and the only one that wasn't listed was rxvt.
I did see the following error during bootup of TC:
Loading extensions...piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
I've just installed rxvt and rebooted again.
tce-status -i has the following output:
Xlibs
Xorg-7.7
Xorg-7.7-3d
Xorg-7.7-bin
Xorg-7.7-lib
Xorg-fonts
Xprogs
atk
atkmm
bash
bzip2-lib
cairo
cairomm
elfutils
expat2
fltk-1.3
flwm_topside
fontconfig
freetype
fuse
gdk-pixbuf2
glib2
glibmm
graphics-4.8.17-tinycore
gtk2
gtk2mm
harfbuzz
i2c-4.8.17-tinycore
imlib2
imlib2-bin
ipv6-4.8.17-tinycore
libEGL
libFS
libGL
libGLESv2
libICE
libSM
libX11
libXau
libXaw
libXcomposite
libXcursor
libXdamage
libXdmcp
libXext
libXfixes
libXfont
libXfont2
libXft
libXi
libXinerama
libXmu
libXpm
libXrandr
libXrender
libXres
libXss
libXt
libXtst
libXv
libXvmc
libXxf86dga
libXxf86vm
libdmx
libdnet
libdrm
libedit
libepoxy
libevdev
libffi
libfontenc
libjpeg-turbo
liblzma
libpciaccess
libpng
libsigc++
libtiff
libvdpau
libxcb
libxkbfile
libxshmfence
llvm-lib
mtdev
nano
ncurses
ncurses5
netfilter-4.8.17-tinycore
nginx
open-vm-tools
open-vm-tools-desktop
openssh
openssl
pango
pangomm
pcre
pixman
procps
readline
rxvt
udev-lib
wbar
xcursor-themes
xf86-input-evdev
xf86-input-vmmouse
xf86-video-vesa
xf86-video-vmware
xkeyboard-config
xorg-server
[EDIT]: Added code tags. Rich