This is an old revision of the document!
Table of Contents
Install Tiny Core on a USB Drive without being Connected to the Internet
This method may be used to install Tiny Core on a USB drive using a computer not connected to the internet. It may be used by people who don't have an internet connection. It may also be used by people using wireless or dial up internet connections, which can't be connected to the internet until after Tiny Core is installed.
For other installation methods, see the Index.
Before installing Tiny Core, save a copy of all files you want to keep. All files will be lost.
This guide suggests options which may be used. This is to help people learning for the first time. There are also other options which may be used. You may set it up how you like.
Be aware: Older computers may not be able to start an operating system on a USB drive.
Use the Latest Version
Use the latest version of Tiny Core. New versions have improvements and additional features.
For version 3.6, scroll down this page.
Things You Need
A computer.
A USB drive.
The multicore CD.
Download multicore
Download the latest version of the multicore iso from one of the mirrors, and write it to a CD.
Run Tiny Core
Put the multicore CD in the drive, and restart the computer, so it runs Tiny Core with the installer.
At the boot: prompt, type
tci
Mount the ISO
Click on the Mount Tool.
Click on the CD drive so it becomes mounted. It will be green when mounted.
The CD drive will be something like sdc, without a number at the end. Hard drive and USB drive partitions are normally something like sda1, with a number at the end.
Run the Installer
To run the installer, click the Run icon, and type
tc-install
Select Tiny Core.
Select the location of the tinycore.gz file. It will be in /mnt/sdc/boot. If not sdc, use the correct drive.
Select Frugal.
Select Whole Disk.
Select the correct drive. Warning: If you select the wrong drive, everything on that drive will be lost.
Click the Forward arrow.
Formatting Options: Select ext2.
Click the Forward arrow.
Boot options: You may leave this blank.
Click the Forward arrow.
Click Proceed.
Tiny Core will be installed.
Restart the Computer
You can restart the computer and run Tiny Core. Remember to remove the CD.
Have fun using Tiny Core.
If the computer will not start Tiny Core on the USB drive, see If a Computer Won't Start from a CD, DVD or USB Drive
Also see: Install Applications, Make Extensions for Settings, Backup, Options when Installed on a USB Drive and Maximize the life of a USB Drive.
Use Passwords
If you want to use passwords to prevent other people from logging in to your computer, you can set up a menu, as explained in Select which Operating System to Start using Extlinux and add passwords, as explained in Extlinux Passwords.
Another option is to use Tiny Core Passwords.
Persistent opt
If persistent opt is used on a USB drive, in most situations, it results in less writing to the usb drive. Most people change settings in opt, less often than they backup.
When setting up persistent opt in a USB drive, it is ideal to use the UUID.
To set up persistent opt, edit the bootloader configuration file, adding persistent opt (/mnt/sda1/boot/extlinux/extlinux.conf. It may be a partition other than sda1.).
You should already have tce=UUID=“9aff3da3-474d-440d-bb6c-3240afe84ac6” (the number will be different). To set up persistent opt, copy the UUID number for opt, like this
opt=UUID="9aff3da3-474d-440d-bb6c-3240afe84ac6" tce=UUID="9aff3da3-474d-440d-bb6c-3240afe84ac6"
Use the UUID number for your USB drive.
After setting up persistent opt, edit /opt/.filetool.lst, and remove all references to opt, so it is not included in backup.
Alternate Installation Method
Another option, instead of using the multicore iso, is to use the tinycore iso and install.gz.
To use this method
Format the partition as ext2 before beginning installation.
Create a tce directory.
Copy install.gz to the tce directory (not /tce/optional).
Restart the computer for it to be loaded.
During installation:
Select Existing Partition. Then select the partition.
Formatting Options: Select No formatting, use existing.
Tinycore 3.6
Things You Need
A computer.
The Tiny Core CD.
A USB drive.
The Parted Magic CD.
Either install.gz
Or the dosfstools-3.tcz and syslinux.tcz extensions. If you plan to use the USB zip option in the installer, you also need perl5.tcz.
Download Tiny Core
Download the latest version of Tiny Core from one of the mirrors, and write it to a CD.
Download Extensions
Download either install.gz
Or the dosfstools-3.tcz and syslinux.tcz extensions. If you plan to use the USB zip option, also download perl5.tcz.
These may be downloaded from the same mirrors.
Download Parted Magic
Download the latest version of Parted Magic.
Run Parted Magic
Start the computer, running Parted Magic.
Partition the Drive
Before installing Tiny Core, the drive needs to be partitioned appropriately.
Before partitioning the drive, save a copy of all files you want to keep. All files on the drive will be lost.
Start the GParted Partition Editor.
Warning: Be sure to select the correct drive. If you select the wrong drive, everything on that drive will be lost.
Delete the existing partition.
Create an Ext2 partition using the entire USB drive.
Set the flag of the partition to Boot or Active.
Create tce Directory and Paste Extensions
Open the file manager, select the drive (on the left side - this mounts it), then find the partition you created. It may be something like /media/sda1/.
If using install.gz, create a new directory in the partition, and name it “tce.” Copy and paste install.gz to the tce directory (not /tce/optional).
If using the .tcz extensions, create a new directory in the partition, and name it “tce.” Create a new directory in the tce directory, and name it “optional.” Copy and paste all .tcz files you downloaded to the /tce/optional directory.
When installing from a hard drive or USB drive, put install.gz or extensions in the tce directory of the operating system you are installing from.
Run Tiny Core
Put the Tiny Core CD in the drive, and restart the computer, so it runs Tiny Core.
Install Local
If using install.gz, skip this.
If using the .tcz extensions, open the App Browser, click Local, click on an extension, and click OK. Repeat this to install each extension.
In some situations, you may need to mount the USB drive before running Install Local. To mount the drive, start the mount tool. If the drive is green, it is already mounted. If it is red, click on it, so it becomes green.
Run the Installer
Run the installer from Control Panel, then HD/USB Install.
Select Tiny Core.
Select the location of either the tinycore iso file, or the tinycore.gz file.
Select Frugal.
Select Existing Partition. Then select the partition. Warning: If you select the wrong partition, everything on that partition will be lost.
Click on the square preceeding “Mark Partition Active (bootable)” so it becomes ticked.
Click the Forward arrow.
Formatting Options: Select No formatting, use existing.
Click the Forward arrow.
Boot options: You may leave this blank.
Click the Forward arrow.
Click Proceed.
Tiny Core will be installed.
Restart the Computer
You can restart the computer and run Tiny Core. Remember to remove the CD.
Have fun using Tiny Core.
If the computer will not start Tiny Core on the USB drive, see If a Computer Won't Start from a CD, DVD or USB Drive
Also see: Install Applications, Make Extensions for Settings, Backup, Options when Installed on a USB Drive and Maximize the life of a USB Drive.
Use Passwords
If you want to use passwords to prevent other people from logging in to your computer, you can set up a menu, as explained in Select which Operating System to Start using Extlinux and add passwords, as explained in Extlinux Passwords.
Another option is to use Tiny Core Passwords.
Persistent opt
If persistent opt is used on a USB drive, in most situations, it results in less writing to the usb drive. Most people change settings in opt, less often than they backup.
When setting up persistent opt in a USB drive, it is ideal to use the UUID.
To set up persistent opt, edit the bootloader configuration file, adding persistent opt (/mnt/sda1/boot/extlinux/extlinux.conf. It may be a partition other than sda1.).
You should already have tce=UUID=“9aff3da3-474d-440d-bb6c-3240afe84ac6” (the number will be different). To set up persistent opt, copy the UUID number for opt, like this
opt=UUID="9aff3da3-474d-440d-bb6c-3240afe84ac6" tce=UUID="9aff3da3-474d-440d-bb6c-3240afe84ac6"
Use the UUID number for your USB drive.
After setting up persistent opt, edit /opt/.filetool.lst, and remove all references to opt, so it is not included in backup.