From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A3Vcu-0005te-BS for qemu-devel@nongnu.org; Sun, 28 Sep 2003 03:05:52 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A3Vct-0005tT-2a for qemu-devel@nongnu.org; Sun, 28 Sep 2003 03:05:51 -0400 Received: from [131.188.30.103] (helo=faui03.informatik.uni-erlangen.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 1A3Vcs-0005tO-HJ for qemu-devel@nongnu.org; Sun, 28 Sep 2003 03:05:50 -0400 Received: from faui03.informatik.uni-erlangen.de (faui03.informatik.uni-erlangen.de [131.188.30.103]) by faui03.informatik.uni-erlangen.de (8.12.9/8.12.9) with ESMTP id h8S75l2n000939 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 28 Sep 2003 09:05:47 +0200 (CEST) Received: (from sithglan@localhost) by faui03.informatik.uni-erlangen.de (8.12.9/8.12.9) id h8S75lnL000938 for qemu-devel@nongnu.org; Sun, 28 Sep 2003 09:05:47 +0200 (CEST) Date: Sun, 28 Sep 2003 09:05:47 +0200 From: Thomas Glanzmann Subject: Re: [Qemu-devel] Multimode in 2.6.0-test5 Message-ID: <20030928070547.GC133@stud.uni-erlangen.de> References: <20030927230600.GA31631@DUK2.13thfloor.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030927230600.GA31631@DUK2.13thfloor.at> Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, > haven't investigated further, but obviously something > isn't sound here ... of course this a bug in the simulator. > hda: max request size: 128KiB > hda: 65537 sectors (33 MB) w/256KiB Cache, CHS=65/16/63 > /dev/ide/host0/bus0/target0/lun0:<4>hda: set_multmode: status=0x41 { DriveReady Error } > hda: set_multmode: error=0x04 { DriveStatusError } But if you want to boot anyway. Try to disable the multimode: kick this line in your .config and recompile: #CONFIG_IDEDISK_MULTI_MODE=y Greetings, Thomas