From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fib5U-0007Md-62 for qemu-devel@nongnu.org; Tue, 23 May 2006 13:54:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fib5S-0007M9-Kc for qemu-devel@nongnu.org; Tue, 23 May 2006 13:54:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fib5S-0007M4-E7 for qemu-devel@nongnu.org; Tue, 23 May 2006 13:54:30 -0400 Received: from [66.92.53.140] (helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Fib9i-0005vG-2N for qemu-devel@nongnu.org; Tue, 23 May 2006 13:58:54 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by grelber.thyrsus.com (8.13.4/8.13.4) with ESMTP id k4NJjAiE020873 for ; Tue, 23 May 2006 15:45:11 -0400 From: Rob Landley Date: Tue, 23 May 2006 13:55:38 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605231355.38785.rob@landley.net> Subject: [Qemu-devel] Installing ubuntu's PPC image? 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 I'd like to install ubuntu for Power PC under qemu, which is one CD plus network access so it seems pretty straightforward: dd if=/dev/zero of=kubuntu-ppc.img bs=1M count=4096 qemu-system-ppc -hda kubuntu-ppc.img -cdrom kubuntu-5.10-install-powerpc.iso \ -boot d But I can't get it to boot from the iso. I can get the run-from-cd one to boot from the iso (if I feed it no hard drive), but I can't get the install one to boot. I'm not really up to speed on what the ppc firmware is doing, perhaps I should be bugging those guys? (Under 0.8.0 I couldn't get -kernel to work on ppc either, the firmware would ignore it and try to boot from the hard drive image anyway. Haven't tried under 0.8.1 yet...) Anybody here done this before? Rob P.S. I'm also installing ubuntu for x86-64 with approximately the above commands, which used to segfault qemu under 0.8.0 but 0.8.1 seems to be chugging along so far... -- Never bet against the cheap plastic solution.