Strange issue with Mac OS X 10.3

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
vlad557776
Tinkerer
Posts: 97
Joined: Thu May 30, 2019 7:06 am

Strange issue with Mac OS X 10.3

Post by vlad557776 »

Hello.

Recently I reinstalled Mac OS X 10.3 because I needed more hard disk space for the VM.

It installed the bare system from Disk 1, booted into second part of the Installer (Disks 2 and 3), into the Setup Assistant, but, when I rebooted - it stopped working and gave me "No valid state has been set by load or init-program".

Here's my QEMU.BAT:

Code: Select all

qemu-system-ppc.exe -L pc-bios -boot c -m 128 -M mac99 -prom-env "auto-boot?=true" -prom-env "boot-args=-v" -prom-env "vga-ndrv?=true" -drive file=MacOSX1038.img,format=raw,media=disk -sdl -netdev user,id=network01 -device sungem,netdev=network01
Maybe that's because I used QEMU 4 package?

Anyways, please help.
Post Reply