<div dir="ltr">Hi Mariusz / Zoran,<div><br></div><div>After adding the below lines only in grub.cfg which is suggest by Mariusz,</div><div><br></div><div><pre>serial --unit=1 --speed=115200 --word=8 --parity=no --stop=1
terminal_input serial
terminal_output serial</pre></div><div>I can able to see grub shell. </div><div><br></div><div>After adding menu entry for fedora OS, I can able to see <b>boot menu successfully</b>..  </div><div><br></div><div>Now I am trying to install other OS (ONIE) through USB</div><div><br></div><div>Thanks,</div><div>Dhanasekar</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 8, 2017 at 10:05 AM, Zoran Stojsavljevic <span dir="ltr"><<a href="mailto:zoran.stojsavljevic@gmail.com" target="_blank">zoran.stojsavljevic@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Marius,<div><br></div><div>All Cool, I meant all of this what you wrote in there. In order of appearance. We both lament about the same thing.</div><div><br></div><div>Dhanasekar,</div><div><br></div><div>You might add:</div><div><div style="font-size:12.8px"><span style="font-size:12.8px"><i>GRUB_TERMINAL="serial" (and remove: "serial console")</i></span><i><br></i></div><div style="font-size:12.8px"><i>GRUB_TERMINAL_INPUT="serial"</i></div><div style="font-size:12.8px"><i>GRUB_TERMINAL_OUTPUT="serial"<br></i></div></div><div style="font-size:12.8px"><i><br></i></div><div style="font-size:12.8px">I know that you do have: <span style="font-size:12.8px">GRUB_TERMINAL="serial console" . Just in case!</span></div><span class="HOEnZb"><font color="#888888"><div style="font-size:12.8px"><span style="font-size:12.8px"><br></span></div><div style="font-size:12.8px"><span style="font-size:12.8px">Zoran</span></div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 8, 2017 at 5:45 AM, Dhanasekar Jaganathan <span dir="ltr"><<a href="mailto:jdhanasekarmca@gmail.com" target="_blank">jdhanasekarmca@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Zoran / Mariusz,<div><br></div><div>Below, I have provided the contents of my /etc/default/grub,</div><div><br></div><div><div>GRUB_TIMEOUT=-1</div><span><div>GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"</div><div>GRUB_DEFAULT=saved</div></span><div>#GRUB_DISABLE_SUBMENU=true</div><div>GRUB_SAVEDEFAULT=false</div><div>GRUB_TERMINAL="serial console"</div><span><div>GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=1 --word=8 --parity=no --stop=1"</div></span><div>GRUB_CMDLINE_LINUX="console=tt<wbr>y1 console=ttyS1,115200 vconsole.font=latarcyrheb-sun1<wbr>6 $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcr"</div><div>#GRUB_DISABLE_RECOVERY="true"</div><div>GRUB_FORCE_HIDDEN_MENU="false"</div><div>#GRUB_HIDDEN_TIMEOUT = 0</div></div><div><br></div><div><br></div><div>Thanks,</div><div>Dhanasekar</div></div><div class="m_988051056990933200HOEnZb"><div class="m_988051056990933200h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 8, 2017 at 3:51 AM, Zoran Stojsavljevic <span dir="ltr"><<a href="mailto:zoran.stojsavljevic@gmail.com" target="_blank">zoran.stojsavljevic@gmail.com</a><wbr>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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><br></div><div>This is what I have on my Fedora 26 VM (CLI transcript follows):</div><div><br></div><div><div><i>[root@localhost grub.d]# cd /etc/default</i></div><div><i>[root@localhost default]# ls -al</i></div><div><i>total 28</i></div><div><i>drwxr-xr-x.   2 root root  4096 Jun  7 06:24 .</i></div><div><i>drwxr-xr-x. 160 root root 12288 Jun  7 23:52 ..</i></div><div><i>-rw-rw-r--.   1 root root   262 May 14 19:54 grub</i></div><div><i>-rw-r--r--.   1 root root  1756 Jun  5 16:10 nss</i></div><div><i>-rw-r--r--.   1 root root   119 Feb 12 01:42 useradd</i></div><div><i>[root@localhost default]# cat grub</i></div><div><i>GRUB_TIMEOUT=5</i></div><div><i>GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"</i></div><div><i>GRUB_DEFAULT=saved</i></div><div><i>GRUB_DISABLE_SUBMENU=true</i></div><div><i>GRUB_TERMINAL_OUTPUT="console"</i></div><div><i>GRUB_CMDLINE_LINUX="<a href="http://rd.lvm.lv" target="_blank">rd.lvm.lv</a>=<wbr>fedora/root <a href="http://rd.lvm.lv" target="_blank">rd.lvm.lv</a>=fedora/swap rhgb quiet"</i></div><div><i>GRUB_DISABLE_RECOVERY="true"</i></div><div><i>[root@localhost default]# pwd</i></div><div><i>/etc/default</i></div></div><div><br></div><div>In such a case, which is, I think, one Politically Correct, the following must be done:</div><div>[1] W<span style="color:rgb(80,0,80);font-size:12.8px">henever I modify </span><b style="color:rgb(80,0,80);font-size:12.8px">/etc/defualt/grub</b><span style="color:rgb(80,0,80);font-size:12.8px">, I run </span><b style="color:rgb(80,0,80);font-size:12.8px">grub2-mkconfig -o /boot/grub2/grub.cfg</b><span style="color:rgb(80,0,80);font-size:12.8px"> ;</span></div><div>[2] Rebuild Coreboot!</div><div><br></div><div>Hello Dhanasekar,</div><div><br></div><div>What is the content of your<span style="color:rgb(80,0,80);font-size:12.8px"> </span><b style="color:rgb(80,0,80);font-size:12.8px">/etc/default/grub ?</b></div><div><b style="color:rgb(80,0,80);font-size:12.8px"><br></b></div><div><span style="color:rgb(80,0,80);font-size:12.8px">Should be the following (or similar):</span></div><div><br></div><div><div><i>GRUB_TIMEOUT=5</i></div><div><i>GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"</i></div><div><i>GRUB_DEFAULT=saved</i></div><div><div><i>GRUB_TERMINAL="serial"</i></div><span><div><i>GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=1 --word=8 --parity=no --stop=1"</i></div></span></div><div><i>GRUB_TERMINAL_INPUT="serial"</i></div><div><i>GRUB_TERMINAL_OUTPUT="serial"</i></div><div><i>GRUB_CMDLINE_LINUX="<a href="http://rd.lvm.lv" target="_blank">rd.lvm.lv</a>=<wbr>fedora/root <a href="http://rd.lvm.lv" target="_blank">rd.lvm.lv</a>=fedora/swap"</i></div><div><i>GRUB_DISABLE_RECOVERY="true"</i></div><div><br></div></div><div>Zoran</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 7, 2017 at 5:36 PM, Mariusz via coreboot <span dir="ltr"><<a href="mailto:coreboot@coreboot.org" target="_blank">coreboot@coreboot.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Dhanasekar,<br>
<br>
Try adding below lines on top of your grub.cfg:<br>
<br>
serial --unit=1 --speed=115200 --word=8 --parity=no --stop=1<br>
terminal_input serial<br>
terminal_output serial<br>
<br>
Then rebuild coreboot and try.<br>
Or try with grub.cfg containing only above three lines (you should get working grub shell)<br>
<br>
Mariusz<br>
<br>
<br>
W dniu 07.06.2017 o 15:38, Dhanasekar Jaganathan pisze:<span><span class="m_988051056990933200m_-4955879831655257147m_-7938065637451647784im m_988051056990933200m_-4955879831655257147m_-7938065637451647784HOEnZb"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Nico,<br>
<br>
Following is my complete Payload setting,<br>
<br>
1.Add a payload -> (GRUB2)<br>
2.GRUB2 version -> (HEAD)<br>
3.Include GRUB2 runtime config file into ROM image = Y<br>
4.Gave the path of grub.cfg (which I copied from Fedora OS when booted is booted with other BIOS vendor).<br>
<br>
Based on this, please provide your comments.<br>
<br>
Thanks,<br>
Dhanasekar<br>
</blockquote>
<br>
<br></span></span><span><div class="m_988051056990933200m_-4955879831655257147m_-7938065637451647784HOEnZb"><div class="m_988051056990933200m_-4955879831655257147m_-7938065637451647784h5">
-- <br>
coreboot mailing list: <a href="mailto:coreboot@coreboot.org" target="_blank">coreboot@coreboot.org</a><br>
<a href="https://mail.coreboot.org/mailman/listinfo/coreboot" rel="noreferrer" target="_blank">https://mail.coreboot.org/mail<wbr>man/listinfo/coreboot</a><br>
</div></div></span></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>