Debugging

Aus darkrealm Wiki
Version vom 9. März 2025, 02:40 Uhr von Chris (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== suspend == no_console_suspend=1 This will force the console not to suspend. Boot with this option, chvt 1 (to console #1), and suspend using pm-suspend == Slowing down kernel messages on boot == CONFIG_BOOT_PRINTK_DELAY=y kernel boot parameter: boot_delay=N where N = msecs delay between each console message.“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

suspend

no_console_suspend=1

This will force the console not to suspend. Boot with this option, chvt 1 (to console #1), and suspend using pm-suspend

Slowing down kernel messages on boot

CONFIG_BOOT_PRINTK_DELAY=y

kernel boot parameter:

boot_delay=N

where N = msecs delay between each console message.