Table of Contents

Recorded console output setting

Name

  dmesg

Details

Type String
DHCP option number not applicable
ISC dhcpd syntax not applicable

Examples

Show recorded console output

  show -q dmesg

Clear recorded console output

  clear builtin/dmesg

Send recorded console output in an HTTP POST

  params
  param dmesg ${dmesg:base64}
  imgfetch http://192.168.0.1/api/diags##params

Description

Represents the most recent 8kB of recorded console output.

See also

Notes

Be ware that iPXE supports recursive variable expansion in shell commands. Typing an interactive command such as echo ${dmesg} or param dmesg ${dmesg} is therefore a great way to exercise the memory allocator to the point of exhaustion. Use show -q dmesg instead to show the recorded console output.