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 2030704 - Please backport ability to change fallback verbose mode
Summary: Please backport ability to change fallback verbose mode
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: mokutil
Version: 8.5
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Bootloader engineering team
QA Contact: Oliver Gutiérrez
URL: https://github.com/lcp/mokutil/pull/46
Whiteboard:
Depends On: 2069296
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-12-09 14:22 UTC by Renaud Métrich
Modified: 2022-11-08 12:27 UTC (History)
3 users (show)

Fixed In Version: mokutil-0.3.0-12.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2069296 (view as bug list)
Environment:
Last Closed: 2022-11-08 10:46:33 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github lcp mokutil pull 46 0 None Merged mokutil: enable setting fallback verbosity and noreboot mode 2021-12-09 14:23:38 UTC
Red Hat Issue Tracker RHELPLAN-105266 0 None None None 2021-12-09 14:27:01 UTC
Red Hat Product Errata RHBA-2022:7702 0 None None None 2022-11-08 10:46:34 UTC

Description Renaud Métrich 2021-12-09 14:22:39 UTC
Description of problem:

Please backport https://github.com/lcp/mokutil/pull/46 to RHEL8 mokutil.
This enables to set fallback verbosity easily.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Renaud Métrich 2022-02-09 17:26:55 UTC
Hi Jared,

I can provide OtherQA, I have systems setup to verify this.

Renaud.

Comment 4 Oliver Gutiérrez 2022-05-03 14:50:21 UTC
@rmetrich I've just did the initial verification for the package and seems to contain what you asked for.

Can you please confirm it works for you?

Comment 7 Renaud Métrich 2022-05-03 15:19:44 UTC
Hi,

I can confirm it works for me as well:

Enabling the features:
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
[root@vm-uefi8 ~]# efivar -l | grep FALL
[root@vm-uefi8 ~]# 

[root@vm-uefi8 ~]# mokutil --set-fallback-verbosity true
[root@vm-uefi8 ~]# efivar -l | grep FALL
605dab50-e046-4300-abb6-3dd810dd8b23-FALLBACK_VERBOSE

[root@vm-uefi8 ~]# efivar -l | grep REBOOT
605dab50-e046-4300-abb6-3dd810dd8b23-FB_NO_REBOOT
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------

Disabling the features:
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
[root@vm-uefi8 ~]# efivar -l | egrep "REBOOT|FALLBACK"
605dab50-e046-4300-abb6-3dd810dd8b23-FB_NO_REBOOT
605dab50-e046-4300-abb6-3dd810dd8b23-FALLBACK_VERBOSE

[root@vm-uefi8 ~]# mokutil --set-fallback-verbosity false
[root@vm-uefi8 ~]# efivar -l | grep FALL
[root@vm-uefi8 ~]# 

[root@vm-uefi8 ~]# mokutil --set-fallback-noreboot false
[root@vm-uefi8 ~]# efivar -l | grep REBOOT
[root@vm-uefi8 ~]# 
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------

Additionally bash completion works:
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
[root@vm-uefi8 ~]# mokutil --set-fallback-<TAB>
--set-fallback-noreboot   --set-fallback-verbosity  

[root@vm-uefi8 ~]# mokutil --set-fallback-noreboot <TAB>
false  true   

[root@vm-uefi8 ~]# mokutil --set-fallback-verbosity 
false  true   
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------

Comment 10 errata-xmlrpc 2022-11-08 10:46:33 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 (mokutil bug fix and enhancement update), 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://access.redhat.com/errata/RHBA-2022:7702


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