Both sides previous revisionPrevious revisionNext revision | Previous revision |
wiki:boot_codes_explained [2011/05/01 13:16] – [Some Examples] Guy | wiki:boot_codes_explained [2012/09/02 06:58] (current) – [List of Bootcodes] micore |
---|
* ''tce=UUID="F0BC-3CAF"'' is the same as ''tce=sdb1'', but ''sdb1'' depends on what other disk devices are connected so ''sdb1'' may not always be the case. The UUID eliminates this problem because it uniquely identifies the device regardless of what other devices are connected. | * ''tce=UUID="F0BC-3CAF"'' is the same as ''tce=sdb1'', but ''sdb1'' depends on what other disk devices are connected so ''sdb1'' may not always be the case. The UUID eliminates this problem because it uniquely identifies the device regardless of what other devices are connected. |
* ''tz=EST,M10.1.0/2,M4.1.0/2'': time zone information with daylight saving info (Month 10, week 1, day 0, 2am). | * ''tz=EST,M10.1.0/2,M4.1.0/2'': time zone information with daylight saving info (Month 10, week 1, day 0, 2am). |
| |
For more information on what boot codes are supported, see http://distro.ibiblio.org/tinycorelinux/faq.html#bootcodes | |
| |
==== More Examples ==== | ==== More Examples ==== |
| |
<code>tinycore waitusb=5 host=TCABCD tce=sda1 opt=sda1 home=sda1</code> | <code>tinycore waitusb=5 host=TCABCD tce=sda1 opt=sda1 home=sda1</code> |
| |
| ==== List of Bootcodes ==== |
| |
For more information on what boot codes are supported, see http://distro.ibiblio.org/tinycorelinux/faq.html#bootcodes | For more information on what boot codes are supported, see http://distro.ibiblio.org/tinycorelinux/faq.html#bootcodes |
| |
| http://wiki.tinycorelinux.net/wiki:boot_options |
| |
| === more Bootcodes === |
| [[http://distro.ibiblio.org/tinycorelinux/faq.html#qemu|tcvd]] |
| |
| http://wiki.tinycorelinux.net/wiki:pretce |
| |
| a update as of '[[http://forum.tinycorelinux.net/index.php/topic,12836.0.html|Core 4.4]]' add's |
| |
| "New boot code, e.g., iso=sdb1 booting from a single ISO file to load embedded extensions." |
| and |
| |
| "* New fromISOfile script for after boot support of a single ISO file embedded extensions." |
| |
| more information on [[http://forum.tinycorelinux.net/index.php/topic,12786.msg69982.html#msg69982|fromISOfile script]] |
| ==== How to make custom Bootcodes? ==== |
| For more information on adding your own bootcodes ,see http://forum.tinycorelinux.net/index.php/topic,460.msg2878.html |
| |
| |
| |