801
edits
No edit summary |
No edit summary |
||
Finally, boot QEMU with the following arguments:
<pre>qemu-system-ppc -M 40p -bios q40pofw-serial.rom -serial telnet::4441,server -hda aix.qcow2 -vga none -nographic -net none -cdrom /path/to/AIX_4.3/Volume_1.iso</pre>
If you have a physical CD, you can replace <code>-cdrom /path/to/AIX_4.3/Volume_1.iso</code> with <code>-cdrom /dev/sr0</code>.
Telnet into port 4441 and begin the installation.
Boot QEMU with these arguments:
<pre>qemu-system-ppc -M 40p -bios q40pofw-serial.rom -serial telnet::4441,server -hda aix.qcow2 -nic user -vga none -nographic -cdrom
If you have a physical CD, you can replace <code>-cdrom
Telnet into port 4441 and begin the installation.
|