설치 중에 KVM 게스트 콘솔을 가져오는 동안 이 문제가 발생했습니다. 내 호스트(기본) 컴퓨터는 CENTOS7이고 게스트 OS도 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 ^]