Mac OS X 10.3

2»

Comments

  • edited May 2023
    @MarkAR2012
    It's just a quirk, when you get to where it says you can not install mac os x on this volume, just close Qemu and restart, it will then be OK.
  • How do I install? (Using QEMU)
  • A Admin should note that we only need disk 1 to install, a lot of people get confused when they can't switch CD-ROM Discs in A emulator. Especially PearPC.
  • why does mac OS 10.4 not install,
    Qemu Commands I used Below:
    qemu-system-ppc.exe
    -L pc-bios
    -boot d -m 512
    -M mac99
    -prom-env "auto-boot?=true"
    -prom-env "boot-args"
    -prom-env "vga-ndrv?=true"
    -drive file=Mac.iso,format=raw,media=cdrom
    -drive file=OSX.img,format=raw,media=disk
    -sdl
    -netdev user,id=network01
    -device sungem,netdev=network01
  • @macospleaseinstall

    This command works for me on Windows 10.

    qemu-system-ppc.exe ^
    -L pc-bios ^
    -M mac99,via=pmu ^
    -m 512 ^
    -display sdl ^
    -boot d ^
    -drive file=Mac.iso,format=raw,media=cdrom ^
    -drive file=OSX.img,format=raw,media=disk
Sign In or Register to comment.