I'll take another stab at it from a different perspective that might help.
Just getting TC to boot properly on modern 64 bit uefi machines is only *part* of the issue. Discovering what makes TC so special and if it is /right for you/ is the second part - but if you can't get it to boot in the first place without specialized prior knowledge it can become too frustrating. I understand.
So here is a leg up to see if TC is right for you - it is much more than just being able to boot.
1) Assuming you have a modern machine, that means windows. I highly recommend using YUMI-UEFI 0.0.4.3 or later to create the bootable usb stick with the latest 64-bit TinyCorePure64 with "Try Unlisted Iso". It will take it's time analyzing the tc iso, so don't fret too early if it appears nothing is happening.
I only use linux PCs, debian and puppylinux, no windows. I have a UEFI desktop PC and would like to try TC64. Although I used dd command successfully for 32bit laptop USB stick boot, on my main PC, dd command onto USB stick fails to boot. Any recommendations?
| Mode | Kernel | Init Ram Disk |
| Core32 | vmlinuz | (core.gz) or (rootfs.gz + modules.gz) |
| Core64 | vmlinuz64 | (rootfs.gz + modules64.gz) |
| CorePure64 | vmlinuz64 | (corepure64.gz) or (rootfs64.gz + modules64.gz) |
tce=UUID="bla-bla-bla-bla"
I only use linux PCs, debian and puppylinux, no windows. I have a UEFI desktop PC and would like to try TC64. Although I used dd command successfully for 32bit laptop USB stick boot, on my main PC, dd command onto USB stick fails to boot. Any recommendations?
If you know how to setup a bootloader yourself, you can just grab the required files from
http://tinycorelinux.net/13.x/x86/release/distribution_files/ (http://tinycorelinux.net/13.x/x86/release/distribution_files/)
http://tinycorelinux.net/13.x/x86_64/release/distribution_files/ (http://tinycorelinux.net/13.x/x86_64/release/distribution_files/)
Mode Kernel Init Ram Disk Core32 vmlinuz (core.gz) or (rootfs.gz + modules.gz) Core64 vmlinuz64 (rootfs.gz + modules64.gz) CorePure64 vmlinuz64 (corepure64.gz) or (rootfs64.gz + modules64.gz)
Then pass your tce partition UUID to your bootloaderCode: [Select]tce=UUID="bla-bla-bla-bla"