From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KF3vB-0001m8-E7 for qemu-devel@nongnu.org; Sat, 05 Jul 2008 05:19:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KF3v7-0001kZ-9T for qemu-devel@nongnu.org; Sat, 05 Jul 2008 05:19:07 -0400 Received: from [199.232.76.173] (port=58791 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KF3v5-0001jy-6P for qemu-devel@nongnu.org; Sat, 05 Jul 2008 05:19:03 -0400 Received: from an-out-0708.google.com ([209.85.132.241]:31943) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KF3v4-0007A4-Tc for qemu-devel@nongnu.org; Sat, 05 Jul 2008 05:19:03 -0400 Received: by an-out-0708.google.com with SMTP id d18so480183and.130 for ; Sat, 05 Jul 2008 02:19:01 -0700 (PDT) Message-ID: <478c82f00807050219r67fa29bes78ab6fa9dec860b6@mail.gmail.com> Date: Sat, 5 Jul 2008 12:19:01 +0300 From: "Alexander (Sasha) Sirotkin" Subject: Re: [Qemu-devel] A disk read error occurred In-Reply-To: <60C56CFB-09BC-4F25-83C7-8B87E6B31C15@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <478c82f00806301323y2679acdatcc102c13d44d3287@mail.gmail.com> <60C56CFB-09BC-4F25-83C7-8B87E6B31C15@web.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: qemu-devel@nongnu.org On Fri, Jul 4, 2008 at 10:50 PM, Andreas F=E4rber = wrote: > Hi, > > Am 30.06.2008 um 22:23 schrieb Alexander (Sasha) Sirotkin: > >> 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 ? > > I heard IBM/Lenovo use an HPA for some kind of system restore functionali= ty. > The Host Protected Area makes an IDE disk look smaller than it is to the > system, maybe that can cause such errors? > I don't fully understand the nature of this problem, but I can say that the problem does not occur on LG laptops, which also have an HPA, so it's probably not the case. > Andreas >