配置KVM的GuestOs,使得可以通过virsh console连接

对象客户机:Debian
1,编辑inittab文件
添加下面一行:
T0:23:respawn:/sbin/getty -L ttyS0 115200 vt100
注:默认有类似的配置,不过是被注释掉的,可以根据注释掉的配置来进行修改

2,编辑/boot/grub/menu.lst文件,红色的部分为追加的部分。

serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1
terminal --timeout=5 serial console
title Debian GNU/Linux, kernel 2.6.26-2-686
root (hd0,0)
kernel /vmlinuz-2.6.26-2-686 root=/dev/mapper/s01v01.unumu.com-root ro
quiet splash console=tty0 console=tyS0,115200n8
initrd /initrd.img-2.6.26-2-686

0 Responses to "配置KVM的GuestOs,使得可以通过virsh console连接"