Intel SBCE Setup Manual page 21

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

Advertisement

b.
Comment out the map=/boot/map line by adding a
c.
Comment out the message=/boot/message line by adding a
d.
Add the following line before the first
# This will allow you to only Monitor the OS boot via SOL
e.
Add the following text to the end of the first
-Monitor
f.
Add the following line to the first
append="console=ttyS1,19200n8 console=tty1"
g.
Add the following lines between the two
# This will allow you to Interact with the OS boot via SOL
image=/boot/vmlinuz-2.4.9-e.12smp
label=linux-Interact
initrd=/boot/initrd-2.4.9-e.12smp.img
read-only
root=/dev/hda6
append="console=tty1 console=ttyS1,19200n8 "
The following samples show examples of the original content of the /etc/lilo.conf file and the content of
this file after modification.
prompt
timeout=50
default=linux
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
linear
image=/boot/vmlinuz-2.4.9-e.12smp
label=linux
initrd=/boot/initrd-2.4.9-e.12smp.img
read-only
root=/dev/hda6
image=/boot/vmlinuz-2.4.9-e.12
label=linux-up
initrd=/boot/initrd-2.4.9-e.12.img
read-only
root=/dev/hda6
#
at the beginning of this line.
image=... line:
label=linux line
image=...
section. This enables SOL
image=... sections:
Original /etc/lilo.conf contents
#
at the beginning of this line.
.
7

Advertisement

Table of Contents
loading

Table of Contents