hi,folks.
I'm using qemu 0.12,and try to emulate the arm-linux on qemu for arm.
But failed.
The step is that:
$ qemu-img create -f qcow hda.img 10G
$ qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.26-2-versatile
-initrd initrd.gz -hda hda.img -append "root=/dev/ram"
The kernel file vmlinuz-2.6.26-2-versatile is get from:http://people.debian.org/~aurel32/arm-versatile/vmlinuz-2.6.26-2-versatile
And the initrd file is get from website .
When it starts, it will stop in the screen for about ten minutes.print that:
...
sda:unknow patition table
...
request_module: runaway loop modprobe binfmt-464c
then continue,and print many information, but cann't show the os install face.
Who can tell me why?
Thanks.