Bug 1290803

Summary: grub2: grub2-setpassword warn if grub.cfg does not read user.cfg
Product: Red Hat Enterprise Linux 7 Reporter: Tomas Hoger <thoger>
Component: grub2Assignee: rmarshall
Status: CLOSED ERRATA QA Contact: Release Test Team <release-test-team-automation>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 7.2CC: pholica, pkotvan, rmarshall
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
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.
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-04 04:00:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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