Description of problem: 物理机信息: 机型:F52 使用的qemu-kvm & virsh 创建 虚拟机 启动qcow2镜像后. 配置了串口访问: grubby --update-kernel=ALL --args="console=tty0 console=ttyS0,115200" xml中配置了: <serial type="pty"> <target port="0"/> </serial> <console type="pty"> <target type="serial" port="0"/> </console> 启动参数中确定配置了: console=tty0,console=ttyS0,115200n8 镜像链接: https://mirrors.openanolis.cn/anolis/23/Nightly/Images/vm/20230228/ 但是还是不能virsh console 访问. Actual results: console 不能访问 Expected results: console正常访问 Additional info:
aarch64还是x86_64
(In reply to xuchunmei from comment #1) > aarch64还是x86_64 arm和x86_64 都不行
GA 版本的镜像串口验证OK。