Difference between revisions of "Boot Speed"
From coreboot
(Boot speed.) |
(→coreboot itself) |
||
| (4 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
'''This page is work in progress!''' | '''This page is work in progress!''' | ||
| − | |||
---- | ---- | ||
| + | Please enter boot speed measurements from your coreboot systems here... | ||
| + | |||
| + | = coreboot boot speed measurements and statistics = | ||
| + | |||
| + | |||
| + | {| border="0" style="font-size: smaller" | ||
| + | |- bgcolor="#6699dd" | ||
| + | ! align="left" | Vendor | ||
| + | ! align="left" | Mainboard | ||
| + | ! align="left" | CPU | ||
| + | ! align="left" | RAM | ||
| + | ! align="left" | LB version | ||
| + | |||
| + | ! align="left" | Power-on to CB | ||
| + | ! align="left" | CB to Bootloader | ||
| + | ! align="left" | Bootloader to Linux console | ||
| + | ! align="left" | Notes and comments | ||
| + | |||
| + | |- bgcolor="#dddddd" | ||
| + | | — | ||
| + | | QEMU 0.8.2 | ||
| + | | — | ||
| + | | | ||
| + | | v3 | ||
| + | | xxxx s | ||
| + | | yyyy s | ||
| + | | zzzz s | ||
| + | | Comments. | ||
| + | |||
| + | |- bgcolor="#dddddd" | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | | v2 | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | |} | ||
| + | |||
| + | |||
| + | = Tips to improve boot speed = | ||
| + | |||
| + | == coreboot itself == | ||
| + | * Make serial output the minimum amount of messages,because printing to the serial console slows down the boot a lot | ||
| + | Set the default console level to EMERG in "Console --->" in "make menuconfig" | ||
| + | Default console log level (0: EMERG) ---> | ||
| + | * Do not delay boot with a bootsplash | ||
| + | * Also the VGA option rom may delay the boot(but removing it removes the graphics not only during boot in some cases) | ||
| − | == | + | == Payloads == |
| − | + | === FILO === | |
| + | === Etherboot === | ||
| − | == | + | === Linux kernel === |
... | ... | ||
Latest revision as of 18:02, 23 September 2012
This page is work in progress!
Please enter boot speed measurements from your coreboot systems here...
Contents |
[edit] coreboot boot speed measurements and statistics
| Vendor | Mainboard | CPU | RAM | LB version | Power-on to CB | CB to Bootloader | Bootloader to Linux console | Notes and comments |
|---|---|---|---|---|---|---|---|---|
| — | QEMU 0.8.2 | — | v3 | xxxx s | yyyy s | zzzz s | Comments. | |
| v2 |
[edit] Tips to improve boot speed
[edit] coreboot itself
- Make serial output the minimum amount of messages,because printing to the serial console slows down the boot a lot
Set the default console level to EMERG in "Console --->" in "make menuconfig"
Default console log level (0: EMERG) --->
- Do not delay boot with a bootsplash
- Also the VGA option rom may delay the boot(but removing it removes the graphics not only during boot in some cases)
[edit] Payloads
[edit] FILO
[edit] Etherboot
[edit] Linux kernel
...