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 1290803 - grub2: grub2-setpassword warn if grub.cfg does not read user.cfg
Summary: grub2: grub2-setpassword warn if grub.cfg does not read user.cfg
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: grub2
Version: 7.2
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
: ---
Assignee: rmarshall
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-11 13:47 UTC by Tomas Hoger
Modified: 2023-09-14 03:14 UTC (History)
3 users (show)

Fixed In Version: grub2-2.02-0.34
Doc Type: Bug Fix
Doc Text:
Cause: A change to add a tool to set the grub password was not recognized if the user had not created a clean configuration. Consequence: Setting the password would never appear to work because the grub configuration was not reading it. Fix: If the user sets the password and their current configuration does not support the new feature, warn them. Result: User will know if they have an extra step to support setting the GRUB password.
Clone Of:
Environment:
Last Closed: 2016-11-04 04:00:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:2336 0 normal SHIPPED_LIVE grub2 bug fix and enhancement update 2016-11-03 13:45:27 UTC

Description Tomas Hoger 2015-12-11 13:47:08 UTC
Description of problem:

grub2-setpassword and 01_users reading user.cfg was added in Red Hat Enterprise Linux 7.2.  The relevant code from 01_users is only propagated to grub.cfg when grub2-mkconfig is run.  However, that does not happen during grub2 or kernel packages upgrades, mkconfig is only expected to run during system installation.

If user installed RHEL 7.0 or 7.1 and upgraded to 7.2, their grub.cfg will not attempt to use password set in user.cfg.  I think we need to make grub2-setpassword attempt to detect that user.cfg will be ignored and suggest regeneration of grub.cfg using mkconfig (or is there a better action to do?).  This may be as simple as:

grep -q 'user.cfg' /etc/grub2.cfg || echo 'use grub2-mkconfig to password protection to work'

Version-Release number of selected component (if applicable):

grub2-2.02-0.29.el7.x86_64

Comment 7 errata-xmlrpc 2016-11-04 04:00:24 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-2336.html

Comment 8 Red Hat Bugzilla 2023-09-14 03:14:40 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


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