Users Guide

iDRAC6 配置
83
/etc/grub.conf 文件时,应遵循以下原
1
GRUB
界面并使用基于文本的界面;否则
GRUB
屏幕将
不会显示
RAC
虚拟控制台中。要界面,注释
splashimage
开头的行。
2
要使用
GRUB
选项来通过
RAC
串行连接启动虚拟控制台会话,
将以行添加到有选项:
console=ttyS1,115200n8r console=tty1
5-2
显示
console=ttyS1,57600
添加到选项。
# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=
/dev/sdal
# initrd /boot/initrd-version.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
5-2. 文件/etc/grub.conf (续)