From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DqH4F-00063f-Pm for qemu-devel@nongnu.org; Wed, 06 Jul 2005 17:04:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DqH4D-00062S-E9 for qemu-devel@nongnu.org; Wed, 06 Jul 2005 17:04:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqH4D-00062N-84 for qemu-devel@nongnu.org; Wed, 06 Jul 2005 17:04:25 -0400 Received: from [81.169.170.126] (helo=code-monkey.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DqH8z-00064j-CP for qemu-devel@nongnu.org; Wed, 06 Jul 2005 17:09:21 -0400 Received: from hammerfest (Ba4a3.b.pppool.de [213.7.164.163]) by code-monkey.de (Postfix) with ESMTP id B189D7854 for ; Wed, 6 Jul 2005 23:02:46 +0200 (CEST) Date: Wed, 6 Jul 2005 23:02:46 +0200 From: Tilman Sauerbeck Subject: Re: [Qemu-devel] qemu-system-ppc: blank screen Message-ID: <20050706210246.GA7000@code-monkey.de> References: <20050630162013.GA2714@code-monkey.de> <42C421B4.2020401@kotinet.com> <20050630183736.GA3023@code-monkey.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050630183736.GA3023@code-monkey.de> 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 Tilman Sauerbeck [2005-06-30 20:37]: > 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 I was using the wrong root partition, the kernel tried to use /dev/hda6 instead of the cdrom, so I replaced root=/dev/hda6 in zImage.prep with root=/dev/hdb. Now the problem is that CRUX depends on devfs, which isn't enabled in the stock prep kernel. Does anyone have a prep kernel that includes devfs support? Both Linux 2.4 and Linux 2.6 kernels would be appreciated (is Linux 2.6 supported by qemu-system-ppc yet?) Thanks, Tilman -- learn to quote: http://www.netmeister.org/news/learn2quote.html