Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:boot_options [2012/08/29 07:46] – Changed boot option nodhcp into internal link kennedywalker | wiki:boot_options [2025/05/05 09:09] (current) – typo Stefann | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Tinycore specific boot options ===== | ===== Tinycore specific boot options ===== | ||
| - | === Values for boot option "vga=7xx" | + | ==== Persistence options ==== |
| - | | Color | 640x480 | + | |
| - | | | + | |
| - | | 32000 (15 bit) | | + | |
| - | | 65000 (16 bit) | | + | |
| - | | 16.7M (24 bit) | | + | |
| - | | tinycore | + | | tinycore |
| + | | 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 21: | 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 | ||
| | tinycore secure | | tinycore secure | ||
| - | | tinycore protect | + | | tinycore |
| - | | tinycore pause | Pause at completion of boot messages.| | + | | tinycore pause | Pause at completion of boot messages.\\ Prompt user to press Enter.| |
| + | | ::: | ::: | | ||
| + | | tinycore noautologin | ||
| | 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 44: | Line 45: | ||
| | tinycore xvesa=800x600x32 | | tinycore xvesa=800x600x32 | ||
| | tinycore bkg=image.{jpg: | | tinycore bkg=image.{jpg: | ||
| + | | tinycore vga=ask | ||
| + | | tinycore vga=7xx | ||
| + | | tinycore vga=0x312 | ||
| + | |||
| + | === Values for boot option " | ||
| + | | Color | 640x480 | ||
| + | | | ||
| + | | 32000 (15 bit) | | ||
| + | | 65000 (16 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 57: | 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 | ||