<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Antony,<br>
    <br>
    you have two possibilities for enabling it:<br>
    <br>
    <blockquote>
      <ol>
        <li>Just uncomment "CONSOLE_CMD" in ipxe/src/config/general.h
          (this is lost after git upgrade)<br>
        </li>
        <li>write the "#define CONSOLE_CMD"  into the file
          ipxe/src/config/local/general.h (this persists over upgrade
          (@Michael:right?))</li>
      </ol>
      <p><br>
      </p>
    </blockquote>
    <div class="moz-cite-prefix">On 01.02.2014 08:11, Anthony Takata
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAD9n1_rCKJVw3B_j0g33=sVvhG-wAqhv-05MX9KAW+OxXiPCvQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">I've been trying to get the console command
        working, and even attempting to allow debugging in that module,
        but for the life of me it seems I cannot.
        <div>It's not really a game breaker, since I can just have it
          ignore the error, but it would be nifty to have.</div>
      </div>
    </blockquote>
    If you were able to compile it, most of the work is done :-)<br>
    <br>
    <blockquote
cite="mid:CAD9n1_rCKJVw3B_j0g33=sVvhG-wAqhv-05MX9KAW+OxXiPCvQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <br>
        Merely using the command alone does reset the screen, but
        attempting to use any parameters at all results in a "No such
        file or directory" error.<br>
        I've tried using the DEBUG=console:3 in the build parameters,
        but I'm not getting any more output than normal from it :/<br>
        Even a command such as "console -x 720 -y 400" fails like this,
        even though that's already the active display format...<br>
        Any ideas?</div>
    </blockquote>
    Did you try enabling it together with a picture? You are able to use
    png and pnm format. I.e.<br>
    <br>
    "console -x 640 -y 480 --picture tftp://myserver/mypic.png" worked
    fine for me.<br>
    <br>
    The 720x400 format seems to to be a standard VESA resolution, but
    640x480 should always work.<br>
    <br>
    <blockquote
cite="mid:CAD9n1_rCKJVw3B_j0g33=sVvhG-wAqhv-05MX9KAW+OxXiPCvQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><br>
        </div>
        <div>My build command is: make clean bin/ipxe.lkrn
          EMBED=script.ipxe</div>
        <div>and I have uncommented the referenced settings seen at <a
            moz-do-not-send="true" href="http://ipxe.org/cmd/console">ipxe.org/cmd/console</a>.</div>
        <br>
      </div>
    </blockquote>
    "make clean bin/ipxe.lkrn EMBED=script.ipxe" seems wrong with the
    "clean" keyword in it. If you want to debug console command, better
    use<br>
    "make bin/ipxe.lkrn EMBED=script.ipxe DEBUG=vesafb" so you can see
    if your choosen reolution is supported.<br>
    <br>
    Hth<br>
    OIliver<br>
    <br>
  </body>
</html>