18.15. 직렬 콘솔 오류
직렬 콘솔에 아무런 출력이 없습니다. 이 문제를 해결하려면,
grub.conf
파일을 수정하여 com 포트 파라미터를 다음과 같이 변경해야 합니다:
serial --unit=1 --speed=115200
title RHEL5 i386 Xen (2.6.18-1.2910.el5xen) root (hd0, 8) kernel /boot/xen.gz-2.6.18-1.2910.el5 com2=115200,8n1 module /boot/vmlinuz-2.6.18-1.2910.el5xen to root=LABEL=RHEL5_i386 console=tty console=ttyS1115200 module /boot/initrd-2.8.6.18-12910.el5xen.img title RHEL5 i386 xen (2.6.18.-1.2910.el5xen root (hd0, 8) kernel /boot/xen.gz-2.6.18-1.2910.el5 com2=115200 console=com2l module /boot/vmlinuz2.6.18-1.2910.el5xen to root=LABEL=RHEL5_i386 console=xvc xencons=xvc module /boot/ititrd-2.6.18-1.2910.el5xen.img
grub.conf
파일을 위와 같이 변경하면 직렬 콘솔이 제대로 작동할 것입니다. ttyS
에는 어떤 수도 사용할 수 있으며, ttyS0
와 같이 작동되어야 합니다.