Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:boot_options [2012/12/31 12:36] – [Persistence options] lverns | wiki:boot_options [2019/04/14 19:19] (current) – [Generic kernel boot parameters] change link to v4.19 as used in latest Core v10.0 micore | ||
---|---|---|---|
Line 5: | Line 5: | ||
==== Persistence options ==== | ==== Persistence options ==== | ||
- | | tinycore tce={hda1: | + | | tinycore tce={hda1: |
- | | tinycore restore={hda1: | + | | tinycore restore={hda1: |
- | | tinycore waitusb=X | + | | tinycore waitusb=X |
| tinycore swapfile{=hda1} | | tinycore swapfile{=hda1} | ||
| tinycore home={hda1: | | tinycore home={hda1: | ||
| tinycore [[Boot option opt|opt=]]{hda1: | | tinycore [[Boot option opt|opt=]]{hda1: | ||
- | | tinycore local={hda1: | + | | tinycore local={hda1: |
- | | tinycore lst=yyy.lst | + | | tinycore lst=yyy.lst |
- | | tinycore base | Skip TCE load only the base system| | + | | tinycore base | Skip TCE load only the base system| |
- | | tinycore norestore | + | | tinycore norestore |
| tinycore safebackup | | tinycore safebackup | ||
| tinycore showapps | | tinycore showapps | ||
Line 39: | Line 39: | ||
| tinycore noutc | BIOS is using localtime.| | | tinycore noutc | BIOS is using localtime.| | ||
| tinycore tz=GMT+8 | | tinycore tz=GMT+8 | ||
- | | tinycore | + | | tinycore |
| tinycore user=abc | | tinycore user=abc | ||
| tinycore desktop=yyy | | tinycore desktop=yyy | ||
Line 45: | Line 45: | ||
| tinycore xvesa=800x600x32 | | tinycore xvesa=800x600x32 | ||
| tinycore bkg=image.{jpg: | | tinycore bkg=image.{jpg: | ||
+ | | tinycore vga=ask | ||
| tinycore vga=7xx | | tinycore vga=7xx | ||
+ | | tinycore vga=0x312 | ||
=== Values for boot option " | === Values for boot option " | ||
Line 53: | Line 55: | ||
| 65000 (16 bit) | | | 65000 (16 bit) | | ||
| 16.7M (24 bit) | | | 16.7M (24 bit) | | ||
+ | |||
+ | === Values for boot option " | ||
+ | | Color | 640x480 | ||
+ | | | ||
+ | | 32000 (15 bit) | | ||
+ | | 65000 (16 bit) | | ||
+ | | 16.7M (24 bit) | | ||
===== Generic kernel boot parameters ===== | ===== Generic kernel boot parameters ===== | ||
In addition to codes specific to TC, the linux kernel accepts several generic parameters.\\ | In addition to codes specific to TC, the linux kernel accepts several generic parameters.\\ | ||
A document that explains them is externally available in [[http:// | A document that explains them is externally available in [[http:// | ||
- | [[http:// | + | [[https:// |
+ | |||
+ | and | ||
+ | https:// | ||
+ | which includes kernel-parameters.txt and some aditional detail about parameters and how they are processed ! | ||
===== Deprecated boot options ===== | ===== Deprecated boot options ===== | ||
Line 66: | Line 79: | ||
| | ||
* No longer supported as of 2.8, dropbear removed from base | * No longer supported as of 2.8, dropbear removed from base | ||
+ | tinycore settime | ||
+ | * Replaced with nortc in 4.x |