I was managed to run Electrum on Tiny Core linux. Hope this guide helps someone who want to run it.
1. Create new VM - for VMWare select IDE disks, not SCSI
2. Download the latest TinyCorePure64 iso image from
http://tinycorelinux.net/ports.html3. Run it and install to disk: launch Apps and install "tc-install-GUI" app (select "download + load"), click "Go", it adds new icon to the app bar below. Run it and install the system to disk.
4.1 Reboot and you will get the "failed in waitforX" error, fix it by installing Xorg-7.7
tce-load -wi Xorg-7.7
4.2 If you want VMware integration then install open-vm-tools-desktop
tce-load -wi open-vm-tools-desktop
4.3 Reboot. GUI should work now.
5. Install additional packages
tce-load -wi libgpg-error bash coreutils fuse
6. Add symlink for electrum
see code here -> https://pastebin.com/raw/T8xajq2N (I can't post this code here because it crashes the forum with Internal Server Error)
7. Download and chmod electrum:
wget https://download.electrum.org/4.0.9/electrum-4.0.9-x86_64.AppImage
chmod +x electrum-4.0.9-x86_64.AppImage
8. Go to "Control Panel", as "Action" select "Backup", click "Go"
9. Run electrum
./electrum-4.0.9-x86_64.AppImage