Help Booting into Mac OS X 10.2

About Qemu-system-ppc, a PPC Mac emulator for Windows, macOS and Linux that can run Mac OS 9.0 up to Mac OS X 10.5

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
Meow2004
Student Driver
Posts: 20
Joined: Thu May 03, 2018 3:09 pm

Help Booting into Mac OS X 10.2

Post by Meow2004 »

I'm having trouble booting into the HD for Mac OS X 10.2, It installed fine, but when i attempt to boot into it, i get this:

Code: Select all

No valid state has been set by load or init-program
Here is my qemu config, is it something with the OS? Or with my QEMU command-line?

Code: Select all

qemu-system-ppc.exe ^
-L pc-bios ^
-M mac99 ^
-m 256 ^
-g 1024x768x32 ^
-prom-env "auto-boot?=true" ^
-prom-env "vga-ndrv?=true" ^
-boot c ^
-drive file=6H30.img,format=raw,media=disk ^
-display sdl ^
-device VGA,edid=on
Please let me know, thank you.
Post Reply