Users Guide
为引导期间的串行控制台配置 Linux
以下步骤特定于 Linux GRand Unified Bootloader (GRUB)。如果使用其它引导装载程序,则需要相似的更改。
按照以下说明编辑 /etc/grub.conf 文件:
1. 找到文件的常规设置部分并添加以下两行新命令:
serial --unit=1 --speed=57600
terminal --timeout=10 serial
2. 在内核行上追加两个选项:
kernel .............console=ttyS1,115200n8r console=tty1
3. 如果 /etc/grub.conf 包含 splashimage 指令,应将其注释掉。
表 5-2 提供了示例 /etc/grub.conf 文件,显示在此过程中说明的更改。
表 5-2.示例文件:/etc/grub.conf
编辑 /etc/grub.conf 文件时,应遵循以下原则:
1. 禁用 GRUB 的图形界面并使用基于文本的界面;否则,GRUB 屏幕将不会显示在 RAC 虚拟控制台中。要禁用图形界面,注释掉以 splashimage 开头的行。
2. 要使用多个 GRUB 选项来通过 RAC 串行连接启动虚拟控制台会话,将以下行添加到所有选项:
console=ttyS1,115200n8r console=tty1
表 5-2 显示 console=ttyS1,57600 仅添加到第一个选项。
允许在引导后登录到虚拟控制台
按照以下说明编辑文件 /etc/inittab:
l HMAC-MD5-96
验证
l 密码
注: 不支持 SSHv1。
注: 在配置客户端 VT100 仿真窗口时,将显示重定向虚拟控制台的窗口或应用程序设置为 25 行 x 80 列以确保文本正确显示;否则,有些文本屏幕可能会出现乱码。
#grub.confgeneratedbyanaconda(grub.conf由 anaconda# 生成)
#
# Note that you do not have to rerun grub after making changes (请注意,更改)
# to this file (这个文件)
#NOTICE:Youdonothavea/bootpartition.Thismeansthat(后,您不必重新运行 grub 注意:您不具备 /boot 分区。这意味着)
#allkernelandinitrdpathsarerelativeto/,e.g.(所有内核和 initrd 路径是相对于 /, 例如)
#root(hd0,0)(根 (hd0,0))
#kernel/boot/vmlinuz-version ro root=/dev/sdal (内核 /boot/vmlinuz-版本 ro root=/dev/sdal)
#initrd/boot/initrd-version.img (initrd /boot/initrd-版本.img)
#
#boot=/dev/sda
default=0
timeout=10
#splashimage=(hd0,2)/grub/splash.xpm.gz
serial --unit=1 --speed=57600
terminal --timeout=10 serial
title Red Hat Linux Advanced Server (2.4.9-e.3smp)
root(hd0,0)
kernel/boot/vmlinuz-2.4.9-e.3smp ro root=/dev/sda1 hda=ide-scsi console=ttyS0 console=ttyS1,115200n8r
initrd/boot/initrd-2.4.9-e.3smp.img
title Red Hat Linux Advanced Server-up (2.4.9-e.3)
root(hd0,00)
kernel/boot/vmlinuz-2.4.9-e.3 ro root=/dev/sda1 s
initrd/boot/initrd-2.4.9-e.3.im