[coreboot] GRUB boot menu is not showing GRUB2
Mariusz Szafrański
coreboot at akumat.pl
Thu Jun 8 01:13:53 CEST 2017
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.
/Lines from ///etc/default/grub (grub config "source" file)
GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=1 --word=8 --parity=no
--stop=1"/
/GRUB_TERMINAL_INPUT="serial"/
/GRUB_TERMINAL_OUTPUT="serial"
are "compiled" using grub2-mkconfig to final grub configuration file
/boot/grub2/grub.cfg:
//
serial --unit=1 --speed=115200 --word=8 --parity=no --stop=1
terminal_input serial
terminal_output serial
/
Mariusz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot/attachments/20170608/0a86333b/attachment.html>
More information about the coreboot
mailing list