From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AJkvm-0007xY-GA for qemu-devel@nongnu.org; Tue, 11 Nov 2003 21:40:30 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AJkvF-0007se-3D for qemu-devel@nongnu.org; Tue, 11 Nov 2003 21:40:28 -0500 Received: from [193.252.22.25] (helo=mwinf0604.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AJkvE-0007sa-M2 for qemu-devel@nongnu.org; Tue, 11 Nov 2003 21:39:56 -0500 Received: from free.fr (ATuileries-112-1-4-61.w81-53.abo.wanadoo.fr [81.53.133.61]) by mwinf0604.wanadoo.fr (SMTP Server) with ESMTP id CE5B228000D5 for ; Wed, 12 Nov 2003 02:38:31 +0100 (CET) Message-ID: <3FB18F41.3060001@free.fr> Date: Wed, 12 Nov 2003 02:39:13 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Knoppix boot attempt fails - "BIOS panic in rombios.c, line 1558" References: <1068600424.17951.19.camel@shawn.local> In-Reply-To: <1068600424.17951.19.camel@shawn.local> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Leigh Dyer wrote: > I get failures like this as well using -boot c, though -boot d works. > What do the c and d stand for? I had assumed (presumably incorrectly) > that c=CD and d=disk. I should have commited the documentation :-) c = hard disk and d = CD-ROM (and someday a = floppy). > I got the KNOPPIX_V3.2-2003-05-20 ISO to boot, though it fails early in > the boot process saying that it can't find the knoppix partition. The > lnx-bbc rescue CD (version 2.1) seemed to boot properly, but it > segfaulted in the later stages of the boot process. > > I also tried a self-built OpenBSD 3.4 CD, though it complains relatively > early in the boot process that it can't find /dev/console. Do you try qemu-fast or qemu ? Can you record a log of the boot process (at least a screen shot) ? > I've got a > few versions of Windows kicking around too - I'll give them a shot > shortly. I have almost finished the task switch emulation (this is the last painful x86 emulation code). Once it is commited, Windows support will become possible. Fabrice.