Re: Trying to boot a supermicro H8DMT board

From: Eugene Grosbein <eugen_at_grosbein.net>
Date: Fri, 14 Jan 2022 13:02:54 UTC
14.01.2022 19:23, Willem Jan Withagen wrote:

> As soon is I type 'set console="comconsole"' my input has gone...

The loader supports "dual console" mode:

console="comconsole vidconsole"
comconsole_port="0x3f8" # default for COM1, use 0x2f8 for COM2
comconsole_speed=115200
boot_multicons="YES"

The order for "console" setting is important.
You may want to change it for vidconsole be first in the list.