| Summary: | boot order wrong with q35 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | mazhang <mazhang> | ||||
| Component: | qemu-kvm | Assignee: | Gerd Hoffmann <kraxel> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.0 | CC: | acathrow, flang, hhuang, juzhang, marcel, michen, mjenner, mrezanin, mst, qzhang, rhod, svenkatr, virt-maint | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | qemu-kvm-1.5.3-38.el7 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-06-13 09:35:10 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: | |||||
| Attachments: |
|
||||||
|
Description
mazhang
2013-11-26 03:05:48 UTC
Created attachment 829027 [details]
seabios log
Looks like the pci bridges cause this. upstream commit 4c41425d2e79f267b2236da31abedb866777d92f now. patches posted Fix included in qemu-kvm-1.5.3-38.el7 Reproduce this bug as follow version: Host: # uname -r 3.10.0-84.el7.x86_64 # rpm -q qemu-kvm qemu-kvm-1.5.3-37.el7.x86_64 # rpm -q seabios seabios-1.7.2.2-11.el7.x86_64 Guest:rhel7 Steps: 1)Boot guest with CLI like comment0 2)Continue guest (qemu)c 3)Press F12 see the seabios boot order and try boot guest Results:DVD/CD ranks 1.Guest will boot from DVD/CD in default 1. DVD/CD [AHCI/5: QEMU DVD-ROM ATAPI-4 DVD/CD] 2. Virtio disk PCI:3:0 3. Legacy option rom 4. iPXE (PCI 06:00.0) Verify this bug as follow version: Host # uname -r 3.10.0-84.el7.x86_64 # rpm -q qemu-kvm qemu-kvm-1.5.3-45.el7.x86_64 # rpm -q seabios seabios-1.7.2.2-11.el7.x86_64 Guest:rhel7 Steps as same as reproduce Results:The first is virtio disk, and guest work well 1. Virtio disk PCI:3:0 2. DVD/CD [AHCI/5: QEMU DVD-ROM ATAPI-4 DVD/CD] 3. Legacy option rom 4. iPXE (PCI 06:00.0) Addtional info: 1)Also test boot guest with two disk and "-M q35",the boot order is correct 2)Also test boot guest with one disk and one scsi CDROM and "-M q35",the boot order is correct According to above test ,this bug fixed. This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |