Users Guide
vc/3
vc/4
ファイルの残りの部分をスキップします
______________________________________________________________
3. /boot/grub/grub.conf または /boot/grub/menu.list ファイルを編集して、SOL の起動オプションを追加します。
a. 各種の UNIX 系オペレーティングシステムで、グラフィカル表示行をコメントアウトします。
¡ splashimage=(had0,0)/grub/splash.xpm.gz(RHEL 5 の場合)
¡ gfxmenu (hda0,5)/boot/message(SLES 10 の場合)
b. 最初の title= ... 行の前に次の行を追加します。
# Redirect OS boot via SOL
c. 最初の title= ... 行の後に次のエントリを追加します。
SOL redirection
d. 最初の title= ...:の kernel/_ 行の後に次のテキストを追加します。
console=tty1 console=ttyS0,115200
RHEL 5 の元の /boot/grub/grub.conf の例:
______________________________________________________________
#grub.conf generated by anaconda
#
# Note that you do not have to return grub after making changes to this
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinux-version ro root=/dev/VolGroup00/LogVol00
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm/gz
hiddenmenu
title Red Hat Enterprise Linux 5
root (hd0,0)
kernel /vmlinuz-2.6.18-8.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-8.el5.img
______________________________________________________________
変更後の /boot/grub/grub.conf の例:
______________________________________________________________
#grub.conf generated by anaconda
#
# Note that you do not have to return grub after making changes to this
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
メモ:Red Hat Enterprise Linux 5 での /boot/grub/grub.conf は /boot/grub/menu.list へのシンボリックリンクです。どちらの設定も変更できます。