From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44123 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pd3sU-0002ja-RH for qemu-devel@nongnu.org; Wed, 12 Jan 2011 11:48:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pd3sT-0003r8-5U for qemu-devel@nongnu.org; Wed, 12 Jan 2011 11:48:54 -0500 Received: from mail-ew0-f45.google.com ([209.85.215.45]:52602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pd3sS-0003qv-SE for qemu-devel@nongnu.org; Wed, 12 Jan 2011 11:48:53 -0500 Received: by ewy10 with SMTP id 10so370401ewy.4 for ; Wed, 12 Jan 2011 08:48:51 -0800 (PST) MIME-Version: 1.0 Sender: hramrach@gmail.com In-Reply-To: <4D2DC710.2050206@loskot.net> References: <4D274D3C.9020008@loskot.net> <4D275849.8010205@mail.berlios.de> <4D2AEB4C.90903@loskot.net> <4D2B3D02.2000104@mail.berlios.de> <4D2B491A.7050007@loskot.net> <4D2D94C1.7080908@loskot.net> <4D2D9F51.3070007@loskot.net> <4D2DBA74.6020801@loskot.net> <4D2DC710.2050206@loskot.net> From: Michal Suchanek Date: Wed, 12 Jan 2011 17:48:30 +0100 Message-ID: Subject: Re: [Qemu-devel] Linux as VirtualBox quest OS with QEMU running Solaris Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mateusz Loskot Cc: qemu-devel@nongnu.org On 12 January 2011 16:21, Mateusz Loskot wrote: > On 12/01/11 14:40, Artyom Tarasenko wrote: >> >> On Wed, Jan 12, 2011 at 3:28 PM, Mateusz Loskot >> =C2=A0wrote: >>> >>> On 12/01/11 12:32, Mateusz Loskot wrote: >>>> >>>> On 12/01/11 11:57, Artyom Tarasenko wrote: >>>>> >>>>> On Wed, Jan 12, 2011 at 12:47 PM, Mateusz Loskot >>>>> wrote: >>>>>> >>>>>> On 10/01/11 21:04, Artyom Tarasenko wrote: >>>>>>> >>>>>>> On Mon, Jan 10, 2011 at 6:59 PM, Mateusz Loskot >>>>>>> wrote: >>>>>>>>> >>>>>>>>> I suggest using QEMU git master. You could try the binaries >>>>>>>>> from my website: http://www.weilnetz.de/qemu/ >>>>>>>> >>>>>>>> Stefan, >>>>>>>> >>>>>>>> Thank you very much! >>>>>>>> So far, I have tried to use versions of QEMU from Qemu Manager 0.7 >>>>>>>> as well as QEMU 0.13 from >>>>>>>> http://homepage3.nifty.com/takeda-toshiya/ >>>>>>>> but without any luck. I suppose it's because these versions do not >>>>>>>> have most recent OpenBIOS usable with SPARC. >>>>>>> >>>>>>> If you need Solaris, OpenBIOS is currently not your choice. >>>>>> >>>>>> I understand. >>>>>> >>>>>>> Have to use an OBP blob. >>>>>> >>>>>> Where can I find instructions on how to use it? >>>>>> >>>>>> Actually, I don't need Solaris but SPARC. >>>>>> So, even Linux for SPARC would do for me. >>>>>> >>>>>> I tried Debian 4.0 (etch) and Debian 5.0 (lenny) but with no luck. >>>>>> I think I confused the 32 vs 64 bit and SPARC flavors. >>>>> >>>>> 32 bit Debian 4.0 should work out of the box, also with OpenBIOS. >>>> >>>> OK, then I will stick to the Linux distribution for 32-bit SPARC >>>> and see if it works for me. >>> >>> If anyone is curious, I did a quick test on my over-engineered >>> configuration with Windows Vista running VirtualBox with Ubuntu 64-bit >>> as guest system running QEMU which is supposed to run Debian Etch 32-bi= t >>> SPARC. >>> >>> I run: >>> >>> $ qemu-img create -f qcow hda.img 20G >>> $ qemu-system-sparc -m 256 -hda hda.img -cdrom >>> /home/mloskot/software/debian/debian-40r8-sparc-netinst.iso -boot d >>> -localtime >> >> Try -nographic . > > Here is what I get, no output, CPU runs 100% for long -40-sminutes > > http://www.flickr.com/photos/mloskot/5349339628/ > > I can use CTRL-a to access terminal commands and monitor > > > In the meantime, I also tested Debian Etch with QEMU 0.13 running directl= y > under Windows Vista. I installed QEMU 0.13 from binaries downloadable usi= ng > Qemu Manager (http://www.davereyn.co.uk/). > (I'm having problems with Stefan Weil's binaries as explained in this > thread, even if I can run them, the qemu-img.exe behaves strange not > accepting disk sizes). > > Anyway, It looks Debian booted properly: > > http://www.flickr.com/photos/mloskot/5348739869/ > > I've just passed partitions formatting step, fingers crossed. > >> Also it's interesting to know whether you see >> something when you start qemu-system-sparc without any command line >> options. > > Here is what I get > > $ qemu-system-sparc > qemu: Too much memory for this machine: 384, maximum 256 > > By the way, I run > > $ qemu -version > QEMU PC emulator version 0.12.3 (qemu-kvm-0.12.3), Copyright (c) 2003-200= 8 > Fabrice Bellard > > > Thinking of future, could anyone estimate when it will be possible to > boot Solaris 10 installation from ISO disks, if at all? > To summary, what OS alternative for SPARC we have got apart from Debian > which are known to work under QEMU? *BSD systems? > I can run NetBSD sparc install CD just fine. It supports sparc32 in the latest release. HTH Michal