본문 바로가기

Server & Cloud

[KVM] virsh console에서 Escape character is ^] 문제 해결

KVM의 가상머신 콘솔에서 다음 수행

1. $ vi /etc/default/grub

2. 다음과 같이 grub file update

GRUB_CMDLINE_LINUX_DEFAULT=”console=tty0 console=ttyS0″
GRUB_TERMINAL=serial
GRUB_SERIAL_COMMAND=”serial –unit=0 –speed=115200 –word=8 –parity=no –stop=1″

3. $ update-grub

4. $ systemctl enable serial-getty@ttyS0.service

5. $ systemctl start serial-getty@ttyS0.service

6. $ reboot

 

 

참고 사이트: https://freelinuxtutorials.com/fixing-kvm-guest-virsh-console-hangs-at-escape-character/

'Server & Cloud' 카테고리의 다른 글

AWS Lambda에 zip 형태로 코드 업로드  (0) 2025.01.13
[AWS Lambda] docker image로 Lambda 생성  (0) 2024.11.12
nmap installation  (0) 2024.07.07
Disk Size Increasing  (0) 2023.11.09