From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54738 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJoZI-0001xr-Ah for qemu-devel@nongnu.org; Wed, 02 Jun 2010 10:05:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJoZF-0008Of-OI for qemu-devel@nongnu.org; Wed, 02 Jun 2010 10:05:14 -0400 Received: from mail-ew0-f227.google.com ([209.85.219.227]:52523) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJoZF-0008OV-Iq for qemu-devel@nongnu.org; Wed, 02 Jun 2010 10:05:13 -0400 Received: by ewy27 with SMTP id 27so1545412ewy.10 for ; Wed, 02 Jun 2010 07:05:12 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C066512.6010700@redhat.com> Date: Wed, 02 Jun 2010 16:05:06 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20080907193228.21813.98756.malonedeb@gangotri.canonical.com> <20100602130340.13777.63727.malone@gandwana.canonical.com> In-Reply-To: <20100602130340.13777.63727.malone@gandwana.canonical.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [Bug 267542] Re: MINIX 3 won't boot in qemu 0.9.1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 267542 <267542@bugs.launchpad.net> Cc: Andre Przywara , qemu-devel@nongnu.org On 06/02/2010 03:03 PM, Andre Przywara wrote: > Can you give more hints on how to reproduce this? > $ qemu-system-x86_64 -cdrom minix_R3.1.6-r6084.iso > works fine for me (I get to the prompt), both with --enable-kvm and without and also with qemu-kvm. My qemu version is 0.12.4. > Do I need to install it and run it from the harddisk? As of last March, the bug was found to be in SeaBIOS: http://www.seabios.org/pipermail/seabios/2010-March/000419.html Since Bochs BIOS didn't have the problem in this thread, it is reasonable to assume that any QEMU issues that existed in 0.9.1 are fixed by now. Paolo