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.
Created attachment 1474922[details]
the full log when start the OVMF guest
Description of problem:
The OVMF guest can not be boot in the machine "intel-5130-16-1.englab.nay.redhat.com". When connect on VNC, the error is "Guest has not initialized the display (yet)"
This issue only happened in this specific machine. I tried other machine. They work well.
Version-Release number of selected component (if applicable):
1.Using command print cpuinfo:
# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 2
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 15
Model name: Intel(R) Xeon(R) CPU 5130 @ 2.00GHz
Stepping: 11
CPU MHz: 1995.000
BogoMIPS: 3990.00
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 4096K
NUMA node0 CPU(s): 0-3
2. kernel:3.10.0-931.el7.x86_64
qemu:qemu-img-rhev-2.10.0-21.el7_5.5.x86_64
OVMF:OVMF-20180508-3.gitee3198e672e2.el7.noarch
How reproducible:
100%
Steps to Reproduce:
1.Boot the guest as follow:
/usr/libexec/qemu-kvm -enable-kvm -M q35 -nodefaults -smp 4,cores=2,threads=2,sockets=1 -m 4G -name vm1 \
-drive file=/usr/share/OVMF/OVMF_CODE.secboot.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=/usr/share/OVMF/OVMF_VARS.fd,if=pflash,format=raw,unit=1,readonly=on -debugcon file:/home/test/ovmf1.log -global isa-debugcon.iobase=0x402 \
-vnc :1 -vga qxl -monitor stdio \
-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0,id=rng-device0 \
-boot menu=on,splash-time=10000 -drive file=/home/test_guest/rhel-ovmf-7.6-choma/rhel-ovmf-7.6-choma.qcow2,if=none,id=guest-img,format=qcow2,werror=stop,rerror=stop -device virtio-blk-pci,drive=guest-img,id=os-disk,bootindex=1 -netdev tap,id=hostnet0,vhost=on -device rtl8139,netdev=hostnet0,id=net0,mac=00:84:ed:01:00:05
2.connect VNC
# remote-viewer vnc://10.66.144.50:5901.
Actual results:
Guest has not initialized the display (yet)
Expected results:
guest boot as normal
Additional info:
When boot the guest, the full log is in attachment.
According to the data sheet that I referenced in comment 3 for the Beaker machine named in comment 0, this host does not have EPT:
----
CPU
- Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx tm2 ssse3 cx16 xtpr pdcm dca lahf_lm dts tpr_shadow vnmi flexpriority
----
Therefore this report is a duplicate of bug 1348092.
*** This bug has been marked as a duplicate of bug 1348092 ***
Created attachment 1474922 [details] the full log when start the OVMF guest Description of problem: The OVMF guest can not be boot in the machine "intel-5130-16-1.englab.nay.redhat.com". When connect on VNC, the error is "Guest has not initialized the display (yet)" This issue only happened in this specific machine. I tried other machine. They work well. Version-Release number of selected component (if applicable): 1.Using command print cpuinfo: # lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 2 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 15 Model name: Intel(R) Xeon(R) CPU 5130 @ 2.00GHz Stepping: 11 CPU MHz: 1995.000 BogoMIPS: 3990.00 Virtualization: VT-x L1d cache: 32K L1i cache: 32K L2 cache: 4096K NUMA node0 CPU(s): 0-3 2. kernel:3.10.0-931.el7.x86_64 qemu:qemu-img-rhev-2.10.0-21.el7_5.5.x86_64 OVMF:OVMF-20180508-3.gitee3198e672e2.el7.noarch How reproducible: 100% Steps to Reproduce: 1.Boot the guest as follow: /usr/libexec/qemu-kvm -enable-kvm -M q35 -nodefaults -smp 4,cores=2,threads=2,sockets=1 -m 4G -name vm1 \ -drive file=/usr/share/OVMF/OVMF_CODE.secboot.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=/usr/share/OVMF/OVMF_VARS.fd,if=pflash,format=raw,unit=1,readonly=on -debugcon file:/home/test/ovmf1.log -global isa-debugcon.iobase=0x402 \ -vnc :1 -vga qxl -monitor stdio \ -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0,id=rng-device0 \ -boot menu=on,splash-time=10000 -drive file=/home/test_guest/rhel-ovmf-7.6-choma/rhel-ovmf-7.6-choma.qcow2,if=none,id=guest-img,format=qcow2,werror=stop,rerror=stop -device virtio-blk-pci,drive=guest-img,id=os-disk,bootindex=1 -netdev tap,id=hostnet0,vhost=on -device rtl8139,netdev=hostnet0,id=net0,mac=00:84:ed:01:00:05 2.connect VNC # remote-viewer vnc://10.66.144.50:5901. Actual results: Guest has not initialized the display (yet) Expected results: guest boot as normal Additional info: When boot the guest, the full log is in attachment.