This is an old revision of the document!
Table of Contents
Install Tiny Core if you already have Windows
If you already have Windows installed on a computer, and want to install Tiny Core, while keeping Windows, you may use one of the following methods.
This guide suggests options which may be used. This is to help new users. There are also other options which may be used. To try to explain them all would make it confusing.
Use the Latest Version
Use the latest version of Tiny Core. New versions have improvements and additional features.
Option 1: Install Tiny Core on a USB Drive
The easiest way is to install Tiny Core on a USB drive, and run it from the USB drive. This may be done using one of these methods:
Be Aware: Some older computers may not be able to start an operating system on a USB drive.
Option 2: Install Tiny Core in a New Partition
If a computer already has a recent version of Windows installed, while running Windows, and logged in as Administrator, you may defragment the drive, then reduce the size of the Windows partition.
Then create a Linux partition and a swap partition in the free space.
An easy way for new users to partition a drive is using GParted. People connected to the internet may install GParted in Tinycore, and use it for partitioning. People not connected to the internet may download the latest version of Parted Magic, and use it for partitioning.
Experienced users may use fdisk, mkfs.ext4 and mkswap.
For more information, see Partition a Drive to Install more than one Operating System.
Install Tiny Core using one of these methods
If install.gz is used for installation, it will automatically set up the Extlinux bootloader so you can start either Tiny Core or Windows.
To modify the Extlinux setup, see
Option 3: Install Tiny Core in the Windows partition
To use this method, you need version 3.7rc2 or higher.
- Download the latest version of Tiny Core from one of the mirrors, and write it to a CD.
- Download grub4dos.gz.
- Put the Tiny Core CD in the drive, and restart the computer, so it runs Tiny Core.
- Start the Mount tool from the wbar, and click on the Windows partition (usually sda1 or hda1) to mount it. Partitions are green when mounted.
- Open the Control Panel, and click “Load Starter Pack.” Find the location of grub4dos.gz, and select it. Click OK.
- Click the Run Program icon. Type
tc-grub4dos
Click OK.
Another option is to open the terminal and type
sudo tc-grub4dos
Select Tiny Core.
Select the location of either the tinycore iso file, or the tinycore.gz file.
Select Embedded.
Select the Windows partition (usually sda1 or hda1).
Click the Forward arrow.
Boot options. Type:
opt=sda1 home=sda1 norestore
If not installing to sda1, change sda1 to the correct partition.
Click the Forward arrow.
Click Proceed.
Tiny Core will be installed.
Manually Install Tiny Core in the Windows partition
Experienced users may manually install Tiny Core in the Windows partition.
The procedure is described on the GRUB4DOS page.