From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbmrv-00086m-SB for qemu-devel@nongnu.org; Wed, 29 Jun 2011 00:59:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qbmru-00030S-AW for qemu-devel@nongnu.org; Wed, 29 Jun 2011 00:59:19 -0400 Received: from mail.mc.net ([209.172.128.24]:33071) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Qbmrt-00030I-W1 for qemu-devel@nongnu.org; Wed, 29 Jun 2011 00:59:18 -0400 Message-ID: <4E0AB3BA.1040000@mc.net> Date: Wed, 29 Jun 2011 00:10:18 -0500 From: Bob Breuer MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] SPARC64 support on FreeBSD, has it improved as of yet? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Super Bisquit Cc: qemu-devel Super Bisquit wrote: > ... > > It builds, doesn't run. More like it runs and hangs. > > $ qemu-system-sparc -cpu LEON3 -hda test.img -cdrom Downloads/debian-6.0.2.1-sparc-businesscard.iso -m 256 -boot d > That command line won't work. OpenBIOS doesn't support LEON, and the last version of Debian for sparc32 was 4.0. Try instead: "qemu-system-sparc -cdrom debian-40r9-sparc-netinst.iso -boot d" You can get a cd image from http://cdimage.debian.org/cdimage/archive/4.0_r9/sparc/iso-cd/ but the installer may not be able to load packages from the internet because the packages have been moved to archive.debian.org. Bob