Hi everyone,
Total noob here.
I don't know if I'm in the right place for posting a question about installing a macOS x 10.0 DP3 in QEMU.
I have installed macOS 9 on a virtual disk and have the Mac_OS_X_DP_3_Kodiak.iso attached.
It boots into OS9 and the iso mounts.
When I start the installer (the only OSX version with an OS9 installer!)
I get this error message:
"An error occurred. “Error - 116 setting NVRAM property.” "
My boot.command =
#!/bin/bash
cd "$(dirname "$0")"
./qemu-system-ppc \
-L pc-bios \
-m 512 \
-M mac99,via=pmu \
-cpu g3 \
-boot c \
-drive file=Mac_OS_X_DP_3_Kodiak.iso,format=raw,media=cdrom \
-drive file=./rest/empty.img,format=raw,media=disk
Does anybody know how to get past this error?
Thanks! Cheers
Han