Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Zoran Stojsavljevic
> After adding menu entry for fedora OS, I can able to see *boot menu successfully*.. . Case closed. Kudos to Mariusz. Zoran out On Thu, Jun 8, 2017 at 7:09 AM, Dhanasekar Jaganathan < jdhanasekar...@gmail.com> wrote: > Hi Mariusz / Zoran, > > After adding the below lines only in grub.cfg which

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Dhanasekar Jaganathan
Hi Mariusz / Zoran, After adding the below lines only in grub.cfg which is suggest by Mariusz, serial --unit=1 --speed=115200 --word=8 --parity=no --stop=1 terminal_input serial terminal_output serial I can able to see grub shell. After adding menu entry for fedora OS, I can able to see *boot m

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Zoran Stojsavljevic
Marius, All Cool, I meant all of this what you wrote in there. In order of appearance. We both lament about the same thing. Dhanasekar, You might add: *GRUB_TERMINAL="serial" (and remove: "serial console")* *GRUB_TERMINAL_INPUT="serial"* *GRUB_TERMINAL_OUTPUT="serial"* I know that you do have:

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Dhanasekar Jaganathan
Hi Zoran / Mariusz, Below, I have provided the contents of my /etc/default/grub, GRUB_TIMEOUT=-1 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved #GRUB_DISABLE_SUBMENU=true GRUB_SAVEDEFAULT=false GRUB_TERMINAL="serial console" GRUB_SERIAL_COMMAND="serial --spee

Re: [coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-07 Thread Rafael Machado
Hi Gabriel. Since you are beginning in this world, be really carefull about using binaries you do not know the content. You could have a virus or a something similar installed on your system. :) Happy studies! Em Qua, 7 de jun de 2017 16:18, taii...@gmx.com escreveu: > You probably forgot to in

Re: [coreboot] AMDPSP discussion

2017-06-07 Thread Julius Werner
On Wed, Jun 7, 2017 at 8:37 AM, Johnysecured88 via coreboot wrote: > What I don't understand is how this will matter. Releasing the source code > won't mean that is the source code they are using for PSP. Think of it like > an open source program with a compiled binary available. The only way to >

Re: [coreboot] APTIO

2017-06-07 Thread Julius Werner
But does it have Bluetooth support? I feel like I should really be able to use my Bluetooth mouse to configure my DRAM timings. Also no .webp for the splash screen image... like some sort of BIOS from 2010. Sad. On Wed, Jun 7, 2017 at 4:16 PM, ron minnich wrote: > read it and weep, or something.

[coreboot] APTIO

2017-06-07 Thread ron minnich
read it and weep, or something. https://ami.com/ami_downloads/Aptio_TSE_Data_Sheet.pdf -- coreboot mailing list: coreboot@coreboot.org https://mail.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Mariusz SzafraƄski via coreboot
W dniu 08.06.2017 o 00:21, Zoran Stojsavljevic pisze: Hello Mariusz, > Try adding below lines on top of your grub.cfg: Are you talking about this file: /etc/default/grub ? No. I`m talking about final */boot/grub2/grub.cfg *This is the file we need to point to from coreboot`s menuconfig. /L

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Zoran Stojsavljevic
Hello Mariusz, > Try adding below lines on top of your grub.cfg: Are you talking about this file: /etc/default/grub ? This is what I have on my Fedora 26 VM (CLI transcript follows): *[root@localhost grub.d]# cd /etc/default* *[root@localhost default]# ls -al* *total 28* *drwxr-xr-x. 2 root r

Re: [coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-07 Thread taii...@gmx.com
You probably forgot to include the required VBIOS file required to use the integrated video. Any serial output? On 06/07/2017 09:43 AM, Gabriel Bosque wrote: Hello everyone, thank you for accepting me in the group. I am totally newbie, however, I would very much like to have a pc running coreb

Re: [coreboot] AMDPSP discussion

2017-06-07 Thread taii...@gmx.com
On 06/07/2017 11:37 AM, Johnysecured88 via coreboot wrote: What I don't understand is how this will matter. Releasing the source code won't mean that is the source code they are using for PSP. Think of it like an open source program with a compiled binary available. The only way to ensure the

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Mariusz via coreboot
Hi Dhanasekar, Try adding below lines on top of your grub.cfg: serial --unit=1 --speed=115200 --word=8 --parity=no --stop=1 terminal_input serial terminal_output serial Then rebuild coreboot and try. Or try with grub.cfg containing only above three lines (you should get working grub shell) M

Re: [coreboot] AMDPSP discussion

2017-06-07 Thread Johnysecured88 via coreboot
What I don't understand is how this will matter. Releasing the source code won't mean that is the source code they are using for PSP. Think of it like an open source program with a compiled binary available. The only way to ensure the code is the code of the binary is to do your own compiling. B

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Dhanasekar Jaganathan
Hi Nico, I have taken the Flash Region's dump of my vendor BIOS using Ifdtool (which is copied below), *FLREG0:0x000f* * Flash Region 0 (Flash Descriptor): - * *FLREG1:0x07ff0200* * Flash Region 1 (BIOS): 0020 - 007f * *FLREG2:0x0fff* * Flash Regio

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Nico Huber
On 07.06.2017 16:49, Dhanasekar Jaganathan wrote: > Hi Nico, > > Thanks for the info.. > > Actually, I have given "*make al*l" to rebuild the coreboot source. > > Is it correct way to rebuilt to the source? That should work fine. > > Or I have to run *make crossgcc-i386 CPUS=$(nproc)* and *ma

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Dhanasekar Jaganathan
Hi Nico, Thanks for the info.. Actually, I have given "*make al*l" to rebuild the coreboot source. Is it correct way to rebuilt to the source? Or I have to run *make crossgcc-i386 CPUS=$(nproc)* and *make* Thanks, Dhanaeskar On Wed, Jun 7, 2017 at 7:17 PM, Nico Huber wrote: > On 07.06.2017

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Nico Huber
On 07.06.2017 15:38, Dhanasekar Jaganathan wrote: > Hi Nico, > > Following is my complete Payload setting, > > 1.Add a payload -> (GRUB2) > 2.GRUB2 version -> (HEAD) > 3.Include GRUB2 runtime config file into ROM image = Y > 4.Gave the path of grub.cfg (which I copied from Fedora OS when booted i

[coreboot] Coreboot + Seabios Asus F2A85-M LE card

2017-06-07 Thread Gabriel Bosque
Hello everyone, thank you for accepting me in the group. I am totally newbie, however, I would very much like to have a pc running coreboot + seabios on an Asus F2A85-M LE card, could someone send me a .rom to write to memory? I have tried to compile, but nothing appears on the display ... I think

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Dhanasekar Jaganathan
Hi Nico, Following is my complete Payload setting, 1.Add a payload -> (GRUB2) 2.GRUB2 version -> (HEAD) 3.Include GRUB2 runtime config file into ROM image = Y 4.Gave the path of grub.cfg (which I copied from Fedora OS when booted is booted with other BIOS vendor). Based on this, please provide y

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Nico Huber
On 07.06.2017 14:52, Dhanasekar Jaganathan wrote: > Hi Nico, > >> where do you expect to see the menu? a display? a serial console? In the >> former case, I expect you have to add a Video BIOS to your coreboot.rom >> (CONFIG_VGA_BIOS) and configure coreboot to run it (CONFIG_VGA_ROM_RUN). >> If yo

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Dhanasekar Jaganathan
Hi Zoran, Please Ignore my previous mail. This is the correct one. Hi Nico, >where do you expect to see the menu? a display? a serial console? In the >former case, I expect you have to add a Video BIOS to your coreboot.rom >(CONFIG_VGA_BIOS) and configure coreboot to run it (CONFIG_VGA_ROM_RUN).

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Dhanasekar Jaganathan
Hi Nico, >where do you expect to see the menu? a display? a serial console? In the >former case, I expect you have to add a Video BIOS to your coreboot.rom >(CONFIG_VGA_BIOS) and configure coreboot to run it (CONFIG_VGA_ROM_RUN). >If you use a discrete gfx card, you don't need to add the VBIOS, it

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Dhanasekar Jaganathan
Thanks for the info Hi Zoran, Sorry, I have mentioned */boot/default/grub.cfg* by mistake, instead of* /etc/default/grub.* Hi Mariusz, , Yes,.. My system booted to Fedora on second serial port (ttyS1). I have modified /etc/default/grub as *GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=1 -

Re: [coreboot] GRUB boot menu is not showing GRUB2

2017-06-07 Thread Nico Huber
Hi Dhanasekar, On 06.06.2017 16:53, Dhanasekar Jaganathan wrote: > Hi All, > > I am trying to boot *Intel Rangeley CPU/ Mohon Peak *board by Coreboot. I > am using *GRUB2 *as a Payload. > > In menuconfig, I have selected, > > Add a payload - *GRUB2* > GRUB2 Version - *HEAD*. > > My mSata has t