From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Do3zG-0005TT-3K for qemu-devel@nongnu.org; Thu, 30 Jun 2005 14:42:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Do3zA-0005NB-3c for qemu-devel@nongnu.org; Thu, 30 Jun 2005 14:42:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Do3z9-0005KN-J7 for qemu-devel@nongnu.org; Thu, 30 Jun 2005 14:42:03 -0400 Received: from [81.169.170.126] (helo=code-monkey.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Do3zq-0000Q8-Ni for qemu-devel@nongnu.org; Thu, 30 Jun 2005 14:42:46 -0400 Received: from hammerfest (Ba7c3.b.pppool.de [213.7.167.195]) by code-monkey.de (Postfix) with ESMTP id 8AD6D7854 for ; Thu, 30 Jun 2005 20:37:36 +0200 (CEST) Date: Thu, 30 Jun 2005 20:37:36 +0200 From: Tilman Sauerbeck Subject: Re: [Qemu-devel] qemu-system-ppc: blank screen Message-ID: <20050630183736.GA3023@code-monkey.de> References: <20050630162013.GA2714@code-monkey.de> <42C421B4.2020401@kotinet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42C421B4.2020401@kotinet.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Tero Kaarlela [2005-06-30 19:45]: > >I'm trying to run qemu-system-ppc on a x86 box (Linux 2.6.12, gcc > >3.4.3), but the SDL window that qemu opens just stays black, there's no > >output at all (nothing on stdout either). > >For example, I tried to run qemu-system-ppc with the linux-ppc image > >from freeoszoo.org. > >I launched qemu like this: > >qemu-system-ppc -prep -kernel zImage.prep linux-ppc.img > If you are using current CVS try qemu-system-ppc -M prep -kernel zImage.prep > linux-ppc.img > > BTW in order to get that image to boot you need patch for ide.c that Jim C > Brown posted here few days ago. Sweet, with that command line switch and Jim's patch, qemu (cvs HEAD) will start up and boot linux-ppc.img just fine :) Next, I tried to install a real Linux distro (CRUX PPC, cruxppc.sunsite.dk): I created a disk image (crux-ppc-2.0.img) and started qemu like this: qemu-system-ppc -M prep -kernel zImage.prep -cdrom crux-ppc-2.0.iso -boot d -hda crux-ppc-2.0.img However, it doesn't boot correctly: http://code-monkey.de//files/qemu-crux_ppc.png Any idea how to fix this? Thanks, Tilman -- learn to quote: http://www.netmeister.org/news/learn2quote.html