Re: [coreboot] How to give control to bootable USB

2017-06-15 Thread Dhanasekar Jaganathan
Hi Nico, Sorry, It is typo. I have tried with *configfile (usb0)/boot/grub/grub.cfg* only.. with a new *boot/grub/grub.cfg*, I am getting following error, *error: file '/vmlinuz' not found.* *error: you need to load the kernel first. * FYR, I have attached /boot/grub/grub.cfg(which is

Re: [coreboot] problems with compilation for asrock g41c-gs-2.0

2017-06-15 Thread Arthur Heymans
Rostislav Okulov via coreboot writes: > Hello, guys. > I need some help with coreboot. > > First I have created config with "make menuconfig" > compilation works with Rom chip size 8Mb (but if I understand correctly for > this motherboard it Rom chip size should be 1Mb)

Re: [coreboot] How to give control to bootable USB

2017-06-15 Thread Zoran Stojsavljevic
Hello Dhanasekar, This, I guess, is not (entirely) correct: menuentry "ONIE: Embed ONIE" --class gnu-linux --class onie { echo"ONIE: Embedding ONIE ..." onie_entry_start *linux /vmlinuz* $ONIE_CMDLINE_LINUX boot_reason=embed install_url=file:///lib/onie/onie-updater * initrd

Re: [coreboot] How to give control to bootable USB

2017-06-15 Thread Nico Huber
On 15.06.2017 07:31, Dhanasekar Jaganathan wrote: > Hi Nico/Taiidan, > > After entering "*syslinux_configfile (*", when I press *TAB, I* I am not > seeing anything (nothing is coming).. > > So, I have tried this command *"syslinux_configfile > (usb0)/boot/grub/grub.cfg" *and got the error

Re: [coreboot] How to give control to bootable USB

2017-06-15 Thread Zoran Stojsavljevic
And, YES, you need to have this menuentry in grub.cfg you are loading... also configfile (ahci0,msdos1)/grub2/grub.cfg to load a grub cfg Zoran On Thu, Jun 15, 2017 at 3:21 PM, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Hello Dhanasekar, > > This, I guess, is not

Re: [coreboot] How to give control to bootable USB

2017-06-15 Thread Dhanasekar Jaganathan
Hi Zoran, Thanks for the info. With previously attached grub.cfg + Vendor BIOS, I can able to install ONIE from USB. But with Coreboot + GRUB2 + previously attached grub.cfg, I am unable to install ONIE from USB. I am going to try your changes, I will let you know. Thanks, Dhanasekar On Thu,

[coreboot] Adding test configurations for jenkins builds

2017-06-15 Thread Martin Roth
We recently added the ability for anyone to submit a configuration for the jenkins test builds. This will help us to build-test currently untested configurations. To add a new test configuration for jenkins, add a miniconfig for the platform into the coreboot/configs directory. The