Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
DescriptionAlex Williamson
2016-02-23 23:37:16 UTC
Description of problem:
I use identical grub configurations for UEFI installs of both RHEL7.2 and Fedora 23:
# cat /etc/default/grub
GRUB_TIMEOUT=30
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL="console serial"
GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
GRUB_CMDLINE_LINUX="intel_iommu=on iommu=pt console=ttyS0,115200n8"
GRUB_DISABLE_RECOVERY="true"
GRUB_DISABLE_OS_PROBER="true"
With fc23 this works as expected, I have grub I/O on both the graphics console and the serial port, with RHEL7.2 I only get output to the graphics console.
Version-Release number of selected component (if applicable):
Fedora:
grub2-efi-2.02-0.25.fc23.x86_64
grub2-tools-2.02-0.25.fc23.x86_64
RHEL7.2:
grub2-efi-2.02-0.34.el7_2.x86_64
grub2-tools-2.02-0.34.el7_2.x86_64
How reproducible:
100%
Steps to Reproduce:
1. Install RHEL7.2 to a UEFI system with standard ttyS0/0x3f8 serial port
2. Attempt to configure grub2 output on both graphics and serial
3.
Actual results:
I/O only on graphics
Expected results:
Mirrored I/O on both outputs
Additional info:
Rebuilding the fc23 src.rpm on RHEL7.2 and installing the resulting rpms resolves the issue.