From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51730 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJvqq-0006ib-6B for qemu-devel@nongnu.org; Wed, 02 Jun 2010 17:51:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJvqo-0008Q1-VG for qemu-devel@nongnu.org; Wed, 02 Jun 2010 17:51:52 -0400 Received: from adelie.canonical.com ([91.189.90.139]:57619) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJvqo-0008Pm-O4 for qemu-devel@nongnu.org; Wed, 02 Jun 2010 17:51:50 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OJvql-00008X-Mj for ; Wed, 02 Jun 2010 22:51:48 +0100 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id E86342E8459 for ; Wed, 2 Jun 2010 22:51:20 +0100 (BST) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Wed, 02 Jun 2010 21:42:47 -0000 From: Anthony Liguori Sender: bounces@canonical.com References: <20091119103051.17505.81618.malonedeb@gangotri.canonical.com> Message-Id: <20100602214247.14807.11536.malone@wampee.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 485251] Re: qemu 0.11.50: Guest boot failed when the drive interface is scsi Reply-To: Bug 485251 <485251@bugs.launchpad.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Wow, I'm amazed that works. That said, it doesn't look like that blob is redistributable. -- = qemu 0.11.50: Guest boot failed when the drive interface is scsi https://bugs.launchpad.net/bugs/485251 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in Kernel Virtual Machine: New Status in QEMU: Invalid Bug description: When tried to boot the rhel5.4 guest with the below mentioned options, /usr/local/bin/qemu-system-x86_64 -drive file=3Dtest_rhel5.4.raw,if=3Dscsi = -m 512 -enable-kvm Boot failed with following error, ------------------------------------- Booting from Hard Disk... Boot failed: could not read the boot disk Booting from Floppy... Boot failed: could not read the boot disk Booting from CD-Rom... Boot failed: could not read from CDROM (code 0003) No bootable device. -------------------------------------- This guest was installed with following options, # /usr/local/bin/qemu-system-x86_64 -drive file=3Dtest_rhel5.4.raw,if=3Dscs= i -net nic,model=3Drtl8139 -cdrom /var/RHEL5.4-Server-20090819.0-i386-DVD.i= so -m 512 -enable-kvm Warning: vlan 0 is not connected to host network lsi_scsi: error: ORDERED queue not implemented lsi_scsi: error: ORDERED queue not implemented lsi_scsi: error: ORDERED queue not implemented lsi_scsi: error: ORDERED queue not implemented lsi_scsi: error: ORDERED queue not implemented lsi_scsi: error: ORDERED queue not implemented lsi_scsi: error: ORDERED queue not implemented lsi_scsi: error: ORDERED queue not implemented # uname -a Linux mx3650b.in.ibm.com 2.6.31.5-127.fc12.x86_64 #1 SMP Sat Nov 7 21:11:14= EST 2009 x86_64 x86_64 x86_64 GNU/Linux Machine: x3650 Steps to reproduce: 1. Install a guest with scsi drive interface 2. After the install boot the guest with scsi interface. We can see the abo= ve mentioned boot failure.