我在安装时获取 KVM 来宾控制台时遇到了这个问题。我的主机(基础)机器是CENTOS7,来宾操作系统也是CENTOS7。
我的主机上没有 GUI
# virt-install --network bridge=br0 --name=node1 --ram=2048 \
--vcpus=2 --disk path=/vm-images/node1.img,size=10 --graphics none \
--location /tmp/CentOS-7-x86_64-Minimal-1611.iso --os-type=linux \
--os-variant=rhel7.0 \
--extra-args="console=tty0 console=ttyS0,115200n8 serial"
错误:
Starting install...
Retrieving file .treeinfo... | 366 B 00:00:00
Retrieving file vmlinuz... | 5.1 MB 00:00:00
Retrieving file initrd.img... | 41 MB 00:00:00
Creating domain... | 0 B 00:00:00
Connected to domain node1
Escape character is ^]