Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:installing_tc_-_alternate_offline_guide [2011/05/15 11:56] Guywiki: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 Tiny Core on a Hard Drive Without Being Connected to the Internet ======+====== Manually Install Tinycore on a Hard Drive without being Connected to the Internet ======
  
-This method may be used to install Tiny Core on the hard drive of a computer not connected to the internet. It may be used by people who don't have an internet connectionIt 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.+** There are easier installation methodsFor these see the [[start|Index]]**
  
-There are other ways of installing Tiny Core, and new users may find them easierSee the [[start|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 connectionIt may also be used by people using wireless or dial up internet connections, which can't be connected to the internet until after Tinycore is installed.
  
-This guide suggests options which may be used. This is to help people learning about this for the first time, who may not fully understandThere are also other options which may be used. You may set it up how you like.+Before installing Tinycore, save a copy of all files you want to keepAll files will be lost.
  
 ==== Use the Latest Version ==== ==== Use the Latest Version ====
-Use the latest version of Tiny Core. New versions have additional features and improvements.+ 
 +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 CD.
  
 The Parted Magic CD. The Parted Magic CD.
Line 16: Line 18:
 The grub-0.97-splash.tcz extension, as well as dependencies, and dependencies of dependencies. You need the .dep files, where extensions have them. If you plan to connect to the internet in the future, also include the .md5.txt files for each extension. The grub-0.97-splash.tcz extension, as well as dependencies, and dependencies of dependencies. You need the .dep files, where extensions have them. If you plan to connect to the internet in the future, also include the .md5.txt files for each extension.
  
-==== Download Tiny Core ====+==== Download Tinycore ====
  
-Download the latest version of Tiny Core from one of the [[mirrors]], and write it to a CD.+Download the latest version of Tinycore from one of the [[mirrors]], and write it to a CD.
  
 ==== Download grub-0.97-splash.tcz ==== ==== Download grub-0.97-splash.tcz ====
-Download the grub-0.97-splash.tcz extension, as well as dependencies, and dependencies of dependencies. You need the .dep files, where extensions have them. If you plan to connect to the internet in the future, also include the .md5.txt files for each extension. These may be downloaded from any of the websites above, under /3.x/tcz.+Download the grub-0.97-splash.tcz extension, as well as dependencies, and dependencies of dependencies. You need the .dep files, where extensions have them. If you plan to connect to the internet in the future, also include the .md5.txt files for each extension. These may be downloaded from the same [[mirrors]].
  
-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 40: 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 using the entire hard drive, make an Ext3 partition and a linux-swap partition.
  
 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 52: Line 54:
 Copy and paste all .tcz, .dep and .md5.txt files you downloaded to the /tce/optional directory. Copy and paste all .tcz, .dep and .md5.txt files you downloaded to the /tce/optional directory.
  
-==== Copy Tiny Core to the Partition ==== +==== Copy Tinycore to the Partition ==== 
-Still running Parted Magic, put the Tiny Core CD in the drive. Still using the file manager, copy and paste Tiny Core (the directory "boot" and its contents) to the partition.+Still running Parted Magic, put the Tinycore CD in the drive. Still using the file manager, copy and paste Tinycore (the directory "boot" and its contents) to the partition.
 ==== If you use another partition change sda1 and (hd0,0) in all of the following ==== ==== If you use another partition change sda1 and (hd0,0) in all of the following ====
  
-In this example, Tiny Core will be installed in sda1, which is the same as (hd0,0) in Grub. If you are install Tiny Core in another partition, change sda1 and (hd0,0) in all of the following.+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.
  
-==== Run Tiny Core from the CD ==== +==== Run Tinycore from the CD ==== 
-Turn the computer off and restart it, running Tiny Core from the CD.+Turn the computer off and restart it, running Tinycore from the CD.
  
  
Line 78: Line 80:
 <code>cp -p /usr/lib/grub/i386-pc/* /mnt/sda1/boot/grub</code> <code>cp -p /usr/lib/grub/i386-pc/* /mnt/sda1/boot/grub</code>
  
-==== 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:
  
-<code>sudo fluff</code>+<code>sudo xfe</code> 
 Copy the directory /usr/lib/grub/i386-pc, including all of the files in it, to /mnt/sda1/boot. Rename "i386-pc" in /mnt/sda1/boot to "grub." Copy the directory /usr/lib/grub/i386-pc, including all of the files in it, to /mnt/sda1/boot. Rename "i386-pc" in /mnt/sda1/boot to "grub."
  
-==== Tiny Core Grub Commands ====+==== Tinycore Grub Commands ====
 Start the text editor as root by opening the terminal and typing: Start the text editor as root by opening the terminal and typing:
  
 <code>sudo editor</code> <code>sudo editor</code>
-Type the Tiny Core start commands in a new file, and save it with the name "menu.lst" in the directory "/mnt/sda1/boot/grub" (that is /mnt/sda1/boot/grub/menu.lst) (note "menu.lst" contains a lower case L, not a one).+Type the Tinycore start commands in a new file, and save it with the name "menu.lst" in the directory "/mnt/sda1/boot/grub" (that is /mnt/sda1/boot/grub/menu.lst) (note "menu.lst" contains a lower case L, not a one).
  
-The minimum Grub commands for Tiny Core are:+The minimum Grub commands for Tinycore are:
  
 <code>default 0 <code>default 0
 timeout 5 timeout 5
  
-title   Tiny Core+title   Tinycore
 root   (hd0,0) root   (hd0,0)
 kernel   /boot/bzImage quiet kernel   /boot/bzImage quiet
Line 104: Line 108:
 timeout 5 timeout 5
  
-title   Tiny Core+title   Tinycore
 root   (hd0,0) root   (hd0,0)
 kernel   /boot/bzImage quiet tce=sda1 opt=sda1 home=sda1 norestore kernel   /boot/bzImage quiet tce=sda1 opt=sda1 home=sda1 norestore
Line 113: Line 117:
  
 ==== Master Boot Record ==== ==== Master Boot Record ====
-The master boot record needs to be set up before Tiny Core can be started from the hard drive.+The master boot record needs to be set up before Tinycore can be started from the hard drive.
  
 Open the Terminal and type: Open the Terminal and type:
Line 127: 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 on the Hard Drive ====
-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 150: Line 155:
 1. The ideal method in most situations, is to make a new extension with settings. For more information, see [[extension_for_settings|Make Extensions for Settings]]. 1. The ideal method in most situations, is to make a new extension with settings. For more information, see [[extension_for_settings|Make Extensions for Settings]].
  
-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 Passwords]].
  
 3. Another option is to use backup. If you want to use backup, don't include the “norestore” boot option. Then edit /opt/.filetool.lst. If you are using persistent home and opt, delete all references to the home and opt directories. In the version I am using, that is everything. Add a list of files and directories you want backed up to /opt/.filetool.lst. 3. Another option is to use backup. If you want to use backup, don't include the “norestore” boot option. Then edit /opt/.filetool.lst. If you are using persistent home and opt, delete all references to the home and opt directories. In the version I am using, that is everything. Add a list of files and directories you want backed up to /opt/.filetool.lst.
Line 159: Line 164:
 These Grub commands may be used instead of those above. These Grub commands may be used instead of those above.
  
-<code>title   Tiny Core+<code>title   Tinycore
 kernel   (hd0,0)/boot/bzImage quiet tce=sda1 opt=sda1 home=sda1 norestore kernel   (hd0,0)/boot/bzImage quiet tce=sda1 opt=sda1 home=sda1 norestore
 initrd   (hd0,0)/boot/tinycore.gz</code> initrd   (hd0,0)/boot/tinycore.gz</code>
  
 ==== 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.
  
Print/export
QR Code
QR Code wiki:installing_tc_-_alternate_offline_guide (generated for current page)