vc/4
OMITIR el resto del archivo
______________________________________________________________
3. Edite el archivo /boot/grub/grub.conf o el archivo /boot/grub/menu.list para agregar opciones de inicio para SOL:
a. Agregue comentarios para las líneas de gráficos en los sistemas operativos de tipo Unix:
splashimage=(had0,0)/grub/splash.xpm.gz en RHEL 5
¡
gfxmenu (hda0,5)/boot/message en SLES 10
¡
b. Agregue la siguiente línea antes de la primera línea title= ...:
# 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= ...:
SOL redirection
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 # 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és de hacer cambios en este archivo)
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# (AVISO: Tiene una partición /boot. Esto significa que
# 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í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: