Setting up a serial console | HowtoForge - Linux Howtos and Tutorialsを参考にしました。 # vi /etc/inittab S0:12345:respawn:/sbin/agetty ttyS0 115200 # この行を追加 1:2345:respawn:/sbin/mingetty tty1 # vi /etc/grub.conf serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1 # この行を追加 terminal --timeout=5 serial console # この行を追加 title CentOS (2.6.18-128.4.1.el5) root (hd0,0) kernel /vmlinuz-2.6.18-128.4.1.el5