Propabably does not have an Apple_Bootstrap HFS partition to boot from if it thought it was being installed on an IBM PPC64 machine instead of a G5.
the MacOS HD is straight out of a G5, it boots fine on the G5, I'm just not sure how to get qemu to boot it?
Maybe there is somekind of bootloader change I need to Make in QEMU?
Below is the virt-manager config that I use and works for Debian PPC64
<domain type="qemu">
<name>Debian-ppc64</name>
<uuid>658a51d6-05ac-4d08-a137-6cb3d6d4deaf</uuid>
<metadata>
<libosinfo:libosinfo xmlns:libosinfo="
http://libosinfo.org/xmlns/libvirt/domain/1.0">
<libosinfo

s id="
http://voidlinux.org/voidlinux/rolling"/>
</libosinfo:libosinfo>
</metadata>
<memory unit="KiB">6291456</memory>
<currentMemory unit="KiB">6291456</currentMemory>
<vcpu placement="static">4</vcpu>
<os>
<type arch="ppc64" machine="pseries-2.12-sxxm">hvm</type>
<boot dev="hd"/>
<bootmenu enable="yes"/>
</os>
<cpu mode="custom" match="exact" check="none">
<model fallback="forbid">POWER8</model>
</cpu>
<clock offset="utc"/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<emulator>/usr/bin/qemu-system-ppc64</emulator>
<disk type="file" device="disk">
<driver name="qemu" type="qcow2"/>
<source file="/XX/XX/XX/XX/XX/DebianPPC64.qcow2"/>
<target dev="sda" bus="scsi"/>
<address type="drive" controller="0" bus="0" target="0" unit="0"/>
</disk>
<controller type="usb" index="0" model="qemu-xhci" ports="15">
<address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x0"/>
</controller>
<controller type="scsi" index="0" model="virtio-scsi">
<address type="pci" domain="0x0000" bus="0x00" slot="0x02" function="0x0"/>
</controller>
<controller type="pci" index="0" model="pci-root">
<model name="spapr-pci-host-bridge"/>
<target index="0"/>
</controller>
<controller type="virtio-serial" index="0">
<address type="pci" domain="0x0000" bus="0x00" slot="0x03" function="0x0"/>
</controller>
<controller type="sata" index="0">
<address type="pci" domain="0x0000" bus="0x00" slot="0x08" function="0x0"/>
</controller>
<serial type="pty">
<target type="spapr-vio-serial" port="0">
<model name="spapr-vty"/>
</target>
<address type="spapr-vio" reg="0x30000000"/>
</serial>
<console type="pty">
<target type="serial" port="0"/>
<address type="spapr-vio" reg="0x30000000"/>
</console>
<channel type="unix">
<target type="virtio" name="org.qemu.guest_agent.0"/>
<address type="virtio-serial" controller="0" bus="0" port="1"/>
</channel>
<channel type="spicevmc">
<target type="virtio" name="com.redhat.spice.0"/>
<address type="virtio-serial" controller="0" bus="0" port="2"/>
</channel>
<input type="mouse" bus="usb">
<address type="usb" bus="0" port="2"/>
</input>
<input type="keyboard" bus="virtio">
<address type="pci" domain="0x0000" bus="0x00" slot="0x07" function="0x0"/>
</input>
<input type="keyboard" bus="usb">
<address type="usb" bus="0" port="1"/>
</input>
<graphics type="spice" autoport="yes">
<listen type="address"/>
<image compression="off"/>
</graphics>
<audio id="1" type="spice"/>
<video>
<model type="bochs" vram="16384" heads="1" primary="yes"/>
<address type="pci" domain="0x0000" bus="0x00" slot="0x06" function="0x0"/>
</video>
<memballoon model="virtio">
<address type="pci" domain="0x0000" bus="0x00" slot="0x04" function="0x0"/>
</memballoon>
<rng model="virtio">
<backend model="random">/dev/urandom</backend>
<address type="pci" domain="0x0000" bus="0x00" slot="0x05" function="0x0"/>
</rng>
<panic model="pseries"/>
</devices>
</domain>