Changes between Version 33 and Version 34 of WikiStart


Ignore:
Timestamp:
Nov 26, 2009, 4:46:04 AM (14 years ago)
Author:
mmadia
Comment:

Added a note for on screen debugging

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v33 v34  
    3333 * `open /var/log/syslog` (the primary system log used by Haiku, akin to on screen debugging during boot)
    3434 * `listimage | grep drivers/`
    35  * `ints` (from within Kernel Debugging Land -- KDL )
     35 * `ints` (from within Kernel Debugging Land -- KDL)
     36 * On screen debug output (a safe mode boot time option)
    3637
     38=== Kernel Debugging Land ===
    3739Enter the kernel debugger by invoking ''Alt-SysReq-D''.
    3840Then the `ints` command will output information about handled and unhandled interrupts .
    3941You can get out of the kernel debugger back into a usable system by typing `co` (for `continue`).
     42
     43=== On Screen Debug Output ===
     44This is only relevant when Haiku fails to boot on your machine. Before the Haiku boot logo appears, press the space bar. This will display a text menu. Select ''Select safe mode options''. Near the bottom, ''[ ] Enable on screen debug output'' will be listed. (Note: The other options could be enabled in an attempt to boot Haiku. If Haiku will boot only when one or more options are activated, be sure to mention which ones.) Finally select ''Return to main menu'' and then ''continue booting''. One or more pages of text will display on the screen, only the last few lines need to be included on your ticket.
    4045
    4146== Browsing the source ==