Bug 1729869

Summary: There are two console entries in rhel-8.0-update-1-x86_64-kvm.qcow2
Product: Red Hat Enterprise Linux 8 Reporter: Jan Pazdziora <jpazdziora>
Component: rhel-guest-imageAssignee: Mohammed Gamal <mmorsy>
Status: CLOSED CURRENTRELEASE QA Contact: Wei Shi <wshi>
Severity: unspecified Docs Contact:
Priority: low    
Version: 8.0CC: crungeho, jgreguske, jwboyer, linl, lisas, mmorsy, ribarry, rnargund, tmlcoch, wshi
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-05-13 00:41:04 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 Jan Pazdziora 2019-07-15 07:47:34 UTC
Description of problem:

When booting RHEL 8.0 VM with virt-install, I see

  console=ttyS0 console=ttyS0,115200n8

in the grub entry.

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

rhel-8.0-update-1-x86_64-kvm.qcow2

How reproducible:

Deterministic.

Steps to Reproduce:
1. Get rhel-8.0-update-1-x86_64-kvm.qcow2 from https://access.redhat.com/downloads/content/479/ver=/rhel---8/8.0/x86_64/product-software.
2. Run the VM virt-install --connect qemu:///system --name rhel-8 --import --disk rhel-8.0-update-1-x86_64-kvm.qcow2 --network network=example.test --os-variant rhel8.0
3. Press 'e' on the prompt to display the first RHEL entry in grub.

Actual results:

  load_video
  set gfx_payload=keep
  insmod gzio
  linux ($root)/boot/vmlinuz-4.18.0-80.4.2.el8_0.x86_64 root=UUID=9c3d4ce1-341c-\
  401d-8f8f-8e9c13c00f40 ro console=ttyS0 console=ttyS0,115200n8 no_timer_check \
  net.ifnames=0 crashkernel=auto
  initrd  ($root)/boot/initramfs-4.18.0-80.4.2.el8_0.x86_64.img $tuned_initrd

Expected results:

The double console entry is confusing and probably shouldn't be there.

Additional info:

Comment 2 Mohammed Gamal 2020-01-23 15:33:32 UTC
Change submitted
https://code.engineering.redhat.com/gerrit/#/c/190201/

Comment 3 Mohammed Gamal 2020-01-28 16:08:30 UTC
Hi Jon,
Is it possible you let someone from the RCM team review that change?

Thanks