IBM HS40 Setup Guide - Page 24

is shown with a line break, In your file, the entire entry must all be on one line.

Page 24 highlights

4. Append the following text to the kernel/... line of the first title=... section: console=ttyS1,19200 console=tty1 5. Add the following lines between the two title=... sections: # 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 Note: 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. Original /boot/grub/grub.conf contents #grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/hda6 # initrd /initrd-version.img #boot=/dev/hda default=0 timeout=10 splashimage=(hd0,0)/grub/splash.xpm.gz title Red Hat Enterprise Linux ES (2.4.9-e.12smp) root (hd0,0) kernel /vmlinuz-2.4.9-e.12smp ro root=/dev/hda6 initrd /initrd-2.4.9-e.12smp.img title Red Hat Enterprise Linux ES-up (2.4.9-e.12) root (hd0,0) kernel /vmlinuz-2.4.9-e.12 ro root=/dev/hda6 initrd /initrd-2.4.9-e.12.img 18 BladeCenter: Serial over LAN Setup Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64

4.
Append the following text to the
kernel/...
line of the first
title=...
section:
console=ttyS1,19200 console=tty1
5.
Add the following lines between the two
title=...
sections:
# 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
Note:
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.
Original /boot/grub/grub.conf contents
#grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:
You have a /boot partition.
This means that
#
all kernel and initrd paths are relative to /boot/, eg.
#
root (hd0,0)
#
kernel /vmlinuz-version ro root=/dev/hda6
#
initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Enterprise Linux ES (2.4.9-e.12smp)
root (hd0,0)
kernel /vmlinuz-2.4.9-e.12smp ro root=/dev/hda6
initrd /initrd-2.4.9-e.12smp.img
title Red Hat Enterprise Linux ES-up (2.4.9-e.12)
root (hd0,0)
kernel /vmlinuz-2.4.9-e.12 ro root=/dev/hda6
initrd /initrd-2.4.9-e.12.img
18
BladeCenter: Serial over LAN Setup Guide