Bug 1129930
Summary: | fail to assign correct order for the boot device in seabios as we specified the bootindex in qemu-kvm cli(under the same virtio-scsi-pci) | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Jun Li <juli> |
Component: | seabios | Assignee: | Markus Armbruster <armbru> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.6 | CC: | ailan, areis, armbru, famz, hhuang, jen, juzhang, knoel, kraxel, lersek, michen, pbonzini, qzhang, salmy, virt-bugs, virt-maint, vrozenfe, xfu |
Target Milestone: | rc | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | seabios-0.6.1.2-29.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1096560 | Environment: | |
Last Closed: | 2015-07-22 07:01:41 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: | |||
Bug Depends On: | 1096560 | ||
Bug Blocks: | 1153397, 1159926 |
Comment 1
Jun Li
2014-08-14 02:55:39 UTC
Fix included in seabios-0.6.1.2-29.el6 Reproduce this bug as follow version: Host # uname -r 2.6.32-539.el6.x86_64 # rpm -q qemu-kvm-rhev qemu-kvm-rhev-0.12.1.2-2.448.el6.x86_64 # rpm -q seabios seabios-0.6.1.2-28.el6.x86_64 Steps 1.Boot guest with ..-device virtio-scsi-pci,id=scsi0 -drive file=/home/rhel6.6.raw,if=none,id=disk1,format=raw -device scsi-hd,drive=disk1,id=sys-disk1,scsi-id=100,lun=0,bootindex=0 -boot menu=on -monitor stdio -vnc :2 -drive file=/home/win8-64-virtio.raw,if=none,id=disk2 -device scsi-hd,drive=disk2,id=sys-disk2,scsi-id=0,lun=0,bootindex=3... Results: guest boot up from the "bootindex=3" imag. Verify this bug as follow version. Host # uname -r 2.6.32-539.el6.x86_64 # rpm -q qemu-kvm-rhev qemu-kvm-rhev-0.12.1.2-2.448.el6.x86_64 # rpm -q seabios seabios-0.6.1.2-29.el6.x86_64 Steps as same as reproduce Resutls: Guest boot up from "bootindex=0" imag, work well According to above test , this bug has been fixed. 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/RHEA-2015-1355.html |