<div dir="ltr">Hi Taiidan,<div><br></div><div>My USB ONIE installers don't have "isolinux/syslinux.cfg". It has "boot/grub/grub.cfg".</div><div><br></div><div>When I try to run "syslinux_configfile (usb0)/boot/grub/grub.cfg" in GRUB command line, I am getting "<b>kernel without label</b>" error.</div><div><br></div><div>Please provide your commands </div><div><br></div><div>Thanks,</div><div>Dhanasekar</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 14, 2017 at 3:22 AM, <a href="mailto:Taiidan@gmx.com">Taiidan@gmx.com</a> <span dir="ltr"><<a href="mailto:Taiidan@gmx.com" target="_blank">Taiidan@gmx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 06/13/2017 10:22 AM, Dhanasekar Jaganathan wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi All,<br>
<br>
I am trying to install ONIE from USB which has ONIE installer. Actually, I<br>
am using GRUB2 as a payload.  If Coreboot display list of bootable device,I<br>
can select USB which will install a OS in the hard disk.  As I understood<br>
that Coreboot won't display list of available bootable device (not like<br>
vendor bios).I don't know how to give control to bootable USB or boot a<br>
bootable USB by coreboot. Can you please help me on this?.<br>
<br>
<br>
Thanks,<br>
Dhanasekar<br>
</blockquote></div></div>
Assuming you are booting a standard linux distro iso:<br>
syslinux_configfile (*TAB* to see what is available<br>
<br>
then simply for instance syslinux_configfile (usb0,msdos1)/isolinux/syslinu<wbr>x.cfg (or w/e)<br>
<br>
also configfile (ahci0,msdos1)/grub2/grub.cfg to load a grub cfg<br>
<br>
Ideally you would add a grub cfg to the coreboot image that does something like load a config file from a specified local disk so that it is easy to update (ie: no re-flashing) instructions for that are on the wiki.<br>
<br>
SeaBIOS would provide the classic AMI style F12 selection menu, but I don't like it due to how many times I have accidentally enabled option rom execution by forgetting to include the configuration file.<br>
</blockquote></div><br></div>