# Redirect OS boot via SOL (Redirigir inicio de sistema operativo a través de SOL)
c. Añada la siguiente entrada a la primera línea title= ...:
Redirección SOL
d. Agregue el siguiente texto a la línea kernel/... del primer title= ...:
consola=tty1 consola=ttyS0,115200
NOTA:
/boot/grub/grub.conf en Red Hat Enterprise Linux 5 es un vínculo simbólico con /boot/grub/menu.list. Puede cambiar la configuración en uno
de los dos.
Ejemplo original de /boot/grub/grub.conf en RHEL 5:
______________________________________________________________
# grub.conf generated by anaconda (grub.conf generado por anaconda)
#
# Note that you do not have to return grub after making changes to this (Tenga en cuenta que no tiene que volver a ejecutar grub después
de hacer cambios en este )
# file (archivo)
# NOTICE: You have a /boot partition. This means that (AVISO: Tiene una partición /boot. Esto significa que)
# all kernel and initrd paths are relative to /boot/, eg. (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
default=0
expiración de tiempo=5
splashimage=(hd0,0)/grub/splash.xpm/gz
hiddenmenu
título 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
______________________________________________________________
Ejemplo de /boot/grub/grub.conf modificado:
______________________________________________________________
# grub.conf generated by anaconda (grub.conf generado por anaconda)
#
# Note that you do not have to return grub after making changes to this (Tenga en cuenta que no tiene que volver a ejecutar grub después
de hacer cambios en este )
# file (archivo)
# NOTICE: You have a /boot partition. This means that (AVISO: Tiene una partición /boot. Esto significa que)
# all kernel and initrd paths are relative to /boot/, eg. (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
default=0