From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MW4LS-0007ps-Lb for qemu-devel@nongnu.org; Wed, 29 Jul 2009 04:17:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MW4LO-0007pO-0K for qemu-devel@nongnu.org; Wed, 29 Jul 2009 04:17:06 -0400 Received: from [199.232.76.173] (port=50530 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MW4LN-0007pL-Sn for qemu-devel@nongnu.org; Wed, 29 Jul 2009 04:17:01 -0400 Received: from mail-fx0-f224.google.com ([209.85.220.224]:39886) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MW4LM-0005HE-Q7 for qemu-devel@nongnu.org; Wed, 29 Jul 2009 04:17:01 -0400 Received: by fxm24 with SMTP id 24so514689fxm.34 for ; Wed, 29 Jul 2009 01:16:59 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <200907290241.44852.rob@landley.net> References: <200907290241.44852.rob@landley.net> Date: Wed, 29 Jul 2009 12:16:58 +0400 Message-ID: Subject: Re: [Qemu-devel] QEMU boot failed from harddisk: Could not read boot disk From: Igor Kovalenko Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rob Landley Cc: Peng Huang , qemu-devel@nongnu.org On Wed, Jul 29, 2009 at 11:41 AM, Rob Landley wrote: > On Tuesday 28 July 2009 20:14:38 Peng Huang wrote: >> Hi, >> >> I just updated my qemu to git head version, and I found the qemu can not >> boot now, and the QEMU gives me message "Boot failed: could not read boo= t >> disk". > > Yeah, the current qemu -git was broken by this commit: > > 9dfd7c7a00dd700de36ca58005a7cb3934a62efb is first bad commit > commit 9dfd7c7a00dd700de36ca58005a7cb3934a62efb > Author: Gerd Hoffmann > Date: =A0 Wed Jul 22 16:43:04 2009 +0200 > > =A0 =A0switch -drive to QemuOpts. > > =A0 =A0Demo QemuOpts in action ;) > > =A0 =A0Implementing a alternative way to specify the filename should be > =A0 =A0just a few lines of code now once we decided how the cmd line synt= ax > =A0 =A0should look like. > > =A0 =A0Signed-off-by: Gerd Hoffmann > =A0 =A0Signed-off-by: Anthony Liguori > > I found this out by attempting to install a Fedora 11 image this morning, > with: > > =A0qemu -m 512 -hda fedora-11.img -cdrom Fedora-11-i686-Live.iso -boot d > > Current qemu can't do that. =A0The one before the above commit could. > Please check if the following patch fixes this issue: http://lists.gnu.org/archive/html/qemu-devel/2009-07/msg02221.html --=20 Kind regards, Igor V. Kovalenko