IBM 8837 User Guide - Page 41

entry, begins, shown, break, after, entire, line., following, examples, original, content, boot/grub

Page 41 highlights

kernel /vmlinuz-2.4.9-e.12smp ro root=/dev/hda6 console=tty1 console=ttyS0,19200 initrd /initrd-2.4.9-e.12smp.img Note: The entry that begins 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 examples show 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 Chapter 2. Configuring the server 29

  • 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
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70

kernel
/vmlinuz-2.4.9-e.12smp
ro
root=/dev/hda6
console=tty1
console=ttyS0,19200
initrd
/initrd-2.4.9-e.12smp.img
Note:
The
entry
that
begins
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
examples
show
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
Chapter
2.
Configuring
the
server
29