This is my qemu.command file:
#!/bin/bash cd "$(dirname "$0")" ./qemu-system-ppc -L pc-bios -boot c -M mac99,via=pmu -m 1024 -prom-env 'auto-boot?=true' -prom-env 'boot-args=-v' -prom-env 'vga-ndrv?=true' -drive file=MacOSXLeopard.img,format=raw,media=disk -netdev user,id=network01 -device sungem,netdev=network01
-M mac99,via=pmu
option and to change -boot d
to -boot c
when you are done with the installation procedure.Mac OS X 10.5
Command-line options to install Mac OS X 10.X:
./qemu-system-ppc -L pc-bios -boot d -M mac99,via=pmu -m 512 -hda <hd image file> -cdrom <iso file of installation media> -netdev user,id=mynet0 -device sungem,netdev=mynet0