From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GI6ki-0002On-Tv for qemu-devel@nongnu.org; Tue, 29 Aug 2006 12:47:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GI6kh-0002OO-3I for qemu-devel@nongnu.org; Tue, 29 Aug 2006 12:47:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GI6kg-0002OL-UY for qemu-devel@nongnu.org; Tue, 29 Aug 2006 12:47:50 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GI6tt-0000rt-Sn for qemu-devel@nongnu.org; Tue, 29 Aug 2006 12:57:22 -0400 From: Paul Brook Subject: Re: [Qemu-devel] SPARC not booting Date: Tue, 29 Aug 2006 17:47:41 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608291747.42648.paul@codesourcery.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 Cc: Jose Renau On Tuesday 29 August 2006 17:40, Jose Renau wrote: > I updated qemu to the lastest CVS version. > > I have some problems (Linux and OS X) trying to run the > spart-test-0.2. When I > run the following command. I just get a blank screen. > > ./sparc-softmmu/qemu-system-sparc -L pc-bios -kernel > ./sparc-test/vmlinux-2.6.11+tcx -initrd ./sparc-test/linux.img -append > "root=/dev/ram" -nographic > > Anyone with the same problem? I think this is a bios bug when no cdrom is present. Try adding -cdrom anything.iso . Paul