<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    W dniu 08.06.2017 o 00:21, Zoran Stojsavljevic pisze:<br>
    <blockquote type="cite"
cite="mid:CAGAf8Lwx41CoxZebAVOGWtUauMvnY0rG7uGpMA6SDS-qGAZVMA@mail.gmail.com">
      <div dir="ltr">Hello Mariusz,
        <div><br>
        </div>
        <div><span style="font-size:12.8px">> Try adding below lines
            on top of your grub.cfg:</span><br>
          <div><br>
          </div>
          <div>Are you talking about this file: /etc/default/grub ?</div>
        </div>
      </div>
    </blockquote>
    <br>
    No. I`m talking about final <b
      style="color:rgb(80,0,80);font-size:12.8px">/boot/grub2/grub.cfg </b><font
      color="#3333ff">This is the file we need to point to from
      coreboot`s menuconfig.</font><br>
    <br>
    <div><i>Lines from </i><i>/etc/default/grub (grub config "source"
        file)<br>
        <br>
        GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=1 --word=8
        --parity=no --stop=1"</i></div>
    <div><i>GRUB_TERMINAL_INPUT="serial"</i></div>
    <div><i>GRUB_TERMINAL_OUTPUT="serial"<br>
        <br>
        are "compiled" using grub2-mkconfig to final grub configuration
        file /boot/grub2/grub.cfg:<br>
      </i><i>
        <br>
        serial --unit=1 --speed=115200 --word=8 --parity=no --stop=1<br>
        terminal_input serial<br>
        terminal_output serial<br>
      </i><br>
      Mariusz<br>
    </div>
    <br>
  </body>
</html>