Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:installing_tc_-_alternate_offline_guide [2011/05/15 05:41] – [Run Parted Magic] Guy | wiki:installing_tc_-_alternate_offline_guide [2011/06/16 14:39] (current) – [Manually Install Tinycore on a Hard Drive without being Connected to the Internet] Guy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Manually Install | + | ====== Manually Install |
- | ====== Without Being Connected to the Internet ====== | + | |
- | This method may be used to install Tiny Core on a computer not connected to the internet. It may be used by people who don't have an internet connection at home, and download Tiny Core at work, an internet cafe, or a friends house. It may also be used by people using wireless or dial up internet connections, | + | ** There are easier installation methods. For these see the [[start|Index]]. ** |
- | There are easier ways of installing Tiny Core. For these see the [[start|Wiki Index]] | + | This method may be used to install Tinycore on the hard drive of 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, |
- | This installation guide suggests options which may be used. These are to help people learning about this for the first time, and not understanding what some of these things mean. There are also other options which may be used. | + | Before installing Tinycore, save a copy of all files you want to keep. All files will be lost. |
==== Use the Latest Version ==== | ==== Use the Latest Version ==== | ||
- | Use the latest version of Tiny Core. New versions have additional features | + | |
+ | Use the latest version of Tinycore. New versions have improvements and additional features. | ||
==== Things You Need ==== | ==== Things You Need ==== | ||
- | The Tiny Core CD. | + | The Tinycore |
The Parted Magic CD. | The Parted Magic CD. | ||
Line 17: | Line 18: | ||
The grub-0.97-splash.tcz extension, as well as dependencies, | The grub-0.97-splash.tcz extension, as well as dependencies, | ||
- | ==== Download | + | ==== Download |
- | Download the latest version of Tiny Core from one of the [[mirrors]], | + | Download the latest version of Tinycore |
==== Download grub-0.97-splash.tcz ==== | ==== Download grub-0.97-splash.tcz ==== | ||
- | Download the grub-0.97-splash.tcz extension, as well as dependencies, | + | Download the grub-0.97-splash.tcz extension, as well as dependencies, |
- | If you want other applications on the computer, you can also download them, for example, wireless internet drivers. | + | If you want other applications on the computer, you may also download them, for example, wireless internet drivers. |
==== Download Parted Magic ==== | ==== Download Parted Magic ==== | ||
Line 41: | Line 42: | ||
Delete existing partitions. | Delete existing partitions. | ||
- | If you plan to install only Tiny Core using the entire hard drive, make an Ext3 partition and a linux-swap partition. | + | If you plan to install only Tinycore |
Also see [[partition|Partition a Hard Drive so you can Install more than one Operating System]] | Also see [[partition|Partition a Hard Drive so you can Install more than one Operating System]] | ||
Line 53: | Line 54: | ||
Copy and paste all .tcz, .dep and .md5.txt files you downloaded to the / | Copy and paste all .tcz, .dep and .md5.txt files you downloaded to the / | ||
- | ==== Copy Tiny Core to the Partition ==== | + | ==== Copy Tinycore |
- | Still running Parted Magic, put the Tiny Core CD in the drive. Still using the file manager, copy and paste Tiny Core (the directory " | + | Still running Parted Magic, put the Tinycore |
- | ==== If you use a partition | + | ==== If you use another |
- | In this example, Tiny Core is in sda1, which is the same as (hd0,0) in Grub. sda1 and (hd0, | + | |
- | < | + | In this example, Tinycore will be installed in sda1, which is the same as (hd0,0) in Grub. If you are install Tinycore in another partition, change sda1 and (hd0,0) in all of the following. |
- | SATA hard drives in newer computers. | + | ==== Run Tinycore |
- | sda1 = (hd0,0) | + | Turn the computer off and restart it, running |
- | sda2 = (hd0,1) | + | |
- | sda3 = (hd0,2) | + | |
- | sdb1 = (hd1,0) | + | |
- | sdb2 = (hd1,1) | + | |
- | + | ||
- | IDE hard drives in older computers. | + | |
- | hda1 = (hd0,0) | + | |
- | hda2 = (hd0,1) | + | |
- | hda3 = (hd0,2) | + | |
- | hdb1 = (hd1,0) | + | |
- | hdb2 = (hd1,1) | + | |
- | + | ||
- | Note: Grub numbers start with 0, and are always one less than the actual number. | + | |
- | + | ||
- | Note: As of Linux kernel 2.6.20, ALL disk drives use sd as the device prefix.</ | + | |
- | + | ||
- | ==== Run Tiny Core from the CD ==== | + | |
- | Turn the computer off and restart it, running | + | |
Line 98: | Line 80: | ||
< | < | ||
- | ==== Alternate Method: Using Fluff File Manager ==== | + | ==== Alternate Method: Using Xfe File Manager ==== |
To start the file manager as root, open the terminal and type: | To start the file manager as root, open the terminal and type: | ||
- | < | + | < |
Copy the directory / | Copy the directory / | ||
- | ==== Tiny Core Grub Commands ==== | + | ==== Tinycore |
Start the text editor as root by opening the terminal and typing: | Start the text editor as root by opening the terminal and typing: | ||
< | < | ||
- | Type the Tiny Core start commands in a new file, and save it with the name " | + | Type the Tinycore |
- | The minimum Grub commands for Tiny Core are: | + | The minimum Grub commands for Tinycore |
< | < | ||
timeout 5 | timeout 5 | ||
- | title Tiny Core | + | title Tinycore |
root | root | ||
kernel | kernel | ||
Line 124: | Line 108: | ||
timeout 5 | timeout 5 | ||
- | title Tiny Core | + | title Tinycore |
root | root | ||
kernel | kernel | ||
Line 133: | Line 117: | ||
==== Master Boot Record ==== | ==== Master Boot Record ==== | ||
- | The master boot record needs to be set up before | + | The master boot record needs to be set up before |
Open the Terminal and type: | Open the Terminal and type: | ||
Line 147: | Line 131: | ||
When setting up the master boot record on a hard drive in a computer, leave "setup (hd0)" as it is (you may need to change it when setting up the master boot record on a removable drive, such as a USB drive). | When setting up the master boot record on a hard drive in a computer, leave "setup (hd0)" as it is (you may need to change it when setting up the master boot record on a removable drive, such as a USB drive). | ||
- | ==== Start Tiny Core on the Hard Drive ==== | + | ==== Start Tinycore |
- | If you now turn the computer off and restart, Tiny Core can be selected from the Grub menu and started. Remember to remove any CDs. | + | |
- | Have fun using Tiny Core. | + | If you now turn the computer off and restart, Tinycore can be selected from the Grub menu and started. Remember to remove any CDs. |
+ | |||
+ | Have fun using Tinycore. | ||
==== Set Up OnBoot and OnDemand ==== | ==== Set Up OnBoot and OnDemand ==== | ||
Line 170: | Line 155: | ||
1. The ideal method in most situations, is to make a new extension with settings. For more information, | 1. The ideal method in most situations, is to make a new extension with settings. For more information, | ||
- | 2. Settings can also be saved in /opt. For an example of this, see [[passwd|Tiny Core Passwords]]. | + | 2. Settings can also be saved in /opt. For an example of this, see [[passwd|Tinycore |
3. Another option is to use backup. If you want to use backup, don't include the “norestore” boot option. Then edit / | 3. Another option is to use backup. If you want to use backup, don't include the “norestore” boot option. Then edit / | ||
Line 179: | Line 164: | ||
These Grub commands may be used instead of those above. | These Grub commands may be used instead of those above. | ||
- | < | + | < |
kernel | kernel | ||
initrd | initrd | ||
==== Using Grub 2 ==== | ==== Using Grub 2 ==== | ||
+ | |||
The above method uses Grub Legacy. Some people may want to use Grub 2. | The above method uses Grub Legacy. Some people may want to use Grub 2. | ||