I have a Fedora 14 i386 / T7100 C2D HP notebook. I need to run e.g.: AIX 6.1 on it for testing purposes.
I installed a VirtualBox on this Fedora machine. I installed a guest os in the VirtualBox. It's again, a Fedora 14 :P
Ok! here comes the fun part:
dd if=/dev/zero of=aixtest.img bs=1 count=1 seek=4294967292
qemu-system-ppc -prom-env 'auto-boot?=true' -hda aixtest.img -m 512 -cdrom aix61/IBM.AIX.v6.1-XXXXXXXX-DVD1.iso -boot d
But the only thing I see is this:
http://img251.imageshack.us/img251/7103/whereis.png
A couple of new lines created (before i type "test-all" command) and i can't see the aix installer :O<
How could I install/run a fresh version of AIX in e.g. Qemu? Is it possible? Or e.g.: only AIX ~2 will boot only?