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

2017-09-16 Thread taii...@gmx.com
On 06/16/2017 04:24 AM, Dhanasekar Jaganathan wrote: Hi Zoran, Ok.. I will try that. After adding below menuentry in grub.cfg( , *menuentry "ONIE: Embed ONIE" --class gnu-linux --class onie {* * echo"ONIE: Embedding ONIE ..."* * set gfxpayload=keep* *insmod gzio* *

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

2017-06-16 Thread Dhanasekar Jaganathan
Hi Zoran, Ok.. I will try that. After adding below menuentry in grub.cfg( , *menuentry "ONIE: Embed ONIE" --class gnu-linux --class onie {* * echo"ONIE: Embedding ONIE ..."* * set gfxpayload=keep* *insmod gzio* *insmod part_msdos* *insmod ext2* *

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

2017-06-16 Thread Zoran Stojsavljevic
To simplify your tests... If you have enough space on your /boot on your HDD, you can do the following: [1] Copy your ONIE-live-XYZ.iso (or whatever the true name is) there from USB stick to /boot partition; [2] Simplify the grub.cfg script like this: menuentry "ONIE: Embed ONIE" --class

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,

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 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 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] 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-14 Thread Dhanasekar Jaganathan
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 (Kernel without label). My USB ONIE installers has following files,

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

2017-06-14 Thread Nico Huber
Hi Dhanasekar, On 14.06.2017 11:21, Dhanasekar Jaganathan wrote: > Hi Taiidan, > > My USB ONIE installers don't have "isolinux/syslinux.cfg". It has > "boot/grub/grub.cfg". > > When I try to run "syslinux_configfile (usb0)/boot/grub/grub.cfg" in GRUB > command line, I am getting "*kernel

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

2017-06-14 Thread Dhanasekar Jaganathan
Hi Taiidan, My USB ONIE installers don't have "isolinux/syslinux.cfg". It has "boot/grub/grub.cfg". When I try to run "syslinux_configfile (usb0)/boot/grub/grub.cfg" in GRUB command line, I am getting "*kernel without label*" error. Please provide your commands Thanks, Dhanasekar On Wed, Jun

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

2017-06-13 Thread taii...@gmx.com
On 06/13/2017 10:22 AM, Dhanasekar Jaganathan wrote: Hi All, I am trying to install ONIE from USB which has ONIE installer. Actually, I am using GRUB2 as a payload. If Coreboot display list of bootable device,I can select USB which will install a OS in the hard disk. As I understood that

[coreboot] How to give control to bootable USB

2017-06-13 Thread Dhanasekar Jaganathan
Hi All, I am trying to install ONIE from USB which has ONIE installer. Actually, I am using GRUB2 as a payload. If Coreboot display list of bootable device,I can select USB which will install a OS in the hard disk. As I understood that Coreboot won't display list of available bootable device