Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:cookbook:rootcd [2010/07/08 15:14] – external edit 127.0.0.1 | en:cookbook:rootcd [2010/09/14 20:49] (current) – add link linea | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| Syslinux and the (SliTaz) main bootloader - we use the isolinux version to start the system contained on the CD-ROM. Simple effective and configurable, | Syslinux and the (SliTaz) main bootloader - we use the isolinux version to start the system contained on the CD-ROM. Simple effective and configurable, | ||
| - | <code> | + | <file> |
| display isolinux.msg | display isolinux.msg | ||
| default slitaz | default slitaz | ||
| Line 20: | Line 20: | ||
| F3 isolinux.msg | F3 isolinux.msg | ||
| F4 display.txt | F4 display.txt | ||
| - | + | </file> | |
| - | </code> | + | |
| ===== Isolinux boot splash image ===== | ===== Isolinux boot splash image ===== | ||
| Line 27: | Line 26: | ||
| We can configure isolinux to display a splash image when booting SliTaz or any other operating system. This image has a particular format .lss, suitable for Syslinux and must be indexed using the 16 color mode. You can use the official logo, ppmforge, imagemagick, | We can configure isolinux to display a splash image when booting SliTaz or any other operating system. This image has a particular format .lss, suitable for Syslinux and must be indexed using the 16 color mode. You can use the official logo, ppmforge, imagemagick, | ||
| - | The Syslinux file (// | + | The Syslinux file (// |
| < | < | ||
| Line 56: | Line 55: | ||
| The GRUB configuration file is called // | The GRUB configuration file is called // | ||
| - | <code> | + | <file> |
| # By default, boot the first entry. | # By default, boot the first entry. | ||
| default 0 | default 0 | ||
| Line 73: | Line 72: | ||
| | | ||
| | | ||
| - | + | </file> | |
| - | </code> | + | |
| ===== ISO bootable with GRUB ===== | ===== ISO bootable with GRUB ===== | ||
| Line 103: | Line 101: | ||
| Once installed, you can add the label for the memtest86 file to isolinux.cfg, | Once installed, you can add the label for the memtest86 file to isolinux.cfg, | ||
| - | <code> | + | <file> |
| label memtest | label memtest | ||
| kernel / | kernel / | ||
| - | </code> | + | </file> |
| Or if you want to use GRUB, here's the line to launch memtest86: | Or if you want to use GRUB, here's the line to launch memtest86: | ||
| - | <code> | + | <file> |
| title Memtest86 (Test system memory) | title Memtest86 (Test system memory) | ||
| kernel / | kernel / | ||
| - | </code> | + | </file> |
| Once the lines are added, you can then create a new ISO and test. | Once the lines are added, you can then create a new ISO and test. | ||