Tiny Core Linux
Tiny Core Base => Corepure64 => Topic started by: WtMelplay on April 19, 2025, 03:34:42 AM
-
I use rufus so that I can run tiny core, I'm very afraid of mixing up with the hdd or ssd flash drive, because there is important data there. I even used formatting, but the data on the flash drive did not change. I checked other disks, but they are also fine. And for some reason my hdd works as a flash drive (that is, it uses files from the flash drive). I'm a newbie, so I don't know what's best.
-
I've never used rufus, but as an alternative, if you have access to a machine running linux you can manually install tinycore.
Otherwise, if you have access to a machine with a cd/dvd drive, you can burn the coreplus iso to cd/dvd, boot the cd/dvd and use tc-install to install tinycore to a usb stick.
-
Unfortunately I don't have a CD drive, I just have a modern computer.
-
Rufus should be able to do the job without an issue.
1. Download the ISO file for your platform - based on your notes, I'm assuming x86_64
2. In Rufus, second line down, click the SELECT button and choose your downloaded ISO file
3. In the TOP line, be sure to select your USB drive - be sure it's the CORRECT DEVICE!
4. Click START at the bottom - once Rufus is done, be sure to properly EJECT the USB drive
Plug the USB drive/pen/stick/etc. into the machine you want to boot with Tiny Core and reboot it or turn it on.
1. Go into BIOS and be sure SAFE BOOT is in fact DISABLED; BIOS is usually the DEL key, F2 key or F10 key while it's booting up.
2. Be sure to select the USB flash drive as your main boot device
3. Save your changes and reboot - Tiny Core should now be booting
IN MY OPINION, if getting into BIOS and making changes causes any fear, you should probably have someone more familiar with computers doing all of this.
* If your device is an Andriod (such as Chromebook) or Apple (iMac/book/etc.) Tiny Core is not intended for those platforms at this point in time.
* If your device is Raspberry Pi, you should be downloading piCore instead of Tiny Core.
Finally,
I even used formatting, but the data on the flash drive did not change.
If you're uncertain as to what you're doing even within Rufus, you run the risk of wiping out everything. Stop there and find someone more familiar with computers in general and have them assist you in person. (Trying to talk someone through such things on the Internet never ends well.) Even if you have to hire someone for an hour, it's better than accidentally erasing your hard drive - which you note, has information on it you don't want to lose.
Unfortunately I don't have a CD drive, I just have a modern computer.
Just in case someday you actually "needed" one, click here (https://www.amazon.com/YOTUO-External-Portable-Rewriter-Compatible/dp/B0BTYP3DWZ/). This is just an EXAMPLE of one of many, many outlets that carry USB based CD/DVD/BDR drives for cheap which is WHY computer manufacturers skimp out on as much as possible - to cut costs on THEIR end, pass some of those savings onto the consumer, and there's always a work-around should the consumer need such.
Remember Floppy Drives? They have those in USB flavors as well.
Good luck!
-
I use rufus so that I can run tiny core, I'm very afraid of mixing up with the hdd or ssd flash drive, because there is important data there. I even used formatting, but the data on the flash drive did not change. I checked other disks, but they are also fine. And for some reason my hdd works as a flash drive (that is, it uses files from the flash drive). I'm a newbie, so I don't know what's best.
Did you tried the steps here?
https://wiki.tinycorelinux.net/doku.php?id=wiki:install_usb
-
Have also write some guide to install tc to usb also booted from the usb.
Take a look at this old thread:
https://forum.tinycorelinux.net/index.php/topic,20135.msg125292.html#msg125292 (https://forum.tinycorelinux.net/index.php/topic,20135.msg125292.html#msg125292)
-
@WtMelplay, Welcome to the forum WtMelplay and please make sure you have BOTH recovery media AND at least one good verified current BACKUP before experimentations of any kind or type.
-
There is a Win32 version of dd, along with many other *nix utilities in the unxutils package available from Sourceforge. Put the extracted folder in your path, so the utils are available everywhere.
-
Ah, "new computer" signifies a 64-bit one that is in UEFI mode for the most part.
And on these, any "dd" or dd-like utilities, even Rufus, won't boot the TC iso. Not TC's fault.
One UNOFFICIAL solution is to use Ventoy (version 1.104 or later as it fixed an earlier Tc problem). From either windows or linux versions, create the Ventoy usb drive. Now copy the TinyCorePure64 iso onto it. Found in the "Other Ports" section of the webpage.
Reboot into Ventoy passing into TinyCore. In order to have persistence, in the aterm terminal, run
tce-setdrive
Point this to any writable storage you have. I prefer either another usb stick formatted previously as ext2 as a data-only stick, but others might point to say their ext4 hard drive with the big linux distro.
You can now get a feel, save your stuff, applications, etc.
AND, if you desire to make a multi-boot 64-bit stand-alone without Ventoy, you have the tools available to follow Juanito's classic instructions here now that you are up and running!
This Ventoy / TC drive is similar to the old CD-rom boot days with an external tce-setdrive. As such since it boots a read-only iso, to make any grub boot option changes, you can only do that during boot, interrupting the process with "e", make your changes, and F10 to continue.
(Ventoy has a way of externalizing this which I've detailed elsewhere here....)
Again, not TC's fault about the usual "dd" or "burn the iso" failing on uefi machines. This workaround may whet your appetite!