Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 5 product line. The current stable release is 5.10. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 531244

Summary: fix for grub example in kexec-kdump-howto.txt
Product: Red Hat Enterprise Linux 5 Reporter: Dave Maley <dmaley>
Component: kexec-toolsAssignee: Neil Horman <nhorman>
Status: CLOSED ERRATA QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.4CC: qcai
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
kdump uses the "crashkernel=" kernel parameter to reserve memory for the crash kernel. Previously, the sample grub.conf file provided in the kexec-kdump-howto.txt omitted this parameter. Users could not successfully modify grub.conf to boot a crashdump kernel using this documentation. The sample file now contains the correct kernel parameter and therefore describes a correctly configured grub.conf.
Story Points: ---
Clone Of:
: 600574 (view as bug list) Environment:
Last Closed: 2010-03-30 07:47:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
documentation fix none

Description Dave Maley 2009-10-27 13:36:33 UTC
Created attachment 366268 [details]
documentation fix

Description of problem:
While reviewing the documentation changes stemming from bug 510816 I noticed that the grub example in kexec-kdump-howto.txt is incomplete:

-----
Examples:
# 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/VolGroup00/LogVol00
#          initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux (2.6.18-8.el5)
        root (hd0,0)
        kernel /vmlinuz-2.6.18-8.el5 ro root=/dev/VolGroup00/LogVol00
        initrd /initrd-2.6.18-8.el5.img
-----

It's missing the crashkernel= directive ... patch attached.


Version-Release number of selected component (if applicable):
kexec-tools-1.102pre-77.el5

How reproducible:
N/A

Steps to Reproduce:
N/A
  
Actual results:
N/A

Expected results:
N/A

Additional info:

Comment 1 Neil Horman 2009-10-27 16:28:47 UTC
yeah, ok. thanks!

Comment 5 Ruediger Landmann 2010-03-20 07:56:54 UTC
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.

New Contents:
kdump uses the "crashkernel=" kernel parameter to reserve memory for
the crash kernel. Previously, the sample grub.conf file provided in the
kexec-kdump-howto.txt omitted this parameter. Users could not successfully
modify grub.conf to boot a crashdump kernel using this documentation. The
sample file now contains the correct kernel parameter and therefore 
describes a correctly configured grub.conf.

Comment 6 errata-xmlrpc 2010-03-30 07:47:45 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2010-0179.html