RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1027580 - The documentation for grub appears to be badly out-of-date with respect to how it works on a UEFI system with a GPT
Summary: The documentation for grub appears to be badly out-of-date with respect to ho...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: doc-Installation_Guide
Version: 6.6
Hardware: Unspecified
OS: Linux
high
low
Target Milestone: rc
: ---
Assignee: Clayton Spicer
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks: 1172231 1269194
TreeView+ depends on / blocked
 
Reported: 2013-11-07 06:53 UTC by Yogesh Babar
Modified: 2018-12-05 16:32 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-08-26 00:40:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
A grub.cfg file from UEFI system (5.69 KB, text/plain)
2014-11-26 17:13 UTC, Yogesh Babar
no flags Details

Description Yogesh Babar 2013-11-07 06:53:52 UTC
Description of problem:
1. Section E.3 of the installation manual:

https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-grub-installing.html

talks about installing various stages of the grub and the destination of the install being the MBR.  But that is not true on a UEFI system all that is required is to install grub.conf and grub.efi in /boot/efi/EFI/redhat.  

2. The default grub.conf contains a "device" line like this.

device (hd0) HD(1,800,fa000,48138806-3f64-4d32-b4b1-a5a32fae6c66)

There is nothing in the documentation that describes a line using this syntax (there is documentation on a "device" command but not using that syntax). It appears to be defining (hd0) to be the hard disk with the 4 characteristics specified in the (...), but what are the 4 items in the (...)?

Version-Release number of selected component (if applicable):
GRUB/UEFI Documentation 

How reproducible:
N/A

Steps to Reproduce:
See the RHEL-6 installation guide link: 

https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-grub-installing.html

Actual results:
No proper documentation for GRUB on UEFI system. 

Expected results:
There should be proper documentation in RHEL-6 installation guide like: 
1) How grub-install works on UEFI based system. 
2) What is the 'device' parameter in grub.conf of a UEFI system. For example: 

   device (hd0) HD(1,800,fa000,48138806-3f64-4d32-b4b1-a5a32fae6c66)

The meaning of above line is: 

(hd0): references /boot/grub/device.map device
HD(): The media type (harddrive).  There's also CD, Vendor, File, UnknownMedia, UnknownBIOS.  These each take unique parameters.   
1: partition number (starts at 1)
800: partition start
fa000: partition size
48138806-3f64-4d32-b4b1-a5a32fae6c66: partition signature

But its no where documented. 

Additional info:

Comment 2 RHEL Program Management 2013-11-10 09:15:03 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 10 Yogesh Babar 2014-11-26 17:13:22 UTC
Created attachment 961720 [details]
A grub.cfg file from UEFI system

Comment 12 Petr Bokoc 2015-07-28 16:08:58 UTC
Released as part of the RHEL6.7 GA release.

Comment 13 Petr Bokoc 2015-07-28 16:11:26 UTC
Sorry, closed this by accident.


Note You need to log in before you can comment on or make changes to this bug.