Dear GRUB folks,

using coreboot with GRUB 2 as payload built with `make default_payload`
and putting `grub.cfg` into CBFS containg the lines below

        […]
        serial --unit=0 --speed=115200
        terminal_input console serial
        terminal_output console serial
        […]

I do not get any serial output from GRUB. Using

        terminal_output serial

serial works.

Can it be that `console` is not available in my GRUB and that results in
`serial` being lost? Is that by design?


Thanks,

Paul

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to