Users Guide
b. Agreguelasiguientelíneaantesdelaprimeralíneatitle= ...:
# Redirect OS boot via SOL(RedirigiriniciodesistemaoperativoatravésdeSOL)
c. Añadalasiguienteentradaalaprimeralíneatitle= ...:
RedirecciónSOL
d. Agregueelsiguientetextoalalíneakernel/... del primer title= ...:
consola=tty1 consola=ttyS0,115200
Ejemplo original de /boot/grub/grub.conf en RHEL 5:
______________________________________________________________
# grub.conf # grub.conf generated by anaconda (generado por anaconda)
#
# Note that you do not have to return grub after making changes to this
# file
# (Tenga en cuenta que no tiene que volver a ejecutar grub
#despuésdehacercambiosenestearchivo)
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
#(AVISO:Tieneunapartición/boot.Estosignificaque
# todas las rutas de acceso initrd y kernel son relativas a /boot/, por ej.
# root (hd0,0)
# kernel /vmlinux-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
valor predeterminado=0
tiempo de espera=5
splashimage=(hd0,0)/grub/splash.xpm/gz
hiddenmenu
títuloRedHatEnterpriseLinux5
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
______________________________________________________________
Ejemplo modificado de /boot/grub/grub.conf:
______________________________________________________________
# grub.conf # grub.conf generated by anaconda (generado por anaconda)
#
# Note that you do not have to return grub after making changes to this
# file
# (Tenga en cuenta que no tiene que volver a ejecutar grub
#despuésdehacercambiosenestearchivo)
# NOTICE: You have a /boot partition. This means that
NOTA: /boot/grub/grub.confenRedHatEnterpriseLinux5esunvínculosimbólicocon/boot/grub/menu.list.Puedecambiarlaconfiguraciónenuno
de los dos.