From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KDnMt-0001re-6J for qemu-devel@nongnu.org; Tue, 01 Jul 2008 17:26:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KDnMr-0001qF-70 for qemu-devel@nongnu.org; Tue, 01 Jul 2008 17:26:30 -0400 Received: from [199.232.76.173] (port=44307 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDnMq-0001q4-VP for qemu-devel@nongnu.org; Tue, 01 Jul 2008 17:26:29 -0400 Received: from mtaout03-winn.ispmail.ntl.com ([81.103.221.49]:49974) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KDnMq-0004Fy-KB for qemu-devel@nongnu.org; Tue, 01 Jul 2008 17:26:28 -0400 Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com with ESMTP id <20080701213226.HINT16629.mtaout03-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Tue, 1 Jul 2008 22:32:26 +0100 Received: from implementation.famille.thibault.fr ([82.21.96.230]) by aamtaout02-winn.ispmail.ntl.com with ESMTP id <20080701212946.OIIN29365.aamtaout02-winn.ispmail.ntl.com@implementation.famille.thibault.fr> for ; Tue, 1 Jul 2008 22:29:46 +0100 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1KDnMl-0001te-Li for qemu-devel@nongnu.org; Tue, 01 Jul 2008 23:26:23 +0200 Date: Tue, 1 Jul 2008 22:26:13 +0100 From: Samuel Thibault Subject: Re: [Qemu-devel] A disk read error occurred Message-ID: <20080701212613.GE4714@implementation> References: <478c82f00806301323y2679acdatcc102c13d44d3287@mail.gmail.com> <20080630214137.GC4966@implementation> <478c82f00807010324i1bb2c03fn34e25ed9e9c1b2dd@mail.gmail.com> <20080701105652.GD4957@implementation.uk.xensource.com> <478c82f00807011413md38b42bk482aeaead5e14667@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <478c82f00807011413md38b42bk482aeaead5e14667@mail.gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Alexander (Sasha) Sirotkin, le Wed 02 Jul 2008 00:13:30 +0300, a écrit : > On Tue, Jul 1, 2008 at 1:56 PM, Samuel Thibault > wrote: > > Alexander (Sasha) Sirotkin, le Tue 01 Jul 2008 13:24:53 +0300, a écrit : > >> On Tue, Jul 1, 2008 at 12:41 AM, Samuel Thibault > >> wrote: > >> > Alexander (Sasha) Sirotkin, le Mon 30 Jun 2008 23:23:18 +0300, a écrit : > >> >> For some reason when I try to boot qemu with -hda /dev/sda (or -hda > >> >> /dev/hda), i.e. to use raw disk, it fails with the above error message > >> >> - "A disk read error occurred". This happens only on IBM/Lenovo > >> >> laptops (tried a few models), while it works just fine on any other > >> >> desktop or laptop I can get my hands on. Probably has something to do > >> >> with bios... > >> >> > >> >> Any suggestions ? > >> > > >> > How big is the disk? > >> > >> Not big, 40G. > > > > Ok so that's not an LBA28 issue. > > > Actually it appears that it is 80G after all. What's an LBA28 issue ? 2^28 sectors = 128GB, beyond that bochs bioses before around beginning of 2008 can't access data. Samuel