Grub Configuration - Intel SBCE Setup Manual

For blade server chassis; serial over lan (sol)
Table of Contents

Advertisement

GRUB configuration

If you are using GRUB, complete the following steps to modify the /boot/grub/grub.conf file:
1.
Comment out the
2.
Add the following line before the first
# This will allow you to only Monitor the OS boot via SOL
3.
Append the following text to the first
SOL Monitor
4.
Append the following text to the
console=ttyS1,19200 console=tty1
5.
Add the following five lines between the two
# This will allow you to Interact with the OS boot via SOL
title Red Hat Linux (2.4.9-e.12smp) SOL Interactive
root (hd0,0)
kernel /vmlinuz-2.4.9-e.12smp ro root=/dev/hda6 console=tty1
console=ttyS1,19200
initrd /initrd-2.4.9-e.12smp.img
The entry beginning with kernel /vmlinuz... is shown with a line break after console=tty1. In
your file, the entire entry must all be on one line.
The following samples show examples of the original content of the /boot/grub/grub.conf file and the content
of this file after modification.
splashimage=... line by adding a #
title=... line:
title=... line:
kernel/... line of the first title=... section:
at the beginning of this line.
title=... sections:
9

Advertisement

Table of Contents
loading

Table of Contents