williamtu / ovs-mlx

OVS smartnic
0 stars 0 forks source link

[SOLVED] virsh console is stuck at "Escape character is ^]" #9

Open smadaminov opened 4 years ago

smadaminov commented 4 years ago

After starting VM with virsh start and then when trying to connect to it using virsh console it may get stuck at

Escape character is ^]
smadaminov commented 4 years ago

To fix it make sure that /etc/default/grub has following lines

GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8"
GRUB_TERMINAL=serial
GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1"

Helpful links are this and this.