|
|
|
|
|
by JoshTriplett
410 days ago
|
|
On a modern laptop running Linux, the three slowest things in the boot are: - The firmware - The bootloader timeout - Waiting for the user to type the encryption passphrase Everything else takes almost no time at all. So, if you can eliminate 5 seconds from the boot process in the normal case, without eliminating your ability to debug the system in the unusual case, that's a win. |
|