From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNhzh-0004tn-KT for qemu-devel@nongnu.org; Thu, 04 Apr 2013 07:06:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNhze-0000a0-Bt for qemu-devel@nongnu.org; Thu, 04 Apr 2013 07:06:13 -0400 Received: from mail.itcsnam.com ([196.1.28.178]:3794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNhzd-0000ZD-SS for qemu-devel@nongnu.org; Thu, 04 Apr 2013 07:06:10 -0400 Received: from [10.1.90.71] by mail.itcsnam.com with esmtp (Exim 4.63) (envelope-from ) id 1UNhza-0007d9-Jw for qemu-devel@nongnu.org; Thu, 04 Apr 2013 13:06:06 +0200 Message-ID: <515D5E9E.70002@itcsnam.com> Date: Thu, 04 Apr 2013 13:06:06 +0200 From: Benito MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Raspberry ARM with 32-bit guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi I know this might absurd, but I'm trying to run a 32-bit guest on a Raspberry Pi - Raspbian OS - Debian Wheezy ARM I have used : qemu-img create -f raw harddrive.raw 700M qemu -hda harddrive.raw -cdrom fedora14.iso I've installed qemu via apt-get install qemu on the Pi. After I do the 2nd command, the guest os starts up , but soon consumes 100% cpu , and then hangs. Tried with puppy 511 , centos6.3 minimal , fedora14 Is there a way to run any of these in "invisible" mode or user mode , and get past this obstacle.. ? Can I create this guest on a faster machine , and clone itto the Pi's qemu that runs ARM ? Also am I missing something regarding the creation of the guest? I don't need a GUI for the guest, just need to be able to get to it and execute commands. Please could someone point me in the right direction ? Kind Regards Benito