Users Guide

Table Of Contents
224
Configuration et utilisation des communications série sur le LAN
b
Ajoutez la ligne suivante avant la première ligne
title= …
:
# Redirigez le démarrage du SE via SOL
c
Ajoutez l'entrée suivante à la première ligne
title= …
:
Redirection SOL
d
Ajoutez le texte suivant à la ligne
kernel/…
de la première ligne
title= …
:
console=tty1 console=ttyS0,115200
REMARQUE :
/boot/grub/grub.conf dans Red Hat Enterprise Linux 5 est un lien
symbolique vers /boot/grub/menu.list. Vous pouvez modifier les paramètres dans
l'un d'eux.
Exemple de paramètre /boot/grub/grub.conf original dans RHEL 5 :
______________________________________________________________
# grub.conf generated by anaconda
#
# Note that you do not have to return grub after making changes
to this
# file
# 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 /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
______________________________________________________________