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