我在 KVM 上安装了 Centos AtomicHost Os,我只想启用它上面的 virsh 控制台!尝试了下面的方法,但不起作用。1. 在 /etc/grub/defailt 上添加了 console=tty0
GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet console=ttyS0"
- 在 virsh edit 中添加以下几行如下:https://linuxadmin.io/enable-virsh-console-kvm/
答案1
CentOS Atomic 映像将串行控制台重定向到 kvm/qemu 串行端口。
要连接到串行端口并查看启动消息:
virsh list --all # To list all VMs
virsh shutdown <centos-atomic-VM-name> # Stop the VM
virsh start --console <centos-atomic-VM-name> # Connect on the VM's console and start it