2017-08-30 11:18 GMT+02:00 Emmanuel Kasper <[email protected]>: > instead of setting GRUB_TERMINAL=serial and loosing the output to the > virtual main display, we could the output to both virtual main display > and serial console
I just tested this: GRUB_TERMINAL_INPUT="console serial" GRUB_TERMINAL_OUTPUT="console serial" GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1" And it worked fine with grub actually showing up with 'virsh console' and no problems booting under openstack either. This would be the preferred solution.
