Bug 1406393
Summary: | qemu-kvm cannot boot RHEL 7 kernel with TCG, hangs at "Probing EDD (edd=off to disable)..." | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Marcel Kolaja <mkolaja> |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 7.4 | CC: | jsuchane, knoel, lkocman, lsedlar, mtessun, ngoldin, ptoscano, rbalakri, rjones, virt-maint, xchen |
Target Milestone: | rc | Keywords: | Reopened, ZStream |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libguestfs-1.32.7-3.el7_3.1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1404287 | Environment: | |
Last Closed: | 2017-01-17 18:28:15 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1404287 | ||
Bug Blocks: |
Description
Marcel Kolaja
2016-12-20 12:46:57 UTC
Verified with packages: libguestfs-1.32.7-3.el7_3.2.x86_64 qemu-kvm-1.5.3-126.el7.x86_64 Steps: 1. Prepare an rhel7 guest image on an Intel host (not on an AMD host),boot it. 2. In the guest vm: Update the qemu-kvm version to : qemu-kvm-1.5.3-126.el7.x86_64 Install libguestfs: libguestfs-1.32.7-3.el7_3.2.x86_64 3. # mkdir /tmp/whatever # cd /tmp # curl -L -O http://download.lab.bos.redhat.com/devel/lkocman/efiboot.img # LIBGUESTFS_BACKEND=direct guestmount -a efiboot.img -m /dev/sda /tmp/whatever -v There is no such errors: Probing EDD (edd=off to disable)... ok 4. ls whatever/ EFI The image is mounted successfully. 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-2017-0099.html |