From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MW3pn-0006kd-9s for qemu-devel@nongnu.org; Wed, 29 Jul 2009 03:44:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MW3pl-0006kM-JZ for qemu-devel@nongnu.org; Wed, 29 Jul 2009 03:44:22 -0400 Received: from [199.232.76.173] (port=41187 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MW3pl-0006kJ-Dm for qemu-devel@nongnu.org; Wed, 29 Jul 2009 03:44:21 -0400 Received: from mx20.gnu.org ([199.232.41.8]:40729) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MW3pk-0008WE-QR for qemu-devel@nongnu.org; Wed, 29 Jul 2009 03:44:20 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5] helo=grelber.thyrsus.com) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MW3oH-0002N7-Hz for qemu-devel@nongnu.org; Wed, 29 Jul 2009 03:42:49 -0400 From: Rob Landley Subject: Re: [Qemu-devel] QEMU boot failed from harddisk: Could not read boot disk Date: Wed, 29 Jul 2009 02:41:44 -0500 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907290241.44852.rob@landley.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peng Huang 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 boot > disk". Yeah, the current qemu -git was broken by this commit: 9dfd7c7a00dd700de36ca58005a7cb3934a62efb is first bad commit commit 9dfd7c7a00dd700de36ca58005a7cb3934a62efb Author: Gerd Hoffmann Date: Wed Jul 22 16:43:04 2009 +0200 switch -drive to QemuOpts. Demo QemuOpts in action ;) Implementing a alternative way to specify the filename should be just a few lines of code now once we decided how the cmd line syntax should look like. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori I found this out by attempting to install a Fedora 11 image this morning, with: qemu -m 512 -hda fedora-11.img -cdrom Fedora-11-i686-Live.iso -boot d Current qemu can't do that. The one before the above commit could. Rob -- Latency is more important than throughput. It's that simple. - Linus Torvalds