Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:extlinux [2011/05/31 10:26] – Guy | wiki:extlinux [2012/01/03 10:51] (current) – [Partition the Drive] bmarkus | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ==== Partition the Drive ==== | ==== Partition the Drive ==== | ||
| - | Partition the hard drive or USB drive. For more information, | + | Partition the hard drive or USB stick. For USB with FAT file system, use syslinux insted. For more information, |
| * [[partition|Partition a Drive so you can Install more than one Operating System]] | * [[partition|Partition a Drive so you can Install more than one Operating System]] | ||
| + | |||
| ==== Install the Operating Systems ==== | ==== Install the Operating Systems ==== | ||
| Install all of the operating systems you want. | Install all of the operating systems you want. | ||
| - | Install | + | Install |
| - | * [[install_hd_net|Install Tiny Core on a Hard Drive with Internet]] | + | |
| - | * [[install_hd_offline|Install | + | * [[install_hd|Install |
| - | * [[install_usb_net|Install Tiny Core on a USB Drive with Internet]] | + | * [[install_usb|Install |
| - | * [[install_usb_offline|Install | + | |
| - | Install | + | Install |
| - | If Tiny Core is installed using one of these methods, Extlinux will be installed. | + | If Tinycore |
| ==== When Using install.gz Windows will be Automatically Detected ==== | ==== When Using install.gz Windows will be Automatically Detected ==== | ||
| - | If you have Windows on the computer, and are installing | + | If you have Windows on the computer, and are installing |
| ==== Manual Setup ==== | ==== Manual Setup ==== | ||
| Line 30: | Line 30: | ||
| ==== Either install.gz or syslinux.tcz needs to be installed ==== | ==== Either install.gz or syslinux.tcz needs to be installed ==== | ||
| - | Either install.gz or syslinux.tcz needs to be installed in Tiny Core. | + | Either install.gz or syslinux.tcz needs to be installed in Tinycore. |
| If using install.gz, copy it to the tce directory (not / | If using install.gz, copy it to the tce directory (not / | ||
| Line 42: | Line 42: | ||
| cp -p / | cp -p / | ||
| - | In this example, | + | In this example, |
| ==== Edit extlinux.conf ==== | ==== Edit extlinux.conf ==== | ||
| Line 64: | Line 64: | ||
| < | < | ||
| - | MENU TITLE Tiny Core Bootloader | + | MENU TITLE Tinycore |
| TIMEOUT 50 | TIMEOUT 50 | ||
| Line 72: | Line 72: | ||
| APPEND initrd=/ | APPEND initrd=/ | ||
| - | To be able to boot either | + | To be able to boot either |
| < | < | ||
| - | MENU TITLE Tiny Core Bootloader | + | MENU TITLE Tinycore |
| TIMEOUT 50 | TIMEOUT 50 | ||