Bug 1429832
Summary: | Can not pick out the boot device when guest with emulated SCSI CD-ROM' , 'SCSI hard disk' and 'pass through SCSI disk' | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Yongxue Hong <yhong> | ||||
Component: | SLOF | Assignee: | Thomas Huth <thuth> | ||||
Status: | CLOSED ERRATA | QA Contact: | xianwang <xianwang> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 7.4 | CC: | mrezanin, qzhang, thuth, xianwang | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | ppc64le | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | SLOF-20170724-1.git89f519f.el7 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-04-10 14:41:52 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: | |||||||
Bug Blocks: | 1445612, 1458547, 1458551 | ||||||
Attachments: |
|
Description
Yongxue Hong
2017-03-07 09:04:11 UTC
The new bootmenu code has been merged in upstream: https://github.com/aik/SLOF/commit/fa94a3bb20734cb8e0280b232d16b6d466ec3d53 We'll get it in downstream with the next rebase of the SLOF package. The step of verification is same as comment 0. Version of verification: host: 3.10.0-693.2.1.el7.ppc64le qemu: qemu-kvm-rhev-2.9.0-16.el7_4.8.ppc64le SLOF: SLOF-20170724-2.git89f519f.el7.noarch Actual results: SLOF ********************************************************************** QEMU Starting Build Date = Oct 9 2017 02:32:33 FW Version = mockbuild@ release 20170724 Press "s" to enter Open Firmware. Press F12 for boot menu. Populating /vdevice methods Populating /vdevice/v-scsi@1000 SCSI: Looking for devices 8001000000000000 DISK : "QEMU QEMU HARDDISK 2.5+" 8000000000000000 CD-ROM : "QEMU QEMU CD-ROM 2.5+" Populating /vdevice/vty@71000000 Populating /vdevice/nvram@71000001 Populating /pci@800000020000000 00 0000 (D) : 1234 1111 qemu vga 00 0800 (D) : 1033 0194 serial bus [ usb-xhci ] 00 1000 (D) : 1af4 1000 virtio [ net ] Installing QEMU fb Scanning USB XHCI: Initializing USB Keyboard No console specified using screen & keyboard Welcome to Open Firmware Copyright (c) 2004, 2017 IBM Corporation All rights reserved. This program and the accompanying materials are made available under the terms of the BSD License available at http://www.opensource.org/licenses/bsd-license.php Select boot device (or press '0' to abort): 1) cdrom : /vdevice/v-scsi@1000/disk@8000000000000000 2) disk : /vdevice/v-scsi@1000/disk@8001000000000000 3) net : /pci@800000020000000/ethernet@2 It is clearly to show each device name, so this bug is fixed, then change the status to verified. 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://access.redhat.com/errata/RHBA-2018:0820 |