Users Guide
f. Agreguelasiguientelíneaantesdelaprimeralíneatitle= ...:
# Redirect OS boot via SOL
g. Agreguelasiguienteentradaalaprimeralínea title= ...:
SOL redirection
h. Agregueelsiguientetextoalalíneakernel/... del primer title= ...:
console=tty1 console=ttyS0,115200
Ejemplo de /boot/grub/grub.conf original en RHEL 5:
______________________________________________________________
# grub.conf generated by anaconda (grub.conf generado por anaconda)
#
#Notethatyoudonothavereturngrubaftermakingchangestothis(Tengaencuentaquenotienequevolveraejecutargrubdespuésde
hacer cambios en este)
# file (archivo)
#NOTICE:Youhaveabootpartition.Thismeansthat(AVISO:Tieneunapartición/boot.Estosignificaque)
# 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)(root hd0,0)
# kernel /vmlinux-version ro root=/dev/VolGroup00/LogVol00 (kernel /vmlinux-version ro root=/dev/VolGroup00/LogVol00)
# initrd /initrd-version.img (initrd /initrd-version.img)
#boot=/dev/sda (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
______________________________________________________________
Ejemplo de /boot/grub/grub.conf modificado:
______________________________________________________________
# grub.conf generated by anaconda (grub.conf generado por anaconda)
#
#Notethatyoudonothavetoreturngrubaftermakingchangestothis(Tengaencuentaquenotienequevolveraejecutargrubdespués
de hacer cambios en este)
# file (archivo)
#NOTICE:Youhavea/bootpartition.Thismeansthat(AVISO:Tieneunapartición/boot.Estosignificaque)
# 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) (root (hd0,0))
# kernel /vmlinux-version ro root=/dev/VolGroup00/LogVol00 (kernel /vmlinux-version ro root=/dev/VolGroup00/LogVol00)
# initrd /initrd-version.img (initrd /initrd-version.img)
#boot=/dev/sda (boot=/dev/sda)
NOTA: /boot/grub/grub.confenRedHatEnterpriseLinux5esunvínculosimbólicocon/boot/grub/menu.list.Puedecambiarlaconfiguraciónenuno
de los dos.