Re: [Qemu-devel] Raspberry ARM with 32-bit guest

2013-04-04 Thread Benito
I've tried , no difference. Same result for puppy, centos and fedora. CPU seems to be 99% used and nothing happens. On 04/04/2013 03:17 PM, Peter Maydell wrote: On 4 April 2013 14:11, Aurelien Jarno wrote: qemu-system-i386 is likely to be broken on arm hosts, I have never been able to boot a L

Re: [Qemu-devel] Raspberry ARM with 32-bit guest

2013-04-04 Thread Peter Maydell
On 4 April 2013 14:11, Aurelien Jarno wrote: > qemu-system-i386 is likely to be broken on arm hosts, I have never been > able to boot a Linux distribution further than grub. Other architectures > seems to work better though. Try making the guest CPU a 486 -- we've found in the past that something

Re: [Qemu-devel] Raspberry ARM with 32-bit guest

2013-04-04 Thread Aurelien Jarno
On Thu, Apr 04, 2013 at 02:05:59PM +0200, Andreas Färber wrote: > Hi, > > Am 04.04.2013 13:06, schrieb Benito: > > 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.

Re: [Qemu-devel] Raspberry ARM with 32-bit guest

2013-04-04 Thread Andreas Färber
Hi, Am 04.04.2013 13:06, schrieb Benito: > 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 vi

[Qemu-devel] Raspberry ARM with 32-bit guest

2013-04-04 Thread Benito
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