From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBRi0-0002YL-Vm for qemu-devel@nongnu.org; Fri, 20 Nov 2009 06:31:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBRhv-0002XN-V9 for qemu-devel@nongnu.org; Fri, 20 Nov 2009 06:31:24 -0500 Received: from [199.232.76.173] (port=35724 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBRhv-0002XK-QR for qemu-devel@nongnu.org; Fri, 20 Nov 2009 06:31:19 -0500 Received: from verein.lst.de ([213.95.11.210]:49786) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1NBRhu-00008h-To for qemu-devel@nongnu.org; Fri, 20 Nov 2009 06:31:19 -0500 Date: Fri, 20 Nov 2009 12:31:13 +0100 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 0/6] Fix -kernel with SeaBIOS v2 Message-ID: <20091120113113.GA26408@lst.de> References: <1258059195-17582-1-git-send-email-agraf@suse.de> <20091118190254.GA29771@lst.de> <4B045144.10806@codemonkey.ws> <20091118200636.GA31947@lst.de> <4B046FEA.2030501@codemonkey.ws> <20091120091231.GA21855@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Juan Quintela , Glauber Costa , qemu-devel@nongnu.org, Avi Kivity , Christoph Hellwig On Fri, Nov 20, 2009 at 11:53:41AM +0100, Alexander Graf wrote: > Works great here: > > ./x86_64-softmmu/qemu-system-x86_64 -nographic -kernel ../bzImage - > append console=ttyS0 -L pc-bios > > Are you sure you also have the follow-up linuxboot patch applied? The > one "fixing BOCHS bios support". If it still doesn't work, make sure > booting works at all without -kernel. Hmm. Tried without -enable-kvm and then it works, so it seems it's only broken when using KVM support. Btw, it seems like seabios takes quite a bit longer than pc bios to load the kernel, mostly while the gPXE line is displayed.