Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:boot_options [2012/09/03 15:41] – Changed boot option protect into internal link kennedywalker | 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 3: | Line 3: | ||
===== Tinycore specific boot options ===== | ===== Tinycore specific boot options ===== | ||
+ | ==== Persistence options ==== | ||
+ | |||
+ | | tinycore tce={hda1: | ||
+ | | tinycore restore={hda1: | ||
+ | | tinycore waitusb=X | ||
+ | | tinycore swapfile{=hda1} | ||
+ | | tinycore home={hda1: | ||
+ | | tinycore [[Boot option opt|opt=]]{hda1: | ||
+ | | tinycore local={hda1: | ||
+ | | tinycore lst=yyy.lst | ||
+ | | tinycore base | Skip TCE load only the base system| | ||
+ | | tinycore norestore | ||
+ | | tinycore safebackup | ||
+ | | tinycore showapps | ||
+ | |||
+ | ==== Other options ==== | ||
+ | |||
+ | | tinycore noswap | ||
| tinycore xsetup | | tinycore xsetup | ||
- | | tinycore tce={hda1: | ||
- | | tinycore base | Skip TCE load only the base system| | ||
- | | tinycore norestore | ||
- | | tinycore restore={hda1: | ||
| tinycore {cron: | | tinycore {cron: | ||
| tinycore lang=en | | tinycore lang=en | ||
Line 13: | Line 27: | ||
| tinycore host=xxxx | | tinycore host=xxxx | ||
| ::: | ::: | | | ::: | ::: | | ||
- | | tinycore noswap | ||
- | | tinycore swapfile{=hda1} | ||
- | | tinycore dosswapfile{=hda1} | ||
| tinycore [[Boot option nodhcp|nodhcp]] | | tinycore [[Boot option nodhcp|nodhcp]] | ||
| tinycore superuser | | tinycore superuser | ||
| tinycore text | Textmode| | | tinycore text | Textmode| | ||
- | | tinycore waitusb=X | ||
- | | tinycore home={hda1: | ||
- | | tinycore opt={hda1: | ||
- | | tinycore local={hda1: | ||
| tinycore tcvd={hda1/ | | tinycore tcvd={hda1/ | ||
| tinycore nolocal | | tinycore nolocal | ||
Line 32: | 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 38: | 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 46: | 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 59: | 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 |