Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
dcore:dcore_and_syslinux [2016/05/28 07:08] – nitram | dcore:dcore_and_syslinux [2018/12/16 13:19] (current) – [dCore on a USB device] sm8ps |
---|
===== dCore Boot using Syslinux ===== | ===== dCore Boot using Syslinux ===== |
| |
Syslinux is a popular boot loader known for it's simplicity and modularity, quite similar to Grub Legacy. The following example demonstrates how to configure Syslinux to boot dCore from a USB device. In this example the 'ldlinux.sys' and 'menu.c32' files must be available under '/boot/'. | Syslinux is a popular boot loader known for simplicity and modularity, similar to Grub Legacy. |
| |
| ==== dCore on a USB device ==== |
| |
| The following example configures Syslinux to boot dCore from a Ext-Partition on a USB device. |
| The TCE-directory as well as the home- and opt-directories are located on the same partition which is referred by label; UUIDs can be used as well. Furthermore, hostname and timezone are set, multiple virtual terminals as well as the syslog daemon are activated, loaded apps are listed on the boot screen and after that the system pauses before continuing. |
| |
| In this example the 'ldlinux.sys' and 'menu.c32' files must be available under '/boot/'. |
| |
<code> | <code> |
</code> | </code> |
| |
Using Syslinux 3.63-3.70 on a USB drive with a FAT32 file system, an example boot stanza might be /vmlinu~1 initrd=/dcore-~1.gz, review [[http://www.syslinux.org/wiki/index.php/Common_Problems#What.27s_the_real_name_of_that_file.3F|Syslinux and 8.3 file names]] for more information. Also review [[dcore:USB_installation_test-drive| dCore Test Drive on a USB Stick]] and the [[dCore:Installations| dCore Installation page]] for more information regarding installations and boot managers. | ==== Syslinux and DOS-8.3 filenames ==== |
| |
| Using Syslinux 3.63-3.70 on a USB drive with a FAT32 file system, an example boot stanza from the Syslinux shell might be ''/vmlinu~1 initrd=/dcore-~1.gz'', cf. the [[dcore:usb_installation_test-drive#first_boot1| dCore Test Drive on a USB Stick]]. |
| |
| **[[http://wiki.tinycorelinux.net/dcore:welcome|> Return to the dCore Wiki Welcome page]]** |
| |